From 90aa950d0971291aecd4f1a0986b7a739fbbbbff Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Thu, 16 Jan 2014 17:52:42 +0100 Subject: [PATCH] big ass commit that does not actaully change a single thing yay --- game/engines/default/data/gfx/ui/definitions/default.lua | 2 +- game/engines/default/data/keybinds/actions.lua | 2 +- game/engines/default/data/keybinds/chat.lua | 2 +- game/engines/default/data/keybinds/debug.lua | 2 +- game/engines/default/data/keybinds/hotkeys.lua | 2 +- game/engines/default/data/keybinds/interface.lua | 2 +- game/engines/default/data/keybinds/inventory.lua | 2 +- game/engines/default/data/keybinds/move.lua | 2 +- game/engines/default/engine/Actor.lua | 2 +- game/engines/default/engine/ActorsSeenDisplay.lua | 2 +- game/engines/default/engine/Astar.lua | 2 +- game/engines/default/engine/Autolevel.lua | 2 +- game/engines/default/engine/BSP.lua | 2 +- game/engines/default/engine/Birther.lua | 2 +- game/engines/default/engine/Calendar.lua | 2 +- game/engines/default/engine/CharacterBallSave.lua | 2 +- game/engines/default/engine/CharacterVaultSave.lua | 2 +- game/engines/default/engine/Chat.lua | 2 +- game/engines/default/engine/DamageType.lua | 2 +- game/engines/default/engine/DebugConsole.lua | 2 +- game/engines/default/engine/Dialog.lua | 2 +- game/engines/default/engine/DirectPath.lua | 2 +- game/engines/default/engine/Emote.lua | 2 +- game/engines/default/engine/Entity.lua | 2 +- game/engines/default/engine/Faction.lua | 2 +- game/engines/default/engine/FlyingText.lua | 2 +- game/engines/default/engine/Game.lua | 2 +- game/engines/default/engine/GameEnergyBased.lua | 2 +- game/engines/default/engine/GameTurnBased.lua | 2 +- game/engines/default/engine/Generator.lua | 2 +- game/engines/default/engine/Grid.lua | 2 +- game/engines/default/engine/Heightmap.lua | 2 +- game/engines/default/engine/HighScores.lua | 2 +- game/engines/default/engine/HotkeysDisplay.lua | 2 +- game/engines/default/engine/HotkeysIconsDisplay.lua | 2 +- game/engines/default/engine/Key.lua | 2 +- game/engines/default/engine/KeyBind.lua | 2 +- game/engines/default/engine/KeyCommand.lua | 2 +- game/engines/default/engine/Level.lua | 2 +- game/engines/default/engine/LogDisplay.lua | 2 +- game/engines/default/engine/LogFlasher.lua | 2 +- game/engines/default/engine/Map.lua | 2 +- game/engines/default/engine/Module.lua | 2 +- game/engines/default/engine/Mouse.lua | 2 +- game/engines/default/engine/NameGenerator.lua | 2 +- game/engines/default/engine/NameGenerator2.lua | 2 +- game/engines/default/engine/Object.lua | 2 +- game/engines/default/engine/Particles.lua | 2 +- game/engines/default/engine/PlayerProfile.lua | 2 +- game/engines/default/engine/Projectile.lua | 2 +- game/engines/default/engine/Quadratic.lua | 2 +- game/engines/default/engine/Quest.lua | 2 +- game/engines/default/engine/Savefile.lua | 2 +- game/engines/default/engine/SavefilePipe.lua | 2 +- game/engines/default/engine/Shader.lua | 2 +- game/engines/default/engine/Store.lua | 2 +- game/engines/default/engine/Target.lua | 2 +- game/engines/default/engine/Tiles.lua | 2 +- game/engines/default/engine/Tooltip.lua | 2 +- game/engines/default/engine/Trap.lua | 2 +- game/engines/default/engine/UserChat.lua | 2 +- game/engines/default/engine/World.lua | 2 +- game/engines/default/engine/Zone.lua | 2 +- game/engines/default/engine/ai/simple.lua | 2 +- game/engines/default/engine/ai/special_movements.lua | 2 +- game/engines/default/engine/ai/talented.lua | 2 +- game/engines/default/engine/class.lua | 2 +- game/engines/default/engine/colors.lua | 2 +- game/engines/default/engine/dialogs/Achievement.lua | 2 +- game/engines/default/engine/dialogs/AudioOptions.lua | 2 +- game/engines/default/engine/dialogs/Chat.lua | 2 +- game/engines/default/engine/dialogs/ChatChannels.lua | 2 +- game/engines/default/engine/dialogs/ChatFilter.lua | 2 +- game/engines/default/engine/dialogs/ChatIgnores.lua | 2 +- game/engines/default/engine/dialogs/DisplayResolution.lua | 2 +- game/engines/default/engine/dialogs/GameMenu.lua | 2 +- game/engines/default/engine/dialogs/GetQuantity.lua | 2 +- game/engines/default/engine/dialogs/GetText.lua | 2 +- game/engines/default/engine/dialogs/KeyBinder.lua | 2 +- game/engines/default/engine/dialogs/ShowAchievements.lua | 2 +- game/engines/default/engine/dialogs/ShowEquipInven.lua | 2 +- game/engines/default/engine/dialogs/ShowEquipment.lua | 2 +- game/engines/default/engine/dialogs/ShowErrorStack.lua | 2 +- game/engines/default/engine/dialogs/ShowInventory.lua | 2 +- game/engines/default/engine/dialogs/ShowLog.lua | 2 +- game/engines/default/engine/dialogs/ShowPickupFloor.lua | 2 +- game/engines/default/engine/dialogs/ShowQuests.lua | 2 +- game/engines/default/engine/dialogs/ShowStore.lua | 2 +- game/engines/default/engine/dialogs/ShowText.lua | 2 +- game/engines/default/engine/dialogs/SteamOptions.lua | 2 +- game/engines/default/engine/dialogs/Talkbox.lua | 2 +- game/engines/default/engine/dialogs/UseTalents.lua | 2 +- game/engines/default/engine/dialogs/UserInfo.lua | 2 +- game/engines/default/engine/dialogs/VideoOptions.lua | 2 +- game/engines/default/engine/dialogs/ViewHighScores.lua | 2 +- game/engines/default/engine/generator/actor/OnSpots.lua | 2 +- game/engines/default/engine/generator/actor/Random.lua | 2 +- game/engines/default/engine/generator/map/Building.lua | 2 +- game/engines/default/engine/generator/map/Cavern.lua | 2 +- game/engines/default/engine/generator/map/Empty.lua | 2 +- game/engines/default/engine/generator/map/Forest.lua | 2 +- game/engines/default/engine/generator/map/GOL.lua | 2 +- game/engines/default/engine/generator/map/Heightmap.lua | 2 +- game/engines/default/engine/generator/map/Maze.lua | 2 +- game/engines/default/engine/generator/map/Octopus.lua | 2 +- game/engines/default/engine/generator/map/Roomer.lua | 2 +- game/engines/default/engine/generator/map/Rooms.lua | 2 +- game/engines/default/engine/generator/map/RoomsLoader.lua | 2 +- game/engines/default/engine/generator/map/Static.lua | 2 +- game/engines/default/engine/generator/map/TileSet.lua | 2 +- game/engines/default/engine/generator/map/Town.lua | 2 +- game/engines/default/engine/generator/object/OnSpots.lua | 2 +- game/engines/default/engine/generator/object/Random.lua | 2 +- game/engines/default/engine/generator/trap/Random.lua | 2 +- game/engines/default/engine/init.lua | 2 +- game/engines/default/engine/interface/ActorAI.lua | 2 +- game/engines/default/engine/interface/ActorFOV.lua | 2 +- game/engines/default/engine/interface/ActorInventory.lua | 2 +- game/engines/default/engine/interface/ActorLevel.lua | 2 +- game/engines/default/engine/interface/ActorLife.lua | 2 +- game/engines/default/engine/interface/ActorProject.lua | 2 +- game/engines/default/engine/interface/ActorQuest.lua | 2 +- game/engines/default/engine/interface/ActorResource.lua | 2 +- game/engines/default/engine/interface/ActorStats.lua | 2 +- game/engines/default/engine/interface/ActorTalents.lua | 2 +- .../default/engine/interface/ActorTemporaryEffects.lua | 2 +- game/engines/default/engine/interface/BloodyDeath.lua | 2 +- .../engines/default/engine/interface/ControlCursorSupport.lua | 2 +- game/engines/default/engine/interface/GameMusic.lua | 2 +- game/engines/default/engine/interface/GameSound.lua | 2 +- game/engines/default/engine/interface/GameTargeting.lua | 2 +- game/engines/default/engine/interface/ObjectActivable.lua | 2 +- game/engines/default/engine/interface/ObjectIdentify.lua | 2 +- game/engines/default/engine/interface/PlayerDumpJSON.lua | 2 +- game/engines/default/engine/interface/PlayerExplore.lua | 2 +- game/engines/default/engine/interface/PlayerHotkeys.lua | 2 +- game/engines/default/engine/interface/PlayerMouse.lua | 2 +- game/engines/default/engine/interface/PlayerRest.lua | 2 +- game/engines/default/engine/interface/PlayerRun.lua | 2 +- game/engines/default/engine/interface/PlayerSlide.lua | 2 +- game/engines/default/engine/interface/WorldAchievements.lua | 2 +- game/engines/default/engine/resolvers.lua | 2 +- game/engines/default/engine/ui/ActorFrame.lua | 2 +- game/engines/default/engine/ui/Base.lua | 2 +- game/engines/default/engine/ui/Button.lua | 2 +- game/engines/default/engine/ui/Checkbox.lua | 2 +- game/engines/default/engine/ui/Dialog.lua | 2 +- game/engines/default/engine/ui/Dropdown.lua | 2 +- game/engines/default/engine/ui/Empty.lua | 2 +- game/engines/default/engine/ui/EquipDoll.lua | 2 +- game/engines/default/engine/ui/EquipDollFrame.lua | 2 +- game/engines/default/engine/ui/Focusable.lua | 2 +- game/engines/default/engine/ui/GenericContainer.lua | 2 +- game/engines/default/engine/ui/Gestures.lua | 2 +- game/engines/default/engine/ui/Image.lua | 2 +- game/engines/default/engine/ui/ImageList.lua | 2 +- game/engines/default/engine/ui/Inventory.lua | 2 +- game/engines/default/engine/ui/List.lua | 2 +- game/engines/default/engine/ui/ListColumns.lua | 2 +- game/engines/default/engine/ui/Numberbox.lua | 2 +- game/engines/default/engine/ui/Separator.lua | 2 +- game/engines/default/engine/ui/Slider.lua | 2 +- game/engines/default/engine/ui/SubDialog.lua | 2 +- game/engines/default/engine/ui/SurfaceZone.lua | 2 +- game/engines/default/engine/ui/Tab.lua | 2 +- game/engines/default/engine/ui/Tabs.lua | 2 +- game/engines/default/engine/ui/Textbox.lua | 2 +- game/engines/default/engine/ui/Textzone.lua | 2 +- game/engines/default/engine/ui/TextzoneList.lua | 2 +- game/engines/default/engine/ui/TreeList.lua | 2 +- game/engines/default/engine/ui/UIContainer.lua | 2 +- game/engines/default/engine/ui/UIGroup.lua | 2 +- game/engines/default/engine/ui/VariableList.lua | 2 +- game/engines/default/engine/ui/Waiter.lua | 2 +- game/engines/default/engine/utils.lua | 2 +- game/engines/default/engine/version.lua | 2 +- game/engines/default/modules/boot/ai/player.lua | 2 +- game/engines/default/modules/boot/class/Actor.lua | 2 +- game/engines/default/modules/boot/class/Game.lua | 2 +- game/engines/default/modules/boot/class/Grid.lua | 2 +- game/engines/default/modules/boot/class/NPC.lua | 2 +- game/engines/default/modules/boot/class/NicerTiles.lua | 2 +- game/engines/default/modules/boot/class/Player.lua | 2 +- game/engines/default/modules/boot/class/interface/Combat.lua | 2 +- game/engines/default/modules/boot/data/birth/descriptors.lua | 2 +- game/engines/default/modules/boot/data/damage_types.lua | 2 +- .../engines/default/modules/boot/data/general/grids/basic.lua | 2 +- .../default/modules/boot/data/general/grids/forest.lua | 2 +- .../default/modules/boot/data/general/grids/underground.lua | 2 +- .../engines/default/modules/boot/data/general/grids/water.lua | 2 +- .../engines/default/modules/boot/data/general/npcs/canine.lua | 2 +- .../default/modules/boot/data/general/npcs/skeleton.lua | 2 +- game/engines/default/modules/boot/data/general/npcs/troll.lua | 2 +- game/engines/default/modules/boot/data/gfx/particles/acid.lua | 2 +- .../default/modules/boot/data/gfx/particles/bolt_fire.lua | 2 +- .../default/modules/boot/data/gfx/particles/breath_fire.lua | 2 +- .../default/modules/boot/data/gfx/particles/fireflash.lua | 2 +- .../default/modules/boot/data/gfx/particles/firetrail.lua | 2 +- .../engines/default/modules/boot/data/gfx/particles/flame.lua | 2 +- .../default/modules/boot/data/gfx/particles/golden_shield.lua | 2 +- .../default/modules/boot/data/gfx/particles/lightning.lua | 2 +- .../default/modules/boot/data/gfx/particles/mana_beam.lua | 2 +- .../default/modules/boot/data/gfx/particles/sunburst.lua | 2 +- .../default/modules/boot/data/gfx/shaders/full_fbo.lua | 2 +- .../default/modules/boot/data/gfx/shaders/main_fbo.lua | 2 +- game/engines/default/modules/boot/data/gfx/shaders/water.lua | 2 +- game/engines/default/modules/boot/data/rooms/big_cells.lua | 2 +- game/engines/default/modules/boot/data/rooms/big_cross.lua | 2 +- .../default/modules/boot/data/rooms/big_inner_circle.lua | 2 +- .../default/modules/boot/data/rooms/broken_infinity.lua | 2 +- game/engines/default/modules/boot/data/rooms/broken_room.lua | 2 +- game/engines/default/modules/boot/data/rooms/broken_x.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells10.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells2.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells3.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells4.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells5.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells6.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells7.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells8.lua | 2 +- game/engines/default/modules/boot/data/rooms/cells9.lua | 2 +- .../engines/default/modules/boot/data/rooms/center_arrows.lua | 2 +- game/engines/default/modules/boot/data/rooms/circle_cross.lua | 2 +- game/engines/default/modules/boot/data/rooms/cross.lua | 2 +- .../engines/default/modules/boot/data/rooms/cross_circled.lua | 2 +- game/engines/default/modules/boot/data/rooms/double_helix.lua | 2 +- game/engines/default/modules/boot/data/rooms/double_y.lua | 2 +- game/engines/default/modules/boot/data/rooms/equal.lua | 2 +- game/engines/default/modules/boot/data/rooms/equal2.lua | 2 +- .../default/modules/boot/data/rooms/forest_clearing.lua | 2 +- .../engines/default/modules/boot/data/rooms/greater_vault.lua | 2 +- game/engines/default/modules/boot/data/rooms/h.lua | 2 +- game/engines/default/modules/boot/data/rooms/inner.lua | 2 +- .../default/modules/boot/data/rooms/inner_checkerboard.lua | 2 +- game/engines/default/modules/boot/data/rooms/inner_circle.lua | 2 +- .../engines/default/modules/boot/data/rooms/inner_circle2.lua | 2 +- game/engines/default/modules/boot/data/rooms/inner_cross.lua | 2 +- game/engines/default/modules/boot/data/rooms/inner_fort.lua | 2 +- game/engines/default/modules/boot/data/rooms/inner_pillar.lua | 2 +- game/engines/default/modules/boot/data/rooms/lesser_vault.lua | 2 +- game/engines/default/modules/boot/data/rooms/maze.lua | 2 +- game/engines/default/modules/boot/data/rooms/micro_pillar.lua | 2 +- game/engines/default/modules/boot/data/rooms/money_vault.lua | 2 +- game/engines/default/modules/boot/data/rooms/multi_pillar.lua | 2 +- game/engines/default/modules/boot/data/rooms/oval.lua | 2 +- game/engines/default/modules/boot/data/rooms/pilar.lua | 2 +- game/engines/default/modules/boot/data/rooms/pilar2.lua | 2 +- game/engines/default/modules/boot/data/rooms/pilar_big.lua | 2 +- game/engines/default/modules/boot/data/rooms/pit.lua | 2 +- game/engines/default/modules/boot/data/rooms/random_room.lua | 2 +- .../default/modules/boot/data/rooms/rocky_snowy_trees.lua | 2 +- game/engines/default/modules/boot/data/rooms/s.lua | 2 +- game/engines/default/modules/boot/data/rooms/simple.lua | 2 +- game/engines/default/modules/boot/data/rooms/small_cross.lua | 2 +- .../default/modules/boot/data/rooms/small_inner_cross.lua | 2 +- game/engines/default/modules/boot/data/rooms/small_x.lua | 2 +- game/engines/default/modules/boot/data/rooms/split1.lua | 2 +- game/engines/default/modules/boot/data/rooms/split2.lua | 2 +- game/engines/default/modules/boot/data/rooms/weird1.lua | 2 +- game/engines/default/modules/boot/data/rooms/weird2.lua | 2 +- game/engines/default/modules/boot/data/rooms/womb.lua | 2 +- game/engines/default/modules/boot/data/rooms/xroads.lua | 2 +- game/engines/default/modules/boot/data/rooms/y.lua | 2 +- game/engines/default/modules/boot/data/talents.lua | 2 +- game/engines/default/modules/boot/data/timed_effects.lua | 2 +- .../engines/default/modules/boot/data/zones/dungeon/grids.lua | 2 +- game/engines/default/modules/boot/data/zones/dungeon/npcs.lua | 2 +- .../default/modules/boot/data/zones/dungeon/objects.lua | 2 +- .../engines/default/modules/boot/data/zones/dungeon/traps.lua | 2 +- game/engines/default/modules/boot/data/zones/dungeon/zone.lua | 2 +- game/engines/default/modules/boot/dialogs/Addons.lua | 2 +- game/engines/default/modules/boot/dialogs/LoadGame.lua | 2 +- game/engines/default/modules/boot/dialogs/MainMenu.lua | 2 +- game/engines/default/modules/boot/dialogs/NewGame.lua | 2 +- game/engines/default/modules/boot/dialogs/Profile.lua | 2 +- game/engines/default/modules/boot/dialogs/ProfileLogin.lua | 2 +- .../default/modules/boot/dialogs/ProfileSteamRegister.lua | 2 +- game/engines/default/modules/boot/dialogs/UpdateAll.lua | 2 +- game/engines/default/modules/boot/dialogs/ViewHighScores.lua | 2 +- game/engines/default/modules/boot/init.lua | 2 +- game/engines/default/modules/boot/load.lua | 2 +- game/loader/init.lua | 2 +- game/loader/pre-init.lua | 2 +- game/modules/example/class/Actor.lua | 2 +- game/modules/example/class/Game.lua | 2 +- game/modules/example/class/Grid.lua | 2 +- game/modules/example/class/NPC.lua | 2 +- game/modules/example/class/Player.lua | 2 +- game/modules/example/class/interface/Combat.lua | 2 +- game/modules/example/data/birth/descriptors.lua | 2 +- game/modules/example/data/damage_types.lua | 2 +- game/modules/example/data/general/grids/basic.lua | 2 +- game/modules/example/data/general/npcs/kobold.lua | 2 +- game/modules/example/data/gfx/particles/acid.lua | 2 +- game/modules/example/data/rooms/pilar.lua | 2 +- game/modules/example/data/rooms/simple.lua | 2 +- game/modules/example/data/talents.lua | 2 +- game/modules/example/data/timed_effects.lua | 2 +- game/modules/example/data/zones/dungeon/grids.lua | 2 +- game/modules/example/data/zones/dungeon/npcs.lua | 2 +- game/modules/example/data/zones/dungeon/objects.lua | 2 +- game/modules/example/data/zones/dungeon/traps.lua | 2 +- game/modules/example/data/zones/dungeon/zone.lua | 2 +- game/modules/example/dialogs/DeathDialog.lua | 2 +- game/modules/example/dialogs/Quit.lua | 2 +- game/modules/example/init.lua | 2 +- game/modules/example/load.lua | 2 +- game/modules/example_realtime/class/Actor.lua | 2 +- game/modules/example_realtime/class/Game.lua | 2 +- game/modules/example_realtime/class/Grid.lua | 2 +- game/modules/example_realtime/class/NPC.lua | 2 +- game/modules/example_realtime/class/Player.lua | 2 +- game/modules/example_realtime/class/interface/Combat.lua | 2 +- game/modules/example_realtime/data/birth/descriptors.lua | 2 +- game/modules/example_realtime/data/damage_types.lua | 2 +- game/modules/example_realtime/data/general/grids/basic.lua | 2 +- game/modules/example_realtime/data/general/npcs/kobold.lua | 2 +- game/modules/example_realtime/data/gfx/particles/acid.lua | 2 +- game/modules/example_realtime/data/rooms/pilar.lua | 2 +- game/modules/example_realtime/data/rooms/simple.lua | 2 +- game/modules/example_realtime/data/talents.lua | 2 +- game/modules/example_realtime/data/timed_effects.lua | 2 +- game/modules/example_realtime/data/zones/dungeon/grids.lua | 2 +- game/modules/example_realtime/data/zones/dungeon/npcs.lua | 2 +- game/modules/example_realtime/data/zones/dungeon/objects.lua | 2 +- game/modules/example_realtime/data/zones/dungeon/traps.lua | 2 +- game/modules/example_realtime/data/zones/dungeon/zone.lua | 2 +- game/modules/example_realtime/dialogs/DeathDialog.lua | 2 +- game/modules/example_realtime/dialogs/Quit.lua | 2 +- game/modules/example_realtime/init.lua | 2 +- game/modules/example_realtime/load.lua | 2 +- game/modules/gruesome/ai/adventurer.lua | 2 +- game/modules/gruesome/class/Actor.lua | 2 +- game/modules/gruesome/class/Game.lua | 2 +- game/modules/gruesome/class/Grid.lua | 2 +- game/modules/gruesome/class/NPC.lua | 2 +- game/modules/gruesome/class/Player.lua | 2 +- game/modules/gruesome/class/PlayerDisplay.lua | 2 +- game/modules/gruesome/class/interface/Combat.lua | 2 +- game/modules/gruesome/data/birth/descriptors.lua | 2 +- game/modules/gruesome/data/damage_types.lua | 2 +- game/modules/gruesome/data/general/grids/basic.lua | 2 +- game/modules/gruesome/data/general/npcs/adventurer.lua | 2 +- game/modules/gruesome/data/gfx/particles/acid.lua | 2 +- game/modules/gruesome/data/gfx/particles/ball_shadow.lua | 2 +- game/modules/gruesome/data/rooms/pilar.lua | 2 +- game/modules/gruesome/data/rooms/simple.lua | 2 +- game/modules/gruesome/data/talents.lua | 2 +- game/modules/gruesome/data/timed_effects.lua | 2 +- game/modules/gruesome/data/zones/dungeon/grids.lua | 2 +- game/modules/gruesome/data/zones/dungeon/npcs.lua | 2 +- game/modules/gruesome/data/zones/dungeon/objects.lua | 2 +- game/modules/gruesome/data/zones/dungeon/traps.lua | 2 +- game/modules/gruesome/data/zones/dungeon/zone.lua | 2 +- game/modules/gruesome/dialogs/DeathDialog.lua | 2 +- game/modules/gruesome/dialogs/MapMenu.lua | 2 +- game/modules/gruesome/dialogs/Quit.lua | 2 +- game/modules/gruesome/init.lua | 2 +- game/modules/gruesome/load.lua | 2 +- game/modules/gruesome/map_config.lua | 2 +- game/modules/tome/ai/escort.lua | 2 +- game/modules/tome/ai/heal.lua | 2 +- game/modules/tome/ai/party.lua | 2 +- game/modules/tome/ai/quests.lua | 2 +- game/modules/tome/ai/sandworm_tunneler.lua | 2 +- game/modules/tome/ai/shadow.lua | 2 +- game/modules/tome/ai/summon.lua | 2 +- game/modules/tome/ai/tactical.lua | 2 +- game/modules/tome/ai/target.lua | 2 +- game/modules/tome/ai/worldnpcs.lua | 2 +- game/modules/tome/class/Actor.lua | 2 +- game/modules/tome/class/BigNews.lua | 2 +- game/modules/tome/class/Encounter.lua | 2 +- game/modules/tome/class/FortressPC.lua | 2 +- game/modules/tome/class/Game.lua | 2 +- game/modules/tome/class/GameState.lua | 2 +- game/modules/tome/class/Grid.lua | 2 +- game/modules/tome/class/MapEffects.lua | 2 +- game/modules/tome/class/NPC.lua | 2 +- game/modules/tome/class/NicerTiles.lua | 2 +- game/modules/tome/class/NicerTilesOverlays.lua | 2 +- game/modules/tome/class/Object.lua | 2 +- game/modules/tome/class/Party.lua | 2 +- game/modules/tome/class/PartyMember.lua | 2 +- game/modules/tome/class/Player.lua | 2 +- game/modules/tome/class/PlayerDisplay.lua | 2 +- game/modules/tome/class/Projectile.lua | 2 +- game/modules/tome/class/StellarBody.lua | 2 +- game/modules/tome/class/Store.lua | 2 +- game/modules/tome/class/Tooltip.lua | 2 +- game/modules/tome/class/Trap.lua | 2 +- game/modules/tome/class/UserChatExtension.lua | 2 +- game/modules/tome/class/WildernessGrid.lua | 2 +- game/modules/tome/class/World.lua | 2 +- game/modules/tome/class/WorldNPC.lua | 2 +- game/modules/tome/class/Zone.lua | 2 +- game/modules/tome/class/generator/actor/Arena.lua | 2 +- game/modules/tome/class/generator/actor/CharredScar.lua | 2 +- game/modules/tome/class/generator/actor/HighPeakFinal.lua | 2 +- game/modules/tome/class/generator/actor/OnSpots.lua | 2 +- game/modules/tome/class/generator/actor/Random.lua | 2 +- game/modules/tome/class/generator/actor/RandomStairGuard.lua | 2 +- game/modules/tome/class/generator/actor/Sandworm.lua | 2 +- game/modules/tome/class/generator/actor/ValleyMoon.lua | 2 +- game/modules/tome/class/generator/map/Caldera.lua | 2 +- game/modules/tome/class/generator/map/CharredScar.lua | 2 +- game/modules/tome/class/generator/map/GenericTunnel.lua | 2 +- game/modules/tome/class/generator/map/SlimeTunnels.lua | 2 +- game/modules/tome/class/interface/ActorInscriptions.lua | 2 +- game/modules/tome/class/interface/ActorLife.lua | 2 +- game/modules/tome/class/interface/ActorPartyQuest.lua | 2 +- game/modules/tome/class/interface/Archery.lua | 2 +- game/modules/tome/class/interface/Combat.lua | 2 +- game/modules/tome/class/interface/PartyDeath.lua | 2 +- game/modules/tome/class/interface/PartyIngredients.lua | 2 +- game/modules/tome/class/interface/PartyLore.lua | 2 +- game/modules/tome/class/interface/PlayerDumpJSON.lua | 2 +- game/modules/tome/class/interface/PlayerExplore.lua | 2 +- game/modules/tome/class/interface/PlayerStats.lua | 2 +- game/modules/tome/class/interface/TooltipsData.lua | 2 +- game/modules/tome/class/interface/WorldAchievements.lua | 2 +- game/modules/tome/class/uiset/Classic.lua | 2 +- game/modules/tome/class/uiset/Minimalist.lua | 2 +- game/modules/tome/class/uiset/UISet.lua | 2 +- game/modules/tome/data/achievements/arena.lua | 2 +- game/modules/tome/data/achievements/donator.lua | 2 +- game/modules/tome/data/achievements/events.lua | 2 +- game/modules/tome/data/achievements/infinite-dungeon.lua | 2 +- game/modules/tome/data/achievements/items.lua | 2 +- game/modules/tome/data/achievements/kills.lua | 2 +- game/modules/tome/data/achievements/lore.lua | 2 +- game/modules/tome/data/achievements/player.lua | 2 +- game/modules/tome/data/achievements/quests.lua | 2 +- game/modules/tome/data/achievements/talents.lua | 2 +- game/modules/tome/data/autolevel_schemes.lua | 2 +- game/modules/tome/data/birth/classes/adventurer.lua | 2 +- game/modules/tome/data/birth/classes/afflicted.lua | 2 +- game/modules/tome/data/birth/classes/celestial.lua | 2 +- game/modules/tome/data/birth/classes/chronomancer.lua | 2 +- game/modules/tome/data/birth/classes/corrupted.lua | 2 +- game/modules/tome/data/birth/classes/mage.lua | 2 +- game/modules/tome/data/birth/classes/none.lua | 2 +- game/modules/tome/data/birth/classes/psionic.lua | 2 +- game/modules/tome/data/birth/classes/rogue.lua | 2 +- game/modules/tome/data/birth/classes/tutorial.lua | 2 +- game/modules/tome/data/birth/classes/warrior.lua | 2 +- game/modules/tome/data/birth/classes/wilder.lua | 2 +- game/modules/tome/data/birth/descriptors.lua | 2 +- game/modules/tome/data/birth/races/construct.lua | 2 +- game/modules/tome/data/birth/races/dwarf.lua | 2 +- game/modules/tome/data/birth/races/elf.lua | 2 +- game/modules/tome/data/birth/races/halfling.lua | 2 +- game/modules/tome/data/birth/races/human.lua | 2 +- game/modules/tome/data/birth/races/tutorial.lua | 2 +- game/modules/tome/data/birth/races/undead.lua | 2 +- game/modules/tome/data/birth/races/yeek.lua | 2 +- game/modules/tome/data/birth/sexes.lua | 2 +- game/modules/tome/data/birth/worlds.lua | 2 +- game/modules/tome/data/calendar_allied.lua | 2 +- game/modules/tome/data/calendar_dwarf.lua | 2 +- game/modules/tome/data/chats/alchemist-derth.lua | 2 +- game/modules/tome/data/chats/alchemist-elvala.lua | 2 +- game/modules/tome/data/chats/alchemist-golem.lua | 2 +- game/modules/tome/data/chats/alchemist-hermit.lua | 2 +- game/modules/tome/data/chats/alchemist-last-hope.lua | 2 +- game/modules/tome/data/chats/angolwen-leader.lua | 2 +- game/modules/tome/data/chats/angolwen-staves-store.lua | 2 +- game/modules/tome/data/chats/antimagic-end.lua | 2 +- game/modules/tome/data/chats/ardhungol-end.lua | 2 +- game/modules/tome/data/chats/ardhungol-start.lua | 2 +- game/modules/tome/data/chats/arena-start.lua | 2 +- game/modules/tome/data/chats/arena-unlock.lua | 2 +- game/modules/tome/data/chats/arena.lua | 2 +- game/modules/tome/data/chats/assassin-lord-thieves.lua | 2 +- game/modules/tome/data/chats/assassin-lord.lua | 2 +- game/modules/tome/data/chats/chronomancy-see-threads.lua | 2 +- game/modules/tome/data/chats/command-staff.lua | 2 +- game/modules/tome/data/chats/corruptor-quest.lua | 2 +- game/modules/tome/data/chats/derth-attack-over.lua | 2 +- game/modules/tome/data/chats/dreadfell-ambush.lua | 2 +- game/modules/tome/data/chats/east-portal-end.lua | 2 +- game/modules/tome/data/chats/eidolon-plane.lua | 2 +- game/modules/tome/data/chats/elisa-orb-scrying.lua | 2 +- game/modules/tome/data/chats/elisa-shop.lua | 2 +- game/modules/tome/data/chats/escort-quest-start.lua | 2 +- game/modules/tome/data/chats/escort-quest.lua | 2 +- game/modules/tome/data/chats/fallen-aeryn.lua | 2 +- game/modules/tome/data/chats/gates-of-morning-main.lua | 2 +- game/modules/tome/data/chats/gates-of-morning-welcome.lua | 2 +- game/modules/tome/data/chats/golbug-explains.lua | 2 +- game/modules/tome/data/chats/jewelry-store.lua | 2 +- game/modules/tome/data/chats/keepsake-berethh-encounter.lua | 2 +- game/modules/tome/data/chats/keepsake-caravan-destroyed.lua | 2 +- game/modules/tome/data/chats/keepsake-kyless-death.lua | 2 +- game/modules/tome/data/chats/last-hope-elder.lua | 2 +- game/modules/tome/data/chats/last-hope-lost-merchant.lua | 2 +- game/modules/tome/data/chats/last-hope-melinda-father.lua | 2 +- game/modules/tome/data/chats/last-hope-weapon-store.lua | 2 +- game/modules/tome/data/chats/limmir-valley-moon.lua | 2 +- game/modules/tome/data/chats/lost-merchant.lua | 2 +- game/modules/tome/data/chats/lumberjack-quest-done.lua | 2 +- game/modules/tome/data/chats/lumberjack-quest.lua | 2 +- game/modules/tome/data/chats/mage-apprentice-quest.lua | 2 +- game/modules/tome/data/chats/magic-store.lua | 2 +- game/modules/tome/data/chats/melinda-beach-end.lua | 2 +- game/modules/tome/data/chats/melinda-beach.lua | 2 +- game/modules/tome/data/chats/melinda-fortress.lua | 2 +- game/modules/tome/data/chats/message-last-hope.lua | 2 +- game/modules/tome/data/chats/myssil.lua | 2 +- game/modules/tome/data/chats/norgan-saved.lua | 2 +- game/modules/tome/data/chats/orc-breeding-pits.lua | 2 +- game/modules/tome/data/chats/paradoxology.lua | 2 +- game/modules/tome/data/chats/player-inscription.lua | 2 +- game/modules/tome/data/chats/point-zero-zemekkys.lua | 2 +- game/modules/tome/data/chats/pre-charred-scar-eruan.lua | 2 +- game/modules/tome/data/chats/pre-charred-scar.lua | 2 +- game/modules/tome/data/chats/ring-of-blood-master.lua | 2 +- game/modules/tome/data/chats/ring-of-blood-orb.lua | 2 +- game/modules/tome/data/chats/ring-of-blood-win.lua | 2 +- game/modules/tome/data/chats/sage-kitty.lua | 2 +- game/modules/tome/data/chats/shertul-fortress-butler.lua | 2 +- game/modules/tome/data/chats/shertul-fortress-caldizar.lua | 2 +- game/modules/tome/data/chats/shertul-fortress-command-orb.lua | 2 +- game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua | 2 +- .../modules/tome/data/chats/shertul-fortress-training-orb.lua | 2 +- game/modules/tome/data/chats/slasul.lua | 2 +- game/modules/tome/data/chats/sorcerer-end.lua | 2 +- game/modules/tome/data/chats/sorcerer-fight.lua | 2 +- game/modules/tome/data/chats/tannen.lua | 2 +- game/modules/tome/data/chats/tarelion-start-archmage.lua | 2 +- game/modules/tome/data/chats/tarelion.lua | 2 +- game/modules/tome/data/chats/temporal-rift-end.lua | 2 +- game/modules/tome/data/chats/temporal-rift-start.lua | 2 +- game/modules/tome/data/chats/the-master-resurrect.lua | 2 +- game/modules/tome/data/chats/tutorial-start.lua | 2 +- game/modules/tome/data/chats/ukllmswwik.lua | 2 +- game/modules/tome/data/chats/undead-start-game.lua | 2 +- game/modules/tome/data/chats/undead-start-kill.lua | 2 +- game/modules/tome/data/chats/unremarkable-cave-bosses.lua | 2 +- game/modules/tome/data/chats/unremarkable-cave-fillarel.lua | 2 +- game/modules/tome/data/chats/unremarkable-cave-krogar.lua | 2 +- game/modules/tome/data/chats/ward.lua | 2 +- game/modules/tome/data/chats/worldly-knowledge.lua | 2 +- game/modules/tome/data/chats/yeek-wayist.lua | 2 +- game/modules/tome/data/chats/zemekkys-done.lua | 2 +- game/modules/tome/data/chats/zemekkys-start-chronomancers.lua | 2 +- game/modules/tome/data/chats/zemekkys.lua | 2 +- game/modules/tome/data/chats/zigur-mindstar-store.lua | 2 +- game/modules/tome/data/chats/zigur-trainer.lua | 2 +- game/modules/tome/data/chats/zoisla.lua | 2 +- game/modules/tome/data/damage_types.lua | 2 +- game/modules/tome/data/factions.lua | 2 +- game/modules/tome/data/general/encounters/fareast-npcs.lua | 2 +- game/modules/tome/data/general/encounters/fareast.lua | 2 +- game/modules/tome/data/general/encounters/maj-eyal-npcs.lua | 2 +- game/modules/tome/data/general/encounters/maj-eyal.lua | 2 +- game/modules/tome/data/general/events/antimagic-bush.lua | 2 +- game/modules/tome/data/general/events/bligthed-soil.lua | 2 +- game/modules/tome/data/general/events/crystaline-forest.lua | 2 +- game/modules/tome/data/general/events/cultists.lua | 2 +- game/modules/tome/data/general/events/damp-cave.lua | 2 +- game/modules/tome/data/general/events/drake-cave.lua | 2 +- game/modules/tome/data/general/events/fearscape-portal.lua | 2 +- game/modules/tome/data/general/events/fell-aura.lua | 2 +- game/modules/tome/data/general/events/font-life.lua | 2 +- game/modules/tome/data/general/events/glimmerstone.lua | 2 +- game/modules/tome/data/general/events/glowing-chest.lua | 2 +- .../tome/data/general/events/groups/fareast-generic.lua | 2 +- .../tome/data/general/events/groups/majeyal-generic.lua | 2 +- .../data/general/events/groups/outdoor-fareast-generic.lua | 2 +- .../data/general/events/groups/outdoor-majeyal-generic.lua | 2 +- .../data/general/events/groups/outdoor-majeyal-gloomy.lua | 2 +- game/modules/tome/data/general/events/icy-ground.lua | 2 +- game/modules/tome/data/general/events/meteor.lua | 2 +- game/modules/tome/data/general/events/naga-portal.lua | 2 +- game/modules/tome/data/general/events/necrotic-air.lua | 2 +- game/modules/tome/data/general/events/noxious-caldera.lua | 2 +- game/modules/tome/data/general/events/old-battle-field.lua | 2 +- game/modules/tome/data/general/events/protective-aura.lua | 2 +- game/modules/tome/data/general/events/pyroclast.lua | 2 +- game/modules/tome/data/general/events/rat-lich.lua | 2 +- game/modules/tome/data/general/events/slimey-pool.lua | 2 +- game/modules/tome/data/general/events/sludgenest.lua | 2 +- game/modules/tome/data/general/events/snowstorm.lua | 2 +- game/modules/tome/data/general/events/spellblaze-scar.lua | 2 +- game/modules/tome/data/general/events/thunderstorm.lua | 2 +- game/modules/tome/data/general/events/tombstones.lua | 2 +- game/modules/tome/data/general/events/weird-pedestals.lua | 2 +- game/modules/tome/data/general/events/whistling-vortex.lua | 2 +- game/modules/tome/data/general/grids/basic.lua | 2 +- game/modules/tome/data/general/grids/bone.lua | 2 +- game/modules/tome/data/general/grids/burntland.lua | 2 +- game/modules/tome/data/general/grids/cave.lua | 2 +- game/modules/tome/data/general/grids/forest.lua | 2 +- game/modules/tome/data/general/grids/fortress.lua | 2 +- game/modules/tome/data/general/grids/ice.lua | 2 +- game/modules/tome/data/general/grids/icecave.lua | 2 +- game/modules/tome/data/general/grids/jungle.lua | 2 +- game/modules/tome/data/general/grids/jungle_hut.lua | 2 +- game/modules/tome/data/general/grids/lava.lua | 2 +- game/modules/tome/data/general/grids/mountain.lua | 2 +- game/modules/tome/data/general/grids/sand.lua | 2 +- game/modules/tome/data/general/grids/slime.lua | 2 +- game/modules/tome/data/general/grids/underground.lua | 2 +- game/modules/tome/data/general/grids/void.lua | 2 +- game/modules/tome/data/general/grids/water.lua | 2 +- game/modules/tome/data/general/npcs/all.lua | 2 +- game/modules/tome/data/general/npcs/ant.lua | 2 +- game/modules/tome/data/general/npcs/aquatic_critter.lua | 2 +- game/modules/tome/data/general/npcs/aquatic_demon.lua | 2 +- game/modules/tome/data/general/npcs/bear.lua | 2 +- game/modules/tome/data/general/npcs/bird.lua | 2 +- game/modules/tome/data/general/npcs/bone-giant.lua | 2 +- game/modules/tome/data/general/npcs/canine.lua | 2 +- game/modules/tome/data/general/npcs/cold-drake.lua | 2 +- game/modules/tome/data/general/npcs/construct.lua | 2 +- game/modules/tome/data/general/npcs/elven-caster.lua | 2 +- game/modules/tome/data/general/npcs/elven-warrior.lua | 2 +- game/modules/tome/data/general/npcs/faeros.lua | 2 +- game/modules/tome/data/general/npcs/feline.lua | 2 +- game/modules/tome/data/general/npcs/fire-drake.lua | 2 +- game/modules/tome/data/general/npcs/ghost.lua | 2 +- game/modules/tome/data/general/npcs/ghoul.lua | 2 +- game/modules/tome/data/general/npcs/gwelgoroth.lua | 2 +- game/modules/tome/data/general/npcs/horror-corrupted.lua | 2 +- game/modules/tome/data/general/npcs/horror-undead.lua | 2 +- game/modules/tome/data/general/npcs/horror.lua | 2 +- game/modules/tome/data/general/npcs/horror_aquatic.lua | 2 +- game/modules/tome/data/general/npcs/horror_temporal.lua | 2 +- game/modules/tome/data/general/npcs/humanoid_random_boss.lua | 2 +- game/modules/tome/data/general/npcs/jelly.lua | 2 +- game/modules/tome/data/general/npcs/lich.lua | 2 +- game/modules/tome/data/general/npcs/losgoroth.lua | 2 +- game/modules/tome/data/general/npcs/major-demon.lua | 2 +- game/modules/tome/data/general/npcs/minor-demon.lua | 2 +- game/modules/tome/data/general/npcs/minotaur.lua | 2 +- game/modules/tome/data/general/npcs/molds.lua | 2 +- game/modules/tome/data/general/npcs/multihued-drake.lua | 2 +- game/modules/tome/data/general/npcs/mummy.lua | 2 +- game/modules/tome/data/general/npcs/naga.lua | 2 +- game/modules/tome/data/general/npcs/ooze.lua | 2 +- game/modules/tome/data/general/npcs/orc-gorbat.lua | 2 +- game/modules/tome/data/general/npcs/orc-grushnak.lua | 2 +- game/modules/tome/data/general/npcs/orc-rak-shor.lua | 2 +- game/modules/tome/data/general/npcs/orc-vor.lua | 2 +- game/modules/tome/data/general/npcs/orc.lua | 2 +- game/modules/tome/data/general/npcs/plant.lua | 2 +- game/modules/tome/data/general/npcs/random_zone.lua | 2 +- game/modules/tome/data/general/npcs/ritch.lua | 2 +- game/modules/tome/data/general/npcs/rodent.lua | 2 +- game/modules/tome/data/general/npcs/sandworm.lua | 2 +- game/modules/tome/data/general/npcs/shade.lua | 2 +- game/modules/tome/data/general/npcs/shertul.lua | 2 +- game/modules/tome/data/general/npcs/shivgoroth.lua | 2 +- game/modules/tome/data/general/npcs/skeleton.lua | 2 +- game/modules/tome/data/general/npcs/snake.lua | 2 +- game/modules/tome/data/general/npcs/snow-giant.lua | 2 +- game/modules/tome/data/general/npcs/spider.lua | 2 +- game/modules/tome/data/general/npcs/storm-drake.lua | 2 +- game/modules/tome/data/general/npcs/sunwall-town.lua | 2 +- game/modules/tome/data/general/npcs/swarm.lua | 2 +- game/modules/tome/data/general/npcs/telugoroth.lua | 2 +- game/modules/tome/data/general/npcs/thieve.lua | 2 +- game/modules/tome/data/general/npcs/troll.lua | 2 +- game/modules/tome/data/general/npcs/undead-rat.lua | 2 +- game/modules/tome/data/general/npcs/vampire.lua | 2 +- game/modules/tome/data/general/npcs/venom-drake.lua | 2 +- game/modules/tome/data/general/npcs/vermin.lua | 2 +- game/modules/tome/data/general/npcs/wight.lua | 2 +- game/modules/tome/data/general/npcs/wild-drake.lua | 2 +- game/modules/tome/data/general/npcs/xorn.lua | 2 +- game/modules/tome/data/general/npcs/yaech.lua | 2 +- game/modules/tome/data/general/npcs/ziguranth.lua | 2 +- game/modules/tome/data/general/objects/2haxes.lua | 2 +- game/modules/tome/data/general/objects/2hmaces.lua | 2 +- game/modules/tome/data/general/objects/2hswords.lua | 2 +- game/modules/tome/data/general/objects/2htridents.lua | 2 +- game/modules/tome/data/general/objects/axes.lua | 2 +- .../tome/data/general/objects/boss-artifacts-far-east.lua | 2 +- game/modules/tome/data/general/objects/boss-artifacts.lua | 2 +- game/modules/tome/data/general/objects/bows.lua | 2 +- .../tome/data/general/objects/brotherhood-artifacts.lua | 2 +- game/modules/tome/data/general/objects/cloak.lua | 2 +- game/modules/tome/data/general/objects/cloth-armors.lua | 2 +- game/modules/tome/data/general/objects/digger.lua | 2 +- game/modules/tome/data/general/objects/egos/ammo.lua | 2 +- game/modules/tome/data/general/objects/egos/amulets.lua | 2 +- game/modules/tome/data/general/objects/egos/armor.lua | 2 +- game/modules/tome/data/general/objects/egos/belt.lua | 2 +- game/modules/tome/data/general/objects/egos/boots.lua | 2 +- game/modules/tome/data/general/objects/egos/bow.lua | 2 +- .../modules/tome/data/general/objects/egos/charged-attack.lua | 2 +- .../tome/data/general/objects/egos/charged-defensive.lua | 2 +- .../tome/data/general/objects/egos/charged-utility.lua | 2 +- game/modules/tome/data/general/objects/egos/charms.lua | 2 +- game/modules/tome/data/general/objects/egos/cloak.lua | 2 +- game/modules/tome/data/general/objects/egos/digger.lua | 2 +- game/modules/tome/data/general/objects/egos/heavy-armor.lua | 2 +- game/modules/tome/data/general/objects/egos/helm.lua | 2 +- game/modules/tome/data/general/objects/egos/infusions.lua | 2 +- game/modules/tome/data/general/objects/egos/light-armor.lua | 2 +- game/modules/tome/data/general/objects/egos/light-boots.lua | 2 +- game/modules/tome/data/general/objects/egos/lite.lua | 2 +- game/modules/tome/data/general/objects/egos/massive-armor.lua | 2 +- game/modules/tome/data/general/objects/egos/mindstars.lua | 2 +- game/modules/tome/data/general/objects/egos/potions.lua | 2 +- game/modules/tome/data/general/objects/egos/ranged.lua | 2 +- game/modules/tome/data/general/objects/egos/rings.lua | 2 +- game/modules/tome/data/general/objects/egos/robe.lua | 2 +- game/modules/tome/data/general/objects/egos/scrolls.lua | 2 +- game/modules/tome/data/general/objects/egos/shield.lua | 2 +- game/modules/tome/data/general/objects/egos/sling.lua | 2 +- game/modules/tome/data/general/objects/egos/staves.lua | 2 +- .../modules/tome/data/general/objects/egos/torques-powers.lua | 2 +- game/modules/tome/data/general/objects/egos/torques.lua | 2 +- game/modules/tome/data/general/objects/egos/totems-powers.lua | 2 +- game/modules/tome/data/general/objects/egos/totems.lua | 2 +- game/modules/tome/data/general/objects/egos/wands-powers.lua | 2 +- game/modules/tome/data/general/objects/egos/wands.lua | 2 +- game/modules/tome/data/general/objects/egos/weapon.lua | 2 +- game/modules/tome/data/general/objects/egos/wizard-hat.lua | 2 +- game/modules/tome/data/general/objects/elixir-ingredients.lua | 2 +- game/modules/tome/data/general/objects/gauntlets.lua | 2 +- game/modules/tome/data/general/objects/gem.lua | 2 +- game/modules/tome/data/general/objects/gloves.lua | 2 +- game/modules/tome/data/general/objects/heavy-armors.lua | 2 +- game/modules/tome/data/general/objects/heavy-boots.lua | 2 +- game/modules/tome/data/general/objects/helms.lua | 2 +- game/modules/tome/data/general/objects/jewelry.lua | 2 +- game/modules/tome/data/general/objects/knifes.lua | 2 +- game/modules/tome/data/general/objects/leather-belt.lua | 2 +- game/modules/tome/data/general/objects/leather-boots.lua | 2 +- game/modules/tome/data/general/objects/leather-caps.lua | 2 +- game/modules/tome/data/general/objects/light-armors.lua | 2 +- game/modules/tome/data/general/objects/lites.lua | 2 +- game/modules/tome/data/general/objects/lore/fun.lua | 2 +- game/modules/tome/data/general/objects/lore/maj-eyal.lua | 2 +- game/modules/tome/data/general/objects/lore/misc.lua | 2 +- game/modules/tome/data/general/objects/lore/orc-prides.lua | 2 +- game/modules/tome/data/general/objects/lore/spellhunt.lua | 2 +- game/modules/tome/data/general/objects/lore/sunwall.lua | 2 +- game/modules/tome/data/general/objects/maces.lua | 2 +- game/modules/tome/data/general/objects/massive-armors.lua | 2 +- game/modules/tome/data/general/objects/mindstars.lua | 2 +- game/modules/tome/data/general/objects/misc-tools.lua | 2 +- game/modules/tome/data/general/objects/money.lua | 2 +- game/modules/tome/data/general/objects/mounts.lua | 2 +- game/modules/tome/data/general/objects/mummy-wrappings.lua | 2 +- game/modules/tome/data/general/objects/objects-far-east.lua | 2 +- game/modules/tome/data/general/objects/objects-maj-eyal.lua | 2 +- game/modules/tome/data/general/objects/objects.lua | 2 +- game/modules/tome/data/general/objects/potions.lua | 2 +- game/modules/tome/data/general/objects/quest-artifacts.lua | 2 +- game/modules/tome/data/general/objects/random-artifacts.lua | 2 +- .../tome/data/general/objects/random-artifacts/ammo.lua | 2 +- .../tome/data/general/objects/random-artifacts/generic.lua | 2 +- .../tome/data/general/objects/random-artifacts/gloves.lua | 2 +- .../tome/data/general/objects/random-artifacts/melee.lua | 2 +- .../tome/data/general/objects/random-artifacts/ranged.lua | 2 +- .../tome/data/general/objects/random-artifacts/shields.lua | 2 +- game/modules/tome/data/general/objects/rods.lua | 2 +- game/modules/tome/data/general/objects/scrolls.lua | 2 +- game/modules/tome/data/general/objects/shields.lua | 2 +- game/modules/tome/data/general/objects/slings.lua | 2 +- game/modules/tome/data/general/objects/special-artifacts.lua | 2 +- game/modules/tome/data/general/objects/staves.lua | 2 +- game/modules/tome/data/general/objects/swords.lua | 2 +- game/modules/tome/data/general/objects/torques.lua | 2 +- game/modules/tome/data/general/objects/totems.lua | 2 +- game/modules/tome/data/general/objects/wands.lua | 2 +- game/modules/tome/data/general/objects/whips.lua | 2 +- game/modules/tome/data/general/objects/wizard-hat.lua | 2 +- .../tome/data/general/objects/world-artifacts-far-east.lua | 2 +- game/modules/tome/data/general/objects/world-artifacts.lua | 2 +- game/modules/tome/data/general/stores/basic.lua | 2 +- game/modules/tome/data/general/traps/alarm.lua | 2 +- game/modules/tome/data/general/traps/annoy.lua | 2 +- game/modules/tome/data/general/traps/complex.lua | 2 +- game/modules/tome/data/general/traps/elemental.lua | 2 +- game/modules/tome/data/general/traps/natural_forest.lua | 2 +- game/modules/tome/data/general/traps/store.lua | 2 +- game/modules/tome/data/general/traps/teleport.lua | 2 +- game/modules/tome/data/general/traps/water.lua | 2 +- game/modules/tome/data/gfx/particles/acid.lua | 2 +- game/modules/tome/data/gfx/particles/acidbeam.lua | 2 +- game/modules/tome/data/gfx/particles/acidflash.lua | 2 +- game/modules/tome/data/gfx/particles/acidstorm.lua | 2 +- game/modules/tome/data/gfx/particles/acidtrail.lua | 2 +- game/modules/tome/data/gfx/particles/agony.lua | 2 +- game/modules/tome/data/gfx/particles/arcane_power.lua | 2 +- game/modules/tome/data/gfx/particles/arcane_vortex.lua | 2 +- game/modules/tome/data/gfx/particles/arcanestorm.lua | 2 +- game/modules/tome/data/gfx/particles/arcanetrail.lua | 2 +- game/modules/tome/data/gfx/particles/archery.lua | 2 +- game/modules/tome/data/gfx/particles/arrow.lua | 2 +- game/modules/tome/data/gfx/particles/ball_acid.lua | 2 +- game/modules/tome/data/gfx/particles/ball_arcane.lua | 2 +- game/modules/tome/data/gfx/particles/ball_blight.lua | 2 +- game/modules/tome/data/gfx/particles/ball_blood.lua | 2 +- game/modules/tome/data/gfx/particles/ball_earth.lua | 2 +- game/modules/tome/data/gfx/particles/ball_fire.lua | 2 +- game/modules/tome/data/gfx/particles/ball_ice.lua | 2 +- game/modules/tome/data/gfx/particles/ball_light.lua | 2 +- game/modules/tome/data/gfx/particles/ball_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/ball_lightning_beam.lua | 2 +- game/modules/tome/data/gfx/particles/ball_matter.lua | 2 +- game/modules/tome/data/gfx/particles/ball_teleport.lua | 2 +- game/modules/tome/data/gfx/particles/ball_temporal.lua | 2 +- game/modules/tome/data/gfx/particles/beckoned.lua | 2 +- game/modules/tome/data/gfx/particles/beckoned_move.lua | 2 +- game/modules/tome/data/gfx/particles/blight_power.lua | 2 +- game/modules/tome/data/gfx/particles/blightzone.lua | 2 +- game/modules/tome/data/gfx/particles/blood.lua | 2 +- game/modules/tome/data/gfx/particles/bloodtrail.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_acid.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_arcane.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_blood.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_dark.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_earth.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_elemental.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_fire.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_ice.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_light.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_slime.lua | 2 +- game/modules/tome/data/gfx/particles/bolt_void.lua | 2 +- game/modules/tome/data/gfx/particles/bone_shield.lua | 2 +- game/modules/tome/data/gfx/particles/bones.lua | 2 +- game/modules/tome/data/gfx/particles/breath_acid.lua | 2 +- game/modules/tome/data/gfx/particles/breath_blood.lua | 2 +- game/modules/tome/data/gfx/particles/breath_cold.lua | 2 +- game/modules/tome/data/gfx/particles/breath_dark.lua | 2 +- game/modules/tome/data/gfx/particles/breath_earth.lua | 2 +- game/modules/tome/data/gfx/particles/breath_fire.lua | 2 +- game/modules/tome/data/gfx/particles/breath_fire_navier.lua | 2 +- game/modules/tome/data/gfx/particles/breath_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/breath_shadow.lua | 2 +- game/modules/tome/data/gfx/particles/breath_slime.lua | 2 +- game/modules/tome/data/gfx/particles/charge.lua | 2 +- game/modules/tome/data/gfx/particles/charge_matter.lua | 2 +- game/modules/tome/data/gfx/particles/circle_of_death.lua | 2 +- game/modules/tome/data/gfx/particles/coldflames.lua | 2 +- game/modules/tome/data/gfx/particles/creeping_dark.lua | 2 +- game/modules/tome/data/gfx/particles/crystalline_focus.lua | 2 +- game/modules/tome/data/gfx/particles/cursed_form.lua | 2 +- game/modules/tome/data/gfx/particles/cursed_ground.lua | 2 +- game/modules/tome/data/gfx/particles/damage_shield.lua | 2 +- game/modules/tome/data/gfx/particles/dark.lua | 2 +- game/modules/tome/data/gfx/particles/dark_inferno.lua | 2 +- game/modules/tome/data/gfx/particles/dark_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/dark_tendrils.lua | 2 +- game/modules/tome/data/gfx/particles/dark_torrent.lua | 2 +- game/modules/tome/data/gfx/particles/darkness_power.lua | 2 +- game/modules/tome/data/gfx/particles/darkness_shield.lua | 2 +- game/modules/tome/data/gfx/particles/darktrail.lua | 2 +- game/modules/tome/data/gfx/particles/demon_teleport.lua | 2 +- game/modules/tome/data/gfx/particles/destabilized.lua | 2 +- game/modules/tome/data/gfx/particles/directional_shout.lua | 2 +- game/modules/tome/data/gfx/particles/discharge_bolt.lua | 2 +- game/modules/tome/data/gfx/particles/dismayed.lua | 2 +- game/modules/tome/data/gfx/particles/displacement_shield.lua | 2 +- game/modules/tome/data/gfx/particles/disruption_shield.lua | 2 +- game/modules/tome/data/gfx/particles/distortion.lua | 2 +- game/modules/tome/data/gfx/particles/distortion_bolt.lua | 2 +- game/modules/tome/data/gfx/particles/distortion_trail.lua | 2 +- game/modules/tome/data/gfx/particles/dominated.lua | 2 +- game/modules/tome/data/gfx/particles/dreamhammer.lua | 2 +- game/modules/tome/data/gfx/particles/dust_trail.lua | 2 +- game/modules/tome/data/gfx/particles/eagle.lua | 2 +- game/modules/tome/data/gfx/particles/earth_beam.lua | 2 +- game/modules/tome/data/gfx/particles/earthtrail.lua | 2 +- game/modules/tome/data/gfx/particles/entropythrust.lua | 2 +- game/modules/tome/data/gfx/particles/farportal_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/farportal_vortex.lua | 2 +- game/modules/tome/data/gfx/particles/fear.lua | 2 +- game/modules/tome/data/gfx/particles/fear_blue.lua | 2 +- game/modules/tome/data/gfx/particles/fear_violet.lua | 2 +- game/modules/tome/data/gfx/particles/feed_hate.lua | 2 +- game/modules/tome/data/gfx/particles/feed_health.lua | 2 +- game/modules/tome/data/gfx/particles/feed_power.lua | 2 +- game/modules/tome/data/gfx/particles/feed_strengths.lua | 2 +- game/modules/tome/data/gfx/particles/fireflash.lua | 2 +- game/modules/tome/data/gfx/particles/firestorm.lua | 2 +- game/modules/tome/data/gfx/particles/firetrail.lua | 4 ++-- game/modules/tome/data/gfx/particles/flame.lua | 2 +- game/modules/tome/data/gfx/particles/flamebeam.lua | 2 +- game/modules/tome/data/gfx/particles/force_area.lua | 2 +- game/modules/tome/data/gfx/particles/force_blast.lua | 2 +- game/modules/tome/data/gfx/particles/force_deflection.lua | 2 +- game/modules/tome/data/gfx/particles/force_hit.lua | 2 +- game/modules/tome/data/gfx/particles/freeze.lua | 2 +- game/modules/tome/data/gfx/particles/fulldream.lua | 2 +- game/modules/tome/data/gfx/particles/fullgloom.lua | 2 +- game/modules/tome/data/gfx/particles/generic_ball.lua | 2 +- game/modules/tome/data/gfx/particles/generic_blast.lua | 2 +- game/modules/tome/data/gfx/particles/generic_charge.lua | 2 +- game/modules/tome/data/gfx/particles/generic_discharge.lua | 2 +- game/modules/tome/data/gfx/particles/generic_power.lua | 2 +- game/modules/tome/data/gfx/particles/generic_shield.lua | 2 +- game/modules/tome/data/gfx/particles/generic_sploom.lua | 2 +- game/modules/tome/data/gfx/particles/generic_teleport.lua | 2 +- game/modules/tome/data/gfx/particles/generic_vortex.lua | 2 +- game/modules/tome/data/gfx/particles/generic_wave.lua | 2 +- game/modules/tome/data/gfx/particles/generictrail.lua | 2 +- game/modules/tome/data/gfx/particles/gloom.lua | 2 +- game/modules/tome/data/gfx/particles/gloom_confused.lua | 2 +- game/modules/tome/data/gfx/particles/gloom_slow.lua | 2 +- game/modules/tome/data/gfx/particles/gloom_stunned.lua | 2 +- game/modules/tome/data/gfx/particles/gloom_weakness.lua | 2 +- game/modules/tome/data/gfx/particles/godslayer_swirl.lua | 2 +- game/modules/tome/data/gfx/particles/golden_shield.lua | 2 +- game/modules/tome/data/gfx/particles/gravity_breath.lua | 2 +- game/modules/tome/data/gfx/particles/gravity_focus.lua | 2 +- game/modules/tome/data/gfx/particles/gravity_spike.lua | 2 +- game/modules/tome/data/gfx/particles/gravity_well.lua | 2 +- game/modules/tome/data/gfx/particles/gravity_well2.lua | 2 +- game/modules/tome/data/gfx/particles/harassed.lua | 2 +- game/modules/tome/data/gfx/particles/hateful_whisper.lua | 2 +- game/modules/tome/data/gfx/particles/healing_vapour.lua | 2 +- game/modules/tome/data/gfx/particles/hit_warning.lua | 2 +- game/modules/tome/data/gfx/particles/house_flamebeam.lua | 2 +- game/modules/tome/data/gfx/particles/house_orbcontrol.lua | 2 +- game/modules/tome/data/gfx/particles/ice_beam.lua | 2 +- game/modules/tome/data/gfx/particles/ice_shards.lua | 2 +- game/modules/tome/data/gfx/particles/ice_vapour.lua | 2 +- game/modules/tome/data/gfx/particles/icebeam.lua | 2 +- game/modules/tome/data/gfx/particles/iceflash.lua | 2 +- game/modules/tome/data/gfx/particles/icestorm.lua | 2 +- game/modules/tome/data/gfx/particles/icetrail.lua | 2 +- game/modules/tome/data/gfx/particles/image.lua | 2 +- game/modules/tome/data/gfx/particles/inferno.lua | 2 +- game/modules/tome/data/gfx/particles/istari_shield_map.lua | 2 +- game/modules/tome/data/gfx/particles/knifestorm.lua | 2 +- game/modules/tome/data/gfx/particles/leafstorm.lua | 2 +- game/modules/tome/data/gfx/particles/leavestide.lua | 2 +- game/modules/tome/data/gfx/particles/light.lua | 2 +- game/modules/tome/data/gfx/particles/light_beam.lua | 2 +- game/modules/tome/data/gfx/particles/light_zone.lua | 2 +- game/modules/tome/data/gfx/particles/lightning.lua | 2 +- game/modules/tome/data/gfx/particles/lightning_beam.lua | 2 +- game/modules/tome/data/gfx/particles/lightning_explosion.lua | 2 +- game/modules/tome/data/gfx/particles/lightningtrail.lua | 2 +- game/modules/tome/data/gfx/particles/lighttrail.lua | 2 +- game/modules/tome/data/gfx/particles/maligned.lua | 2 +- game/modules/tome/data/gfx/particles/mana_beam.lua | 2 +- game/modules/tome/data/gfx/particles/manathrust.lua | 2 +- game/modules/tome/data/gfx/particles/master_summoner.lua | 2 +- game/modules/tome/data/gfx/particles/matter_beam.lua | 2 +- game/modules/tome/data/gfx/particles/megaspeed.lua | 2 +- game/modules/tome/data/gfx/particles/melee_attack.lua | 2 +- game/modules/tome/data/gfx/particles/meleestorm.lua | 2 +- game/modules/tome/data/gfx/particles/meleestorm2.lua | 2 +- game/modules/tome/data/gfx/particles/meteor.lua | 2 +- game/modules/tome/data/gfx/particles/mind.lua | 2 +- game/modules/tome/data/gfx/particles/mindsear.lua | 2 +- game/modules/tome/data/gfx/particles/moss.lua | 2 +- game/modules/tome/data/gfx/particles/mucus.lua | 2 +- game/modules/tome/data/gfx/particles/mudflow.lua | 2 +- game/modules/tome/data/gfx/particles/naga_portal_smoke.lua | 2 +- game/modules/tome/data/gfx/particles/necrotic-aura.lua | 2 +- game/modules/tome/data/gfx/particles/notice_enemy.lua | 2 +- game/modules/tome/data/gfx/particles/nova.lua | 2 +- game/modules/tome/data/gfx/particles/ooze_beam.lua | 2 +- game/modules/tome/data/gfx/particles/overwhelmed.lua | 2 +- game/modules/tome/data/gfx/particles/panic.lua | 2 +- game/modules/tome/data/gfx/particles/phantasm_shield.lua | 2 +- game/modules/tome/data/gfx/particles/quake.lua | 2 +- game/modules/tome/data/gfx/particles/radiant_fear.lua | 2 +- game/modules/tome/data/gfx/particles/raindrops.lua | 2 +- game/modules/tome/data/gfx/particles/rampage.lua | 2 +- game/modules/tome/data/gfx/particles/reproach.lua | 2 +- game/modules/tome/data/gfx/particles/rewrite_universe.lua | 2 +- game/modules/tome/data/gfx/particles/seethe.lua | 2 +- game/modules/tome/data/gfx/particles/shader_ring.lua | 2 +- game/modules/tome/data/gfx/particles/shader_ring_rotating.lua | 2 +- game/modules/tome/data/gfx/particles/shader_shield.lua | 2 +- game/modules/tome/data/gfx/particles/shader_shield_temp.lua | 2 +- game/modules/tome/data/gfx/particles/shader_square.lua | 2 +- game/modules/tome/data/gfx/particles/shader_wings.lua | 2 +- game/modules/tome/data/gfx/particles/shadow.lua | 2 +- game/modules/tome/data/gfx/particles/shadow_beam.lua | 2 +- game/modules/tome/data/gfx/particles/shadow_flash.lua | 2 +- game/modules/tome/data/gfx/particles/shadow_zone.lua | 2 +- game/modules/tome/data/gfx/particles/shadowfire.lua | 2 +- .../tome/data/gfx/particles/shertul_fortress_engine.lua | 2 +- .../tome/data/gfx/particles/shertul_fortress_orbiters.lua | 2 +- game/modules/tome/data/gfx/particles/shield.lua | 2 +- game/modules/tome/data/gfx/particles/shockwave.lua | 2 +- game/modules/tome/data/gfx/particles/shout.lua | 2 +- game/modules/tome/data/gfx/particles/slime.lua | 2 +- game/modules/tome/data/gfx/particles/slimetrail.lua | 2 +- game/modules/tome/data/gfx/particles/snowing.lua | 2 +- game/modules/tome/data/gfx/particles/stalked.lua | 2 +- game/modules/tome/data/gfx/particles/stalked_start.lua | 2 +- game/modules/tome/data/gfx/particles/starfield.lua | 2 +- game/modules/tome/data/gfx/particles/starfield_static.lua | 2 +- game/modules/tome/data/gfx/particles/starglow.lua | 2 +- game/modules/tome/data/gfx/particles/static_fire.lua | 2 +- game/modules/tome/data/gfx/particles/stone_shards.lua | 2 +- game/modules/tome/data/gfx/particles/stone_skin.lua | 2 +- game/modules/tome/data/gfx/particles/storm_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/stormclouds.lua | 2 +- game/modules/tome/data/gfx/particles/summon.lua | 2 +- game/modules/tome/data/gfx/particles/sunburst.lua | 2 +- game/modules/tome/data/gfx/particles/teleport.lua | 2 +- game/modules/tome/data/gfx/particles/teleport_in.lua | 2 +- game/modules/tome/data/gfx/particles/teleport_line.lua | 2 +- game/modules/tome/data/gfx/particles/teleport_out.lua | 2 +- game/modules/tome/data/gfx/particles/teleport_water.lua | 2 +- game/modules/tome/data/gfx/particles/tempest.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_aura.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_bolt.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_breath.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_cloud.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_flash.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_focus.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_lightning.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_teleport.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_thrust.lua | 2 +- game/modules/tome/data/gfx/particles/temporal_vortex.lua | 2 +- game/modules/tome/data/gfx/particles/temporalbeam.lua | 2 +- game/modules/tome/data/gfx/particles/temporalsnow.lua | 2 +- game/modules/tome/data/gfx/particles/time_prison.lua | 2 +- game/modules/tome/data/gfx/particles/time_shield.lua | 2 +- game/modules/tome/data/gfx/particles/time_shield_bubble.lua | 2 +- game/modules/tome/data/gfx/particles/ultrashield.lua | 2 +- game/modules/tome/data/gfx/particles/uttercold.lua | 2 +- game/modules/tome/data/gfx/particles/vaporize.lua | 2 +- game/modules/tome/data/gfx/particles/vapour.lua | 2 +- game/modules/tome/data/gfx/particles/voidblast.lua | 2 +- game/modules/tome/data/gfx/particles/voidtrail.lua | 2 +- game/modules/tome/data/gfx/particles/vortex_distort.lua | 2 +- game/modules/tome/data/gfx/particles/ward.lua | 2 +- game/modules/tome/data/gfx/particles/weather_storm.lua | 2 +- game/modules/tome/data/gfx/particles/wildfire.lua | 2 +- game/modules/tome/data/gfx/particles/wormhole.lua | 2 +- game/modules/tome/data/gfx/shaders/awesomeaura.lua | 2 +- game/modules/tome/data/gfx/shaders/circular_flames.lua | 2 +- game/modules/tome/data/gfx/shaders/cloud_anim.lua | 2 +- game/modules/tome/data/gfx/shaders/distort.lua | 2 +- game/modules/tome/data/gfx/shaders/dual_hue.lua | 2 +- game/modules/tome/data/gfx/shaders/fireball.lua | 2 +- game/modules/tome/data/gfx/shaders/fireboom.lua | 2 +- game/modules/tome/data/gfx/shaders/flamehands.lua | 2 +- game/modules/tome/data/gfx/shaders/flames.lua | 2 +- game/modules/tome/data/gfx/shaders/flamewings.lua | 2 +- game/modules/tome/data/gfx/shaders/full_fbo.lua | 2 +- game/modules/tome/data/gfx/shaders/funky_bubbles.lua | 2 +- game/modules/tome/data/gfx/shaders/healing.lua | 2 +- game/modules/tome/data/gfx/shaders/invis_edge.lua | 2 +- game/modules/tome/data/gfx/shaders/lava.lua | 2 +- game/modules/tome/data/gfx/shaders/lightning.lua | 2 +- game/modules/tome/data/gfx/shaders/lightningshield.lua | 2 +- game/modules/tome/data/gfx/shaders/main_fbo.lua | 2 +- game/modules/tome/data/gfx/shaders/moving_transparency.lua | 2 +- game/modules/tome/data/gfx/shaders/objectsoutline.lua | 2 +- game/modules/tome/data/gfx/shaders/poison_water.lua | 2 +- game/modules/tome/data/gfx/shaders/quad_hue.lua | 2 +- game/modules/tome/data/gfx/shaders/resources.lua | 2 +- game/modules/tome/data/gfx/shaders/resources2.lua | 2 +- game/modules/tome/data/gfx/shaders/runicshield.lua | 2 +- game/modules/tome/data/gfx/shaders/shadow_simulacrum.lua | 2 +- game/modules/tome/data/gfx/shaders/shadowfire.lua | 2 +- game/modules/tome/data/gfx/shaders/shield.lua | 2 +- game/modules/tome/data/gfx/shaders/shockwave.lua | 2 +- game/modules/tome/data/gfx/shaders/shockwave2.lua | 2 +- game/modules/tome/data/gfx/shaders/space_turbulence.lua | 2 +- game/modules/tome/data/gfx/shaders/sparks.lua | 2 +- game/modules/tome/data/gfx/shaders/spinningwinds.lua | 2 +- game/modules/tome/data/gfx/shaders/spinningwinds2.lua | 2 +- game/modules/tome/data/gfx/shaders/starfield.lua | 2 +- game/modules/tome/data/gfx/shaders/stone.lua | 2 +- game/modules/tome/data/gfx/shaders/sun.lua | 2 +- game/modules/tome/data/gfx/shaders/sunaura.lua | 2 +- game/modules/tome/data/gfx/shaders/target_fbo.lua | 2 +- game/modules/tome/data/gfx/shaders/test.lua | 2 +- game/modules/tome/data/gfx/shaders/textoutline.lua | 2 +- game/modules/tome/data/gfx/shaders/unique_glow.lua | 2 +- game/modules/tome/data/gfx/shaders/water.lua | 2 +- game/modules/tome/data/gfx/shaders/water_ocean.lua | 2 +- game/modules/tome/data/gfx/shaders/weather_vapours.lua | 2 +- game/modules/tome/data/ingredients.lua | 2 +- game/modules/tome/data/keybinds/tome.lua | 2 +- game/modules/tome/data/lore/age-allure.lua | 2 +- game/modules/tome/data/lore/age-pyre.lua | 2 +- game/modules/tome/data/lore/angolwen.lua | 2 +- game/modules/tome/data/lore/blighted-ruins.lua | 2 +- game/modules/tome/data/lore/daikara.lua | 2 +- game/modules/tome/data/lore/dreadfell.lua | 2 +- game/modules/tome/data/lore/elvala.lua | 2 +- game/modules/tome/data/lore/fearscape.lua | 2 +- game/modules/tome/data/lore/fun.lua | 2 +- game/modules/tome/data/lore/high-peak.lua | 2 +- game/modules/tome/data/lore/infinite-dungeon.lua | 2 +- game/modules/tome/data/lore/iron-throne.lua | 2 +- game/modules/tome/data/lore/keepsake.lua | 2 +- game/modules/tome/data/lore/kor-pul.lua | 2 +- game/modules/tome/data/lore/last-hope.lua | 2 +- game/modules/tome/data/lore/lore.lua | 2 +- game/modules/tome/data/lore/maze.lua | 2 +- game/modules/tome/data/lore/misc.lua | 2 +- game/modules/tome/data/lore/noxious-caldera.lua | 2 +- game/modules/tome/data/lore/old-forest.lua | 2 +- game/modules/tome/data/lore/orc-prides.lua | 2 +- game/modules/tome/data/lore/rhaloren.lua | 2 +- game/modules/tome/data/lore/sandworm.lua | 2 +- game/modules/tome/data/lore/scintillating-caves.lua | 2 +- game/modules/tome/data/lore/shertul.lua | 2 +- game/modules/tome/data/lore/slazish.lua | 2 +- game/modules/tome/data/lore/spellblaze.lua | 2 +- game/modules/tome/data/lore/spellhunt.lua | 2 +- game/modules/tome/data/lore/sunwall.lua | 2 +- game/modules/tome/data/lore/trollmire.lua | 2 +- game/modules/tome/data/lore/zigur.lua | 2 +- game/modules/tome/data/maps/events/old-battle-field.lua | 2 +- game/modules/tome/data/maps/quests/lost-merchant.lua | 2 +- game/modules/tome/data/maps/stellar-system/shandral.lua | 2 +- game/modules/tome/data/maps/towns/angolwen.lua | 2 +- game/modules/tome/data/maps/towns/derth.lua | 2 +- game/modules/tome/data/maps/towns/elvala.lua | 2 +- game/modules/tome/data/maps/towns/gates-of-morning.lua | 2 +- game/modules/tome/data/maps/towns/irkkk.lua | 2 +- game/modules/tome/data/maps/towns/iron-council.lua | 2 +- game/modules/tome/data/maps/towns/last-hope.lua | 2 +- game/modules/tome/data/maps/towns/lumberjack-village.lua | 2 +- game/modules/tome/data/maps/towns/point-zero.lua | 2 +- game/modules/tome/data/maps/towns/shatur.lua | 2 +- game/modules/tome/data/maps/towns/zigur.lua | 2 +- game/modules/tome/data/maps/tutorial/tutorial1.lua | 2 +- game/modules/tome/data/maps/tutorial/tutorial2.lua | 2 +- game/modules/tome/data/maps/tutorial/tutorial3.lua | 2 +- game/modules/tome/data/maps/tutorial/tutorial4.lua | 2 +- game/modules/tome/data/maps/tutorial/tutorial5.lua | 2 +- game/modules/tome/data/maps/tutorial/tutorial6.lua | 2 +- game/modules/tome/data/maps/vaults/32-chambers.lua | 2 +- game/modules/tome/data/maps/vaults/acidic-vault.lua | 2 +- game/modules/tome/data/maps/vaults/amon-sul-crypt.lua | 2 +- game/modules/tome/data/maps/vaults/bandit-fortress.lua | 2 +- game/modules/tome/data/maps/vaults/circle.lua | 2 +- game/modules/tome/data/maps/vaults/crypt.lua | 2 +- game/modules/tome/data/maps/vaults/demon-nest-1.lua | 2 +- game/modules/tome/data/maps/vaults/demon-nest-2.lua | 2 +- game/modules/tome/data/maps/vaults/demon-nest-3.lua | 2 +- game/modules/tome/data/maps/vaults/diggers.lua | 2 +- game/modules/tome/data/maps/vaults/double-t.lua | 2 +- game/modules/tome/data/maps/vaults/dragon-loot.lua | 2 +- game/modules/tome/data/maps/vaults/dragon_lair.lua | 2 +- .../modules/tome/data/maps/vaults/forest-ruined-building1.lua | 2 +- .../modules/tome/data/maps/vaults/forest-ruined-building2.lua | 2 +- .../modules/tome/data/maps/vaults/forest-ruined-building3.lua | 2 +- game/modules/tome/data/maps/vaults/forest-snake-pit.lua | 2 +- game/modules/tome/data/maps/vaults/frost-dragon-lair.lua | 2 +- game/modules/tome/data/maps/vaults/greater-checkerboard.lua | 2 +- game/modules/tome/data/maps/vaults/greater-crypt.lua | 2 +- game/modules/tome/data/maps/vaults/greater-money-vault.lua | 2 +- game/modules/tome/data/maps/vaults/hillbert_curve.lua | 2 +- game/modules/tome/data/maps/vaults/honey_glade.lua | 2 +- game/modules/tome/data/maps/vaults/horror-chamber.lua | 2 +- game/modules/tome/data/maps/vaults/hostel.lua | 2 +- game/modules/tome/data/maps/vaults/lava_island.lua | 2 +- game/modules/tome/data/maps/vaults/lich-lair.lua | 2 +- game/modules/tome/data/maps/vaults/lightning-vault.lua | 2 +- game/modules/tome/data/maps/vaults/loot-vault.lua | 2 +- game/modules/tome/data/maps/vaults/mage-hideout.lua | 2 +- game/modules/tome/data/maps/vaults/mold-path.lua | 2 +- game/modules/tome/data/maps/vaults/old-forest-swamp.lua | 2 +- game/modules/tome/data/maps/vaults/orc-armoury.lua | 2 +- game/modules/tome/data/maps/vaults/orc-hatred.lua | 2 +- game/modules/tome/data/maps/vaults/orc-necromancer.lua | 2 +- game/modules/tome/data/maps/vaults/paladin-vs-vampire.lua | 2 +- game/modules/tome/data/maps/vaults/plantlife.lua | 2 +- game/modules/tome/data/maps/vaults/quiet.lua | 2 +- game/modules/tome/data/maps/vaults/rain-of-death.lua | 2 +- game/modules/tome/data/maps/vaults/rat-nest.lua | 2 +- game/modules/tome/data/maps/vaults/skeleton-mage-cabal.lua | 2 +- game/modules/tome/data/maps/vaults/snow-giant-camp.lua | 2 +- game/modules/tome/data/maps/vaults/spider-den.lua | 2 +- game/modules/tome/data/maps/vaults/test.lua | 2 +- game/modules/tome/data/maps/vaults/thief-hideout.lua | 2 +- game/modules/tome/data/maps/vaults/trapped-hexagon.lua | 2 +- game/modules/tome/data/maps/vaults/treasure1.lua | 2 +- game/modules/tome/data/maps/vaults/trickvault.lua | 2 +- game/modules/tome/data/maps/vaults/troll-hideout.lua | 2 +- game/modules/tome/data/maps/vaults/water-vault.lua | 2 +- game/modules/tome/data/maps/vaults/xorn-trap.lua | 2 +- game/modules/tome/data/maps/vaults/yin-yang.lua | 2 +- game/modules/tome/data/maps/vaults/zigzag-chambers.lua | 2 +- game/modules/tome/data/maps/wilderness/eyal.lua | 2 +- game/modules/tome/data/maps/zones/arena-unlock.lua | 2 +- game/modules/tome/data/maps/zones/arena.lua | 2 +- game/modules/tome/data/maps/zones/blighted-ruins-last.lua | 2 +- game/modules/tome/data/maps/zones/charred-scar.lua | 2 +- game/modules/tome/data/maps/zones/crypt-kryl-feijan-last.lua | 2 +- game/modules/tome/data/maps/zones/deep-bellow-last.lua | 2 +- game/modules/tome/data/maps/zones/dreadfell-ambush.lua | 2 +- game/modules/tome/data/maps/zones/eruan-last.lua | 2 +- game/modules/tome/data/maps/zones/flooded-cave-last.lua | 2 +- game/modules/tome/data/maps/zones/gladium.lua | 2 +- game/modules/tome/data/maps/zones/halfling-ruins-last.lua | 2 +- game/modules/tome/data/maps/zones/high-peak-last.lua | 2 +- game/modules/tome/data/maps/zones/keepsake-cave-entrance.lua | 2 +- game/modules/tome/data/maps/zones/keepsake-cave-last.lua | 2 +- game/modules/tome/data/maps/zones/keepsake-dream.lua | 2 +- game/modules/tome/data/maps/zones/keepsake-meadow.lua | 2 +- game/modules/tome/data/maps/zones/lake-nur.lua | 2 +- game/modules/tome/data/maps/zones/last-hope-graveyard.lua | 2 +- game/modules/tome/data/maps/zones/last-hope-mausoleum.lua | 2 +- game/modules/tome/data/maps/zones/mark-spellblaze-last.lua | 2 +- game/modules/tome/data/maps/zones/orc-breeding-pit-first.lua | 2 +- game/modules/tome/data/maps/zones/prides-middle.lua | 2 +- game/modules/tome/data/maps/zones/prides.lua | 2 +- game/modules/tome/data/maps/zones/reknor-escape-last.lua | 2 +- game/modules/tome/data/maps/zones/reknor-last.lua | 2 +- game/modules/tome/data/maps/zones/rhaloren-camp-last.lua | 2 +- game/modules/tome/data/maps/zones/ring-of-blood.lua | 2 +- game/modules/tome/data/maps/zones/ruined-dungeon.lua | 2 +- .../tome/data/maps/zones/ruins-kor-pul-invaded-last.lua | 2 +- game/modules/tome/data/maps/zones/ruins-kor-pul-last.lua | 2 +- game/modules/tome/data/maps/zones/shadow-crypt-last.lua | 2 +- .../tome/data/maps/zones/shertul-fortress-caldizar.lua | 2 +- game/modules/tome/data/maps/zones/shertul-fortress.lua | 2 +- game/modules/tome/data/maps/zones/slime-tunnels.lua | 2 +- game/modules/tome/data/maps/zones/south-beach.lua | 2 +- game/modules/tome/data/maps/zones/tannen-tower-1.lua | 2 +- game/modules/tome/data/maps/zones/tannen-tower-2.lua | 2 +- game/modules/tome/data/maps/zones/tannen-tower-3.lua | 2 +- game/modules/tome/data/maps/zones/tannen-tower-4.lua | 2 +- game/modules/tome/data/maps/zones/tempest-peak-top.lua | 2 +- .../modules/tome/data/maps/zones/temple-of-creation-first.lua | 2 +- game/modules/tome/data/maps/zones/temple-of-creation-last.lua | 2 +- game/modules/tome/data/maps/zones/trollmire-treasure.lua | 2 +- game/modules/tome/data/maps/zones/unremarkable-cave.lua | 2 +- game/modules/tome/data/maps/zones/valley-moon.lua | 2 +- game/modules/tome/data/maps/zones/vor-armoury-last.lua | 2 +- game/modules/tome/data/quests/anti-antimagic.lua | 2 +- game/modules/tome/data/quests/antimagic.lua | 2 +- game/modules/tome/data/quests/arena-unlock.lua | 2 +- game/modules/tome/data/quests/arena.lua | 2 +- game/modules/tome/data/quests/brotherhood-of-alchemists.lua | 2 +- game/modules/tome/data/quests/charred-scar.lua | 2 +- game/modules/tome/data/quests/deep-bellow.lua | 2 +- game/modules/tome/data/quests/dreadfell.lua | 2 +- game/modules/tome/data/quests/east-portal.lua | 2 +- game/modules/tome/data/quests/escort-duty.lua | 2 +- game/modules/tome/data/quests/grave-necromancer.lua | 2 +- game/modules/tome/data/quests/high-peak.lua | 2 +- game/modules/tome/data/quests/infinite-dungeon.lua | 2 +- game/modules/tome/data/quests/keepsake.lua | 2 +- game/modules/tome/data/quests/kryl-feijan-escape.lua | 2 +- game/modules/tome/data/quests/lichform.lua | 2 +- game/modules/tome/data/quests/lightning-overload.lua | 2 +- game/modules/tome/data/quests/lost-merchant.lua | 2 +- game/modules/tome/data/quests/love-melinda.lua | 2 +- game/modules/tome/data/quests/lumberjack-cursed.lua | 2 +- game/modules/tome/data/quests/mage-apprentice.lua | 2 +- game/modules/tome/data/quests/master-jeweler.lua | 2 +- game/modules/tome/data/quests/orb-command.lua | 2 +- game/modules/tome/data/quests/orc-breeding-pits.lua | 2 +- game/modules/tome/data/quests/orc-hunt.lua | 2 +- game/modules/tome/data/quests/orc-pride.lua | 2 +- game/modules/tome/data/quests/paradoxology.lua | 2 +- game/modules/tome/data/quests/pre-charred-scar.lua | 2 +- game/modules/tome/data/quests/rel-tunnel.lua | 2 +- game/modules/tome/data/quests/ring-of-blood.lua | 2 +- game/modules/tome/data/quests/shertul-fortress.lua | 2 +- game/modules/tome/data/quests/spydric-infestation.lua | 2 +- game/modules/tome/data/quests/staff-absorption.lua | 2 +- game/modules/tome/data/quests/start-allied.lua | 2 +- game/modules/tome/data/quests/start-archmage.lua | 2 +- game/modules/tome/data/quests/start-dwarf.lua | 2 +- game/modules/tome/data/quests/start-point-zero.lua | 2 +- game/modules/tome/data/quests/start-shaloren.lua | 2 +- game/modules/tome/data/quests/start-sunwall.lua | 2 +- game/modules/tome/data/quests/start-thaloren.lua | 2 +- game/modules/tome/data/quests/start-undead.lua | 2 +- game/modules/tome/data/quests/start-yeek.lua | 2 +- game/modules/tome/data/quests/starter-zones.lua | 2 +- game/modules/tome/data/quests/strange-new-world.lua | 2 +- game/modules/tome/data/quests/temple-of-creation.lua | 2 +- game/modules/tome/data/quests/temporal-rift.lua | 2 +- game/modules/tome/data/quests/trollmire-treasure.lua | 2 +- game/modules/tome/data/quests/tutorial-combat-stats.lua | 2 +- game/modules/tome/data/quests/tutorial.lua | 2 +- game/modules/tome/data/quests/void-gerlyk.lua | 2 +- game/modules/tome/data/quests/west-portal.lua | 2 +- game/modules/tome/data/quests/wild-wild-east.lua | 2 +- game/modules/tome/data/rooms/basic_cell.lua | 2 +- game/modules/tome/data/rooms/big_cells.lua | 2 +- game/modules/tome/data/rooms/big_cross.lua | 2 +- game/modules/tome/data/rooms/big_inner_circle.lua | 2 +- game/modules/tome/data/rooms/broken_infinity.lua | 2 +- game/modules/tome/data/rooms/broken_room.lua | 2 +- game/modules/tome/data/rooms/broken_x.lua | 2 +- game/modules/tome/data/rooms/cells.lua | 2 +- game/modules/tome/data/rooms/cells10.lua | 2 +- game/modules/tome/data/rooms/cells2.lua | 2 +- game/modules/tome/data/rooms/cells3.lua | 2 +- game/modules/tome/data/rooms/cells4.lua | 2 +- game/modules/tome/data/rooms/cells5.lua | 2 +- game/modules/tome/data/rooms/cells6.lua | 2 +- game/modules/tome/data/rooms/cells7.lua | 2 +- game/modules/tome/data/rooms/cells8.lua | 2 +- game/modules/tome/data/rooms/cells9.lua | 2 +- game/modules/tome/data/rooms/center_arrows.lua | 2 +- game/modules/tome/data/rooms/circle_cross.lua | 2 +- game/modules/tome/data/rooms/circular.lua | 2 +- game/modules/tome/data/rooms/cross.lua | 2 +- game/modules/tome/data/rooms/cross_circled.lua | 2 +- game/modules/tome/data/rooms/cross_quartet.lua | 2 +- game/modules/tome/data/rooms/double_helix.lua | 2 +- game/modules/tome/data/rooms/double_t.lua | 2 +- game/modules/tome/data/rooms/double_y.lua | 2 +- game/modules/tome/data/rooms/equal.lua | 2 +- game/modules/tome/data/rooms/equal2.lua | 2 +- game/modules/tome/data/rooms/five_blocks.lua | 2 +- game/modules/tome/data/rooms/five_pillars.lua | 2 +- game/modules/tome/data/rooms/five_walls.lua | 2 +- game/modules/tome/data/rooms/forest_clearing.lua | 2 +- game/modules/tome/data/rooms/four_blocks.lua | 2 +- game/modules/tome/data/rooms/four_chambers.lua | 2 +- game/modules/tome/data/rooms/greater_vault.lua | 2 +- game/modules/tome/data/rooms/h.lua | 2 +- game/modules/tome/data/rooms/hollow_cross.lua | 2 +- game/modules/tome/data/rooms/inner.lua | 2 +- game/modules/tome/data/rooms/inner_checkerboard.lua | 2 +- game/modules/tome/data/rooms/inner_circle.lua | 2 +- game/modules/tome/data/rooms/inner_circle2.lua | 2 +- game/modules/tome/data/rooms/inner_cross.lua | 2 +- game/modules/tome/data/rooms/inner_fort.lua | 2 +- game/modules/tome/data/rooms/inner_pillar.lua | 2 +- game/modules/tome/data/rooms/interstice.lua | 2 +- game/modules/tome/data/rooms/lesser_vault.lua | 2 +- game/modules/tome/data/rooms/long_hall.lua | 2 +- game/modules/tome/data/rooms/long_hall2.lua | 2 +- game/modules/tome/data/rooms/maze.lua | 2 +- game/modules/tome/data/rooms/micro_pillar.lua | 2 +- game/modules/tome/data/rooms/money_vault.lua | 2 +- game/modules/tome/data/rooms/multi_pillar.lua | 2 +- game/modules/tome/data/rooms/narrow_spiral.lua | 2 +- game/modules/tome/data/rooms/nine_chambers.lua | 2 +- game/modules/tome/data/rooms/oval.lua | 2 +- game/modules/tome/data/rooms/pilar.lua | 2 +- game/modules/tome/data/rooms/pilar2.lua | 2 +- game/modules/tome/data/rooms/pilar_big.lua | 2 +- game/modules/tome/data/rooms/pit.lua | 2 +- game/modules/tome/data/rooms/pod.lua | 2 +- game/modules/tome/data/rooms/random_room.lua | 2 +- game/modules/tome/data/rooms/rocky_snowy_trees.lua | 2 +- game/modules/tome/data/rooms/s.lua | 2 +- game/modules/tome/data/rooms/side_passages_2.lua | 2 +- game/modules/tome/data/rooms/side_passages_4.lua | 2 +- game/modules/tome/data/rooms/sideways_s.lua | 2 +- game/modules/tome/data/rooms/simple.lua | 2 +- game/modules/tome/data/rooms/small_cross.lua | 2 +- game/modules/tome/data/rooms/small_inner_cross.lua | 2 +- game/modules/tome/data/rooms/small_x.lua | 2 +- game/modules/tome/data/rooms/space_tree_pod.lua | 2 +- game/modules/tome/data/rooms/spiral_cell.lua | 2 +- game/modules/tome/data/rooms/split1.lua | 2 +- game/modules/tome/data/rooms/split2.lua | 2 +- game/modules/tome/data/rooms/thick_n.lua | 2 +- game/modules/tome/data/rooms/thick_wall.lua | 2 +- game/modules/tome/data/rooms/tiny_pillars.lua | 2 +- game/modules/tome/data/rooms/two_domes.lua | 2 +- game/modules/tome/data/rooms/two_passages.lua | 2 +- game/modules/tome/data/rooms/weird1.lua | 2 +- game/modules/tome/data/rooms/weird2.lua | 2 +- game/modules/tome/data/rooms/womb.lua | 2 +- game/modules/tome/data/rooms/xroads.lua | 2 +- game/modules/tome/data/rooms/y.lua | 2 +- game/modules/tome/data/rooms/zigzag.lua | 2 +- game/modules/tome/data/rooms/zones/prox.lua | 2 +- game/modules/tome/data/rooms/zones/zoisla.lua | 2 +- game/modules/tome/data/talents.lua | 2 +- game/modules/tome/data/talents/celestial/celestial.lua | 2 +- game/modules/tome/data/talents/celestial/chants.lua | 2 +- game/modules/tome/data/talents/celestial/circles.lua | 2 +- game/modules/tome/data/talents/celestial/combat.lua | 2 +- game/modules/tome/data/talents/celestial/eclipse.lua | 2 +- game/modules/tome/data/talents/celestial/glyphs.lua | 2 +- game/modules/tome/data/talents/celestial/guardian.lua | 2 +- game/modules/tome/data/talents/celestial/hymns.lua | 2 +- game/modules/tome/data/talents/celestial/light.lua | 2 +- game/modules/tome/data/talents/celestial/star-fury.lua | 2 +- game/modules/tome/data/talents/celestial/sun.lua | 2 +- game/modules/tome/data/talents/celestial/twilight.lua | 2 +- .../tome/data/talents/chronomancy/age-manipulation.lua | 2 +- game/modules/tome/data/talents/chronomancy/anomalies.lua | 2 +- game/modules/tome/data/talents/chronomancy/chronomancer.lua | 2 +- game/modules/tome/data/talents/chronomancy/chronomancy.lua | 2 +- game/modules/tome/data/talents/chronomancy/energy.lua | 2 +- game/modules/tome/data/talents/chronomancy/gravity.lua | 2 +- game/modules/tome/data/talents/chronomancy/matter.lua | 2 +- game/modules/tome/data/talents/chronomancy/paradox.lua | 2 +- .../tome/data/talents/chronomancy/spacetime-folding.lua | 2 +- .../tome/data/talents/chronomancy/spacetime-weaving.lua | 2 +- game/modules/tome/data/talents/chronomancy/speed-control.lua | 2 +- .../tome/data/talents/chronomancy/temporal-archery.lua | 2 +- .../modules/tome/data/talents/chronomancy/temporal-combat.lua | 2 +- .../tome/data/talents/chronomancy/timeline-threading.lua | 2 +- game/modules/tome/data/talents/chronomancy/timetravel.lua | 2 +- game/modules/tome/data/talents/corruptions/blight.lua | 2 +- game/modules/tome/data/talents/corruptions/blood.lua | 2 +- game/modules/tome/data/talents/corruptions/bone.lua | 2 +- game/modules/tome/data/talents/corruptions/corruptions.lua | 2 +- game/modules/tome/data/talents/corruptions/curses.lua | 2 +- game/modules/tome/data/talents/corruptions/hexes.lua | 2 +- game/modules/tome/data/talents/corruptions/plague.lua | 2 +- game/modules/tome/data/talents/corruptions/reaving-combat.lua | 2 +- game/modules/tome/data/talents/corruptions/sanguisuge.lua | 2 +- game/modules/tome/data/talents/corruptions/scourge.lua | 2 +- game/modules/tome/data/talents/corruptions/shadowflame.lua | 2 +- game/modules/tome/data/talents/corruptions/torment.lua | 2 +- game/modules/tome/data/talents/corruptions/vim.lua | 2 +- game/modules/tome/data/talents/cunning/ambush.lua | 2 +- game/modules/tome/data/talents/cunning/cunning.lua | 2 +- game/modules/tome/data/talents/cunning/dirty.lua | 2 +- game/modules/tome/data/talents/cunning/lethality.lua | 2 +- game/modules/tome/data/talents/cunning/poisons.lua | 2 +- game/modules/tome/data/talents/cunning/scoundrel.lua | 2 +- game/modules/tome/data/talents/cunning/shadow-magic.lua | 2 +- game/modules/tome/data/talents/cunning/stealth.lua | 2 +- game/modules/tome/data/talents/cunning/survival.lua | 2 +- game/modules/tome/data/talents/cunning/tactical.lua | 2 +- game/modules/tome/data/talents/cunning/traps.lua | 2 +- game/modules/tome/data/talents/cursed/cursed-aura.lua | 2 +- game/modules/tome/data/talents/cursed/cursed-form.lua | 2 +- game/modules/tome/data/talents/cursed/cursed.lua | 2 +- game/modules/tome/data/talents/cursed/dark-figure.lua | 2 +- game/modules/tome/data/talents/cursed/dark-sustenance.lua | 2 +- game/modules/tome/data/talents/cursed/darkness.lua | 2 +- game/modules/tome/data/talents/cursed/endless-hunt.lua | 2 +- game/modules/tome/data/talents/cursed/fears.lua | 2 +- game/modules/tome/data/talents/cursed/force-of-will.lua | 2 +- game/modules/tome/data/talents/cursed/gestures.lua | 2 +- game/modules/tome/data/talents/cursed/gloom.lua | 2 +- game/modules/tome/data/talents/cursed/one-with-shadows.lua | 2 +- game/modules/tome/data/talents/cursed/predator.lua | 2 +- game/modules/tome/data/talents/cursed/primal-magic.lua | 2 +- game/modules/tome/data/talents/cursed/punishments.lua | 2 +- game/modules/tome/data/talents/cursed/rampage.lua | 2 +- game/modules/tome/data/talents/cursed/shadows.lua | 2 +- game/modules/tome/data/talents/cursed/slaughter.lua | 2 +- game/modules/tome/data/talents/cursed/strife.lua | 2 +- game/modules/tome/data/talents/cursed/traveler.lua | 2 +- game/modules/tome/data/talents/gifts/antimagic.lua | 2 +- game/modules/tome/data/talents/gifts/call.lua | 2 +- game/modules/tome/data/talents/gifts/cold-drake.lua | 2 +- game/modules/tome/data/talents/gifts/corrosive-blades.lua | 2 +- game/modules/tome/data/talents/gifts/fire-drake.lua | 2 +- game/modules/tome/data/talents/gifts/fungus.lua | 2 +- game/modules/tome/data/talents/gifts/gifts.lua | 2 +- game/modules/tome/data/talents/gifts/harmony.lua | 2 +- game/modules/tome/data/talents/gifts/higher-draconic.lua | 2 +- game/modules/tome/data/talents/gifts/malleable-body.lua | 2 +- game/modules/tome/data/talents/gifts/mindstar-mastery.lua | 2 +- game/modules/tome/data/talents/gifts/moss.lua | 2 +- game/modules/tome/data/talents/gifts/mucus.lua | 2 +- game/modules/tome/data/talents/gifts/ooze.lua | 2 +- game/modules/tome/data/talents/gifts/oozing-blades.lua | 2 +- game/modules/tome/data/talents/gifts/sand-drake.lua | 2 +- game/modules/tome/data/talents/gifts/slime.lua | 2 +- game/modules/tome/data/talents/gifts/storm-drake.lua | 2 +- game/modules/tome/data/talents/gifts/summon-advanced.lua | 2 +- game/modules/tome/data/talents/gifts/summon-augmentation.lua | 2 +- game/modules/tome/data/talents/gifts/summon-distance.lua | 2 +- game/modules/tome/data/talents/gifts/summon-melee.lua | 2 +- game/modules/tome/data/talents/gifts/summon-utility.lua | 2 +- game/modules/tome/data/talents/gifts/venom-drake.lua | 2 +- game/modules/tome/data/talents/misc/horrors.lua | 2 +- game/modules/tome/data/talents/misc/inscriptions.lua | 2 +- game/modules/tome/data/talents/misc/misc.lua | 2 +- game/modules/tome/data/talents/misc/npcs.lua | 2 +- game/modules/tome/data/talents/misc/objects.lua | 2 +- game/modules/tome/data/talents/misc/races.lua | 2 +- game/modules/tome/data/talents/misc/tutorial.lua | 2 +- game/modules/tome/data/talents/psionic/absorption.lua | 2 +- game/modules/tome/data/talents/psionic/augmented-mobility.lua | 2 +- game/modules/tome/data/talents/psionic/discharge.lua | 2 +- game/modules/tome/data/talents/psionic/distortion.lua | 2 +- game/modules/tome/data/talents/psionic/dream-forge.lua | 2 +- game/modules/tome/data/talents/psionic/dream-smith.lua | 2 +- game/modules/tome/data/talents/psionic/dreaming.lua | 2 +- game/modules/tome/data/talents/psionic/feedback.lua | 2 +- .../tome/data/talents/psionic/finer-energy-manipulations.lua | 2 +- game/modules/tome/data/talents/psionic/focus.lua | 2 +- game/modules/tome/data/talents/psionic/grip.lua | 2 +- game/modules/tome/data/talents/psionic/mental-discipline.lua | 2 +- game/modules/tome/data/talents/psionic/mentalism.lua | 2 +- game/modules/tome/data/talents/psionic/nightmare.lua | 2 +- game/modules/tome/data/talents/psionic/other.lua | 2 +- game/modules/tome/data/talents/psionic/possession.lua | 2 +- game/modules/tome/data/talents/psionic/projection.lua | 2 +- game/modules/tome/data/talents/psionic/psi-archery.lua | 2 +- game/modules/tome/data/talents/psionic/psi-fighting.lua | 2 +- game/modules/tome/data/talents/psionic/psionic.lua | 2 +- game/modules/tome/data/talents/psionic/psychic-assault.lua | 2 +- game/modules/tome/data/talents/psionic/slumber.lua | 2 +- game/modules/tome/data/talents/psionic/solipsism.lua | 2 +- game/modules/tome/data/talents/psionic/thought-forms.lua | 2 +- game/modules/tome/data/talents/psionic/trance.lua | 2 +- game/modules/tome/data/talents/psionic/voracity.lua | 2 +- game/modules/tome/data/talents/spells/advanced-golemancy.lua | 2 +- .../tome/data/talents/spells/advanced-necrotic-minions.lua | 2 +- game/modules/tome/data/talents/spells/aegis.lua | 2 +- game/modules/tome/data/talents/spells/aether.lua | 2 +- game/modules/tome/data/talents/spells/air.lua | 2 +- game/modules/tome/data/talents/spells/animus.lua | 2 +- game/modules/tome/data/talents/spells/arcane.lua | 2 +- game/modules/tome/data/talents/spells/conveyance.lua | 2 +- game/modules/tome/data/talents/spells/divination.lua | 2 +- game/modules/tome/data/talents/spells/earth.lua | 2 +- game/modules/tome/data/talents/spells/enhancement.lua | 2 +- game/modules/tome/data/talents/spells/explosives.lua | 2 +- game/modules/tome/data/talents/spells/fire-alchemy.lua | 2 +- game/modules/tome/data/talents/spells/fire.lua | 2 +- game/modules/tome/data/talents/spells/golem.lua | 2 +- game/modules/tome/data/talents/spells/golemancy.lua | 2 +- game/modules/tome/data/talents/spells/grave.lua | 2 +- game/modules/tome/data/talents/spells/ice.lua | 2 +- game/modules/tome/data/talents/spells/infusion.lua | 2 +- game/modules/tome/data/talents/spells/meta.lua | 2 +- game/modules/tome/data/talents/spells/necrosis.lua | 2 +- game/modules/tome/data/talents/spells/necrotic-minions.lua | 2 +- game/modules/tome/data/talents/spells/nightfall.lua | 2 +- game/modules/tome/data/talents/spells/phantasm.lua | 2 +- game/modules/tome/data/talents/spells/shades.lua | 2 +- game/modules/tome/data/talents/spells/spells.lua | 2 +- game/modules/tome/data/talents/spells/staff-combat.lua | 2 +- game/modules/tome/data/talents/spells/stone-alchemy.lua | 2 +- game/modules/tome/data/talents/spells/stone.lua | 2 +- game/modules/tome/data/talents/spells/storm.lua | 2 +- game/modules/tome/data/talents/spells/temporal.lua | 2 +- game/modules/tome/data/talents/spells/water.lua | 2 +- game/modules/tome/data/talents/spells/wildfire.lua | 2 +- game/modules/tome/data/talents/techniques/2hweapon.lua | 2 +- game/modules/tome/data/talents/techniques/archery.lua | 2 +- game/modules/tome/data/talents/techniques/battle-tactics.lua | 2 +- game/modules/tome/data/talents/techniques/bloodthirst.lua | 2 +- game/modules/tome/data/talents/techniques/bow.lua | 2 +- .../tome/data/talents/techniques/combat-techniques.lua | 2 +- game/modules/tome/data/talents/techniques/combat-training.lua | 2 +- game/modules/tome/data/talents/techniques/conditioning.lua | 2 +- game/modules/tome/data/talents/techniques/dualweapon.lua | 2 +- game/modules/tome/data/talents/techniques/excellence.lua | 2 +- game/modules/tome/data/talents/techniques/field-control.lua | 2 +- game/modules/tome/data/talents/techniques/finishing-moves.lua | 2 +- game/modules/tome/data/talents/techniques/grappling.lua | 2 +- game/modules/tome/data/talents/techniques/magical-combat.lua | 2 +- game/modules/tome/data/talents/techniques/mobility.lua | 2 +- game/modules/tome/data/talents/techniques/pugilism.lua | 2 +- game/modules/tome/data/talents/techniques/sling.lua | 2 +- game/modules/tome/data/talents/techniques/superiority.lua | 2 +- game/modules/tome/data/talents/techniques/techniques.lua | 2 +- game/modules/tome/data/talents/techniques/thuggery.lua | 2 +- .../tome/data/talents/techniques/unarmed-discipline.lua | 2 +- .../modules/tome/data/talents/techniques/unarmed-training.lua | 2 +- game/modules/tome/data/talents/techniques/warcries.lua | 2 +- game/modules/tome/data/talents/techniques/weaponshield.lua | 2 +- game/modules/tome/data/talents/uber/const.lua | 2 +- game/modules/tome/data/talents/uber/cun.lua | 2 +- game/modules/tome/data/talents/uber/dex.lua | 2 +- game/modules/tome/data/talents/uber/mag.lua | 2 +- game/modules/tome/data/talents/uber/str.lua | 2 +- game/modules/tome/data/talents/uber/uber.lua | 2 +- game/modules/tome/data/talents/uber/wil.lua | 2 +- game/modules/tome/data/talents/undeads/ghoul.lua | 2 +- game/modules/tome/data/talents/undeads/skeleton.lua | 2 +- game/modules/tome/data/talents/undeads/undeads.lua | 2 +- game/modules/tome/data/texts/intro-archmage.lua | 2 +- game/modules/tome/data/texts/intro-arena.lua | 2 +- game/modules/tome/data/texts/intro-chronomancer.lua | 2 +- game/modules/tome/data/texts/intro-cornac.lua | 2 +- game/modules/tome/data/texts/intro-dwarf.lua | 2 +- game/modules/tome/data/texts/intro-ghoul.lua | 2 +- game/modules/tome/data/texts/intro-halfling.lua | 2 +- game/modules/tome/data/texts/intro-higher.lua | 2 +- game/modules/tome/data/texts/intro-infinite-dungeon.lua | 2 +- game/modules/tome/data/texts/intro-orc.lua | 2 +- game/modules/tome/data/texts/intro-shalore.lua | 2 +- game/modules/tome/data/texts/intro-skeleton.lua | 2 +- game/modules/tome/data/texts/intro-sunwall.lua | 2 +- game/modules/tome/data/texts/intro-thalore.lua | 2 +- game/modules/tome/data/texts/intro-tutorial-combat-stats.lua | 2 +- game/modules/tome/data/texts/intro-tutorial.lua | 2 +- game/modules/tome/data/texts/intro-yeek.lua | 2 +- game/modules/tome/data/texts/message-last-hope.lua | 2 +- game/modules/tome/data/texts/tutorial/combat-stats-intro.lua | 2 +- game/modules/tome/data/texts/tutorial/done.lua | 2 +- game/modules/tome/data/texts/tutorial/levelup.lua | 2 +- game/modules/tome/data/texts/tutorial/melee.lua | 2 +- game/modules/tome/data/texts/tutorial/move.lua | 2 +- game/modules/tome/data/texts/tutorial/objects.lua | 2 +- game/modules/tome/data/texts/tutorial/quests.lua | 2 +- game/modules/tome/data/texts/tutorial/ranged.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc0.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc10.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc11.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc2.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc3.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc4.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc5.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc6.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc7.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc8.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-calc/calc9.lua | 2 +- .../tome/data/texts/tutorial/stats-scale/informed1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale10.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale11.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale12.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale2.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale3.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale4.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale5.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale6.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale7.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale8.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-scale/scale9.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier0.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier10.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier11.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier12.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier2.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier3.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier4.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier5.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier6.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier7.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier8.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-tier/tier9.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed0.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed2.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed3.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed4.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed5.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed6.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed7.lua | 2 +- game/modules/tome/data/texts/tutorial/stats-timed/timed8.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/mechintro.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats2.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats3.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats4.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats5.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats6.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats7.1.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats7.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats8.lua | 2 +- game/modules/tome/data/texts/tutorial/stats/stats9.lua | 2 +- game/modules/tome/data/texts/tutorial/tactics1.lua | 2 +- game/modules/tome/data/texts/tutorial/tactics2.lua | 2 +- game/modules/tome/data/texts/tutorial/talents.lua | 2 +- game/modules/tome/data/texts/tutorial/terrain.lua | 2 +- game/modules/tome/data/texts/unlock-adventurer.lua | 2 +- game/modules/tome/data/texts/unlock-afflicted_cursed.lua | 2 +- game/modules/tome/data/texts/unlock-afflicted_doomed.lua | 2 +- game/modules/tome/data/texts/unlock-birth_transmo_chest.lua | 2 +- game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua | 2 +- game/modules/tome/data/texts/unlock-campaign_arena.lua | 2 +- .../tome/data/texts/unlock-campaign_infinite_dungeon.lua | 2 +- .../tome/data/texts/unlock-chronomancer_paradox_mage.lua | 2 +- .../tome/data/texts/unlock-chronomancer_temporal_warden.lua | 2 +- game/modules/tome/data/texts/unlock-corrupter_corruptor.lua | 2 +- game/modules/tome/data/texts/unlock-corrupter_reaver.lua | 2 +- .../data/texts/unlock-cosmetic_class_alchemist_drolem.lua | 2 +- .../data/texts/unlock-cosmetic_race_dwarf_female_beard.lua | 2 +- .../tome/data/texts/unlock-cosmetic_race_human_redhead.lua | 2 +- game/modules/tome/data/texts/unlock-difficulty_insane.lua | 2 +- game/modules/tome/data/texts/unlock-difficulty_madness.lua | 2 +- game/modules/tome/data/texts/unlock-divine_anorithil.lua | 2 +- game/modules/tome/data/texts/unlock-divine_sun_paladin.lua | 2 +- game/modules/tome/data/texts/unlock-mage.lua | 2 +- game/modules/tome/data/texts/unlock-mage_cryomancer.lua | 2 +- game/modules/tome/data/texts/unlock-mage_geomancer.lua | 2 +- game/modules/tome/data/texts/unlock-mage_necromancer.lua | 2 +- game/modules/tome/data/texts/unlock-mage_pyromancer.lua | 2 +- game/modules/tome/data/texts/unlock-mage_tempest.lua | 2 +- game/modules/tome/data/texts/unlock-psionic_mindslayer.lua | 2 +- game/modules/tome/data/texts/unlock-psionic_solipsist.lua | 2 +- game/modules/tome/data/texts/unlock-rogue_marauder.lua | 2 +- game/modules/tome/data/texts/unlock-rogue_poisons.lua | 2 +- game/modules/tome/data/texts/unlock-undead_ghoul.lua | 2 +- game/modules/tome/data/texts/unlock-undead_skeleton.lua | 2 +- game/modules/tome/data/texts/unlock-warrior_brawler.lua | 2 +- game/modules/tome/data/texts/unlock-wilder_oozemancer.lua | 2 +- game/modules/tome/data/texts/unlock-wilder_summoner.lua | 2 +- game/modules/tome/data/texts/unlock-wilder_wyrmic.lua | 2 +- game/modules/tome/data/texts/unlock-yeek.lua | 2 +- game/modules/tome/data/texts/win.lua | 2 +- game/modules/tome/data/tilesets/3x3/base.lua | 2 +- game/modules/tome/data/tilesets/3x3/tunnel.lua | 2 +- game/modules/tome/data/tilesets/3x3/windy_tunnel.lua | 2 +- game/modules/tome/data/tilesets/5x5/base.lua | 2 +- game/modules/tome/data/tilesets/5x5/basic_rooms.lua | 2 +- game/modules/tome/data/tilesets/5x5/crypt.lua | 2 +- game/modules/tome/data/tilesets/5x5/tunnel.lua | 2 +- game/modules/tome/data/tilesets/5x5/windy_tunnel.lua | 2 +- game/modules/tome/data/tilesets/7x7/base.lua | 2 +- game/modules/tome/data/tilesets/7x7/tunnel.lua | 2 +- game/modules/tome/data/timed_effects.lua | 2 +- game/modules/tome/data/timed_effects/floor.lua | 2 +- game/modules/tome/data/timed_effects/magical.lua | 2 +- game/modules/tome/data/timed_effects/mental.lua | 2 +- game/modules/tome/data/timed_effects/other.lua | 2 +- game/modules/tome/data/timed_effects/physical.lua | 2 +- game/modules/tome/data/wda/eyal.lua | 2 +- game/modules/tome/data/zones/abashed-expanse/grids.lua | 2 +- game/modules/tome/data/zones/abashed-expanse/npcs.lua | 2 +- game/modules/tome/data/zones/abashed-expanse/objects.lua | 2 +- game/modules/tome/data/zones/abashed-expanse/traps.lua | 2 +- game/modules/tome/data/zones/abashed-expanse/zone.lua | 2 +- game/modules/tome/data/zones/ancient-elven-ruins/events.lua | 2 +- game/modules/tome/data/zones/ancient-elven-ruins/grids.lua | 2 +- game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua | 2 +- game/modules/tome/data/zones/ancient-elven-ruins/objects.lua | 2 +- game/modules/tome/data/zones/ancient-elven-ruins/traps.lua | 2 +- game/modules/tome/data/zones/ancient-elven-ruins/zone.lua | 2 +- game/modules/tome/data/zones/ardhungol/events.lua | 2 +- game/modules/tome/data/zones/ardhungol/grids.lua | 2 +- game/modules/tome/data/zones/ardhungol/npcs.lua | 2 +- game/modules/tome/data/zones/ardhungol/objects.lua | 2 +- game/modules/tome/data/zones/ardhungol/traps.lua | 2 +- game/modules/tome/data/zones/ardhungol/zone.lua | 2 +- game/modules/tome/data/zones/arena-unlock/grids.lua | 2 +- game/modules/tome/data/zones/arena-unlock/npcs.lua | 2 +- game/modules/tome/data/zones/arena-unlock/objects.lua | 2 +- game/modules/tome/data/zones/arena-unlock/traps.lua | 2 +- game/modules/tome/data/zones/arena-unlock/zone.lua | 2 +- game/modules/tome/data/zones/arena/grids.lua | 2 +- game/modules/tome/data/zones/arena/npcs.lua | 2 +- game/modules/tome/data/zones/arena/objects.lua | 2 +- game/modules/tome/data/zones/arena/traps.lua | 2 +- game/modules/tome/data/zones/arena/zone.lua | 2 +- game/modules/tome/data/zones/blighted-ruins/events.lua | 2 +- game/modules/tome/data/zones/blighted-ruins/grids.lua | 2 +- game/modules/tome/data/zones/blighted-ruins/npcs.lua | 2 +- game/modules/tome/data/zones/blighted-ruins/objects.lua | 2 +- game/modules/tome/data/zones/blighted-ruins/traps.lua | 2 +- game/modules/tome/data/zones/blighted-ruins/zone.lua | 2 +- game/modules/tome/data/zones/briagh-lair/grids.lua | 2 +- game/modules/tome/data/zones/briagh-lair/npcs.lua | 2 +- game/modules/tome/data/zones/briagh-lair/objects.lua | 2 +- game/modules/tome/data/zones/briagh-lair/traps.lua | 2 +- game/modules/tome/data/zones/briagh-lair/zone.lua | 2 +- game/modules/tome/data/zones/charred-scar/grids.lua | 2 +- game/modules/tome/data/zones/charred-scar/npcs.lua | 2 +- game/modules/tome/data/zones/charred-scar/objects.lua | 2 +- game/modules/tome/data/zones/charred-scar/traps.lua | 2 +- game/modules/tome/data/zones/charred-scar/zone.lua | 2 +- game/modules/tome/data/zones/crypt-kryl-feijan/events.lua | 2 +- game/modules/tome/data/zones/crypt-kryl-feijan/grids.lua | 2 +- game/modules/tome/data/zones/crypt-kryl-feijan/npcs.lua | 2 +- game/modules/tome/data/zones/crypt-kryl-feijan/objects.lua | 2 +- game/modules/tome/data/zones/crypt-kryl-feijan/traps.lua | 2 +- game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua | 2 +- game/modules/tome/data/zones/daikara/events.lua | 2 +- game/modules/tome/data/zones/daikara/grids.lua | 2 +- game/modules/tome/data/zones/daikara/npcs.lua | 2 +- game/modules/tome/data/zones/daikara/objects.lua | 2 +- game/modules/tome/data/zones/daikara/traps.lua | 2 +- game/modules/tome/data/zones/daikara/zone.lua | 2 +- game/modules/tome/data/zones/deep-bellow/events.lua | 2 +- game/modules/tome/data/zones/deep-bellow/grids.lua | 2 +- game/modules/tome/data/zones/deep-bellow/npcs.lua | 2 +- game/modules/tome/data/zones/deep-bellow/objects.lua | 2 +- game/modules/tome/data/zones/deep-bellow/traps.lua | 2 +- game/modules/tome/data/zones/deep-bellow/zone.lua | 2 +- game/modules/tome/data/zones/demon-plane-spell/grids.lua | 2 +- game/modules/tome/data/zones/demon-plane-spell/npcs.lua | 2 +- game/modules/tome/data/zones/demon-plane-spell/objects.lua | 2 +- game/modules/tome/data/zones/demon-plane-spell/traps.lua | 2 +- game/modules/tome/data/zones/demon-plane-spell/zone.lua | 2 +- game/modules/tome/data/zones/demon-plane/grids.lua | 2 +- game/modules/tome/data/zones/demon-plane/npcs.lua | 2 +- game/modules/tome/data/zones/demon-plane/objects.lua | 2 +- game/modules/tome/data/zones/demon-plane/traps.lua | 2 +- game/modules/tome/data/zones/demon-plane/zone.lua | 2 +- game/modules/tome/data/zones/dreadfell-ambush/grids.lua | 2 +- game/modules/tome/data/zones/dreadfell-ambush/npcs.lua | 2 +- game/modules/tome/data/zones/dreadfell-ambush/objects.lua | 2 +- game/modules/tome/data/zones/dreadfell-ambush/traps.lua | 2 +- game/modules/tome/data/zones/dreadfell-ambush/zone.lua | 2 +- game/modules/tome/data/zones/dreadfell/events.lua | 2 +- game/modules/tome/data/zones/dreadfell/grids.lua | 2 +- game/modules/tome/data/zones/dreadfell/npcs.lua | 2 +- game/modules/tome/data/zones/dreadfell/objects.lua | 2 +- game/modules/tome/data/zones/dreadfell/traps.lua | 2 +- game/modules/tome/data/zones/dreadfell/zone.lua | 2 +- game/modules/tome/data/zones/dreams/grids.lua | 2 +- game/modules/tome/data/zones/dreams/npcs.lua | 2 +- game/modules/tome/data/zones/dreams/objects.lua | 2 +- game/modules/tome/data/zones/dreams/traps.lua | 2 +- game/modules/tome/data/zones/dreams/zone.lua | 2 +- game/modules/tome/data/zones/dreamscape-talent/grids.lua | 2 +- game/modules/tome/data/zones/dreamscape-talent/npcs.lua | 2 +- game/modules/tome/data/zones/dreamscape-talent/objects.lua | 2 +- game/modules/tome/data/zones/dreamscape-talent/traps.lua | 2 +- game/modules/tome/data/zones/dreamscape-talent/zone.lua | 2 +- game/modules/tome/data/zones/eidolon-plane/grids.lua | 2 +- game/modules/tome/data/zones/eidolon-plane/npcs.lua | 2 +- game/modules/tome/data/zones/eidolon-plane/objects.lua | 2 +- game/modules/tome/data/zones/eidolon-plane/traps.lua | 2 +- game/modules/tome/data/zones/eidolon-plane/zone.lua | 2 +- game/modules/tome/data/zones/eruan/events.lua | 2 +- game/modules/tome/data/zones/eruan/grids.lua | 2 +- game/modules/tome/data/zones/eruan/npcs.lua | 2 +- game/modules/tome/data/zones/eruan/objects.lua | 2 +- game/modules/tome/data/zones/eruan/traps.lua | 2 +- game/modules/tome/data/zones/eruan/zone.lua | 2 +- game/modules/tome/data/zones/flooded-cave/grids.lua | 2 +- game/modules/tome/data/zones/flooded-cave/npcs.lua | 2 +- game/modules/tome/data/zones/flooded-cave/objects.lua | 2 +- game/modules/tome/data/zones/flooded-cave/traps.lua | 2 +- game/modules/tome/data/zones/flooded-cave/zone.lua | 2 +- game/modules/tome/data/zones/gladium/grids.lua | 2 +- game/modules/tome/data/zones/gladium/npcs.lua | 2 +- game/modules/tome/data/zones/gladium/objects.lua | 2 +- game/modules/tome/data/zones/gladium/traps.lua | 2 +- game/modules/tome/data/zones/gladium/zone.lua | 2 +- game/modules/tome/data/zones/golem-graveyard/events.lua | 2 +- game/modules/tome/data/zones/golem-graveyard/grids.lua | 2 +- game/modules/tome/data/zones/golem-graveyard/npcs.lua | 2 +- game/modules/tome/data/zones/golem-graveyard/objects.lua | 2 +- game/modules/tome/data/zones/golem-graveyard/traps.lua | 2 +- game/modules/tome/data/zones/golem-graveyard/zone.lua | 2 +- game/modules/tome/data/zones/gorbat-pride/events.lua | 2 +- game/modules/tome/data/zones/gorbat-pride/grids.lua | 2 +- game/modules/tome/data/zones/gorbat-pride/npcs.lua | 2 +- game/modules/tome/data/zones/gorbat-pride/objects.lua | 2 +- game/modules/tome/data/zones/gorbat-pride/zone.lua | 2 +- game/modules/tome/data/zones/grushnak-pride/events.lua | 2 +- game/modules/tome/data/zones/grushnak-pride/grids.lua | 2 +- game/modules/tome/data/zones/grushnak-pride/npcs.lua | 2 +- game/modules/tome/data/zones/grushnak-pride/objects.lua | 2 +- game/modules/tome/data/zones/grushnak-pride/zone.lua | 2 +- game/modules/tome/data/zones/halfling-ruins/events.lua | 2 +- game/modules/tome/data/zones/halfling-ruins/grids.lua | 2 +- game/modules/tome/data/zones/halfling-ruins/npcs.lua | 2 +- game/modules/tome/data/zones/halfling-ruins/objects.lua | 2 +- game/modules/tome/data/zones/halfling-ruins/traps.lua | 2 +- game/modules/tome/data/zones/halfling-ruins/zone.lua | 2 +- game/modules/tome/data/zones/heart-gloom/events.lua | 2 +- game/modules/tome/data/zones/heart-gloom/grids.lua | 2 +- game/modules/tome/data/zones/heart-gloom/npcs.lua | 2 +- game/modules/tome/data/zones/heart-gloom/objects.lua | 2 +- game/modules/tome/data/zones/heart-gloom/traps.lua | 2 +- game/modules/tome/data/zones/heart-gloom/zone.lua | 2 +- game/modules/tome/data/zones/high-peak/grids.lua | 2 +- game/modules/tome/data/zones/high-peak/npcs.lua | 2 +- game/modules/tome/data/zones/high-peak/objects.lua | 2 +- game/modules/tome/data/zones/high-peak/traps.lua | 2 +- game/modules/tome/data/zones/high-peak/zone.lua | 2 +- game/modules/tome/data/zones/illusory-castle/grids.lua | 2 +- game/modules/tome/data/zones/illusory-castle/npcs.lua | 2 +- game/modules/tome/data/zones/illusory-castle/objects.lua | 2 +- game/modules/tome/data/zones/illusory-castle/traps.lua | 2 +- game/modules/tome/data/zones/illusory-castle/zone.lua | 2 +- game/modules/tome/data/zones/infinite-dungeon/events.lua | 2 +- game/modules/tome/data/zones/infinite-dungeon/grids.lua | 2 +- game/modules/tome/data/zones/infinite-dungeon/npcs.lua | 2 +- game/modules/tome/data/zones/infinite-dungeon/objects.lua | 2 +- game/modules/tome/data/zones/infinite-dungeon/traps.lua | 2 +- game/modules/tome/data/zones/infinite-dungeon/zone.lua | 2 +- game/modules/tome/data/zones/keepsake-meadow/grids.lua | 2 +- game/modules/tome/data/zones/keepsake-meadow/npcs.lua | 2 +- game/modules/tome/data/zones/keepsake-meadow/objects.lua | 2 +- game/modules/tome/data/zones/keepsake-meadow/traps.lua | 2 +- game/modules/tome/data/zones/lake-nur/grids.lua | 2 +- game/modules/tome/data/zones/lake-nur/npcs.lua | 2 +- game/modules/tome/data/zones/lake-nur/objects.lua | 2 +- game/modules/tome/data/zones/lake-nur/traps.lua | 2 +- game/modules/tome/data/zones/lake-nur/zone.lua | 2 +- game/modules/tome/data/zones/last-hope-graveyard/grids.lua | 2 +- game/modules/tome/data/zones/last-hope-graveyard/npcs.lua | 2 +- game/modules/tome/data/zones/last-hope-graveyard/objects.lua | 2 +- game/modules/tome/data/zones/last-hope-graveyard/traps.lua | 2 +- game/modules/tome/data/zones/last-hope-graveyard/zone.lua | 2 +- game/modules/tome/data/zones/mark-spellblaze/events.lua | 2 +- game/modules/tome/data/zones/mark-spellblaze/grids.lua | 2 +- game/modules/tome/data/zones/mark-spellblaze/npcs.lua | 2 +- game/modules/tome/data/zones/mark-spellblaze/objects.lua | 2 +- game/modules/tome/data/zones/mark-spellblaze/traps.lua | 2 +- game/modules/tome/data/zones/mark-spellblaze/zone.lua | 2 +- game/modules/tome/data/zones/maze/events.lua | 2 +- game/modules/tome/data/zones/maze/grids.lua | 2 +- game/modules/tome/data/zones/maze/npcs.lua | 2 +- game/modules/tome/data/zones/maze/objects.lua | 2 +- game/modules/tome/data/zones/maze/traps.lua | 2 +- game/modules/tome/data/zones/maze/zone.lua | 2 +- game/modules/tome/data/zones/murgol-lair/grids.lua | 2 +- game/modules/tome/data/zones/murgol-lair/npcs.lua | 2 +- game/modules/tome/data/zones/murgol-lair/objects.lua | 2 +- game/modules/tome/data/zones/murgol-lair/traps.lua | 2 +- game/modules/tome/data/zones/murgol-lair/zone.lua | 2 +- game/modules/tome/data/zones/norgos-lair/events.lua | 2 +- game/modules/tome/data/zones/norgos-lair/grids.lua | 2 +- game/modules/tome/data/zones/norgos-lair/npcs.lua | 2 +- game/modules/tome/data/zones/norgos-lair/objects.lua | 2 +- game/modules/tome/data/zones/norgos-lair/traps.lua | 2 +- game/modules/tome/data/zones/norgos-lair/zone.lua | 2 +- game/modules/tome/data/zones/noxious-caldera/events.lua | 2 +- game/modules/tome/data/zones/noxious-caldera/grids.lua | 2 +- game/modules/tome/data/zones/noxious-caldera/npcs.lua | 2 +- game/modules/tome/data/zones/noxious-caldera/objects.lua | 2 +- game/modules/tome/data/zones/noxious-caldera/traps.lua | 2 +- game/modules/tome/data/zones/noxious-caldera/zone.lua | 2 +- game/modules/tome/data/zones/old-forest/events.lua | 2 +- game/modules/tome/data/zones/old-forest/grids.lua | 2 +- game/modules/tome/data/zones/old-forest/npcs.lua | 2 +- game/modules/tome/data/zones/old-forest/objects.lua | 2 +- game/modules/tome/data/zones/old-forest/traps.lua | 2 +- game/modules/tome/data/zones/old-forest/zone.lua | 2 +- game/modules/tome/data/zones/orc-breeding-pit/events.lua | 2 +- game/modules/tome/data/zones/orc-breeding-pit/grids.lua | 2 +- game/modules/tome/data/zones/orc-breeding-pit/npcs.lua | 2 +- game/modules/tome/data/zones/orc-breeding-pit/objects.lua | 2 +- game/modules/tome/data/zones/orc-breeding-pit/zone.lua | 2 +- game/modules/tome/data/zones/paradox-plane/grids.lua | 2 +- game/modules/tome/data/zones/paradox-plane/npcs.lua | 2 +- game/modules/tome/data/zones/paradox-plane/objects.lua | 2 +- game/modules/tome/data/zones/paradox-plane/traps.lua | 2 +- game/modules/tome/data/zones/paradox-plane/zone.lua | 2 +- game/modules/tome/data/zones/rak-shor-pride/events.lua | 2 +- game/modules/tome/data/zones/rak-shor-pride/grids.lua | 2 +- game/modules/tome/data/zones/rak-shor-pride/npcs.lua | 2 +- game/modules/tome/data/zones/rak-shor-pride/objects.lua | 2 +- game/modules/tome/data/zones/rak-shor-pride/zone.lua | 2 +- game/modules/tome/data/zones/reknor-escape/events.lua | 2 +- game/modules/tome/data/zones/reknor-escape/grids.lua | 2 +- game/modules/tome/data/zones/reknor-escape/npcs.lua | 2 +- game/modules/tome/data/zones/reknor-escape/objects.lua | 2 +- game/modules/tome/data/zones/reknor-escape/traps.lua | 2 +- game/modules/tome/data/zones/reknor-escape/zone.lua | 2 +- game/modules/tome/data/zones/reknor/events.lua | 2 +- game/modules/tome/data/zones/reknor/grids.lua | 2 +- game/modules/tome/data/zones/reknor/npcs.lua | 2 +- game/modules/tome/data/zones/reknor/objects.lua | 2 +- game/modules/tome/data/zones/reknor/traps.lua | 2 +- game/modules/tome/data/zones/reknor/zone.lua | 2 +- game/modules/tome/data/zones/rhaloren-camp/events.lua | 2 +- game/modules/tome/data/zones/rhaloren-camp/grids.lua | 2 +- game/modules/tome/data/zones/rhaloren-camp/npcs.lua | 2 +- game/modules/tome/data/zones/rhaloren-camp/objects.lua | 2 +- game/modules/tome/data/zones/rhaloren-camp/traps.lua | 2 +- game/modules/tome/data/zones/rhaloren-camp/zone.lua | 2 +- game/modules/tome/data/zones/ring-of-blood/events.lua | 2 +- game/modules/tome/data/zones/ring-of-blood/grids.lua | 2 +- game/modules/tome/data/zones/ring-of-blood/npcs.lua | 2 +- game/modules/tome/data/zones/ring-of-blood/objects.lua | 2 +- game/modules/tome/data/zones/ring-of-blood/traps.lua | 2 +- game/modules/tome/data/zones/ring-of-blood/zone.lua | 2 +- game/modules/tome/data/zones/ritch-tunnels/events.lua | 2 +- game/modules/tome/data/zones/ritch-tunnels/grids.lua | 2 +- game/modules/tome/data/zones/ritch-tunnels/npcs.lua | 2 +- game/modules/tome/data/zones/ritch-tunnels/objects.lua | 2 +- game/modules/tome/data/zones/ritch-tunnels/traps.lua | 2 +- game/modules/tome/data/zones/ritch-tunnels/zone.lua | 2 +- game/modules/tome/data/zones/ruined-dungeon/events.lua | 2 +- game/modules/tome/data/zones/ruined-dungeon/grids.lua | 2 +- game/modules/tome/data/zones/ruined-dungeon/npcs.lua | 2 +- game/modules/tome/data/zones/ruined-dungeon/objects.lua | 2 +- game/modules/tome/data/zones/ruined-dungeon/traps.lua | 2 +- game/modules/tome/data/zones/ruined-dungeon/zone.lua | 2 +- game/modules/tome/data/zones/ruins-kor-pul/events.lua | 2 +- game/modules/tome/data/zones/ruins-kor-pul/grids.lua | 2 +- game/modules/tome/data/zones/ruins-kor-pul/npcs.lua | 2 +- game/modules/tome/data/zones/ruins-kor-pul/objects.lua | 2 +- game/modules/tome/data/zones/ruins-kor-pul/traps.lua | 2 +- game/modules/tome/data/zones/ruins-kor-pul/zone.lua | 2 +- game/modules/tome/data/zones/sandworm-lair/events.lua | 2 +- game/modules/tome/data/zones/sandworm-lair/grids.lua | 2 +- game/modules/tome/data/zones/sandworm-lair/npcs.lua | 2 +- game/modules/tome/data/zones/sandworm-lair/objects.lua | 2 +- game/modules/tome/data/zones/sandworm-lair/traps.lua | 2 +- game/modules/tome/data/zones/sandworm-lair/zone.lua | 2 +- game/modules/tome/data/zones/scintillating-caves/events.lua | 2 +- game/modules/tome/data/zones/scintillating-caves/grids.lua | 2 +- game/modules/tome/data/zones/scintillating-caves/npcs.lua | 2 +- game/modules/tome/data/zones/scintillating-caves/objects.lua | 2 +- game/modules/tome/data/zones/scintillating-caves/traps.lua | 2 +- game/modules/tome/data/zones/scintillating-caves/zone.lua | 2 +- game/modules/tome/data/zones/shadow-crypt/events.lua | 2 +- game/modules/tome/data/zones/shadow-crypt/grids.lua | 2 +- game/modules/tome/data/zones/shadow-crypt/npcs.lua | 2 +- game/modules/tome/data/zones/shadow-crypt/objects.lua | 2 +- game/modules/tome/data/zones/shadow-crypt/traps.lua | 2 +- game/modules/tome/data/zones/shadow-crypt/zone.lua | 2 +- .../tome/data/zones/shertul-fortress-caldizar/grids.lua | 2 +- .../tome/data/zones/shertul-fortress-caldizar/npcs.lua | 2 +- .../tome/data/zones/shertul-fortress-caldizar/objects.lua | 2 +- .../tome/data/zones/shertul-fortress-caldizar/zone.lua | 2 +- game/modules/tome/data/zones/shertul-fortress/grids.lua | 2 +- game/modules/tome/data/zones/shertul-fortress/npcs.lua | 2 +- game/modules/tome/data/zones/shertul-fortress/objects.lua | 2 +- game/modules/tome/data/zones/shertul-fortress/zone.lua | 2 +- game/modules/tome/data/zones/slazish-fen/grids.lua | 2 +- game/modules/tome/data/zones/slazish-fen/npcs.lua | 2 +- game/modules/tome/data/zones/slazish-fen/objects.lua | 2 +- game/modules/tome/data/zones/slazish-fen/traps.lua | 2 +- game/modules/tome/data/zones/slazish-fen/zone.lua | 2 +- game/modules/tome/data/zones/slime-tunnels/grids.lua | 2 +- game/modules/tome/data/zones/slime-tunnels/npcs.lua | 2 +- game/modules/tome/data/zones/slime-tunnels/objects.lua | 2 +- game/modules/tome/data/zones/slime-tunnels/traps.lua | 2 +- game/modules/tome/data/zones/slime-tunnels/zone.lua | 2 +- game/modules/tome/data/zones/sludgenest/grids.lua | 2 +- game/modules/tome/data/zones/sludgenest/npcs.lua | 2 +- game/modules/tome/data/zones/sludgenest/objects.lua | 2 +- game/modules/tome/data/zones/sludgenest/traps.lua | 2 +- game/modules/tome/data/zones/sludgenest/zone.lua | 2 +- game/modules/tome/data/zones/south-beach/grids.lua | 2 +- game/modules/tome/data/zones/south-beach/npcs.lua | 2 +- game/modules/tome/data/zones/south-beach/objects.lua | 2 +- game/modules/tome/data/zones/south-beach/traps.lua | 2 +- game/modules/tome/data/zones/south-beach/zone.lua | 2 +- .../modules/tome/data/zones/stellar-system-shandral/grids.lua | 2 +- game/modules/tome/data/zones/stellar-system-shandral/npcs.lua | 2 +- .../tome/data/zones/stellar-system-shandral/objects.lua | 2 +- .../modules/tome/data/zones/stellar-system-shandral/traps.lua | 2 +- game/modules/tome/data/zones/stellar-system-shandral/zone.lua | 2 +- game/modules/tome/data/zones/tannen-tower/grids.lua | 2 +- game/modules/tome/data/zones/tannen-tower/npcs.lua | 2 +- game/modules/tome/data/zones/tannen-tower/objects.lua | 2 +- game/modules/tome/data/zones/tannen-tower/traps.lua | 2 +- game/modules/tome/data/zones/tannen-tower/zone.lua | 2 +- game/modules/tome/data/zones/telmur/grids.lua | 2 +- game/modules/tome/data/zones/telmur/npcs.lua | 2 +- game/modules/tome/data/zones/telmur/objects.lua | 2 +- game/modules/tome/data/zones/telmur/traps.lua | 2 +- game/modules/tome/data/zones/telmur/zone.lua | 2 +- game/modules/tome/data/zones/tempest-peak/events.lua | 2 +- game/modules/tome/data/zones/tempest-peak/grids.lua | 2 +- game/modules/tome/data/zones/tempest-peak/npcs.lua | 2 +- game/modules/tome/data/zones/tempest-peak/objects.lua | 2 +- game/modules/tome/data/zones/tempest-peak/traps.lua | 2 +- game/modules/tome/data/zones/tempest-peak/zone.lua | 2 +- game/modules/tome/data/zones/temple-of-creation/grids.lua | 2 +- game/modules/tome/data/zones/temple-of-creation/npcs.lua | 2 +- game/modules/tome/data/zones/temple-of-creation/objects.lua | 2 +- game/modules/tome/data/zones/temple-of-creation/traps.lua | 2 +- game/modules/tome/data/zones/temple-of-creation/zone.lua | 2 +- game/modules/tome/data/zones/temporal-rift/grids.lua | 2 +- game/modules/tome/data/zones/temporal-rift/npcs.lua | 2 +- game/modules/tome/data/zones/temporal-rift/objects.lua | 2 +- game/modules/tome/data/zones/temporal-rift/traps.lua | 2 +- game/modules/tome/data/zones/temporal-rift/zone.lua | 2 +- game/modules/tome/data/zones/test/grids.lua | 2 +- game/modules/tome/data/zones/test/npcs.lua | 2 +- game/modules/tome/data/zones/test/objects.lua | 2 +- game/modules/tome/data/zones/test/traps.lua | 2 +- game/modules/tome/data/zones/test/zone.lua | 2 +- game/modules/tome/data/zones/thieves-tunnels/events.lua | 2 +- game/modules/tome/data/zones/thieves-tunnels/grids.lua | 2 +- game/modules/tome/data/zones/thieves-tunnels/npcs.lua | 2 +- game/modules/tome/data/zones/thieves-tunnels/objects.lua | 2 +- game/modules/tome/data/zones/thieves-tunnels/traps.lua | 2 +- game/modules/tome/data/zones/thieves-tunnels/zone.lua | 2 +- game/modules/tome/data/zones/town-angolwen/grids.lua | 2 +- game/modules/tome/data/zones/town-angolwen/npcs.lua | 2 +- game/modules/tome/data/zones/town-angolwen/objects.lua | 2 +- game/modules/tome/data/zones/town-angolwen/traps.lua | 2 +- game/modules/tome/data/zones/town-angolwen/zone.lua | 2 +- game/modules/tome/data/zones/town-derth/grids.lua | 2 +- game/modules/tome/data/zones/town-derth/npcs.lua | 2 +- game/modules/tome/data/zones/town-derth/objects.lua | 2 +- game/modules/tome/data/zones/town-derth/traps.lua | 2 +- game/modules/tome/data/zones/town-derth/zone.lua | 2 +- game/modules/tome/data/zones/town-elvala/grids.lua | 2 +- game/modules/tome/data/zones/town-elvala/npcs.lua | 2 +- game/modules/tome/data/zones/town-elvala/objects.lua | 2 +- game/modules/tome/data/zones/town-elvala/traps.lua | 2 +- game/modules/tome/data/zones/town-elvala/zone.lua | 2 +- game/modules/tome/data/zones/town-gates-of-morning/grids.lua | 2 +- game/modules/tome/data/zones/town-gates-of-morning/npcs.lua | 2 +- .../modules/tome/data/zones/town-gates-of-morning/objects.lua | 2 +- game/modules/tome/data/zones/town-gates-of-morning/traps.lua | 2 +- game/modules/tome/data/zones/town-gates-of-morning/zone.lua | 2 +- game/modules/tome/data/zones/town-irkkk/grids.lua | 2 +- game/modules/tome/data/zones/town-irkkk/npcs.lua | 2 +- game/modules/tome/data/zones/town-irkkk/objects.lua | 2 +- game/modules/tome/data/zones/town-irkkk/traps.lua | 2 +- game/modules/tome/data/zones/town-irkkk/zone.lua | 2 +- game/modules/tome/data/zones/town-iron-council/grids.lua | 2 +- game/modules/tome/data/zones/town-iron-council/npcs.lua | 2 +- game/modules/tome/data/zones/town-iron-council/objects.lua | 2 +- game/modules/tome/data/zones/town-iron-council/traps.lua | 2 +- game/modules/tome/data/zones/town-iron-council/zone.lua | 2 +- game/modules/tome/data/zones/town-last-hope/grids.lua | 2 +- game/modules/tome/data/zones/town-last-hope/npcs.lua | 2 +- game/modules/tome/data/zones/town-last-hope/objects.lua | 2 +- game/modules/tome/data/zones/town-last-hope/traps.lua | 2 +- game/modules/tome/data/zones/town-last-hope/zone.lua | 2 +- .../modules/tome/data/zones/town-lumberjack-village/grids.lua | 2 +- game/modules/tome/data/zones/town-lumberjack-village/npcs.lua | 2 +- .../tome/data/zones/town-lumberjack-village/objects.lua | 2 +- game/modules/tome/data/zones/town-lumberjack-village/zone.lua | 2 +- game/modules/tome/data/zones/town-point-zero/grids.lua | 2 +- game/modules/tome/data/zones/town-point-zero/npcs.lua | 2 +- game/modules/tome/data/zones/town-point-zero/objects.lua | 2 +- game/modules/tome/data/zones/town-point-zero/traps.lua | 2 +- game/modules/tome/data/zones/town-point-zero/zone.lua | 2 +- game/modules/tome/data/zones/town-shatur/grids.lua | 2 +- game/modules/tome/data/zones/town-shatur/npcs.lua | 2 +- game/modules/tome/data/zones/town-shatur/objects.lua | 2 +- game/modules/tome/data/zones/town-shatur/traps.lua | 2 +- game/modules/tome/data/zones/town-shatur/zone.lua | 2 +- game/modules/tome/data/zones/town-zigur/grids.lua | 2 +- game/modules/tome/data/zones/town-zigur/npcs.lua | 2 +- game/modules/tome/data/zones/town-zigur/objects.lua | 2 +- game/modules/tome/data/zones/town-zigur/traps.lua | 2 +- game/modules/tome/data/zones/town-zigur/zone.lua | 2 +- game/modules/tome/data/zones/trollmire/events.lua | 2 +- game/modules/tome/data/zones/trollmire/grids.lua | 2 +- game/modules/tome/data/zones/trollmire/npcs.lua | 2 +- game/modules/tome/data/zones/trollmire/objects.lua | 2 +- game/modules/tome/data/zones/trollmire/traps.lua | 2 +- game/modules/tome/data/zones/trollmire/zone.lua | 2 +- game/modules/tome/data/zones/tutorial-combat-stats/grids.lua | 4 ++-- game/modules/tome/data/zones/tutorial-combat-stats/npcs.lua | 4 ++-- .../modules/tome/data/zones/tutorial-combat-stats/objects.lua | 2 +- game/modules/tome/data/zones/tutorial-combat-stats/traps.lua | 4 ++-- game/modules/tome/data/zones/tutorial-combat-stats/zone.lua | 2 +- game/modules/tome/data/zones/tutorial/grids.lua | 2 +- game/modules/tome/data/zones/tutorial/npcs.lua | 2 +- game/modules/tome/data/zones/tutorial/objects.lua | 2 +- game/modules/tome/data/zones/tutorial/traps.lua | 2 +- game/modules/tome/data/zones/tutorial/zone.lua | 2 +- game/modules/tome/data/zones/unhallowed-morass/grids.lua | 2 +- game/modules/tome/data/zones/unhallowed-morass/npcs.lua | 2 +- game/modules/tome/data/zones/unhallowed-morass/objects.lua | 2 +- game/modules/tome/data/zones/unhallowed-morass/traps.lua | 2 +- game/modules/tome/data/zones/unhallowed-morass/zone.lua | 2 +- game/modules/tome/data/zones/unremarkable-cave/events.lua | 2 +- game/modules/tome/data/zones/unremarkable-cave/grids.lua | 2 +- game/modules/tome/data/zones/unremarkable-cave/npcs.lua | 2 +- game/modules/tome/data/zones/unremarkable-cave/objects.lua | 2 +- game/modules/tome/data/zones/unremarkable-cave/traps.lua | 2 +- game/modules/tome/data/zones/unremarkable-cave/zone.lua | 2 +- game/modules/tome/data/zones/valley-moon-caverns/events.lua | 2 +- game/modules/tome/data/zones/valley-moon-caverns/grids.lua | 2 +- game/modules/tome/data/zones/valley-moon-caverns/npcs.lua | 2 +- game/modules/tome/data/zones/valley-moon-caverns/objects.lua | 2 +- game/modules/tome/data/zones/valley-moon-caverns/traps.lua | 2 +- game/modules/tome/data/zones/valley-moon-caverns/zone.lua | 2 +- game/modules/tome/data/zones/valley-moon/events.lua | 2 +- game/modules/tome/data/zones/valley-moon/grids.lua | 2 +- game/modules/tome/data/zones/valley-moon/npcs.lua | 2 +- game/modules/tome/data/zones/valley-moon/objects.lua | 2 +- game/modules/tome/data/zones/valley-moon/traps.lua | 2 +- game/modules/tome/data/zones/valley-moon/zone.lua | 2 +- game/modules/tome/data/zones/void/grids.lua | 2 +- game/modules/tome/data/zones/void/npcs.lua | 2 +- game/modules/tome/data/zones/void/objects.lua | 2 +- game/modules/tome/data/zones/void/traps.lua | 2 +- game/modules/tome/data/zones/void/zone.lua | 2 +- game/modules/tome/data/zones/vor-armoury/grids.lua | 2 +- game/modules/tome/data/zones/vor-armoury/npcs.lua | 2 +- game/modules/tome/data/zones/vor-armoury/objects.lua | 2 +- game/modules/tome/data/zones/vor-armoury/traps.lua | 2 +- game/modules/tome/data/zones/vor-armoury/zone.lua | 2 +- game/modules/tome/data/zones/vor-pride/events.lua | 2 +- game/modules/tome/data/zones/vor-pride/grids.lua | 2 +- game/modules/tome/data/zones/vor-pride/npcs.lua | 2 +- game/modules/tome/data/zones/vor-pride/objects.lua | 2 +- game/modules/tome/data/zones/vor-pride/zone.lua | 2 +- game/modules/tome/data/zones/wilderness/events.lua | 2 +- game/modules/tome/data/zones/wilderness/grids.lua | 2 +- game/modules/tome/data/zones/wilderness/npcs.lua | 2 +- game/modules/tome/data/zones/wilderness/objects.lua | 2 +- game/modules/tome/data/zones/wilderness/zone.lua | 2 +- game/modules/tome/dialogs/ArenaFinish.lua | 2 +- game/modules/tome/dialogs/Birther.lua | 2 +- game/modules/tome/dialogs/CharacterSheet.lua | 2 +- game/modules/tome/dialogs/CursedAuraSelect.lua | 2 +- game/modules/tome/dialogs/DeathDialog.lua | 2 +- game/modules/tome/dialogs/Donation.lua | 2 +- game/modules/tome/dialogs/DownloadCharball.lua | 2 +- game/modules/tome/dialogs/GameOptions.lua | 2 +- game/modules/tome/dialogs/GraphicMode.lua | 2 +- game/modules/tome/dialogs/LevelupDialog.lua | 2 +- game/modules/tome/dialogs/LorePopup.lua | 4 ++-- game/modules/tome/dialogs/MapMenu.lua | 2 +- game/modules/tome/dialogs/PartyOrder.lua | 2 +- game/modules/tome/dialogs/PartyRewardSelector.lua | 2 +- game/modules/tome/dialogs/PartySelect.lua | 2 +- game/modules/tome/dialogs/PartySendItem.lua | 2 +- game/modules/tome/dialogs/SentientWeapon.lua | 2 +- game/modules/tome/dialogs/ShowAchievements.lua | 2 +- game/modules/tome/dialogs/ShowChatLog.lua | 2 +- game/modules/tome/dialogs/ShowEquipInven.lua | 2 +- game/modules/tome/dialogs/ShowEquipment.lua | 2 +- game/modules/tome/dialogs/ShowIngredients.lua | 2 +- game/modules/tome/dialogs/ShowInventory.lua | 2 +- game/modules/tome/dialogs/ShowLore.lua | 2 +- game/modules/tome/dialogs/ShowMap.lua | 2 +- game/modules/tome/dialogs/ShowPickupFloor.lua | 2 +- game/modules/tome/dialogs/ShowStore.lua | 2 +- game/modules/tome/dialogs/UberTalent.lua | 2 +- game/modules/tome/dialogs/UnlockDialog.lua | 2 +- game/modules/tome/dialogs/UseItemDialog.lua | 2 +- game/modules/tome/dialogs/UseTalents.lua | 2 +- game/modules/tome/dialogs/debug/AlterFaction.lua | 2 +- game/modules/tome/dialogs/debug/ChangeZone.lua | 2 +- game/modules/tome/dialogs/debug/CreateItem.lua | 2 +- game/modules/tome/dialogs/debug/CreateTrap.lua | 2 +- game/modules/tome/dialogs/debug/DebugMain.lua | 2 +- game/modules/tome/dialogs/debug/GrantQuest.lua | 2 +- game/modules/tome/dialogs/debug/SummonCreature.lua | 2 +- game/modules/tome/dialogs/elements/TalentGrid.lua | 2 +- game/modules/tome/dialogs/elements/TalentTrees.lua | 2 +- game/modules/tome/dialogs/orders/Behavior.lua | 2 +- game/modules/tome/dialogs/orders/Talents.lua | 2 +- game/modules/tome/init.lua | 2 +- game/modules/tome/load.lua | 2 +- game/modules/tome/resolvers.lua | 2 +- game/profile-thread/Client.lua | 2 +- game/profile-thread/UserChat.lua | 2 +- game/profile-thread/init.lua | 2 +- src/core_lua.c | 2 +- src/core_lua.h | 2 +- src/display.h | 2 +- src/display_sdl.c | 2 +- src/display_sdl.h | 2 +- src/dmnd_square.c | 2 +- src/fov.c | 2 +- src/fov.h | 2 +- src/fov/fov.c | 2 +- src/fov/fov.h | 2 +- src/getself.c | 2 +- src/getself.h | 2 +- src/main.c | 2 +- src/main.h | 2 +- src/map.c | 2 +- src/map.h | 2 +- src/music.c | 2 +- src/music.h | 2 +- src/noise.c | 2 +- src/particles.c | 2 +- src/particles.h | 2 +- src/particles_gas.c | 2 +- src/particles_gas.h | 2 +- src/physfs.c | 2 +- src/profile.c | 2 +- src/profile.h | 2 +- src/runner/core.h | 2 +- src/runner/main.c | 2 +- src/runner/runner.c | 2 +- src/script.h | 2 +- src/serial.c | 2 +- src/serial.h | 2 +- src/shaders.c | 2 +- src/types.h | 2 +- src/wait.c | 2 +- 2258 files changed, 2263 insertions(+), 2263 deletions(-) diff --git a/game/engines/default/data/gfx/ui/definitions/default.lua b/game/engines/default/data/gfx/ui/definitions/default.lua index 7d04f57133..48da28c5f4 100644 --- a/game/engines/default/data/gfx/ui/definitions/default.lua +++ b/game/engines/default/data/gfx/ui/definitions/default.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/actions.lua b/game/engines/default/data/keybinds/actions.lua index a087d691e7..27477e75fa 100644 --- a/game/engines/default/data/keybinds/actions.lua +++ b/game/engines/default/data/keybinds/actions.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/chat.lua b/game/engines/default/data/keybinds/chat.lua index fc1c9b34cb..c9be5adfe9 100644 --- a/game/engines/default/data/keybinds/chat.lua +++ b/game/engines/default/data/keybinds/chat.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/debug.lua b/game/engines/default/data/keybinds/debug.lua index 82e3ee51f0..42ed140cc2 100644 --- a/game/engines/default/data/keybinds/debug.lua +++ b/game/engines/default/data/keybinds/debug.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/hotkeys.lua b/game/engines/default/data/keybinds/hotkeys.lua index 97eb041fe6..b72703b5f2 100644 --- a/game/engines/default/data/keybinds/hotkeys.lua +++ b/game/engines/default/data/keybinds/hotkeys.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/interface.lua b/game/engines/default/data/keybinds/interface.lua index 76715884f7..2b13f3015f 100644 --- a/game/engines/default/data/keybinds/interface.lua +++ b/game/engines/default/data/keybinds/interface.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/inventory.lua b/game/engines/default/data/keybinds/inventory.lua index 0bb3b85c9e..800ee947a2 100644 --- a/game/engines/default/data/keybinds/inventory.lua +++ b/game/engines/default/data/keybinds/inventory.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/data/keybinds/move.lua b/game/engines/default/data/keybinds/move.lua index 0756891b9b..3188a69d3f 100644 --- a/game/engines/default/data/keybinds/move.lua +++ b/game/engines/default/data/keybinds/move.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Actor.lua b/game/engines/default/engine/Actor.lua index 655b3ab299..a8313e7dae 100644 --- a/game/engines/default/engine/Actor.lua +++ b/game/engines/default/engine/Actor.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ActorsSeenDisplay.lua b/game/engines/default/engine/ActorsSeenDisplay.lua index d769b1b996..03a19a7dd8 100644 --- a/game/engines/default/engine/ActorsSeenDisplay.lua +++ b/game/engines/default/engine/ActorsSeenDisplay.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Astar.lua b/game/engines/default/engine/Astar.lua index e6126bb4a1..49ce41e385 100644 --- a/game/engines/default/engine/Astar.lua +++ b/game/engines/default/engine/Astar.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Autolevel.lua b/game/engines/default/engine/Autolevel.lua index 0ab1a98f5c..e24dadaa05 100644 --- a/game/engines/default/engine/Autolevel.lua +++ b/game/engines/default/engine/Autolevel.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/BSP.lua b/game/engines/default/engine/BSP.lua index 421f243aa7..87b6635f51 100644 --- a/game/engines/default/engine/BSP.lua +++ b/game/engines/default/engine/BSP.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Birther.lua b/game/engines/default/engine/Birther.lua index b2355544d3..92ffda44c2 100644 --- a/game/engines/default/engine/Birther.lua +++ b/game/engines/default/engine/Birther.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Calendar.lua b/game/engines/default/engine/Calendar.lua index 8c7f43aa72..a49b6bc450 100644 --- a/game/engines/default/engine/Calendar.lua +++ b/game/engines/default/engine/Calendar.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/CharacterBallSave.lua b/game/engines/default/engine/CharacterBallSave.lua index 33a1f30493..b303f8d052 100644 --- a/game/engines/default/engine/CharacterBallSave.lua +++ b/game/engines/default/engine/CharacterBallSave.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/CharacterVaultSave.lua b/game/engines/default/engine/CharacterVaultSave.lua index dc2cdc84d9..c0fcde5fb0 100644 --- a/game/engines/default/engine/CharacterVaultSave.lua +++ b/game/engines/default/engine/CharacterVaultSave.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Chat.lua b/game/engines/default/engine/Chat.lua index 4c2f1ed313..60a78709ca 100644 --- a/game/engines/default/engine/Chat.lua +++ b/game/engines/default/engine/Chat.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/DamageType.lua b/game/engines/default/engine/DamageType.lua index 8244475d15..daff44cf4b 100644 --- a/game/engines/default/engine/DamageType.lua +++ b/game/engines/default/engine/DamageType.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/DebugConsole.lua b/game/engines/default/engine/DebugConsole.lua index 34516e2af0..fc21053267 100644 --- a/game/engines/default/engine/DebugConsole.lua +++ b/game/engines/default/engine/DebugConsole.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Dialog.lua b/game/engines/default/engine/Dialog.lua index adc4984a8d..2cb26a3461 100644 --- a/game/engines/default/engine/Dialog.lua +++ b/game/engines/default/engine/Dialog.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/DirectPath.lua b/game/engines/default/engine/DirectPath.lua index 1e557e6da1..895019e0e2 100644 --- a/game/engines/default/engine/DirectPath.lua +++ b/game/engines/default/engine/DirectPath.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Emote.lua b/game/engines/default/engine/Emote.lua index 9e4b6eae1c..d7e36a3e40 100644 --- a/game/engines/default/engine/Emote.lua +++ b/game/engines/default/engine/Emote.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Entity.lua b/game/engines/default/engine/Entity.lua index ac6f47bf58..ebf02987af 100644 --- a/game/engines/default/engine/Entity.lua +++ b/game/engines/default/engine/Entity.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Faction.lua b/game/engines/default/engine/Faction.lua index 4f036325dd..b0986f827b 100644 --- a/game/engines/default/engine/Faction.lua +++ b/game/engines/default/engine/Faction.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/FlyingText.lua b/game/engines/default/engine/FlyingText.lua index 66e425eab1..dfdb003562 100644 --- a/game/engines/default/engine/FlyingText.lua +++ b/game/engines/default/engine/FlyingText.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Game.lua b/game/engines/default/engine/Game.lua index 2a71646b2b..dbcb077b0d 100644 --- a/game/engines/default/engine/Game.lua +++ b/game/engines/default/engine/Game.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/GameEnergyBased.lua b/game/engines/default/engine/GameEnergyBased.lua index fb306cf82c..db8ee72f20 100644 --- a/game/engines/default/engine/GameEnergyBased.lua +++ b/game/engines/default/engine/GameEnergyBased.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/GameTurnBased.lua b/game/engines/default/engine/GameTurnBased.lua index a91a8bcbff..ecaf4262d1 100644 --- a/game/engines/default/engine/GameTurnBased.lua +++ b/game/engines/default/engine/GameTurnBased.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Generator.lua b/game/engines/default/engine/Generator.lua index a94f14f91f..9a7aeb9ab5 100644 --- a/game/engines/default/engine/Generator.lua +++ b/game/engines/default/engine/Generator.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Grid.lua b/game/engines/default/engine/Grid.lua index f23430da31..64a2418211 100644 --- a/game/engines/default/engine/Grid.lua +++ b/game/engines/default/engine/Grid.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Heightmap.lua b/game/engines/default/engine/Heightmap.lua index 9e0332bb69..f3018eb2da 100644 --- a/game/engines/default/engine/Heightmap.lua +++ b/game/engines/default/engine/Heightmap.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/HighScores.lua b/game/engines/default/engine/HighScores.lua index 612bea3f83..8ff1a22ed4 100644 --- a/game/engines/default/engine/HighScores.lua +++ b/game/engines/default/engine/HighScores.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/HotkeysDisplay.lua b/game/engines/default/engine/HotkeysDisplay.lua index 710bb70c1a..d8249b71b1 100644 --- a/game/engines/default/engine/HotkeysDisplay.lua +++ b/game/engines/default/engine/HotkeysDisplay.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/HotkeysIconsDisplay.lua b/game/engines/default/engine/HotkeysIconsDisplay.lua index e0f1b68623..a9d6c409a7 100644 --- a/game/engines/default/engine/HotkeysIconsDisplay.lua +++ b/game/engines/default/engine/HotkeysIconsDisplay.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Key.lua b/game/engines/default/engine/Key.lua index 8535d229c5..6688ff6ca3 100644 --- a/game/engines/default/engine/Key.lua +++ b/game/engines/default/engine/Key.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/KeyBind.lua b/game/engines/default/engine/KeyBind.lua index b4abf550d1..46f540c73b 100644 --- a/game/engines/default/engine/KeyBind.lua +++ b/game/engines/default/engine/KeyBind.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/KeyCommand.lua b/game/engines/default/engine/KeyCommand.lua index 5a70772cf5..5b70e346ed 100644 --- a/game/engines/default/engine/KeyCommand.lua +++ b/game/engines/default/engine/KeyCommand.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Level.lua b/game/engines/default/engine/Level.lua index dcd9095da3..8831460050 100644 --- a/game/engines/default/engine/Level.lua +++ b/game/engines/default/engine/Level.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/LogDisplay.lua b/game/engines/default/engine/LogDisplay.lua index c4573405c5..05ac5dd06c 100644 --- a/game/engines/default/engine/LogDisplay.lua +++ b/game/engines/default/engine/LogDisplay.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/LogFlasher.lua b/game/engines/default/engine/LogFlasher.lua index 416e22efb8..60163a4272 100644 --- a/game/engines/default/engine/LogFlasher.lua +++ b/game/engines/default/engine/LogFlasher.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Map.lua b/game/engines/default/engine/Map.lua index 4c99d8026a..bcba568dfa 100644 --- a/game/engines/default/engine/Map.lua +++ b/game/engines/default/engine/Map.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Module.lua b/game/engines/default/engine/Module.lua index 07859d5074..b7fdc969f6 100644 --- a/game/engines/default/engine/Module.lua +++ b/game/engines/default/engine/Module.lua @@ -1,6 +1,6 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Mouse.lua b/game/engines/default/engine/Mouse.lua index 8014a7a5ad..d6f7e8bb39 100644 --- a/game/engines/default/engine/Mouse.lua +++ b/game/engines/default/engine/Mouse.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/NameGenerator.lua b/game/engines/default/engine/NameGenerator.lua index 605206b3c7..5dd0c90817 100644 --- a/game/engines/default/engine/NameGenerator.lua +++ b/game/engines/default/engine/NameGenerator.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/NameGenerator2.lua b/game/engines/default/engine/NameGenerator2.lua index af1438ac7d..a1741d8b2f 100644 --- a/game/engines/default/engine/NameGenerator2.lua +++ b/game/engines/default/engine/NameGenerator2.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Object.lua b/game/engines/default/engine/Object.lua index 03523594c0..4dff64cf1f 100644 --- a/game/engines/default/engine/Object.lua +++ b/game/engines/default/engine/Object.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Particles.lua b/game/engines/default/engine/Particles.lua index e321be0d8d..55be331806 100644 --- a/game/engines/default/engine/Particles.lua +++ b/game/engines/default/engine/Particles.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/PlayerProfile.lua b/game/engines/default/engine/PlayerProfile.lua index 64aede704b..c01ab90398 100644 --- a/game/engines/default/engine/PlayerProfile.lua +++ b/game/engines/default/engine/PlayerProfile.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Projectile.lua b/game/engines/default/engine/Projectile.lua index 99503b9c81..1a31559c83 100644 --- a/game/engines/default/engine/Projectile.lua +++ b/game/engines/default/engine/Projectile.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Quadratic.lua b/game/engines/default/engine/Quadratic.lua index f2982e4b11..a6306621d6 100644 --- a/game/engines/default/engine/Quadratic.lua +++ b/game/engines/default/engine/Quadratic.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Quest.lua b/game/engines/default/engine/Quest.lua index 3e9c1daa36..6a370f797b 100644 --- a/game/engines/default/engine/Quest.lua +++ b/game/engines/default/engine/Quest.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Savefile.lua b/game/engines/default/engine/Savefile.lua index 428ebf39a3..6fc52ca69f 100644 --- a/game/engines/default/engine/Savefile.lua +++ b/game/engines/default/engine/Savefile.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/SavefilePipe.lua b/game/engines/default/engine/SavefilePipe.lua index d7d585a72e..10149b5f42 100644 --- a/game/engines/default/engine/SavefilePipe.lua +++ b/game/engines/default/engine/SavefilePipe.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Shader.lua b/game/engines/default/engine/Shader.lua index d1b432e0e0..8755d53f8b 100644 --- a/game/engines/default/engine/Shader.lua +++ b/game/engines/default/engine/Shader.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Store.lua b/game/engines/default/engine/Store.lua index 6af7a5d1e6..2c1e196afc 100644 --- a/game/engines/default/engine/Store.lua +++ b/game/engines/default/engine/Store.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Target.lua b/game/engines/default/engine/Target.lua index 656ffa520d..a5fb79ff03 100644 --- a/game/engines/default/engine/Target.lua +++ b/game/engines/default/engine/Target.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Tiles.lua b/game/engines/default/engine/Tiles.lua index 057bc7a575..9753400618 100644 --- a/game/engines/default/engine/Tiles.lua +++ b/game/engines/default/engine/Tiles.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Tooltip.lua b/game/engines/default/engine/Tooltip.lua index cda55cfbac..6fcaa24aa8 100644 --- a/game/engines/default/engine/Tooltip.lua +++ b/game/engines/default/engine/Tooltip.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Trap.lua b/game/engines/default/engine/Trap.lua index 3443301ed9..12b5c814ed 100644 --- a/game/engines/default/engine/Trap.lua +++ b/game/engines/default/engine/Trap.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/UserChat.lua b/game/engines/default/engine/UserChat.lua index f3785c6762..d53489d83c 100644 --- a/game/engines/default/engine/UserChat.lua +++ b/game/engines/default/engine/UserChat.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/World.lua b/game/engines/default/engine/World.lua index 4f65e73144..ee8b5fdb68 100644 --- a/game/engines/default/engine/World.lua +++ b/game/engines/default/engine/World.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/Zone.lua b/game/engines/default/engine/Zone.lua index 91a93edadc..7d239d2fe9 100644 --- a/game/engines/default/engine/Zone.lua +++ b/game/engines/default/engine/Zone.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ai/simple.lua b/game/engines/default/engine/ai/simple.lua index d11c70cbda..b65533e982 100644 --- a/game/engines/default/engine/ai/simple.lua +++ b/game/engines/default/engine/ai/simple.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ai/special_movements.lua b/game/engines/default/engine/ai/special_movements.lua index c43efc5487..b582725230 100644 --- a/game/engines/default/engine/ai/special_movements.lua +++ b/game/engines/default/engine/ai/special_movements.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ai/talented.lua b/game/engines/default/engine/ai/talented.lua index 934c706987..b2bd43fe2b 100644 --- a/game/engines/default/engine/ai/talented.lua +++ b/game/engines/default/engine/ai/talented.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/class.lua b/game/engines/default/engine/class.lua index 4d71774cf1..5bcd1a1e44 100644 --- a/game/engines/default/engine/class.lua +++ b/game/engines/default/engine/class.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/colors.lua b/game/engines/default/engine/colors.lua index 42e6907310..9e18d2a25f 100644 --- a/game/engines/default/engine/colors.lua +++ b/game/engines/default/engine/colors.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/Achievement.lua b/game/engines/default/engine/dialogs/Achievement.lua index 8ef4e7ee8c..8d9ffb7916 100644 --- a/game/engines/default/engine/dialogs/Achievement.lua +++ b/game/engines/default/engine/dialogs/Achievement.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/AudioOptions.lua b/game/engines/default/engine/dialogs/AudioOptions.lua index 28546579b1..a140081fd5 100644 --- a/game/engines/default/engine/dialogs/AudioOptions.lua +++ b/game/engines/default/engine/dialogs/AudioOptions.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/Chat.lua b/game/engines/default/engine/dialogs/Chat.lua index cb50438a1e..452b445f25 100644 --- a/game/engines/default/engine/dialogs/Chat.lua +++ b/game/engines/default/engine/dialogs/Chat.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ChatChannels.lua b/game/engines/default/engine/dialogs/ChatChannels.lua index dc79de5510..eaeb4a081a 100644 --- a/game/engines/default/engine/dialogs/ChatChannels.lua +++ b/game/engines/default/engine/dialogs/ChatChannels.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ChatFilter.lua b/game/engines/default/engine/dialogs/ChatFilter.lua index cf4a75724b..e21bc1d15b 100644 --- a/game/engines/default/engine/dialogs/ChatFilter.lua +++ b/game/engines/default/engine/dialogs/ChatFilter.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ChatIgnores.lua b/game/engines/default/engine/dialogs/ChatIgnores.lua index 3f903193a2..9f94954f68 100644 --- a/game/engines/default/engine/dialogs/ChatIgnores.lua +++ b/game/engines/default/engine/dialogs/ChatIgnores.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/DisplayResolution.lua b/game/engines/default/engine/dialogs/DisplayResolution.lua index 45087d275e..86241410ca 100644 --- a/game/engines/default/engine/dialogs/DisplayResolution.lua +++ b/game/engines/default/engine/dialogs/DisplayResolution.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/GameMenu.lua b/game/engines/default/engine/dialogs/GameMenu.lua index 4b59aeb942..ffd40429db 100644 --- a/game/engines/default/engine/dialogs/GameMenu.lua +++ b/game/engines/default/engine/dialogs/GameMenu.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/GetQuantity.lua b/game/engines/default/engine/dialogs/GetQuantity.lua index 0c47f7a980..c93c861b5c 100644 --- a/game/engines/default/engine/dialogs/GetQuantity.lua +++ b/game/engines/default/engine/dialogs/GetQuantity.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/GetText.lua b/game/engines/default/engine/dialogs/GetText.lua index 67002f7396..0ca9d060bf 100644 --- a/game/engines/default/engine/dialogs/GetText.lua +++ b/game/engines/default/engine/dialogs/GetText.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/KeyBinder.lua b/game/engines/default/engine/dialogs/KeyBinder.lua index a47c34108d..0ecf1d32cf 100644 --- a/game/engines/default/engine/dialogs/KeyBinder.lua +++ b/game/engines/default/engine/dialogs/KeyBinder.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowAchievements.lua b/game/engines/default/engine/dialogs/ShowAchievements.lua index f1abe12d74..5fae2b7476 100644 --- a/game/engines/default/engine/dialogs/ShowAchievements.lua +++ b/game/engines/default/engine/dialogs/ShowAchievements.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowEquipInven.lua b/game/engines/default/engine/dialogs/ShowEquipInven.lua index 4b26913505..8f2ca5619f 100644 --- a/game/engines/default/engine/dialogs/ShowEquipInven.lua +++ b/game/engines/default/engine/dialogs/ShowEquipInven.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowEquipment.lua b/game/engines/default/engine/dialogs/ShowEquipment.lua index d75ec9619a..d9ef0e4f27 100644 --- a/game/engines/default/engine/dialogs/ShowEquipment.lua +++ b/game/engines/default/engine/dialogs/ShowEquipment.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowErrorStack.lua b/game/engines/default/engine/dialogs/ShowErrorStack.lua index 0f424ad1dd..4c54c3cb15 100644 --- a/game/engines/default/engine/dialogs/ShowErrorStack.lua +++ b/game/engines/default/engine/dialogs/ShowErrorStack.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowInventory.lua b/game/engines/default/engine/dialogs/ShowInventory.lua index 9e75d155ad..b1c466b7ca 100644 --- a/game/engines/default/engine/dialogs/ShowInventory.lua +++ b/game/engines/default/engine/dialogs/ShowInventory.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowLog.lua b/game/engines/default/engine/dialogs/ShowLog.lua index 340bf75ff7..3e87ef9c08 100644 --- a/game/engines/default/engine/dialogs/ShowLog.lua +++ b/game/engines/default/engine/dialogs/ShowLog.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowPickupFloor.lua b/game/engines/default/engine/dialogs/ShowPickupFloor.lua index 3d21263c60..1e0e5f492f 100644 --- a/game/engines/default/engine/dialogs/ShowPickupFloor.lua +++ b/game/engines/default/engine/dialogs/ShowPickupFloor.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowQuests.lua b/game/engines/default/engine/dialogs/ShowQuests.lua index eaa9382770..7d095c13a6 100644 --- a/game/engines/default/engine/dialogs/ShowQuests.lua +++ b/game/engines/default/engine/dialogs/ShowQuests.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowStore.lua b/game/engines/default/engine/dialogs/ShowStore.lua index 4a34e372ed..e5578ce6cc 100644 --- a/game/engines/default/engine/dialogs/ShowStore.lua +++ b/game/engines/default/engine/dialogs/ShowStore.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ShowText.lua b/game/engines/default/engine/dialogs/ShowText.lua index 6fe27838ff..901b696664 100644 --- a/game/engines/default/engine/dialogs/ShowText.lua +++ b/game/engines/default/engine/dialogs/ShowText.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/SteamOptions.lua b/game/engines/default/engine/dialogs/SteamOptions.lua index 76dce4694e..a5207a0c4d 100644 --- a/game/engines/default/engine/dialogs/SteamOptions.lua +++ b/game/engines/default/engine/dialogs/SteamOptions.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/Talkbox.lua b/game/engines/default/engine/dialogs/Talkbox.lua index 5d0e964d71..93a0d78c43 100644 --- a/game/engines/default/engine/dialogs/Talkbox.lua +++ b/game/engines/default/engine/dialogs/Talkbox.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/UseTalents.lua b/game/engines/default/engine/dialogs/UseTalents.lua index 6fd3b768bd..9e272f1fe1 100644 --- a/game/engines/default/engine/dialogs/UseTalents.lua +++ b/game/engines/default/engine/dialogs/UseTalents.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/UserInfo.lua b/game/engines/default/engine/dialogs/UserInfo.lua index 5351a2f7c0..25bd2eb800 100644 --- a/game/engines/default/engine/dialogs/UserInfo.lua +++ b/game/engines/default/engine/dialogs/UserInfo.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/VideoOptions.lua b/game/engines/default/engine/dialogs/VideoOptions.lua index 53d959eed7..bda47f7320 100644 --- a/game/engines/default/engine/dialogs/VideoOptions.lua +++ b/game/engines/default/engine/dialogs/VideoOptions.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/dialogs/ViewHighScores.lua b/game/engines/default/engine/dialogs/ViewHighScores.lua index 90ef364e8c..d51eafd08e 100644 --- a/game/engines/default/engine/dialogs/ViewHighScores.lua +++ b/game/engines/default/engine/dialogs/ViewHighScores.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/actor/OnSpots.lua b/game/engines/default/engine/generator/actor/OnSpots.lua index 22c51c2a40..e2051da097 100644 --- a/game/engines/default/engine/generator/actor/OnSpots.lua +++ b/game/engines/default/engine/generator/actor/OnSpots.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/actor/Random.lua b/game/engines/default/engine/generator/actor/Random.lua index 128a9d3dac..847959d59c 100644 --- a/game/engines/default/engine/generator/actor/Random.lua +++ b/game/engines/default/engine/generator/actor/Random.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Building.lua b/game/engines/default/engine/generator/map/Building.lua index daf010227c..e8deb284a5 100644 --- a/game/engines/default/engine/generator/map/Building.lua +++ b/game/engines/default/engine/generator/map/Building.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Cavern.lua b/game/engines/default/engine/generator/map/Cavern.lua index dc0b7ee59e..917a5e64a8 100644 --- a/game/engines/default/engine/generator/map/Cavern.lua +++ b/game/engines/default/engine/generator/map/Cavern.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Empty.lua b/game/engines/default/engine/generator/map/Empty.lua index fee2fe497c..542ec372c4 100644 --- a/game/engines/default/engine/generator/map/Empty.lua +++ b/game/engines/default/engine/generator/map/Empty.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Forest.lua b/game/engines/default/engine/generator/map/Forest.lua index a6ef8af6b4..881dd79b12 100644 --- a/game/engines/default/engine/generator/map/Forest.lua +++ b/game/engines/default/engine/generator/map/Forest.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/GOL.lua b/game/engines/default/engine/generator/map/GOL.lua index dfa2fdd348..f9e52c4eee 100644 --- a/game/engines/default/engine/generator/map/GOL.lua +++ b/game/engines/default/engine/generator/map/GOL.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Heightmap.lua b/game/engines/default/engine/generator/map/Heightmap.lua index 786ab9bed9..fd828aeb68 100644 --- a/game/engines/default/engine/generator/map/Heightmap.lua +++ b/game/engines/default/engine/generator/map/Heightmap.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Maze.lua b/game/engines/default/engine/generator/map/Maze.lua index 0ce57e684f..cdda87abb4 100644 --- a/game/engines/default/engine/generator/map/Maze.lua +++ b/game/engines/default/engine/generator/map/Maze.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Octopus.lua b/game/engines/default/engine/generator/map/Octopus.lua index 770bb053bc..e84b527970 100644 --- a/game/engines/default/engine/generator/map/Octopus.lua +++ b/game/engines/default/engine/generator/map/Octopus.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Roomer.lua b/game/engines/default/engine/generator/map/Roomer.lua index 5010216e13..b854244fb2 100644 --- a/game/engines/default/engine/generator/map/Roomer.lua +++ b/game/engines/default/engine/generator/map/Roomer.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Rooms.lua b/game/engines/default/engine/generator/map/Rooms.lua index f05bb07586..a8a1ee24b1 100644 --- a/game/engines/default/engine/generator/map/Rooms.lua +++ b/game/engines/default/engine/generator/map/Rooms.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/RoomsLoader.lua b/game/engines/default/engine/generator/map/RoomsLoader.lua index 73de4c627c..d35694081e 100644 --- a/game/engines/default/engine/generator/map/RoomsLoader.lua +++ b/game/engines/default/engine/generator/map/RoomsLoader.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Static.lua b/game/engines/default/engine/generator/map/Static.lua index adcc942909..6d54b49f8b 100644 --- a/game/engines/default/engine/generator/map/Static.lua +++ b/game/engines/default/engine/generator/map/Static.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/TileSet.lua b/game/engines/default/engine/generator/map/TileSet.lua index 2ba8b0f94c..59a403e2ea 100644 --- a/game/engines/default/engine/generator/map/TileSet.lua +++ b/game/engines/default/engine/generator/map/TileSet.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/map/Town.lua b/game/engines/default/engine/generator/map/Town.lua index 0affba496a..1b2c47f842 100644 --- a/game/engines/default/engine/generator/map/Town.lua +++ b/game/engines/default/engine/generator/map/Town.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/object/OnSpots.lua b/game/engines/default/engine/generator/object/OnSpots.lua index 8a1c4cb15f..23fb90c028 100644 --- a/game/engines/default/engine/generator/object/OnSpots.lua +++ b/game/engines/default/engine/generator/object/OnSpots.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/object/Random.lua b/game/engines/default/engine/generator/object/Random.lua index 66b19c0e4e..9f6c9900ee 100644 --- a/game/engines/default/engine/generator/object/Random.lua +++ b/game/engines/default/engine/generator/object/Random.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/generator/trap/Random.lua b/game/engines/default/engine/generator/trap/Random.lua index f652f04c6f..b1e85c3a96 100644 --- a/game/engines/default/engine/generator/trap/Random.lua +++ b/game/engines/default/engine/generator/trap/Random.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/init.lua b/game/engines/default/engine/init.lua index cb0c9b3fd2..07807a24e4 100644 --- a/game/engines/default/engine/init.lua +++ b/game/engines/default/engine/init.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorAI.lua b/game/engines/default/engine/interface/ActorAI.lua index 8c88d41165..4aa0e40cd4 100644 --- a/game/engines/default/engine/interface/ActorAI.lua +++ b/game/engines/default/engine/interface/ActorAI.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorFOV.lua b/game/engines/default/engine/interface/ActorFOV.lua index 3d6f61d6eb..568d9e74c6 100644 --- a/game/engines/default/engine/interface/ActorFOV.lua +++ b/game/engines/default/engine/interface/ActorFOV.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorInventory.lua b/game/engines/default/engine/interface/ActorInventory.lua index 482ad8a545..f1743a6de3 100644 --- a/game/engines/default/engine/interface/ActorInventory.lua +++ b/game/engines/default/engine/interface/ActorInventory.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorLevel.lua b/game/engines/default/engine/interface/ActorLevel.lua index 592b0c5a46..30fd058300 100644 --- a/game/engines/default/engine/interface/ActorLevel.lua +++ b/game/engines/default/engine/interface/ActorLevel.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorLife.lua b/game/engines/default/engine/interface/ActorLife.lua index 9155a773de..fdd136e112 100644 --- a/game/engines/default/engine/interface/ActorLife.lua +++ b/game/engines/default/engine/interface/ActorLife.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorProject.lua b/game/engines/default/engine/interface/ActorProject.lua index 9e9b117bb6..5c7df29b02 100644 --- a/game/engines/default/engine/interface/ActorProject.lua +++ b/game/engines/default/engine/interface/ActorProject.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorQuest.lua b/game/engines/default/engine/interface/ActorQuest.lua index b11b80cc25..e05f68771e 100644 --- a/game/engines/default/engine/interface/ActorQuest.lua +++ b/game/engines/default/engine/interface/ActorQuest.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorResource.lua b/game/engines/default/engine/interface/ActorResource.lua index f5e99e4802..580e635e59 100644 --- a/game/engines/default/engine/interface/ActorResource.lua +++ b/game/engines/default/engine/interface/ActorResource.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorStats.lua b/game/engines/default/engine/interface/ActorStats.lua index 634e8f602e..eeb7ee5b2e 100644 --- a/game/engines/default/engine/interface/ActorStats.lua +++ b/game/engines/default/engine/interface/ActorStats.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorTalents.lua b/game/engines/default/engine/interface/ActorTalents.lua index a3f9b43031..5f61ae7e8f 100644 --- a/game/engines/default/engine/interface/ActorTalents.lua +++ b/game/engines/default/engine/interface/ActorTalents.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ActorTemporaryEffects.lua b/game/engines/default/engine/interface/ActorTemporaryEffects.lua index 99aeabe480..0bf25ff2df 100644 --- a/game/engines/default/engine/interface/ActorTemporaryEffects.lua +++ b/game/engines/default/engine/interface/ActorTemporaryEffects.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/BloodyDeath.lua b/game/engines/default/engine/interface/BloodyDeath.lua index c97889b121..1403b1515b 100644 --- a/game/engines/default/engine/interface/BloodyDeath.lua +++ b/game/engines/default/engine/interface/BloodyDeath.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ControlCursorSupport.lua b/game/engines/default/engine/interface/ControlCursorSupport.lua index c0439eb689..bfeb6407ae 100644 --- a/game/engines/default/engine/interface/ControlCursorSupport.lua +++ b/game/engines/default/engine/interface/ControlCursorSupport.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/GameMusic.lua b/game/engines/default/engine/interface/GameMusic.lua index 02579ec284..4bc34b7a1e 100644 --- a/game/engines/default/engine/interface/GameMusic.lua +++ b/game/engines/default/engine/interface/GameMusic.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/GameSound.lua b/game/engines/default/engine/interface/GameSound.lua index 0fa7d9fe3b..d1d81eae8c 100644 --- a/game/engines/default/engine/interface/GameSound.lua +++ b/game/engines/default/engine/interface/GameSound.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/GameTargeting.lua b/game/engines/default/engine/interface/GameTargeting.lua index f26618259e..5a8fecde94 100644 --- a/game/engines/default/engine/interface/GameTargeting.lua +++ b/game/engines/default/engine/interface/GameTargeting.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ObjectActivable.lua b/game/engines/default/engine/interface/ObjectActivable.lua index b30a963b74..20262bc973 100644 --- a/game/engines/default/engine/interface/ObjectActivable.lua +++ b/game/engines/default/engine/interface/ObjectActivable.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/ObjectIdentify.lua b/game/engines/default/engine/interface/ObjectIdentify.lua index c09c195dfb..dc9034fe0c 100644 --- a/game/engines/default/engine/interface/ObjectIdentify.lua +++ b/game/engines/default/engine/interface/ObjectIdentify.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerDumpJSON.lua b/game/engines/default/engine/interface/PlayerDumpJSON.lua index c1866dda80..8ef7f2a21a 100644 --- a/game/engines/default/engine/interface/PlayerDumpJSON.lua +++ b/game/engines/default/engine/interface/PlayerDumpJSON.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerExplore.lua b/game/engines/default/engine/interface/PlayerExplore.lua index 6379023c00..4c60ec4e6f 100644 --- a/game/engines/default/engine/interface/PlayerExplore.lua +++ b/game/engines/default/engine/interface/PlayerExplore.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerHotkeys.lua b/game/engines/default/engine/interface/PlayerHotkeys.lua index 900ef50290..c3b2c094de 100644 --- a/game/engines/default/engine/interface/PlayerHotkeys.lua +++ b/game/engines/default/engine/interface/PlayerHotkeys.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerMouse.lua b/game/engines/default/engine/interface/PlayerMouse.lua index d323e77ee0..1eca3cf157 100644 --- a/game/engines/default/engine/interface/PlayerMouse.lua +++ b/game/engines/default/engine/interface/PlayerMouse.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerRest.lua b/game/engines/default/engine/interface/PlayerRest.lua index d16d9a4f7d..79161a28e6 100644 --- a/game/engines/default/engine/interface/PlayerRest.lua +++ b/game/engines/default/engine/interface/PlayerRest.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerRun.lua b/game/engines/default/engine/interface/PlayerRun.lua index 179711dca6..13d159138f 100644 --- a/game/engines/default/engine/interface/PlayerRun.lua +++ b/game/engines/default/engine/interface/PlayerRun.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/PlayerSlide.lua b/game/engines/default/engine/interface/PlayerSlide.lua index fe61566cfa..4e346de91c 100644 --- a/game/engines/default/engine/interface/PlayerSlide.lua +++ b/game/engines/default/engine/interface/PlayerSlide.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/interface/WorldAchievements.lua b/game/engines/default/engine/interface/WorldAchievements.lua index f846b8debd..53c4ed2625 100644 --- a/game/engines/default/engine/interface/WorldAchievements.lua +++ b/game/engines/default/engine/interface/WorldAchievements.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/resolvers.lua b/game/engines/default/engine/resolvers.lua index 23d5c059d4..bf45ee3b78 100644 --- a/game/engines/default/engine/resolvers.lua +++ b/game/engines/default/engine/resolvers.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/ActorFrame.lua b/game/engines/default/engine/ui/ActorFrame.lua index 3cf228ea62..3d53538d3b 100644 --- a/game/engines/default/engine/ui/ActorFrame.lua +++ b/game/engines/default/engine/ui/ActorFrame.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Base.lua b/game/engines/default/engine/ui/Base.lua index 2d7ea14ee0..dc62ac3079 100644 --- a/game/engines/default/engine/ui/Base.lua +++ b/game/engines/default/engine/ui/Base.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Button.lua b/game/engines/default/engine/ui/Button.lua index 48e8dcdccc..3aca1dfb84 100644 --- a/game/engines/default/engine/ui/Button.lua +++ b/game/engines/default/engine/ui/Button.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Checkbox.lua b/game/engines/default/engine/ui/Checkbox.lua index 53bd60a006..be2bb86b16 100644 --- a/game/engines/default/engine/ui/Checkbox.lua +++ b/game/engines/default/engine/ui/Checkbox.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Dialog.lua b/game/engines/default/engine/ui/Dialog.lua index 1b714b7f82..e51c4c78e2 100644 --- a/game/engines/default/engine/ui/Dialog.lua +++ b/game/engines/default/engine/ui/Dialog.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Dropdown.lua b/game/engines/default/engine/ui/Dropdown.lua index 3f5176ffb4..a670c91ac9 100644 --- a/game/engines/default/engine/ui/Dropdown.lua +++ b/game/engines/default/engine/ui/Dropdown.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Empty.lua b/game/engines/default/engine/ui/Empty.lua index 6fd7291882..1a93b5f875 100644 --- a/game/engines/default/engine/ui/Empty.lua +++ b/game/engines/default/engine/ui/Empty.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/EquipDoll.lua b/game/engines/default/engine/ui/EquipDoll.lua index 56e67c9eb9..eb338d7496 100644 --- a/game/engines/default/engine/ui/EquipDoll.lua +++ b/game/engines/default/engine/ui/EquipDoll.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/EquipDollFrame.lua b/game/engines/default/engine/ui/EquipDollFrame.lua index 7c3dafcfbf..144a8023a3 100644 --- a/game/engines/default/engine/ui/EquipDollFrame.lua +++ b/game/engines/default/engine/ui/EquipDollFrame.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Focusable.lua b/game/engines/default/engine/ui/Focusable.lua index 764991d5d3..460725258b 100644 --- a/game/engines/default/engine/ui/Focusable.lua +++ b/game/engines/default/engine/ui/Focusable.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/GenericContainer.lua b/game/engines/default/engine/ui/GenericContainer.lua index 30b8516d18..ab77fed1a6 100644 --- a/game/engines/default/engine/ui/GenericContainer.lua +++ b/game/engines/default/engine/ui/GenericContainer.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Gestures.lua b/game/engines/default/engine/ui/Gestures.lua index 7eb8b3c415..490058246f 100644 --- a/game/engines/default/engine/ui/Gestures.lua +++ b/game/engines/default/engine/ui/Gestures.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Image.lua b/game/engines/default/engine/ui/Image.lua index 015e369a81..c0dc7c0e5b 100644 --- a/game/engines/default/engine/ui/Image.lua +++ b/game/engines/default/engine/ui/Image.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/ImageList.lua b/game/engines/default/engine/ui/ImageList.lua index 957dc85705..306a27f1df 100644 --- a/game/engines/default/engine/ui/ImageList.lua +++ b/game/engines/default/engine/ui/ImageList.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Inventory.lua b/game/engines/default/engine/ui/Inventory.lua index 3242d17610..d550355eb5 100644 --- a/game/engines/default/engine/ui/Inventory.lua +++ b/game/engines/default/engine/ui/Inventory.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/List.lua b/game/engines/default/engine/ui/List.lua index cf7169bad2..0b9165fe70 100644 --- a/game/engines/default/engine/ui/List.lua +++ b/game/engines/default/engine/ui/List.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/ListColumns.lua b/game/engines/default/engine/ui/ListColumns.lua index 7ab1860142..459a638f78 100644 --- a/game/engines/default/engine/ui/ListColumns.lua +++ b/game/engines/default/engine/ui/ListColumns.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Numberbox.lua b/game/engines/default/engine/ui/Numberbox.lua index 68f3397fca..eb118f0280 100644 --- a/game/engines/default/engine/ui/Numberbox.lua +++ b/game/engines/default/engine/ui/Numberbox.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Separator.lua b/game/engines/default/engine/ui/Separator.lua index 1d5154fdef..fbc8dab26a 100644 --- a/game/engines/default/engine/ui/Separator.lua +++ b/game/engines/default/engine/ui/Separator.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Slider.lua b/game/engines/default/engine/ui/Slider.lua index 2b59ac41ec..60a9ab21c5 100644 --- a/game/engines/default/engine/ui/Slider.lua +++ b/game/engines/default/engine/ui/Slider.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/SubDialog.lua b/game/engines/default/engine/ui/SubDialog.lua index 3f8e9e720d..e689c6f32f 100644 --- a/game/engines/default/engine/ui/SubDialog.lua +++ b/game/engines/default/engine/ui/SubDialog.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/SurfaceZone.lua b/game/engines/default/engine/ui/SurfaceZone.lua index 3d5ea3d32a..895f347d7d 100644 --- a/game/engines/default/engine/ui/SurfaceZone.lua +++ b/game/engines/default/engine/ui/SurfaceZone.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Tab.lua b/game/engines/default/engine/ui/Tab.lua index 04ea50cb74..15472b942e 100644 --- a/game/engines/default/engine/ui/Tab.lua +++ b/game/engines/default/engine/ui/Tab.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Tabs.lua b/game/engines/default/engine/ui/Tabs.lua index 4c65a7180e..2e6179cc6f 100644 --- a/game/engines/default/engine/ui/Tabs.lua +++ b/game/engines/default/engine/ui/Tabs.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Textbox.lua b/game/engines/default/engine/ui/Textbox.lua index df7254718a..bb453f02ec 100644 --- a/game/engines/default/engine/ui/Textbox.lua +++ b/game/engines/default/engine/ui/Textbox.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Textzone.lua b/game/engines/default/engine/ui/Textzone.lua index 45d8818f84..120e190163 100644 --- a/game/engines/default/engine/ui/Textzone.lua +++ b/game/engines/default/engine/ui/Textzone.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/TextzoneList.lua b/game/engines/default/engine/ui/TextzoneList.lua index 87b40b5b84..372d64f4fc 100644 --- a/game/engines/default/engine/ui/TextzoneList.lua +++ b/game/engines/default/engine/ui/TextzoneList.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/TreeList.lua b/game/engines/default/engine/ui/TreeList.lua index 5da6c5aac4..d0c4aa9d35 100644 --- a/game/engines/default/engine/ui/TreeList.lua +++ b/game/engines/default/engine/ui/TreeList.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/UIContainer.lua b/game/engines/default/engine/ui/UIContainer.lua index 382ffd0999..acb2ba8d4a 100644 --- a/game/engines/default/engine/ui/UIContainer.lua +++ b/game/engines/default/engine/ui/UIContainer.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/UIGroup.lua b/game/engines/default/engine/ui/UIGroup.lua index 6d45ee1ff9..26711848eb 100644 --- a/game/engines/default/engine/ui/UIGroup.lua +++ b/game/engines/default/engine/ui/UIGroup.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/VariableList.lua b/game/engines/default/engine/ui/VariableList.lua index e9fb954910..4ca408c9cb 100644 --- a/game/engines/default/engine/ui/VariableList.lua +++ b/game/engines/default/engine/ui/VariableList.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/ui/Waiter.lua b/game/engines/default/engine/ui/Waiter.lua index 23f532ae9d..bdf3a3027f 100644 --- a/game/engines/default/engine/ui/Waiter.lua +++ b/game/engines/default/engine/ui/Waiter.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/utils.lua b/game/engines/default/engine/utils.lua index 5a626a3b8b..bdbd691c76 100644 --- a/game/engines/default/engine/utils.lua +++ b/game/engines/default/engine/utils.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/engine/version.lua b/game/engines/default/engine/version.lua index a6ecebf82a..98ecb49827 100644 --- a/game/engines/default/engine/version.lua +++ b/game/engines/default/engine/version.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/ai/player.lua b/game/engines/default/modules/boot/ai/player.lua index 7699a09531..475877395c 100644 --- a/game/engines/default/modules/boot/ai/player.lua +++ b/game/engines/default/modules/boot/ai/player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/Actor.lua b/game/engines/default/modules/boot/class/Actor.lua index f66c6a1af6..4f2e1e536b 100644 --- a/game/engines/default/modules/boot/class/Actor.lua +++ b/game/engines/default/modules/boot/class/Actor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/Game.lua b/game/engines/default/modules/boot/class/Game.lua index 2a4e365d14..ca4b3944d6 100644 --- a/game/engines/default/modules/boot/class/Game.lua +++ b/game/engines/default/modules/boot/class/Game.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/Grid.lua b/game/engines/default/modules/boot/class/Grid.lua index fc24ef4e28..bae725d0ba 100644 --- a/game/engines/default/modules/boot/class/Grid.lua +++ b/game/engines/default/modules/boot/class/Grid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/NPC.lua b/game/engines/default/modules/boot/class/NPC.lua index b4d6aa41a6..7b8b746076 100644 --- a/game/engines/default/modules/boot/class/NPC.lua +++ b/game/engines/default/modules/boot/class/NPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/NicerTiles.lua b/game/engines/default/modules/boot/class/NicerTiles.lua index 55fb968c59..16e920e9e5 100644 --- a/game/engines/default/modules/boot/class/NicerTiles.lua +++ b/game/engines/default/modules/boot/class/NicerTiles.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/Player.lua b/game/engines/default/modules/boot/class/Player.lua index 357a8a15b4..9f506156ac 100644 --- a/game/engines/default/modules/boot/class/Player.lua +++ b/game/engines/default/modules/boot/class/Player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/class/interface/Combat.lua b/game/engines/default/modules/boot/class/interface/Combat.lua index f1136908f5..4b70886972 100644 --- a/game/engines/default/modules/boot/class/interface/Combat.lua +++ b/game/engines/default/modules/boot/class/interface/Combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/birth/descriptors.lua b/game/engines/default/modules/boot/data/birth/descriptors.lua index f520c9dcef..ace6425606 100644 --- a/game/engines/default/modules/boot/data/birth/descriptors.lua +++ b/game/engines/default/modules/boot/data/birth/descriptors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/damage_types.lua b/game/engines/default/modules/boot/data/damage_types.lua index f8e4fe3f21..3349266d5b 100644 --- a/game/engines/default/modules/boot/data/damage_types.lua +++ b/game/engines/default/modules/boot/data/damage_types.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/grids/basic.lua b/game/engines/default/modules/boot/data/general/grids/basic.lua index a5e3335644..1d4508c524 100644 --- a/game/engines/default/modules/boot/data/general/grids/basic.lua +++ b/game/engines/default/modules/boot/data/general/grids/basic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/grids/forest.lua b/game/engines/default/modules/boot/data/general/grids/forest.lua index 54bcd27a86..ae389de571 100644 --- a/game/engines/default/modules/boot/data/general/grids/forest.lua +++ b/game/engines/default/modules/boot/data/general/grids/forest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/grids/underground.lua b/game/engines/default/modules/boot/data/general/grids/underground.lua index 1ca68e0107..decce192ce 100644 --- a/game/engines/default/modules/boot/data/general/grids/underground.lua +++ b/game/engines/default/modules/boot/data/general/grids/underground.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/grids/water.lua b/game/engines/default/modules/boot/data/general/grids/water.lua index 52e276c10c..b4b6e6d94c 100644 --- a/game/engines/default/modules/boot/data/general/grids/water.lua +++ b/game/engines/default/modules/boot/data/general/grids/water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/npcs/canine.lua b/game/engines/default/modules/boot/data/general/npcs/canine.lua index 4b6edb449c..30e4c29261 100644 --- a/game/engines/default/modules/boot/data/general/npcs/canine.lua +++ b/game/engines/default/modules/boot/data/general/npcs/canine.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/npcs/skeleton.lua b/game/engines/default/modules/boot/data/general/npcs/skeleton.lua index 23cc97416e..03b25e8a61 100644 --- a/game/engines/default/modules/boot/data/general/npcs/skeleton.lua +++ b/game/engines/default/modules/boot/data/general/npcs/skeleton.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/general/npcs/troll.lua b/game/engines/default/modules/boot/data/general/npcs/troll.lua index 6628ba5a03..ebff694ccd 100644 --- a/game/engines/default/modules/boot/data/general/npcs/troll.lua +++ b/game/engines/default/modules/boot/data/general/npcs/troll.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/acid.lua b/game/engines/default/modules/boot/data/gfx/particles/acid.lua index 2b97619892..ddf4cfc04c 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/acid.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/bolt_fire.lua b/game/engines/default/modules/boot/data/gfx/particles/bolt_fire.lua index acd72151e8..aef80a620f 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/bolt_fire.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/bolt_fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/breath_fire.lua b/game/engines/default/modules/boot/data/gfx/particles/breath_fire.lua index effe20ab61..61e3631436 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/breath_fire.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/breath_fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/fireflash.lua b/game/engines/default/modules/boot/data/gfx/particles/fireflash.lua index 46a20cc4e3..6c09fb6b8e 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/fireflash.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/fireflash.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/firetrail.lua b/game/engines/default/modules/boot/data/gfx/particles/firetrail.lua index 4ee7d5b737..53cefd97e9 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/firetrail.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/firetrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/flame.lua b/game/engines/default/modules/boot/data/gfx/particles/flame.lua index 5e3d975d0b..c25c582c16 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/flame.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/flame.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/golden_shield.lua b/game/engines/default/modules/boot/data/gfx/particles/golden_shield.lua index 2a524c0764..1ccd5153b5 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/golden_shield.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/golden_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/lightning.lua b/game/engines/default/modules/boot/data/gfx/particles/lightning.lua index e29928e8aa..8db1e93fd9 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/lightning.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/mana_beam.lua b/game/engines/default/modules/boot/data/gfx/particles/mana_beam.lua index 85fc00ca08..1dd916eec1 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/mana_beam.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/mana_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/particles/sunburst.lua b/game/engines/default/modules/boot/data/gfx/particles/sunburst.lua index 41b64528ea..dc4af5be79 100644 --- a/game/engines/default/modules/boot/data/gfx/particles/sunburst.lua +++ b/game/engines/default/modules/boot/data/gfx/particles/sunburst.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/shaders/full_fbo.lua b/game/engines/default/modules/boot/data/gfx/shaders/full_fbo.lua index 138843a5c0..ef744f56d4 100644 --- a/game/engines/default/modules/boot/data/gfx/shaders/full_fbo.lua +++ b/game/engines/default/modules/boot/data/gfx/shaders/full_fbo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/shaders/main_fbo.lua b/game/engines/default/modules/boot/data/gfx/shaders/main_fbo.lua index afea56f7d6..3d45d5ea46 100644 --- a/game/engines/default/modules/boot/data/gfx/shaders/main_fbo.lua +++ b/game/engines/default/modules/boot/data/gfx/shaders/main_fbo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/gfx/shaders/water.lua b/game/engines/default/modules/boot/data/gfx/shaders/water.lua index bed37ad839..54647b71e0 100644 --- a/game/engines/default/modules/boot/data/gfx/shaders/water.lua +++ b/game/engines/default/modules/boot/data/gfx/shaders/water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/big_cells.lua b/game/engines/default/modules/boot/data/rooms/big_cells.lua index 13f8447bf7..3c36efe028 100644 --- a/game/engines/default/modules/boot/data/rooms/big_cells.lua +++ b/game/engines/default/modules/boot/data/rooms/big_cells.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/big_cross.lua b/game/engines/default/modules/boot/data/rooms/big_cross.lua index 19cec4dfe9..557c4eedbf 100644 --- a/game/engines/default/modules/boot/data/rooms/big_cross.lua +++ b/game/engines/default/modules/boot/data/rooms/big_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/big_inner_circle.lua b/game/engines/default/modules/boot/data/rooms/big_inner_circle.lua index 1394913f26..22de65fca7 100644 --- a/game/engines/default/modules/boot/data/rooms/big_inner_circle.lua +++ b/game/engines/default/modules/boot/data/rooms/big_inner_circle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/broken_infinity.lua b/game/engines/default/modules/boot/data/rooms/broken_infinity.lua index 659b9e9581..fdb75148e5 100644 --- a/game/engines/default/modules/boot/data/rooms/broken_infinity.lua +++ b/game/engines/default/modules/boot/data/rooms/broken_infinity.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/broken_room.lua b/game/engines/default/modules/boot/data/rooms/broken_room.lua index cbebc6765b..6dbc5d564a 100644 --- a/game/engines/default/modules/boot/data/rooms/broken_room.lua +++ b/game/engines/default/modules/boot/data/rooms/broken_room.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/broken_x.lua b/game/engines/default/modules/boot/data/rooms/broken_x.lua index 8ce137eb44..516a895f33 100644 --- a/game/engines/default/modules/boot/data/rooms/broken_x.lua +++ b/game/engines/default/modules/boot/data/rooms/broken_x.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells.lua b/game/engines/default/modules/boot/data/rooms/cells.lua index 8e94c44d81..4309fb72d2 100644 --- a/game/engines/default/modules/boot/data/rooms/cells.lua +++ b/game/engines/default/modules/boot/data/rooms/cells.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells10.lua b/game/engines/default/modules/boot/data/rooms/cells10.lua index c82b45693a..ffdce6b14c 100644 --- a/game/engines/default/modules/boot/data/rooms/cells10.lua +++ b/game/engines/default/modules/boot/data/rooms/cells10.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells2.lua b/game/engines/default/modules/boot/data/rooms/cells2.lua index 7ffe1590f3..a0033a5b70 100644 --- a/game/engines/default/modules/boot/data/rooms/cells2.lua +++ b/game/engines/default/modules/boot/data/rooms/cells2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells3.lua b/game/engines/default/modules/boot/data/rooms/cells3.lua index 6c4522e020..a3cd5d0e50 100644 --- a/game/engines/default/modules/boot/data/rooms/cells3.lua +++ b/game/engines/default/modules/boot/data/rooms/cells3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells4.lua b/game/engines/default/modules/boot/data/rooms/cells4.lua index 41afbf5080..8d388ce7cd 100644 --- a/game/engines/default/modules/boot/data/rooms/cells4.lua +++ b/game/engines/default/modules/boot/data/rooms/cells4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells5.lua b/game/engines/default/modules/boot/data/rooms/cells5.lua index 2249404318..e321c239fb 100644 --- a/game/engines/default/modules/boot/data/rooms/cells5.lua +++ b/game/engines/default/modules/boot/data/rooms/cells5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells6.lua b/game/engines/default/modules/boot/data/rooms/cells6.lua index d581b8b0e4..0ca4ccb711 100644 --- a/game/engines/default/modules/boot/data/rooms/cells6.lua +++ b/game/engines/default/modules/boot/data/rooms/cells6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells7.lua b/game/engines/default/modules/boot/data/rooms/cells7.lua index 969987cb9e..a0b6112934 100644 --- a/game/engines/default/modules/boot/data/rooms/cells7.lua +++ b/game/engines/default/modules/boot/data/rooms/cells7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells8.lua b/game/engines/default/modules/boot/data/rooms/cells8.lua index 41e8bae7d2..cca3f3dcae 100644 --- a/game/engines/default/modules/boot/data/rooms/cells8.lua +++ b/game/engines/default/modules/boot/data/rooms/cells8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cells9.lua b/game/engines/default/modules/boot/data/rooms/cells9.lua index f15e39bc63..0734d0bd0e 100644 --- a/game/engines/default/modules/boot/data/rooms/cells9.lua +++ b/game/engines/default/modules/boot/data/rooms/cells9.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/center_arrows.lua b/game/engines/default/modules/boot/data/rooms/center_arrows.lua index 3007c2aeb1..1bed09eb04 100644 --- a/game/engines/default/modules/boot/data/rooms/center_arrows.lua +++ b/game/engines/default/modules/boot/data/rooms/center_arrows.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/circle_cross.lua b/game/engines/default/modules/boot/data/rooms/circle_cross.lua index 5537865cfc..500febfbf5 100644 --- a/game/engines/default/modules/boot/data/rooms/circle_cross.lua +++ b/game/engines/default/modules/boot/data/rooms/circle_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cross.lua b/game/engines/default/modules/boot/data/rooms/cross.lua index b1ff0564b5..10f425495b 100644 --- a/game/engines/default/modules/boot/data/rooms/cross.lua +++ b/game/engines/default/modules/boot/data/rooms/cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/cross_circled.lua b/game/engines/default/modules/boot/data/rooms/cross_circled.lua index 3e3fb389a0..80e994145e 100644 --- a/game/engines/default/modules/boot/data/rooms/cross_circled.lua +++ b/game/engines/default/modules/boot/data/rooms/cross_circled.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/double_helix.lua b/game/engines/default/modules/boot/data/rooms/double_helix.lua index e404df6951..9849f3d985 100644 --- a/game/engines/default/modules/boot/data/rooms/double_helix.lua +++ b/game/engines/default/modules/boot/data/rooms/double_helix.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/double_y.lua b/game/engines/default/modules/boot/data/rooms/double_y.lua index cb990d716f..fb4eafe2ff 100644 --- a/game/engines/default/modules/boot/data/rooms/double_y.lua +++ b/game/engines/default/modules/boot/data/rooms/double_y.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/equal.lua b/game/engines/default/modules/boot/data/rooms/equal.lua index 7d2768e0ba..045357e193 100644 --- a/game/engines/default/modules/boot/data/rooms/equal.lua +++ b/game/engines/default/modules/boot/data/rooms/equal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/equal2.lua b/game/engines/default/modules/boot/data/rooms/equal2.lua index 83d226b0c9..79e16af316 100644 --- a/game/engines/default/modules/boot/data/rooms/equal2.lua +++ b/game/engines/default/modules/boot/data/rooms/equal2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/forest_clearing.lua b/game/engines/default/modules/boot/data/rooms/forest_clearing.lua index c87099e8a9..88d275f8be 100644 --- a/game/engines/default/modules/boot/data/rooms/forest_clearing.lua +++ b/game/engines/default/modules/boot/data/rooms/forest_clearing.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/greater_vault.lua b/game/engines/default/modules/boot/data/rooms/greater_vault.lua index 4b95b5c7bc..316910f803 100644 --- a/game/engines/default/modules/boot/data/rooms/greater_vault.lua +++ b/game/engines/default/modules/boot/data/rooms/greater_vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/h.lua b/game/engines/default/modules/boot/data/rooms/h.lua index 55cff7454b..42476a9b3f 100644 --- a/game/engines/default/modules/boot/data/rooms/h.lua +++ b/game/engines/default/modules/boot/data/rooms/h.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner.lua b/game/engines/default/modules/boot/data/rooms/inner.lua index 6739eacf31..58097c82f4 100644 --- a/game/engines/default/modules/boot/data/rooms/inner.lua +++ b/game/engines/default/modules/boot/data/rooms/inner.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner_checkerboard.lua b/game/engines/default/modules/boot/data/rooms/inner_checkerboard.lua index 111c2e976a..9f58767cf1 100644 --- a/game/engines/default/modules/boot/data/rooms/inner_checkerboard.lua +++ b/game/engines/default/modules/boot/data/rooms/inner_checkerboard.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner_circle.lua b/game/engines/default/modules/boot/data/rooms/inner_circle.lua index 5e646d95ac..fd5286584b 100644 --- a/game/engines/default/modules/boot/data/rooms/inner_circle.lua +++ b/game/engines/default/modules/boot/data/rooms/inner_circle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner_circle2.lua b/game/engines/default/modules/boot/data/rooms/inner_circle2.lua index c28f331e83..7b900eec3f 100644 --- a/game/engines/default/modules/boot/data/rooms/inner_circle2.lua +++ b/game/engines/default/modules/boot/data/rooms/inner_circle2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner_cross.lua b/game/engines/default/modules/boot/data/rooms/inner_cross.lua index 4da2a6bdf6..5bd1dfe983 100644 --- a/game/engines/default/modules/boot/data/rooms/inner_cross.lua +++ b/game/engines/default/modules/boot/data/rooms/inner_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner_fort.lua b/game/engines/default/modules/boot/data/rooms/inner_fort.lua index 4c0c87562d..7f5ab132da 100644 --- a/game/engines/default/modules/boot/data/rooms/inner_fort.lua +++ b/game/engines/default/modules/boot/data/rooms/inner_fort.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/inner_pillar.lua b/game/engines/default/modules/boot/data/rooms/inner_pillar.lua index e6a6f68002..773f49e3ae 100644 --- a/game/engines/default/modules/boot/data/rooms/inner_pillar.lua +++ b/game/engines/default/modules/boot/data/rooms/inner_pillar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/lesser_vault.lua b/game/engines/default/modules/boot/data/rooms/lesser_vault.lua index b013f249a8..75a40b1806 100644 --- a/game/engines/default/modules/boot/data/rooms/lesser_vault.lua +++ b/game/engines/default/modules/boot/data/rooms/lesser_vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/maze.lua b/game/engines/default/modules/boot/data/rooms/maze.lua index f84fe7908e..4fdacfe190 100644 --- a/game/engines/default/modules/boot/data/rooms/maze.lua +++ b/game/engines/default/modules/boot/data/rooms/maze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/micro_pillar.lua b/game/engines/default/modules/boot/data/rooms/micro_pillar.lua index 3e6d0d7a53..ebede92a11 100644 --- a/game/engines/default/modules/boot/data/rooms/micro_pillar.lua +++ b/game/engines/default/modules/boot/data/rooms/micro_pillar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/money_vault.lua b/game/engines/default/modules/boot/data/rooms/money_vault.lua index 9d5daee86d..6bc8f7cdff 100644 --- a/game/engines/default/modules/boot/data/rooms/money_vault.lua +++ b/game/engines/default/modules/boot/data/rooms/money_vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/multi_pillar.lua b/game/engines/default/modules/boot/data/rooms/multi_pillar.lua index 9bbff84ab4..9f7983b858 100644 --- a/game/engines/default/modules/boot/data/rooms/multi_pillar.lua +++ b/game/engines/default/modules/boot/data/rooms/multi_pillar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/oval.lua b/game/engines/default/modules/boot/data/rooms/oval.lua index b1ff0564b5..10f425495b 100644 --- a/game/engines/default/modules/boot/data/rooms/oval.lua +++ b/game/engines/default/modules/boot/data/rooms/oval.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/pilar.lua b/game/engines/default/modules/boot/data/rooms/pilar.lua index 3d3947a2ae..a3d04836d5 100644 --- a/game/engines/default/modules/boot/data/rooms/pilar.lua +++ b/game/engines/default/modules/boot/data/rooms/pilar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/pilar2.lua b/game/engines/default/modules/boot/data/rooms/pilar2.lua index b361657df0..b67f731e7a 100644 --- a/game/engines/default/modules/boot/data/rooms/pilar2.lua +++ b/game/engines/default/modules/boot/data/rooms/pilar2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/pilar_big.lua b/game/engines/default/modules/boot/data/rooms/pilar_big.lua index fef18369ed..904d0d6826 100644 --- a/game/engines/default/modules/boot/data/rooms/pilar_big.lua +++ b/game/engines/default/modules/boot/data/rooms/pilar_big.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/pit.lua b/game/engines/default/modules/boot/data/rooms/pit.lua index 898a598678..f86407cbb2 100644 --- a/game/engines/default/modules/boot/data/rooms/pit.lua +++ b/game/engines/default/modules/boot/data/rooms/pit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/random_room.lua b/game/engines/default/modules/boot/data/rooms/random_room.lua index 496ebb71b0..905a34081e 100644 --- a/game/engines/default/modules/boot/data/rooms/random_room.lua +++ b/game/engines/default/modules/boot/data/rooms/random_room.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/rocky_snowy_trees.lua b/game/engines/default/modules/boot/data/rooms/rocky_snowy_trees.lua index 310f9414b5..6ea847beb8 100644 --- a/game/engines/default/modules/boot/data/rooms/rocky_snowy_trees.lua +++ b/game/engines/default/modules/boot/data/rooms/rocky_snowy_trees.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/s.lua b/game/engines/default/modules/boot/data/rooms/s.lua index 48e4581761..82f89fe1ec 100644 --- a/game/engines/default/modules/boot/data/rooms/s.lua +++ b/game/engines/default/modules/boot/data/rooms/s.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/simple.lua b/game/engines/default/modules/boot/data/rooms/simple.lua index 872985131f..eebaf3e8a4 100644 --- a/game/engines/default/modules/boot/data/rooms/simple.lua +++ b/game/engines/default/modules/boot/data/rooms/simple.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/small_cross.lua b/game/engines/default/modules/boot/data/rooms/small_cross.lua index 4b99f1017c..958fa9cc02 100644 --- a/game/engines/default/modules/boot/data/rooms/small_cross.lua +++ b/game/engines/default/modules/boot/data/rooms/small_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/small_inner_cross.lua b/game/engines/default/modules/boot/data/rooms/small_inner_cross.lua index 92f8210d2f..63e5183be4 100644 --- a/game/engines/default/modules/boot/data/rooms/small_inner_cross.lua +++ b/game/engines/default/modules/boot/data/rooms/small_inner_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/small_x.lua b/game/engines/default/modules/boot/data/rooms/small_x.lua index d60fd7b059..86a408f07e 100644 --- a/game/engines/default/modules/boot/data/rooms/small_x.lua +++ b/game/engines/default/modules/boot/data/rooms/small_x.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/split1.lua b/game/engines/default/modules/boot/data/rooms/split1.lua index eecb767466..e7dc33e98f 100644 --- a/game/engines/default/modules/boot/data/rooms/split1.lua +++ b/game/engines/default/modules/boot/data/rooms/split1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/split2.lua b/game/engines/default/modules/boot/data/rooms/split2.lua index 03d597da68..133baf369d 100644 --- a/game/engines/default/modules/boot/data/rooms/split2.lua +++ b/game/engines/default/modules/boot/data/rooms/split2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/weird1.lua b/game/engines/default/modules/boot/data/rooms/weird1.lua index 4c5daacd1a..153ef1a1e0 100644 --- a/game/engines/default/modules/boot/data/rooms/weird1.lua +++ b/game/engines/default/modules/boot/data/rooms/weird1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/weird2.lua b/game/engines/default/modules/boot/data/rooms/weird2.lua index 8479f96bc8..86ce09985d 100644 --- a/game/engines/default/modules/boot/data/rooms/weird2.lua +++ b/game/engines/default/modules/boot/data/rooms/weird2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/womb.lua b/game/engines/default/modules/boot/data/rooms/womb.lua index 5c635ff6a1..e55454ec70 100644 --- a/game/engines/default/modules/boot/data/rooms/womb.lua +++ b/game/engines/default/modules/boot/data/rooms/womb.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/xroads.lua b/game/engines/default/modules/boot/data/rooms/xroads.lua index a9d95a6510..324f242bd2 100644 --- a/game/engines/default/modules/boot/data/rooms/xroads.lua +++ b/game/engines/default/modules/boot/data/rooms/xroads.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/rooms/y.lua b/game/engines/default/modules/boot/data/rooms/y.lua index b539f04df8..86bd4bd511 100644 --- a/game/engines/default/modules/boot/data/rooms/y.lua +++ b/game/engines/default/modules/boot/data/rooms/y.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/talents.lua b/game/engines/default/modules/boot/data/talents.lua index 71ba3ea0a0..df49fea950 100644 --- a/game/engines/default/modules/boot/data/talents.lua +++ b/game/engines/default/modules/boot/data/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/timed_effects.lua b/game/engines/default/modules/boot/data/timed_effects.lua index 54f0e2b81d..f4bb94a8af 100644 --- a/game/engines/default/modules/boot/data/timed_effects.lua +++ b/game/engines/default/modules/boot/data/timed_effects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/zones/dungeon/grids.lua b/game/engines/default/modules/boot/data/zones/dungeon/grids.lua index 233a55b5d2..581ce46af5 100644 --- a/game/engines/default/modules/boot/data/zones/dungeon/grids.lua +++ b/game/engines/default/modules/boot/data/zones/dungeon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/zones/dungeon/npcs.lua b/game/engines/default/modules/boot/data/zones/dungeon/npcs.lua index df86fda8ca..5d628b28af 100644 --- a/game/engines/default/modules/boot/data/zones/dungeon/npcs.lua +++ b/game/engines/default/modules/boot/data/zones/dungeon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/zones/dungeon/objects.lua b/game/engines/default/modules/boot/data/zones/dungeon/objects.lua index 0914cd107b..b3648a10c1 100644 --- a/game/engines/default/modules/boot/data/zones/dungeon/objects.lua +++ b/game/engines/default/modules/boot/data/zones/dungeon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/zones/dungeon/traps.lua b/game/engines/default/modules/boot/data/zones/dungeon/traps.lua index 0914cd107b..b3648a10c1 100644 --- a/game/engines/default/modules/boot/data/zones/dungeon/traps.lua +++ b/game/engines/default/modules/boot/data/zones/dungeon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/data/zones/dungeon/zone.lua b/game/engines/default/modules/boot/data/zones/dungeon/zone.lua index ec0b694649..12eca6f952 100644 --- a/game/engines/default/modules/boot/data/zones/dungeon/zone.lua +++ b/game/engines/default/modules/boot/data/zones/dungeon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/Addons.lua b/game/engines/default/modules/boot/dialogs/Addons.lua index d35de4bdb1..548efff18d 100644 --- a/game/engines/default/modules/boot/dialogs/Addons.lua +++ b/game/engines/default/modules/boot/dialogs/Addons.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/LoadGame.lua b/game/engines/default/modules/boot/dialogs/LoadGame.lua index a99c890ed8..9278f8f376 100644 --- a/game/engines/default/modules/boot/dialogs/LoadGame.lua +++ b/game/engines/default/modules/boot/dialogs/LoadGame.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/MainMenu.lua b/game/engines/default/modules/boot/dialogs/MainMenu.lua index 09e39c926e..6d9d330cb5 100644 --- a/game/engines/default/modules/boot/dialogs/MainMenu.lua +++ b/game/engines/default/modules/boot/dialogs/MainMenu.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/NewGame.lua b/game/engines/default/modules/boot/dialogs/NewGame.lua index 4ca8d03707..ea57973b37 100644 --- a/game/engines/default/modules/boot/dialogs/NewGame.lua +++ b/game/engines/default/modules/boot/dialogs/NewGame.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/Profile.lua b/game/engines/default/modules/boot/dialogs/Profile.lua index 4d6fc4545b..dd69afeadb 100644 --- a/game/engines/default/modules/boot/dialogs/Profile.lua +++ b/game/engines/default/modules/boot/dialogs/Profile.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/ProfileLogin.lua b/game/engines/default/modules/boot/dialogs/ProfileLogin.lua index 6a11d30b11..cc71c5b500 100644 --- a/game/engines/default/modules/boot/dialogs/ProfileLogin.lua +++ b/game/engines/default/modules/boot/dialogs/ProfileLogin.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/ProfileSteamRegister.lua b/game/engines/default/modules/boot/dialogs/ProfileSteamRegister.lua index aaf96cfaf0..b611fa2ed0 100644 --- a/game/engines/default/modules/boot/dialogs/ProfileSteamRegister.lua +++ b/game/engines/default/modules/boot/dialogs/ProfileSteamRegister.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/UpdateAll.lua b/game/engines/default/modules/boot/dialogs/UpdateAll.lua index c46aab68a7..0b68ce4fdc 100644 --- a/game/engines/default/modules/boot/dialogs/UpdateAll.lua +++ b/game/engines/default/modules/boot/dialogs/UpdateAll.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/dialogs/ViewHighScores.lua b/game/engines/default/modules/boot/dialogs/ViewHighScores.lua index d9fc35d4d8..fed1d696fa 100644 --- a/game/engines/default/modules/boot/dialogs/ViewHighScores.lua +++ b/game/engines/default/modules/boot/dialogs/ViewHighScores.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/init.lua b/game/engines/default/modules/boot/init.lua index c4ad221d69..c0b5b6a082 100644 --- a/game/engines/default/modules/boot/init.lua +++ b/game/engines/default/modules/boot/init.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/engines/default/modules/boot/load.lua b/game/engines/default/modules/boot/load.lua index 477504384e..a68c1881a0 100644 --- a/game/engines/default/modules/boot/load.lua +++ b/game/engines/default/modules/boot/load.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/loader/init.lua b/game/loader/init.lua index bd968d845f..3a237f30d0 100644 --- a/game/loader/init.lua +++ b/game/loader/init.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/loader/pre-init.lua b/game/loader/pre-init.lua index 184feb3246..d1c4d1ae94 100644 --- a/game/loader/pre-init.lua +++ b/game/loader/pre-init.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/class/Actor.lua b/game/modules/example/class/Actor.lua index 4a84e2d6e7..f6338a0909 100644 --- a/game/modules/example/class/Actor.lua +++ b/game/modules/example/class/Actor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/class/Game.lua b/game/modules/example/class/Game.lua index fa6e4e7827..4d63bc46e8 100644 --- a/game/modules/example/class/Game.lua +++ b/game/modules/example/class/Game.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/class/Grid.lua b/game/modules/example/class/Grid.lua index bd4ed55c12..ac6caaac83 100644 --- a/game/modules/example/class/Grid.lua +++ b/game/modules/example/class/Grid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/class/NPC.lua b/game/modules/example/class/NPC.lua index c3c894ff06..44e21fd18b 100644 --- a/game/modules/example/class/NPC.lua +++ b/game/modules/example/class/NPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/class/Player.lua b/game/modules/example/class/Player.lua index fa6144907a..84c7e93edf 100644 --- a/game/modules/example/class/Player.lua +++ b/game/modules/example/class/Player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/class/interface/Combat.lua b/game/modules/example/class/interface/Combat.lua index f1136908f5..4b70886972 100644 --- a/game/modules/example/class/interface/Combat.lua +++ b/game/modules/example/class/interface/Combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/birth/descriptors.lua b/game/modules/example/data/birth/descriptors.lua index f520c9dcef..ace6425606 100644 --- a/game/modules/example/data/birth/descriptors.lua +++ b/game/modules/example/data/birth/descriptors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/damage_types.lua b/game/modules/example/data/damage_types.lua index 489609e850..b965e49aaa 100644 --- a/game/modules/example/data/damage_types.lua +++ b/game/modules/example/data/damage_types.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/general/grids/basic.lua b/game/modules/example/data/general/grids/basic.lua index e0fee7e688..aef171a9b4 100644 --- a/game/modules/example/data/general/grids/basic.lua +++ b/game/modules/example/data/general/grids/basic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/general/npcs/kobold.lua b/game/modules/example/data/general/npcs/kobold.lua index 0cd5856e2e..687dc21fff 100644 --- a/game/modules/example/data/general/npcs/kobold.lua +++ b/game/modules/example/data/general/npcs/kobold.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/gfx/particles/acid.lua b/game/modules/example/data/gfx/particles/acid.lua index c7c37867af..ddf4cfc04c 100644 --- a/game/modules/example/data/gfx/particles/acid.lua +++ b/game/modules/example/data/gfx/particles/acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/rooms/pilar.lua b/game/modules/example/data/rooms/pilar.lua index aa2963c3c6..f3cbf6b5a1 100644 --- a/game/modules/example/data/rooms/pilar.lua +++ b/game/modules/example/data/rooms/pilar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/rooms/simple.lua b/game/modules/example/data/rooms/simple.lua index cdb37a6920..2b132a1079 100644 --- a/game/modules/example/data/rooms/simple.lua +++ b/game/modules/example/data/rooms/simple.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/talents.lua b/game/modules/example/data/talents.lua index 7e6d79e207..33a9e2fd71 100644 --- a/game/modules/example/data/talents.lua +++ b/game/modules/example/data/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/timed_effects.lua b/game/modules/example/data/timed_effects.lua index 21992afb6e..b567512bb5 100644 --- a/game/modules/example/data/timed_effects.lua +++ b/game/modules/example/data/timed_effects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/zones/dungeon/grids.lua b/game/modules/example/data/zones/dungeon/grids.lua index 5832131be7..ed7f229c8b 100644 --- a/game/modules/example/data/zones/dungeon/grids.lua +++ b/game/modules/example/data/zones/dungeon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/zones/dungeon/npcs.lua b/game/modules/example/data/zones/dungeon/npcs.lua index eab65b627f..ec53823140 100644 --- a/game/modules/example/data/zones/dungeon/npcs.lua +++ b/game/modules/example/data/zones/dungeon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/zones/dungeon/objects.lua b/game/modules/example/data/zones/dungeon/objects.lua index 16c6ffbed0..b3648a10c1 100644 --- a/game/modules/example/data/zones/dungeon/objects.lua +++ b/game/modules/example/data/zones/dungeon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/zones/dungeon/traps.lua b/game/modules/example/data/zones/dungeon/traps.lua index 16c6ffbed0..b3648a10c1 100644 --- a/game/modules/example/data/zones/dungeon/traps.lua +++ b/game/modules/example/data/zones/dungeon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/data/zones/dungeon/zone.lua b/game/modules/example/data/zones/dungeon/zone.lua index 9c98ecf8a9..2e965b232c 100644 --- a/game/modules/example/data/zones/dungeon/zone.lua +++ b/game/modules/example/data/zones/dungeon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/dialogs/DeathDialog.lua b/game/modules/example/dialogs/DeathDialog.lua index 05285eaa3e..0d931a30cb 100644 --- a/game/modules/example/dialogs/DeathDialog.lua +++ b/game/modules/example/dialogs/DeathDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/dialogs/Quit.lua b/game/modules/example/dialogs/Quit.lua index 1fbce8ab41..37dada0dbd 100644 --- a/game/modules/example/dialogs/Quit.lua +++ b/game/modules/example/dialogs/Quit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/init.lua b/game/modules/example/init.lua index 9bb5c2a99a..b828669db7 100644 --- a/game/modules/example/init.lua +++ b/game/modules/example/init.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example/load.lua b/game/modules/example/load.lua index 9db69c12dd..d5f17564ce 100644 --- a/game/modules/example/load.lua +++ b/game/modules/example/load.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/class/Actor.lua b/game/modules/example_realtime/class/Actor.lua index 472f55248b..c507dc91cd 100644 --- a/game/modules/example_realtime/class/Actor.lua +++ b/game/modules/example_realtime/class/Actor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/class/Game.lua b/game/modules/example_realtime/class/Game.lua index 99d02942a4..a16aa9e0c5 100644 --- a/game/modules/example_realtime/class/Game.lua +++ b/game/modules/example_realtime/class/Game.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/class/Grid.lua b/game/modules/example_realtime/class/Grid.lua index bd4ed55c12..ac6caaac83 100644 --- a/game/modules/example_realtime/class/Grid.lua +++ b/game/modules/example_realtime/class/Grid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/class/NPC.lua b/game/modules/example_realtime/class/NPC.lua index c3c894ff06..44e21fd18b 100644 --- a/game/modules/example_realtime/class/NPC.lua +++ b/game/modules/example_realtime/class/NPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/class/Player.lua b/game/modules/example_realtime/class/Player.lua index e28d8928c1..e8cd48370e 100644 --- a/game/modules/example_realtime/class/Player.lua +++ b/game/modules/example_realtime/class/Player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/class/interface/Combat.lua b/game/modules/example_realtime/class/interface/Combat.lua index f1136908f5..4b70886972 100644 --- a/game/modules/example_realtime/class/interface/Combat.lua +++ b/game/modules/example_realtime/class/interface/Combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/birth/descriptors.lua b/game/modules/example_realtime/data/birth/descriptors.lua index f520c9dcef..ace6425606 100644 --- a/game/modules/example_realtime/data/birth/descriptors.lua +++ b/game/modules/example_realtime/data/birth/descriptors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/damage_types.lua b/game/modules/example_realtime/data/damage_types.lua index 489609e850..b965e49aaa 100644 --- a/game/modules/example_realtime/data/damage_types.lua +++ b/game/modules/example_realtime/data/damage_types.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/general/grids/basic.lua b/game/modules/example_realtime/data/general/grids/basic.lua index e0fee7e688..aef171a9b4 100644 --- a/game/modules/example_realtime/data/general/grids/basic.lua +++ b/game/modules/example_realtime/data/general/grids/basic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/general/npcs/kobold.lua b/game/modules/example_realtime/data/general/npcs/kobold.lua index 0cd5856e2e..687dc21fff 100644 --- a/game/modules/example_realtime/data/general/npcs/kobold.lua +++ b/game/modules/example_realtime/data/general/npcs/kobold.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/gfx/particles/acid.lua b/game/modules/example_realtime/data/gfx/particles/acid.lua index c7c37867af..ddf4cfc04c 100644 --- a/game/modules/example_realtime/data/gfx/particles/acid.lua +++ b/game/modules/example_realtime/data/gfx/particles/acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/rooms/pilar.lua b/game/modules/example_realtime/data/rooms/pilar.lua index aa2963c3c6..f3cbf6b5a1 100644 --- a/game/modules/example_realtime/data/rooms/pilar.lua +++ b/game/modules/example_realtime/data/rooms/pilar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/rooms/simple.lua b/game/modules/example_realtime/data/rooms/simple.lua index cdb37a6920..2b132a1079 100644 --- a/game/modules/example_realtime/data/rooms/simple.lua +++ b/game/modules/example_realtime/data/rooms/simple.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/talents.lua b/game/modules/example_realtime/data/talents.lua index 7e6d79e207..33a9e2fd71 100644 --- a/game/modules/example_realtime/data/talents.lua +++ b/game/modules/example_realtime/data/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/timed_effects.lua b/game/modules/example_realtime/data/timed_effects.lua index 21992afb6e..b567512bb5 100644 --- a/game/modules/example_realtime/data/timed_effects.lua +++ b/game/modules/example_realtime/data/timed_effects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/zones/dungeon/grids.lua b/game/modules/example_realtime/data/zones/dungeon/grids.lua index 5832131be7..ed7f229c8b 100644 --- a/game/modules/example_realtime/data/zones/dungeon/grids.lua +++ b/game/modules/example_realtime/data/zones/dungeon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/zones/dungeon/npcs.lua b/game/modules/example_realtime/data/zones/dungeon/npcs.lua index eab65b627f..ec53823140 100644 --- a/game/modules/example_realtime/data/zones/dungeon/npcs.lua +++ b/game/modules/example_realtime/data/zones/dungeon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/zones/dungeon/objects.lua b/game/modules/example_realtime/data/zones/dungeon/objects.lua index 16c6ffbed0..b3648a10c1 100644 --- a/game/modules/example_realtime/data/zones/dungeon/objects.lua +++ b/game/modules/example_realtime/data/zones/dungeon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/zones/dungeon/traps.lua b/game/modules/example_realtime/data/zones/dungeon/traps.lua index 16c6ffbed0..b3648a10c1 100644 --- a/game/modules/example_realtime/data/zones/dungeon/traps.lua +++ b/game/modules/example_realtime/data/zones/dungeon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/data/zones/dungeon/zone.lua b/game/modules/example_realtime/data/zones/dungeon/zone.lua index 9c98ecf8a9..2e965b232c 100644 --- a/game/modules/example_realtime/data/zones/dungeon/zone.lua +++ b/game/modules/example_realtime/data/zones/dungeon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/dialogs/DeathDialog.lua b/game/modules/example_realtime/dialogs/DeathDialog.lua index 05285eaa3e..0d931a30cb 100644 --- a/game/modules/example_realtime/dialogs/DeathDialog.lua +++ b/game/modules/example_realtime/dialogs/DeathDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/dialogs/Quit.lua b/game/modules/example_realtime/dialogs/Quit.lua index 1fbce8ab41..37dada0dbd 100644 --- a/game/modules/example_realtime/dialogs/Quit.lua +++ b/game/modules/example_realtime/dialogs/Quit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/init.lua b/game/modules/example_realtime/init.lua index ea4b7bc9db..dd6beb17c4 100644 --- a/game/modules/example_realtime/init.lua +++ b/game/modules/example_realtime/init.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/example_realtime/load.lua b/game/modules/example_realtime/load.lua index ad79f70410..a9ab4f11d8 100644 --- a/game/modules/example_realtime/load.lua +++ b/game/modules/example_realtime/load.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/ai/adventurer.lua b/game/modules/gruesome/ai/adventurer.lua index 4a3ba5237e..8f1b9e09fd 100644 --- a/game/modules/gruesome/ai/adventurer.lua +++ b/game/modules/gruesome/ai/adventurer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/Actor.lua b/game/modules/gruesome/class/Actor.lua index 7106d45817..8fc8f9dfdd 100644 --- a/game/modules/gruesome/class/Actor.lua +++ b/game/modules/gruesome/class/Actor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/Game.lua b/game/modules/gruesome/class/Game.lua index 71e453d823..c05f5001a6 100644 --- a/game/modules/gruesome/class/Game.lua +++ b/game/modules/gruesome/class/Game.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/Grid.lua b/game/modules/gruesome/class/Grid.lua index bd4ed55c12..ac6caaac83 100644 --- a/game/modules/gruesome/class/Grid.lua +++ b/game/modules/gruesome/class/Grid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/NPC.lua b/game/modules/gruesome/class/NPC.lua index 42ef214ed0..d4012e544b 100644 --- a/game/modules/gruesome/class/NPC.lua +++ b/game/modules/gruesome/class/NPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/Player.lua b/game/modules/gruesome/class/Player.lua index ea2ecb0083..f2b9b8ffa5 100644 --- a/game/modules/gruesome/class/Player.lua +++ b/game/modules/gruesome/class/Player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/PlayerDisplay.lua b/game/modules/gruesome/class/PlayerDisplay.lua index 9b13b5d0f9..ec3db28096 100644 --- a/game/modules/gruesome/class/PlayerDisplay.lua +++ b/game/modules/gruesome/class/PlayerDisplay.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/class/interface/Combat.lua b/game/modules/gruesome/class/interface/Combat.lua index 19d30f3647..635acfed46 100644 --- a/game/modules/gruesome/class/interface/Combat.lua +++ b/game/modules/gruesome/class/interface/Combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/birth/descriptors.lua b/game/modules/gruesome/data/birth/descriptors.lua index 573261c264..6057a4a572 100644 --- a/game/modules/gruesome/data/birth/descriptors.lua +++ b/game/modules/gruesome/data/birth/descriptors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/damage_types.lua b/game/modules/gruesome/data/damage_types.lua index 6df5b7d998..6f95bb9ed1 100644 --- a/game/modules/gruesome/data/damage_types.lua +++ b/game/modules/gruesome/data/damage_types.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/general/grids/basic.lua b/game/modules/gruesome/data/general/grids/basic.lua index c2a8bfe202..b5d640a002 100644 --- a/game/modules/gruesome/data/general/grids/basic.lua +++ b/game/modules/gruesome/data/general/grids/basic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/general/npcs/adventurer.lua b/game/modules/gruesome/data/general/npcs/adventurer.lua index 2b9870a244..24f1788732 100644 --- a/game/modules/gruesome/data/general/npcs/adventurer.lua +++ b/game/modules/gruesome/data/general/npcs/adventurer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/gfx/particles/acid.lua b/game/modules/gruesome/data/gfx/particles/acid.lua index c7c37867af..ddf4cfc04c 100644 --- a/game/modules/gruesome/data/gfx/particles/acid.lua +++ b/game/modules/gruesome/data/gfx/particles/acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/gfx/particles/ball_shadow.lua b/game/modules/gruesome/data/gfx/particles/ball_shadow.lua index 8c97b5ab31..3156b86288 100644 --- a/game/modules/gruesome/data/gfx/particles/ball_shadow.lua +++ b/game/modules/gruesome/data/gfx/particles/ball_shadow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/rooms/pilar.lua b/game/modules/gruesome/data/rooms/pilar.lua index aa2963c3c6..f3cbf6b5a1 100644 --- a/game/modules/gruesome/data/rooms/pilar.lua +++ b/game/modules/gruesome/data/rooms/pilar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/rooms/simple.lua b/game/modules/gruesome/data/rooms/simple.lua index cdb37a6920..2b132a1079 100644 --- a/game/modules/gruesome/data/rooms/simple.lua +++ b/game/modules/gruesome/data/rooms/simple.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/talents.lua b/game/modules/gruesome/data/talents.lua index 7f66dcc0ad..b8752f8c5c 100644 --- a/game/modules/gruesome/data/talents.lua +++ b/game/modules/gruesome/data/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/timed_effects.lua b/game/modules/gruesome/data/timed_effects.lua index 21992afb6e..b567512bb5 100644 --- a/game/modules/gruesome/data/timed_effects.lua +++ b/game/modules/gruesome/data/timed_effects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/zones/dungeon/grids.lua b/game/modules/gruesome/data/zones/dungeon/grids.lua index 5832131be7..ed7f229c8b 100644 --- a/game/modules/gruesome/data/zones/dungeon/grids.lua +++ b/game/modules/gruesome/data/zones/dungeon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/zones/dungeon/npcs.lua b/game/modules/gruesome/data/zones/dungeon/npcs.lua index 3780af788d..50fe2f3ee6 100644 --- a/game/modules/gruesome/data/zones/dungeon/npcs.lua +++ b/game/modules/gruesome/data/zones/dungeon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/zones/dungeon/objects.lua b/game/modules/gruesome/data/zones/dungeon/objects.lua index 16c6ffbed0..b3648a10c1 100644 --- a/game/modules/gruesome/data/zones/dungeon/objects.lua +++ b/game/modules/gruesome/data/zones/dungeon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/zones/dungeon/traps.lua b/game/modules/gruesome/data/zones/dungeon/traps.lua index 16c6ffbed0..b3648a10c1 100644 --- a/game/modules/gruesome/data/zones/dungeon/traps.lua +++ b/game/modules/gruesome/data/zones/dungeon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/data/zones/dungeon/zone.lua b/game/modules/gruesome/data/zones/dungeon/zone.lua index 26c4178b9e..1f12aa86df 100644 --- a/game/modules/gruesome/data/zones/dungeon/zone.lua +++ b/game/modules/gruesome/data/zones/dungeon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/dialogs/DeathDialog.lua b/game/modules/gruesome/dialogs/DeathDialog.lua index 05285eaa3e..0d931a30cb 100644 --- a/game/modules/gruesome/dialogs/DeathDialog.lua +++ b/game/modules/gruesome/dialogs/DeathDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/dialogs/MapMenu.lua b/game/modules/gruesome/dialogs/MapMenu.lua index 1fac925f54..db258d138a 100644 --- a/game/modules/gruesome/dialogs/MapMenu.lua +++ b/game/modules/gruesome/dialogs/MapMenu.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/dialogs/Quit.lua b/game/modules/gruesome/dialogs/Quit.lua index 1fbce8ab41..37dada0dbd 100644 --- a/game/modules/gruesome/dialogs/Quit.lua +++ b/game/modules/gruesome/dialogs/Quit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/init.lua b/game/modules/gruesome/init.lua index 6ea6395911..3b85800c95 100644 --- a/game/modules/gruesome/init.lua +++ b/game/modules/gruesome/init.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/load.lua b/game/modules/gruesome/load.lua index 0a0d05cbc7..07e20e2d80 100644 --- a/game/modules/gruesome/load.lua +++ b/game/modules/gruesome/load.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/gruesome/map_config.lua b/game/modules/gruesome/map_config.lua index cbb9bf35d8..ae7c55ff9b 100644 --- a/game/modules/gruesome/map_config.lua +++ b/game/modules/gruesome/map_config.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/escort.lua b/game/modules/tome/ai/escort.lua index 37b1416d67..5aae47c3fe 100644 --- a/game/modules/tome/ai/escort.lua +++ b/game/modules/tome/ai/escort.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/heal.lua b/game/modules/tome/ai/heal.lua index 4006f52153..16d148a193 100644 --- a/game/modules/tome/ai/heal.lua +++ b/game/modules/tome/ai/heal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/party.lua b/game/modules/tome/ai/party.lua index d2c7272a49..ada933a11d 100644 --- a/game/modules/tome/ai/party.lua +++ b/game/modules/tome/ai/party.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/quests.lua b/game/modules/tome/ai/quests.lua index 2e1a749f57..57dfdaa597 100644 --- a/game/modules/tome/ai/quests.lua +++ b/game/modules/tome/ai/quests.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/sandworm_tunneler.lua b/game/modules/tome/ai/sandworm_tunneler.lua index 5009ab45e9..8d3ece5907 100644 --- a/game/modules/tome/ai/sandworm_tunneler.lua +++ b/game/modules/tome/ai/sandworm_tunneler.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/shadow.lua b/game/modules/tome/ai/shadow.lua index 6a7d6f0446..b1f4951818 100644 --- a/game/modules/tome/ai/shadow.lua +++ b/game/modules/tome/ai/shadow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/summon.lua b/game/modules/tome/ai/summon.lua index 74cdcd575b..34b5d9e594 100644 --- a/game/modules/tome/ai/summon.lua +++ b/game/modules/tome/ai/summon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/tactical.lua b/game/modules/tome/ai/tactical.lua index 3cadfb7a80..a50904aea6 100644 --- a/game/modules/tome/ai/tactical.lua +++ b/game/modules/tome/ai/tactical.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/target.lua b/game/modules/tome/ai/target.lua index 3711b6f68b..68a719b346 100644 --- a/game/modules/tome/ai/target.lua +++ b/game/modules/tome/ai/target.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/ai/worldnpcs.lua b/game/modules/tome/ai/worldnpcs.lua index b804b910eb..84faef32f7 100644 --- a/game/modules/tome/ai/worldnpcs.lua +++ b/game/modules/tome/ai/worldnpcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua index ae3dd989c2..52a887d385 100644 --- a/game/modules/tome/class/Actor.lua +++ b/game/modules/tome/class/Actor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/BigNews.lua b/game/modules/tome/class/BigNews.lua index feb19b8928..83c28cadc2 100644 --- a/game/modules/tome/class/BigNews.lua +++ b/game/modules/tome/class/BigNews.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Encounter.lua b/game/modules/tome/class/Encounter.lua index 0d648513fa..56782c5a13 100644 --- a/game/modules/tome/class/Encounter.lua +++ b/game/modules/tome/class/Encounter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/FortressPC.lua b/game/modules/tome/class/FortressPC.lua index f5c41a3975..e7de163599 100644 --- a/game/modules/tome/class/FortressPC.lua +++ b/game/modules/tome/class/FortressPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index 2f29a0254f..df7851dc5a 100644 --- a/game/modules/tome/class/Game.lua +++ b/game/modules/tome/class/Game.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/GameState.lua b/game/modules/tome/class/GameState.lua index 4c472fd9b5..6c789694df 100644 --- a/game/modules/tome/class/GameState.lua +++ b/game/modules/tome/class/GameState.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Grid.lua b/game/modules/tome/class/Grid.lua index bd55114a1e..99e0792ef1 100644 --- a/game/modules/tome/class/Grid.lua +++ b/game/modules/tome/class/Grid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/MapEffects.lua b/game/modules/tome/class/MapEffects.lua index 72ca171bdb..b178b969d4 100644 --- a/game/modules/tome/class/MapEffects.lua +++ b/game/modules/tome/class/MapEffects.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/NPC.lua b/game/modules/tome/class/NPC.lua index 71a96fa1bd..ce9c9b563c 100644 --- a/game/modules/tome/class/NPC.lua +++ b/game/modules/tome/class/NPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/NicerTiles.lua b/game/modules/tome/class/NicerTiles.lua index 099d276ab4..3ee7ceec80 100644 --- a/game/modules/tome/class/NicerTiles.lua +++ b/game/modules/tome/class/NicerTiles.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/NicerTilesOverlays.lua b/game/modules/tome/class/NicerTilesOverlays.lua index ebc7119207..098dd249e5 100644 --- a/game/modules/tome/class/NicerTilesOverlays.lua +++ b/game/modules/tome/class/NicerTilesOverlays.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Object.lua b/game/modules/tome/class/Object.lua index e5fbcf2b15..e7fd2972ed 100644 --- a/game/modules/tome/class/Object.lua +++ b/game/modules/tome/class/Object.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Party.lua b/game/modules/tome/class/Party.lua index 5b8fa37ccd..b7f1983223 100644 --- a/game/modules/tome/class/Party.lua +++ b/game/modules/tome/class/Party.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/PartyMember.lua b/game/modules/tome/class/PartyMember.lua index 5f8d3faaa0..3aaf44a47b 100644 --- a/game/modules/tome/class/PartyMember.lua +++ b/game/modules/tome/class/PartyMember.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua index 1d4cfd09a8..1076d6b8dd 100644 --- a/game/modules/tome/class/Player.lua +++ b/game/modules/tome/class/Player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/PlayerDisplay.lua b/game/modules/tome/class/PlayerDisplay.lua index 2e23ac4077..f5f5132354 100644 --- a/game/modules/tome/class/PlayerDisplay.lua +++ b/game/modules/tome/class/PlayerDisplay.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Projectile.lua b/game/modules/tome/class/Projectile.lua index a52c91a259..b6abcbb3a9 100644 --- a/game/modules/tome/class/Projectile.lua +++ b/game/modules/tome/class/Projectile.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/StellarBody.lua b/game/modules/tome/class/StellarBody.lua index b383f00d59..944f703490 100644 --- a/game/modules/tome/class/StellarBody.lua +++ b/game/modules/tome/class/StellarBody.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Store.lua b/game/modules/tome/class/Store.lua index 96a979cb4d..121bb7f556 100644 --- a/game/modules/tome/class/Store.lua +++ b/game/modules/tome/class/Store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Tooltip.lua b/game/modules/tome/class/Tooltip.lua index 90cbe193f7..8c52014365 100644 --- a/game/modules/tome/class/Tooltip.lua +++ b/game/modules/tome/class/Tooltip.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Trap.lua b/game/modules/tome/class/Trap.lua index 757f00a2c3..5da578dfeb 100644 --- a/game/modules/tome/class/Trap.lua +++ b/game/modules/tome/class/Trap.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/UserChatExtension.lua b/game/modules/tome/class/UserChatExtension.lua index 4b56688cee..1667afc37b 100644 --- a/game/modules/tome/class/UserChatExtension.lua +++ b/game/modules/tome/class/UserChatExtension.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/WildernessGrid.lua b/game/modules/tome/class/WildernessGrid.lua index 0fd7d51733..906526cc92 100644 --- a/game/modules/tome/class/WildernessGrid.lua +++ b/game/modules/tome/class/WildernessGrid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/World.lua b/game/modules/tome/class/World.lua index ed1d8c4585..67ea995d8c 100644 --- a/game/modules/tome/class/World.lua +++ b/game/modules/tome/class/World.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/WorldNPC.lua b/game/modules/tome/class/WorldNPC.lua index 3a4c7df766..d06db03219 100644 --- a/game/modules/tome/class/WorldNPC.lua +++ b/game/modules/tome/class/WorldNPC.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/Zone.lua b/game/modules/tome/class/Zone.lua index 62ffd60b15..49548c62ab 100644 --- a/game/modules/tome/class/Zone.lua +++ b/game/modules/tome/class/Zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/Arena.lua b/game/modules/tome/class/generator/actor/Arena.lua index 2cc45160e5..7ede121cd1 100644 --- a/game/modules/tome/class/generator/actor/Arena.lua +++ b/game/modules/tome/class/generator/actor/Arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/CharredScar.lua b/game/modules/tome/class/generator/actor/CharredScar.lua index 96682bb7a9..95c9abe141 100644 --- a/game/modules/tome/class/generator/actor/CharredScar.lua +++ b/game/modules/tome/class/generator/actor/CharredScar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/HighPeakFinal.lua b/game/modules/tome/class/generator/actor/HighPeakFinal.lua index 2fe2510e65..801da86480 100644 --- a/game/modules/tome/class/generator/actor/HighPeakFinal.lua +++ b/game/modules/tome/class/generator/actor/HighPeakFinal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/OnSpots.lua b/game/modules/tome/class/generator/actor/OnSpots.lua index 25cb306456..1b17683958 100644 --- a/game/modules/tome/class/generator/actor/OnSpots.lua +++ b/game/modules/tome/class/generator/actor/OnSpots.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/Random.lua b/game/modules/tome/class/generator/actor/Random.lua index 6641218eb6..af8ce03a5d 100644 --- a/game/modules/tome/class/generator/actor/Random.lua +++ b/game/modules/tome/class/generator/actor/Random.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/RandomStairGuard.lua b/game/modules/tome/class/generator/actor/RandomStairGuard.lua index bd4ed22092..6c8078772a 100644 --- a/game/modules/tome/class/generator/actor/RandomStairGuard.lua +++ b/game/modules/tome/class/generator/actor/RandomStairGuard.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/Sandworm.lua b/game/modules/tome/class/generator/actor/Sandworm.lua index 19fa686aff..d4230c5c46 100644 --- a/game/modules/tome/class/generator/actor/Sandworm.lua +++ b/game/modules/tome/class/generator/actor/Sandworm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/actor/ValleyMoon.lua b/game/modules/tome/class/generator/actor/ValleyMoon.lua index 67e424f990..89c1bd847a 100644 --- a/game/modules/tome/class/generator/actor/ValleyMoon.lua +++ b/game/modules/tome/class/generator/actor/ValleyMoon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/map/Caldera.lua b/game/modules/tome/class/generator/map/Caldera.lua index b38b281d0d..735502aa59 100644 --- a/game/modules/tome/class/generator/map/Caldera.lua +++ b/game/modules/tome/class/generator/map/Caldera.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/map/CharredScar.lua b/game/modules/tome/class/generator/map/CharredScar.lua index 21b66425b6..224485726b 100644 --- a/game/modules/tome/class/generator/map/CharredScar.lua +++ b/game/modules/tome/class/generator/map/CharredScar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/map/GenericTunnel.lua b/game/modules/tome/class/generator/map/GenericTunnel.lua index cdd6484517..0f49a17819 100644 --- a/game/modules/tome/class/generator/map/GenericTunnel.lua +++ b/game/modules/tome/class/generator/map/GenericTunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/generator/map/SlimeTunnels.lua b/game/modules/tome/class/generator/map/SlimeTunnels.lua index f613980bde..8a6b5952b9 100644 --- a/game/modules/tome/class/generator/map/SlimeTunnels.lua +++ b/game/modules/tome/class/generator/map/SlimeTunnels.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/ActorInscriptions.lua b/game/modules/tome/class/interface/ActorInscriptions.lua index 3b81af2978..91c609eb49 100644 --- a/game/modules/tome/class/interface/ActorInscriptions.lua +++ b/game/modules/tome/class/interface/ActorInscriptions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/ActorLife.lua b/game/modules/tome/class/interface/ActorLife.lua index 7a6301c265..fd4fe69c7b 100644 --- a/game/modules/tome/class/interface/ActorLife.lua +++ b/game/modules/tome/class/interface/ActorLife.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/ActorPartyQuest.lua b/game/modules/tome/class/interface/ActorPartyQuest.lua index 3504233ab3..2adc06b590 100644 --- a/game/modules/tome/class/interface/ActorPartyQuest.lua +++ b/game/modules/tome/class/interface/ActorPartyQuest.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/Archery.lua b/game/modules/tome/class/interface/Archery.lua index 9bc8b56b28..c15745745f 100644 --- a/game/modules/tome/class/interface/Archery.lua +++ b/game/modules/tome/class/interface/Archery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/Combat.lua b/game/modules/tome/class/interface/Combat.lua index 746e1c0fc0..e0d60ba8b4 100644 --- a/game/modules/tome/class/interface/Combat.lua +++ b/game/modules/tome/class/interface/Combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/PartyDeath.lua b/game/modules/tome/class/interface/PartyDeath.lua index aa7a995193..dcd594ed56 100644 --- a/game/modules/tome/class/interface/PartyDeath.lua +++ b/game/modules/tome/class/interface/PartyDeath.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/PartyIngredients.lua b/game/modules/tome/class/interface/PartyIngredients.lua index 2ba1e610bc..d4f4c7cfef 100644 --- a/game/modules/tome/class/interface/PartyIngredients.lua +++ b/game/modules/tome/class/interface/PartyIngredients.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/PartyLore.lua b/game/modules/tome/class/interface/PartyLore.lua index fa7502a324..2852e7a4b3 100644 --- a/game/modules/tome/class/interface/PartyLore.lua +++ b/game/modules/tome/class/interface/PartyLore.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/PlayerDumpJSON.lua b/game/modules/tome/class/interface/PlayerDumpJSON.lua index 9a04ea9b03..09c8258e79 100644 --- a/game/modules/tome/class/interface/PlayerDumpJSON.lua +++ b/game/modules/tome/class/interface/PlayerDumpJSON.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/PlayerExplore.lua b/game/modules/tome/class/interface/PlayerExplore.lua index 1e805574f1..50c0024dd1 100644 --- a/game/modules/tome/class/interface/PlayerExplore.lua +++ b/game/modules/tome/class/interface/PlayerExplore.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/PlayerStats.lua b/game/modules/tome/class/interface/PlayerStats.lua index 03fbb2900f..3b19e28f49 100644 --- a/game/modules/tome/class/interface/PlayerStats.lua +++ b/game/modules/tome/class/interface/PlayerStats.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/TooltipsData.lua b/game/modules/tome/class/interface/TooltipsData.lua index dabae8f891..0333432625 100644 --- a/game/modules/tome/class/interface/TooltipsData.lua +++ b/game/modules/tome/class/interface/TooltipsData.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/interface/WorldAchievements.lua b/game/modules/tome/class/interface/WorldAchievements.lua index c5fc59d6c1..ec444eda65 100644 --- a/game/modules/tome/class/interface/WorldAchievements.lua +++ b/game/modules/tome/class/interface/WorldAchievements.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/uiset/Classic.lua b/game/modules/tome/class/uiset/Classic.lua index 590a32d534..0cf7057cc7 100644 --- a/game/modules/tome/class/uiset/Classic.lua +++ b/game/modules/tome/class/uiset/Classic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/uiset/Minimalist.lua b/game/modules/tome/class/uiset/Minimalist.lua index b5980c8f75..2fdc0830dd 100644 --- a/game/modules/tome/class/uiset/Minimalist.lua +++ b/game/modules/tome/class/uiset/Minimalist.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/class/uiset/UISet.lua b/game/modules/tome/class/uiset/UISet.lua index f64a21848b..bda906b324 100644 --- a/game/modules/tome/class/uiset/UISet.lua +++ b/game/modules/tome/class/uiset/UISet.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/arena.lua b/game/modules/tome/data/achievements/arena.lua index 2135504f19..792eabef30 100644 --- a/game/modules/tome/data/achievements/arena.lua +++ b/game/modules/tome/data/achievements/arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/donator.lua b/game/modules/tome/data/achievements/donator.lua index 9e4ae17e28..68ff0c5dad 100644 --- a/game/modules/tome/data/achievements/donator.lua +++ b/game/modules/tome/data/achievements/donator.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/events.lua b/game/modules/tome/data/achievements/events.lua index a61661359f..aa51e88628 100644 --- a/game/modules/tome/data/achievements/events.lua +++ b/game/modules/tome/data/achievements/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/infinite-dungeon.lua b/game/modules/tome/data/achievements/infinite-dungeon.lua index 9d3e66833e..ce5945c9cf 100644 --- a/game/modules/tome/data/achievements/infinite-dungeon.lua +++ b/game/modules/tome/data/achievements/infinite-dungeon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/items.lua b/game/modules/tome/data/achievements/items.lua index db566ba611..21a1182140 100644 --- a/game/modules/tome/data/achievements/items.lua +++ b/game/modules/tome/data/achievements/items.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/kills.lua b/game/modules/tome/data/achievements/kills.lua index 227494da43..6265046c70 100644 --- a/game/modules/tome/data/achievements/kills.lua +++ b/game/modules/tome/data/achievements/kills.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/lore.lua b/game/modules/tome/data/achievements/lore.lua index 60295b5976..f57aa03a8e 100644 --- a/game/modules/tome/data/achievements/lore.lua +++ b/game/modules/tome/data/achievements/lore.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/player.lua b/game/modules/tome/data/achievements/player.lua index c93dbcce76..5c59349f70 100644 --- a/game/modules/tome/data/achievements/player.lua +++ b/game/modules/tome/data/achievements/player.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/quests.lua b/game/modules/tome/data/achievements/quests.lua index 49bab432ca..087ee87048 100644 --- a/game/modules/tome/data/achievements/quests.lua +++ b/game/modules/tome/data/achievements/quests.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/achievements/talents.lua b/game/modules/tome/data/achievements/talents.lua index 8f9252342f..b94936ef3f 100644 --- a/game/modules/tome/data/achievements/talents.lua +++ b/game/modules/tome/data/achievements/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/autolevel_schemes.lua b/game/modules/tome/data/autolevel_schemes.lua index 7b459409a5..0d3624f9ce 100644 --- a/game/modules/tome/data/autolevel_schemes.lua +++ b/game/modules/tome/data/autolevel_schemes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/adventurer.lua b/game/modules/tome/data/birth/classes/adventurer.lua index a36b817f8b..43f243089f 100644 --- a/game/modules/tome/data/birth/classes/adventurer.lua +++ b/game/modules/tome/data/birth/classes/adventurer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/afflicted.lua b/game/modules/tome/data/birth/classes/afflicted.lua index a3f10a6829..e104d81159 100644 --- a/game/modules/tome/data/birth/classes/afflicted.lua +++ b/game/modules/tome/data/birth/classes/afflicted.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/celestial.lua b/game/modules/tome/data/birth/classes/celestial.lua index e9cb0f2d5b..5cce0d2615 100644 --- a/game/modules/tome/data/birth/classes/celestial.lua +++ b/game/modules/tome/data/birth/classes/celestial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/chronomancer.lua b/game/modules/tome/data/birth/classes/chronomancer.lua index 55ac72583b..2abfa68920 100644 --- a/game/modules/tome/data/birth/classes/chronomancer.lua +++ b/game/modules/tome/data/birth/classes/chronomancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/corrupted.lua b/game/modules/tome/data/birth/classes/corrupted.lua index 520e33531e..f92f3deeca 100644 --- a/game/modules/tome/data/birth/classes/corrupted.lua +++ b/game/modules/tome/data/birth/classes/corrupted.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/mage.lua b/game/modules/tome/data/birth/classes/mage.lua index 5f56727d10..c3fed15bf1 100644 --- a/game/modules/tome/data/birth/classes/mage.lua +++ b/game/modules/tome/data/birth/classes/mage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/none.lua b/game/modules/tome/data/birth/classes/none.lua index 910ce7344d..05859c3f45 100644 --- a/game/modules/tome/data/birth/classes/none.lua +++ b/game/modules/tome/data/birth/classes/none.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/psionic.lua b/game/modules/tome/data/birth/classes/psionic.lua index 800fe107d9..d17df0b46d 100644 --- a/game/modules/tome/data/birth/classes/psionic.lua +++ b/game/modules/tome/data/birth/classes/psionic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/rogue.lua b/game/modules/tome/data/birth/classes/rogue.lua index 6accd8f732..df8310b859 100644 --- a/game/modules/tome/data/birth/classes/rogue.lua +++ b/game/modules/tome/data/birth/classes/rogue.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/tutorial.lua b/game/modules/tome/data/birth/classes/tutorial.lua index f77324698a..31c736b496 100644 --- a/game/modules/tome/data/birth/classes/tutorial.lua +++ b/game/modules/tome/data/birth/classes/tutorial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/warrior.lua b/game/modules/tome/data/birth/classes/warrior.lua index 3763dce91b..91894a89ca 100644 --- a/game/modules/tome/data/birth/classes/warrior.lua +++ b/game/modules/tome/data/birth/classes/warrior.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/classes/wilder.lua b/game/modules/tome/data/birth/classes/wilder.lua index f411a4fe1d..5463837fba 100644 --- a/game/modules/tome/data/birth/classes/wilder.lua +++ b/game/modules/tome/data/birth/classes/wilder.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/descriptors.lua b/game/modules/tome/data/birth/descriptors.lua index 0c3f31b6d4..23e92c392b 100644 --- a/game/modules/tome/data/birth/descriptors.lua +++ b/game/modules/tome/data/birth/descriptors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/construct.lua b/game/modules/tome/data/birth/races/construct.lua index 1f6018ef80..5ac96e7536 100644 --- a/game/modules/tome/data/birth/races/construct.lua +++ b/game/modules/tome/data/birth/races/construct.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/dwarf.lua b/game/modules/tome/data/birth/races/dwarf.lua index bca05104f5..c0966273f9 100644 --- a/game/modules/tome/data/birth/races/dwarf.lua +++ b/game/modules/tome/data/birth/races/dwarf.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/elf.lua b/game/modules/tome/data/birth/races/elf.lua index 10c92f72ac..aedebe9deb 100644 --- a/game/modules/tome/data/birth/races/elf.lua +++ b/game/modules/tome/data/birth/races/elf.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/halfling.lua b/game/modules/tome/data/birth/races/halfling.lua index ab15de7aed..402460c40f 100644 --- a/game/modules/tome/data/birth/races/halfling.lua +++ b/game/modules/tome/data/birth/races/halfling.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/human.lua b/game/modules/tome/data/birth/races/human.lua index 2284a09c2e..5620526762 100644 --- a/game/modules/tome/data/birth/races/human.lua +++ b/game/modules/tome/data/birth/races/human.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/tutorial.lua b/game/modules/tome/data/birth/races/tutorial.lua index 2fe3d0ee8d..848e5ecdea 100644 --- a/game/modules/tome/data/birth/races/tutorial.lua +++ b/game/modules/tome/data/birth/races/tutorial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/undead.lua b/game/modules/tome/data/birth/races/undead.lua index ae8a3349dd..cb56d125be 100644 --- a/game/modules/tome/data/birth/races/undead.lua +++ b/game/modules/tome/data/birth/races/undead.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/races/yeek.lua b/game/modules/tome/data/birth/races/yeek.lua index 16d4e4b20a..69072b2a14 100644 --- a/game/modules/tome/data/birth/races/yeek.lua +++ b/game/modules/tome/data/birth/races/yeek.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/sexes.lua b/game/modules/tome/data/birth/sexes.lua index 65c92da769..88f669246e 100644 --- a/game/modules/tome/data/birth/sexes.lua +++ b/game/modules/tome/data/birth/sexes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/birth/worlds.lua b/game/modules/tome/data/birth/worlds.lua index dba6bdb144..1d94fa8547 100644 --- a/game/modules/tome/data/birth/worlds.lua +++ b/game/modules/tome/data/birth/worlds.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/calendar_allied.lua b/game/modules/tome/data/calendar_allied.lua index ff03b3c1f4..ab2d1a8426 100644 --- a/game/modules/tome/data/calendar_allied.lua +++ b/game/modules/tome/data/calendar_allied.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/calendar_dwarf.lua b/game/modules/tome/data/calendar_dwarf.lua index 90da5336e6..54c1232af3 100644 --- a/game/modules/tome/data/calendar_dwarf.lua +++ b/game/modules/tome/data/calendar_dwarf.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/alchemist-derth.lua b/game/modules/tome/data/chats/alchemist-derth.lua index 6e1450802e..19e3b226cd 100644 --- a/game/modules/tome/data/chats/alchemist-derth.lua +++ b/game/modules/tome/data/chats/alchemist-derth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/alchemist-elvala.lua b/game/modules/tome/data/chats/alchemist-elvala.lua index eb97a68c0d..406fb446a9 100644 --- a/game/modules/tome/data/chats/alchemist-elvala.lua +++ b/game/modules/tome/data/chats/alchemist-elvala.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/alchemist-golem.lua b/game/modules/tome/data/chats/alchemist-golem.lua index 1d13cbb779..77162b1994 100644 --- a/game/modules/tome/data/chats/alchemist-golem.lua +++ b/game/modules/tome/data/chats/alchemist-golem.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/alchemist-hermit.lua b/game/modules/tome/data/chats/alchemist-hermit.lua index 0f8cf56539..326be7bcda 100644 --- a/game/modules/tome/data/chats/alchemist-hermit.lua +++ b/game/modules/tome/data/chats/alchemist-hermit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/alchemist-last-hope.lua b/game/modules/tome/data/chats/alchemist-last-hope.lua index 92122934f2..b89dbc1db6 100644 --- a/game/modules/tome/data/chats/alchemist-last-hope.lua +++ b/game/modules/tome/data/chats/alchemist-last-hope.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/angolwen-leader.lua b/game/modules/tome/data/chats/angolwen-leader.lua index f4b7bd5152..a21824e25e 100644 --- a/game/modules/tome/data/chats/angolwen-leader.lua +++ b/game/modules/tome/data/chats/angolwen-leader.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/angolwen-staves-store.lua b/game/modules/tome/data/chats/angolwen-staves-store.lua index c2501cf52c..dbe5c46ade 100644 --- a/game/modules/tome/data/chats/angolwen-staves-store.lua +++ b/game/modules/tome/data/chats/angolwen-staves-store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/antimagic-end.lua b/game/modules/tome/data/chats/antimagic-end.lua index 821835e87c..d1c35acbf6 100644 --- a/game/modules/tome/data/chats/antimagic-end.lua +++ b/game/modules/tome/data/chats/antimagic-end.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ardhungol-end.lua b/game/modules/tome/data/chats/ardhungol-end.lua index 46d6e93e4a..7dd5e61728 100644 --- a/game/modules/tome/data/chats/ardhungol-end.lua +++ b/game/modules/tome/data/chats/ardhungol-end.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ardhungol-start.lua b/game/modules/tome/data/chats/ardhungol-start.lua index 6152a4ae3f..ef48e44b29 100644 --- a/game/modules/tome/data/chats/ardhungol-start.lua +++ b/game/modules/tome/data/chats/ardhungol-start.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/arena-start.lua b/game/modules/tome/data/chats/arena-start.lua index 215d829721..e54701e0ca 100644 --- a/game/modules/tome/data/chats/arena-start.lua +++ b/game/modules/tome/data/chats/arena-start.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/arena-unlock.lua b/game/modules/tome/data/chats/arena-unlock.lua index 32ade87ee2..4a5dc35b06 100644 --- a/game/modules/tome/data/chats/arena-unlock.lua +++ b/game/modules/tome/data/chats/arena-unlock.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/arena.lua b/game/modules/tome/data/chats/arena.lua index 40e64d28e9..b255caf0eb 100644 --- a/game/modules/tome/data/chats/arena.lua +++ b/game/modules/tome/data/chats/arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/assassin-lord-thieves.lua b/game/modules/tome/data/chats/assassin-lord-thieves.lua index ffd86de90b..84277dbb47 100644 --- a/game/modules/tome/data/chats/assassin-lord-thieves.lua +++ b/game/modules/tome/data/chats/assassin-lord-thieves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/assassin-lord.lua b/game/modules/tome/data/chats/assassin-lord.lua index 48b5414bd1..e85b50579a 100644 --- a/game/modules/tome/data/chats/assassin-lord.lua +++ b/game/modules/tome/data/chats/assassin-lord.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/chronomancy-see-threads.lua b/game/modules/tome/data/chats/chronomancy-see-threads.lua index 558d774ba0..be1724f506 100644 --- a/game/modules/tome/data/chats/chronomancy-see-threads.lua +++ b/game/modules/tome/data/chats/chronomancy-see-threads.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/command-staff.lua b/game/modules/tome/data/chats/command-staff.lua index 60d9a76d80..ca83ce1552 100644 --- a/game/modules/tome/data/chats/command-staff.lua +++ b/game/modules/tome/data/chats/command-staff.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/corruptor-quest.lua b/game/modules/tome/data/chats/corruptor-quest.lua index b81079ace6..bd25fe2ff3 100644 --- a/game/modules/tome/data/chats/corruptor-quest.lua +++ b/game/modules/tome/data/chats/corruptor-quest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/derth-attack-over.lua b/game/modules/tome/data/chats/derth-attack-over.lua index 568e06f30d..69ce997cb2 100644 --- a/game/modules/tome/data/chats/derth-attack-over.lua +++ b/game/modules/tome/data/chats/derth-attack-over.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/dreadfell-ambush.lua b/game/modules/tome/data/chats/dreadfell-ambush.lua index 85fb366e13..caeef7a9c5 100644 --- a/game/modules/tome/data/chats/dreadfell-ambush.lua +++ b/game/modules/tome/data/chats/dreadfell-ambush.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/east-portal-end.lua b/game/modules/tome/data/chats/east-portal-end.lua index b33f491cc0..9b4a751e17 100644 --- a/game/modules/tome/data/chats/east-portal-end.lua +++ b/game/modules/tome/data/chats/east-portal-end.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/eidolon-plane.lua b/game/modules/tome/data/chats/eidolon-plane.lua index 6b50623b17..9c6d120ef3 100644 --- a/game/modules/tome/data/chats/eidolon-plane.lua +++ b/game/modules/tome/data/chats/eidolon-plane.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/elisa-orb-scrying.lua b/game/modules/tome/data/chats/elisa-orb-scrying.lua index 950964e3a4..2e840fbbb1 100644 --- a/game/modules/tome/data/chats/elisa-orb-scrying.lua +++ b/game/modules/tome/data/chats/elisa-orb-scrying.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/elisa-shop.lua b/game/modules/tome/data/chats/elisa-shop.lua index 5d3f12cdd4..a96b24511c 100644 --- a/game/modules/tome/data/chats/elisa-shop.lua +++ b/game/modules/tome/data/chats/elisa-shop.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/escort-quest-start.lua b/game/modules/tome/data/chats/escort-quest-start.lua index 8172a46deb..7cf7a89c59 100644 --- a/game/modules/tome/data/chats/escort-quest-start.lua +++ b/game/modules/tome/data/chats/escort-quest-start.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/escort-quest.lua b/game/modules/tome/data/chats/escort-quest.lua index 2ff1ca35be..24aa910b70 100644 --- a/game/modules/tome/data/chats/escort-quest.lua +++ b/game/modules/tome/data/chats/escort-quest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/fallen-aeryn.lua b/game/modules/tome/data/chats/fallen-aeryn.lua index 5272fb41f9..791f077f55 100644 --- a/game/modules/tome/data/chats/fallen-aeryn.lua +++ b/game/modules/tome/data/chats/fallen-aeryn.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/gates-of-morning-main.lua b/game/modules/tome/data/chats/gates-of-morning-main.lua index b53d9471a5..7fbde248e6 100644 --- a/game/modules/tome/data/chats/gates-of-morning-main.lua +++ b/game/modules/tome/data/chats/gates-of-morning-main.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/gates-of-morning-welcome.lua b/game/modules/tome/data/chats/gates-of-morning-welcome.lua index 3eedcf089e..e0ee92c186 100644 --- a/game/modules/tome/data/chats/gates-of-morning-welcome.lua +++ b/game/modules/tome/data/chats/gates-of-morning-welcome.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/golbug-explains.lua b/game/modules/tome/data/chats/golbug-explains.lua index 59b407ba0b..464c78c121 100644 --- a/game/modules/tome/data/chats/golbug-explains.lua +++ b/game/modules/tome/data/chats/golbug-explains.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/jewelry-store.lua b/game/modules/tome/data/chats/jewelry-store.lua index 624f9da159..f00fbb9ff8 100644 --- a/game/modules/tome/data/chats/jewelry-store.lua +++ b/game/modules/tome/data/chats/jewelry-store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/keepsake-berethh-encounter.lua b/game/modules/tome/data/chats/keepsake-berethh-encounter.lua index 31a5dadd21..3903611ccd 100644 --- a/game/modules/tome/data/chats/keepsake-berethh-encounter.lua +++ b/game/modules/tome/data/chats/keepsake-berethh-encounter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/keepsake-caravan-destroyed.lua b/game/modules/tome/data/chats/keepsake-caravan-destroyed.lua index 467391b3f1..5e94a3be49 100644 --- a/game/modules/tome/data/chats/keepsake-caravan-destroyed.lua +++ b/game/modules/tome/data/chats/keepsake-caravan-destroyed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/keepsake-kyless-death.lua b/game/modules/tome/data/chats/keepsake-kyless-death.lua index 035b070df5..c771b6b984 100644 --- a/game/modules/tome/data/chats/keepsake-kyless-death.lua +++ b/game/modules/tome/data/chats/keepsake-kyless-death.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/last-hope-elder.lua b/game/modules/tome/data/chats/last-hope-elder.lua index 12ecdd14cc..adebc06d0b 100644 --- a/game/modules/tome/data/chats/last-hope-elder.lua +++ b/game/modules/tome/data/chats/last-hope-elder.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/last-hope-lost-merchant.lua b/game/modules/tome/data/chats/last-hope-lost-merchant.lua index 5a71ba439b..3e21f8ba9b 100644 --- a/game/modules/tome/data/chats/last-hope-lost-merchant.lua +++ b/game/modules/tome/data/chats/last-hope-lost-merchant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/last-hope-melinda-father.lua b/game/modules/tome/data/chats/last-hope-melinda-father.lua index 5f2e53e1d9..7f56945910 100644 --- a/game/modules/tome/data/chats/last-hope-melinda-father.lua +++ b/game/modules/tome/data/chats/last-hope-melinda-father.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/last-hope-weapon-store.lua b/game/modules/tome/data/chats/last-hope-weapon-store.lua index 8c5c52a258..a2fddc2f7e 100644 --- a/game/modules/tome/data/chats/last-hope-weapon-store.lua +++ b/game/modules/tome/data/chats/last-hope-weapon-store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/limmir-valley-moon.lua b/game/modules/tome/data/chats/limmir-valley-moon.lua index ef8a985d46..5fb6bda70d 100644 --- a/game/modules/tome/data/chats/limmir-valley-moon.lua +++ b/game/modules/tome/data/chats/limmir-valley-moon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/lost-merchant.lua b/game/modules/tome/data/chats/lost-merchant.lua index e0275266c8..71ee86f304 100644 --- a/game/modules/tome/data/chats/lost-merchant.lua +++ b/game/modules/tome/data/chats/lost-merchant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/lumberjack-quest-done.lua b/game/modules/tome/data/chats/lumberjack-quest-done.lua index 920b5ba061..7336b19d3a 100644 --- a/game/modules/tome/data/chats/lumberjack-quest-done.lua +++ b/game/modules/tome/data/chats/lumberjack-quest-done.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/lumberjack-quest.lua b/game/modules/tome/data/chats/lumberjack-quest.lua index 946e70cf38..4b332fe582 100644 --- a/game/modules/tome/data/chats/lumberjack-quest.lua +++ b/game/modules/tome/data/chats/lumberjack-quest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/mage-apprentice-quest.lua b/game/modules/tome/data/chats/mage-apprentice-quest.lua index d6631b40a3..fd2a9e9115 100644 --- a/game/modules/tome/data/chats/mage-apprentice-quest.lua +++ b/game/modules/tome/data/chats/mage-apprentice-quest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/magic-store.lua b/game/modules/tome/data/chats/magic-store.lua index 16e076f581..bc7375da75 100644 --- a/game/modules/tome/data/chats/magic-store.lua +++ b/game/modules/tome/data/chats/magic-store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/melinda-beach-end.lua b/game/modules/tome/data/chats/melinda-beach-end.lua index 045885e197..87b532c25a 100644 --- a/game/modules/tome/data/chats/melinda-beach-end.lua +++ b/game/modules/tome/data/chats/melinda-beach-end.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/melinda-beach.lua b/game/modules/tome/data/chats/melinda-beach.lua index 3d0dd26d8a..a66f8812b3 100644 --- a/game/modules/tome/data/chats/melinda-beach.lua +++ b/game/modules/tome/data/chats/melinda-beach.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/melinda-fortress.lua b/game/modules/tome/data/chats/melinda-fortress.lua index 6415f632e0..3a9c45d742 100644 --- a/game/modules/tome/data/chats/melinda-fortress.lua +++ b/game/modules/tome/data/chats/melinda-fortress.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/message-last-hope.lua b/game/modules/tome/data/chats/message-last-hope.lua index d655541704..8bb0fbf85c 100644 --- a/game/modules/tome/data/chats/message-last-hope.lua +++ b/game/modules/tome/data/chats/message-last-hope.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/myssil.lua b/game/modules/tome/data/chats/myssil.lua index 5e1d796109..3e4692b66a 100644 --- a/game/modules/tome/data/chats/myssil.lua +++ b/game/modules/tome/data/chats/myssil.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/norgan-saved.lua b/game/modules/tome/data/chats/norgan-saved.lua index df23cc1d56..33d3b1ee8e 100644 --- a/game/modules/tome/data/chats/norgan-saved.lua +++ b/game/modules/tome/data/chats/norgan-saved.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/orc-breeding-pits.lua b/game/modules/tome/data/chats/orc-breeding-pits.lua index 1b480e834b..17f6a47dda 100644 --- a/game/modules/tome/data/chats/orc-breeding-pits.lua +++ b/game/modules/tome/data/chats/orc-breeding-pits.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/paradoxology.lua b/game/modules/tome/data/chats/paradoxology.lua index 3e664d658e..723ad05635 100644 --- a/game/modules/tome/data/chats/paradoxology.lua +++ b/game/modules/tome/data/chats/paradoxology.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/player-inscription.lua b/game/modules/tome/data/chats/player-inscription.lua index 644a15b346..eb097d028f 100644 --- a/game/modules/tome/data/chats/player-inscription.lua +++ b/game/modules/tome/data/chats/player-inscription.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/point-zero-zemekkys.lua b/game/modules/tome/data/chats/point-zero-zemekkys.lua index 24a414f6d7..55da389124 100644 --- a/game/modules/tome/data/chats/point-zero-zemekkys.lua +++ b/game/modules/tome/data/chats/point-zero-zemekkys.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/pre-charred-scar-eruan.lua b/game/modules/tome/data/chats/pre-charred-scar-eruan.lua index 91b0dd06f2..0167666d90 100644 --- a/game/modules/tome/data/chats/pre-charred-scar-eruan.lua +++ b/game/modules/tome/data/chats/pre-charred-scar-eruan.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/pre-charred-scar.lua b/game/modules/tome/data/chats/pre-charred-scar.lua index eff71d9a27..cf593d7c54 100644 --- a/game/modules/tome/data/chats/pre-charred-scar.lua +++ b/game/modules/tome/data/chats/pre-charred-scar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ring-of-blood-master.lua b/game/modules/tome/data/chats/ring-of-blood-master.lua index 48e2537b7e..a6497e79e0 100644 --- a/game/modules/tome/data/chats/ring-of-blood-master.lua +++ b/game/modules/tome/data/chats/ring-of-blood-master.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ring-of-blood-orb.lua b/game/modules/tome/data/chats/ring-of-blood-orb.lua index 7baa275caa..cdf76302c6 100644 --- a/game/modules/tome/data/chats/ring-of-blood-orb.lua +++ b/game/modules/tome/data/chats/ring-of-blood-orb.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ring-of-blood-win.lua b/game/modules/tome/data/chats/ring-of-blood-win.lua index 7300e8176b..21f12edec4 100644 --- a/game/modules/tome/data/chats/ring-of-blood-win.lua +++ b/game/modules/tome/data/chats/ring-of-blood-win.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/sage-kitty.lua b/game/modules/tome/data/chats/sage-kitty.lua index 5625cd7a5a..a27a4bbd76 100644 --- a/game/modules/tome/data/chats/sage-kitty.lua +++ b/game/modules/tome/data/chats/sage-kitty.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/shertul-fortress-butler.lua b/game/modules/tome/data/chats/shertul-fortress-butler.lua index 5557a5aefd..4f02225a8f 100644 --- a/game/modules/tome/data/chats/shertul-fortress-butler.lua +++ b/game/modules/tome/data/chats/shertul-fortress-butler.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/shertul-fortress-caldizar.lua b/game/modules/tome/data/chats/shertul-fortress-caldizar.lua index 6f8c9b10e4..49269af6c9 100644 --- a/game/modules/tome/data/chats/shertul-fortress-caldizar.lua +++ b/game/modules/tome/data/chats/shertul-fortress-caldizar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/shertul-fortress-command-orb.lua b/game/modules/tome/data/chats/shertul-fortress-command-orb.lua index f12f9d1526..49391ab8ff 100644 --- a/game/modules/tome/data/chats/shertul-fortress-command-orb.lua +++ b/game/modules/tome/data/chats/shertul-fortress-command-orb.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua b/game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua index 07f685a35a..c446d535ba 100644 --- a/game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua +++ b/game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/shertul-fortress-training-orb.lua b/game/modules/tome/data/chats/shertul-fortress-training-orb.lua index 9626b56fec..9504ccbfea 100644 --- a/game/modules/tome/data/chats/shertul-fortress-training-orb.lua +++ b/game/modules/tome/data/chats/shertul-fortress-training-orb.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/slasul.lua b/game/modules/tome/data/chats/slasul.lua index a02962f70f..422acc895f 100644 --- a/game/modules/tome/data/chats/slasul.lua +++ b/game/modules/tome/data/chats/slasul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/sorcerer-end.lua b/game/modules/tome/data/chats/sorcerer-end.lua index f7b9632b5a..8841cb2096 100644 --- a/game/modules/tome/data/chats/sorcerer-end.lua +++ b/game/modules/tome/data/chats/sorcerer-end.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/sorcerer-fight.lua b/game/modules/tome/data/chats/sorcerer-fight.lua index d1806d2ab4..aa2487d7bd 100644 --- a/game/modules/tome/data/chats/sorcerer-fight.lua +++ b/game/modules/tome/data/chats/sorcerer-fight.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/tannen.lua b/game/modules/tome/data/chats/tannen.lua index 7a3193a134..efc0ffedbf 100644 --- a/game/modules/tome/data/chats/tannen.lua +++ b/game/modules/tome/data/chats/tannen.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/tarelion-start-archmage.lua b/game/modules/tome/data/chats/tarelion-start-archmage.lua index 86bda65c5c..e12eee92b9 100644 --- a/game/modules/tome/data/chats/tarelion-start-archmage.lua +++ b/game/modules/tome/data/chats/tarelion-start-archmage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/tarelion.lua b/game/modules/tome/data/chats/tarelion.lua index 91456a698a..ef8d8f1409 100644 --- a/game/modules/tome/data/chats/tarelion.lua +++ b/game/modules/tome/data/chats/tarelion.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/temporal-rift-end.lua b/game/modules/tome/data/chats/temporal-rift-end.lua index f2289945e2..e73e56a615 100644 --- a/game/modules/tome/data/chats/temporal-rift-end.lua +++ b/game/modules/tome/data/chats/temporal-rift-end.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/temporal-rift-start.lua b/game/modules/tome/data/chats/temporal-rift-start.lua index a9064003ac..d62df25a3e 100644 --- a/game/modules/tome/data/chats/temporal-rift-start.lua +++ b/game/modules/tome/data/chats/temporal-rift-start.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/the-master-resurrect.lua b/game/modules/tome/data/chats/the-master-resurrect.lua index 46b75003e1..138e9a7865 100644 --- a/game/modules/tome/data/chats/the-master-resurrect.lua +++ b/game/modules/tome/data/chats/the-master-resurrect.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/tutorial-start.lua b/game/modules/tome/data/chats/tutorial-start.lua index d0c007b359..f0915584cb 100644 --- a/game/modules/tome/data/chats/tutorial-start.lua +++ b/game/modules/tome/data/chats/tutorial-start.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ukllmswwik.lua b/game/modules/tome/data/chats/ukllmswwik.lua index fea60621e9..92e38c0113 100644 --- a/game/modules/tome/data/chats/ukllmswwik.lua +++ b/game/modules/tome/data/chats/ukllmswwik.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/undead-start-game.lua b/game/modules/tome/data/chats/undead-start-game.lua index 1c750ce741..8ff86b7b15 100644 --- a/game/modules/tome/data/chats/undead-start-game.lua +++ b/game/modules/tome/data/chats/undead-start-game.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/undead-start-kill.lua b/game/modules/tome/data/chats/undead-start-kill.lua index e6b5f7748b..5a8d6a57e9 100644 --- a/game/modules/tome/data/chats/undead-start-kill.lua +++ b/game/modules/tome/data/chats/undead-start-kill.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/unremarkable-cave-bosses.lua b/game/modules/tome/data/chats/unremarkable-cave-bosses.lua index edbd52eb7e..24723c3b69 100644 --- a/game/modules/tome/data/chats/unremarkable-cave-bosses.lua +++ b/game/modules/tome/data/chats/unremarkable-cave-bosses.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/unremarkable-cave-fillarel.lua b/game/modules/tome/data/chats/unremarkable-cave-fillarel.lua index 0526e98103..93f159d1e7 100644 --- a/game/modules/tome/data/chats/unremarkable-cave-fillarel.lua +++ b/game/modules/tome/data/chats/unremarkable-cave-fillarel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/unremarkable-cave-krogar.lua b/game/modules/tome/data/chats/unremarkable-cave-krogar.lua index 7aaaf3aa8e..ac148ba3bc 100644 --- a/game/modules/tome/data/chats/unremarkable-cave-krogar.lua +++ b/game/modules/tome/data/chats/unremarkable-cave-krogar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/ward.lua b/game/modules/tome/data/chats/ward.lua index 5ae34d5c51..5d065a84c9 100644 --- a/game/modules/tome/data/chats/ward.lua +++ b/game/modules/tome/data/chats/ward.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/worldly-knowledge.lua b/game/modules/tome/data/chats/worldly-knowledge.lua index ec2f17c988..2afb5a93ec 100644 --- a/game/modules/tome/data/chats/worldly-knowledge.lua +++ b/game/modules/tome/data/chats/worldly-knowledge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/yeek-wayist.lua b/game/modules/tome/data/chats/yeek-wayist.lua index b12ebef919..31f432f4b1 100644 --- a/game/modules/tome/data/chats/yeek-wayist.lua +++ b/game/modules/tome/data/chats/yeek-wayist.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/zemekkys-done.lua b/game/modules/tome/data/chats/zemekkys-done.lua index 151c5256fb..6150d93595 100644 --- a/game/modules/tome/data/chats/zemekkys-done.lua +++ b/game/modules/tome/data/chats/zemekkys-done.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/zemekkys-start-chronomancers.lua b/game/modules/tome/data/chats/zemekkys-start-chronomancers.lua index 65f22eb372..05cb25101b 100644 --- a/game/modules/tome/data/chats/zemekkys-start-chronomancers.lua +++ b/game/modules/tome/data/chats/zemekkys-start-chronomancers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/zemekkys.lua b/game/modules/tome/data/chats/zemekkys.lua index d5c419f677..0729f868fd 100644 --- a/game/modules/tome/data/chats/zemekkys.lua +++ b/game/modules/tome/data/chats/zemekkys.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/zigur-mindstar-store.lua b/game/modules/tome/data/chats/zigur-mindstar-store.lua index 5aecd6eb49..c3810281d6 100644 --- a/game/modules/tome/data/chats/zigur-mindstar-store.lua +++ b/game/modules/tome/data/chats/zigur-mindstar-store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/zigur-trainer.lua b/game/modules/tome/data/chats/zigur-trainer.lua index c5289b1971..52f73d4009 100644 --- a/game/modules/tome/data/chats/zigur-trainer.lua +++ b/game/modules/tome/data/chats/zigur-trainer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/chats/zoisla.lua b/game/modules/tome/data/chats/zoisla.lua index 80bc4e5bef..a236d76db1 100644 --- a/game/modules/tome/data/chats/zoisla.lua +++ b/game/modules/tome/data/chats/zoisla.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/damage_types.lua b/game/modules/tome/data/damage_types.lua index 2e73c0c81a..55c5935be7 100644 --- a/game/modules/tome/data/damage_types.lua +++ b/game/modules/tome/data/damage_types.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/factions.lua b/game/modules/tome/data/factions.lua index b59817b259..f53c15edee 100644 --- a/game/modules/tome/data/factions.lua +++ b/game/modules/tome/data/factions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/encounters/fareast-npcs.lua b/game/modules/tome/data/general/encounters/fareast-npcs.lua index 74d50cfdca..1b64ee0b74 100644 --- a/game/modules/tome/data/general/encounters/fareast-npcs.lua +++ b/game/modules/tome/data/general/encounters/fareast-npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/encounters/fareast.lua b/game/modules/tome/data/general/encounters/fareast.lua index c9ec26a126..d441d07237 100644 --- a/game/modules/tome/data/general/encounters/fareast.lua +++ b/game/modules/tome/data/general/encounters/fareast.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/encounters/maj-eyal-npcs.lua b/game/modules/tome/data/general/encounters/maj-eyal-npcs.lua index dce5cde24c..d976c87649 100644 --- a/game/modules/tome/data/general/encounters/maj-eyal-npcs.lua +++ b/game/modules/tome/data/general/encounters/maj-eyal-npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/encounters/maj-eyal.lua b/game/modules/tome/data/general/encounters/maj-eyal.lua index ae783540b6..1dfa7b979a 100644 --- a/game/modules/tome/data/general/encounters/maj-eyal.lua +++ b/game/modules/tome/data/general/encounters/maj-eyal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/antimagic-bush.lua b/game/modules/tome/data/general/events/antimagic-bush.lua index 3c86a5bd7f..bfd8327f65 100644 --- a/game/modules/tome/data/general/events/antimagic-bush.lua +++ b/game/modules/tome/data/general/events/antimagic-bush.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/bligthed-soil.lua b/game/modules/tome/data/general/events/bligthed-soil.lua index 85a5aa50b4..8148070f64 100644 --- a/game/modules/tome/data/general/events/bligthed-soil.lua +++ b/game/modules/tome/data/general/events/bligthed-soil.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/crystaline-forest.lua b/game/modules/tome/data/general/events/crystaline-forest.lua index 715131c17c..4757e12457 100644 --- a/game/modules/tome/data/general/events/crystaline-forest.lua +++ b/game/modules/tome/data/general/events/crystaline-forest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/cultists.lua b/game/modules/tome/data/general/events/cultists.lua index 76de31b60b..3d50d6e0f0 100644 --- a/game/modules/tome/data/general/events/cultists.lua +++ b/game/modules/tome/data/general/events/cultists.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/damp-cave.lua b/game/modules/tome/data/general/events/damp-cave.lua index 4f5adba928..92d0af8687 100644 --- a/game/modules/tome/data/general/events/damp-cave.lua +++ b/game/modules/tome/data/general/events/damp-cave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/drake-cave.lua b/game/modules/tome/data/general/events/drake-cave.lua index 04bb642bcf..fbe3e48193 100644 --- a/game/modules/tome/data/general/events/drake-cave.lua +++ b/game/modules/tome/data/general/events/drake-cave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/fearscape-portal.lua b/game/modules/tome/data/general/events/fearscape-portal.lua index d013d12e6e..75e80ef5c2 100644 --- a/game/modules/tome/data/general/events/fearscape-portal.lua +++ b/game/modules/tome/data/general/events/fearscape-portal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/fell-aura.lua b/game/modules/tome/data/general/events/fell-aura.lua index 84fcd04372..8fb5fc4b4d 100644 --- a/game/modules/tome/data/general/events/fell-aura.lua +++ b/game/modules/tome/data/general/events/fell-aura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/font-life.lua b/game/modules/tome/data/general/events/font-life.lua index 8b363bab91..6cf15b18d0 100644 --- a/game/modules/tome/data/general/events/font-life.lua +++ b/game/modules/tome/data/general/events/font-life.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/glimmerstone.lua b/game/modules/tome/data/general/events/glimmerstone.lua index f0331c11a9..4caf2c7668 100644 --- a/game/modules/tome/data/general/events/glimmerstone.lua +++ b/game/modules/tome/data/general/events/glimmerstone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/glowing-chest.lua b/game/modules/tome/data/general/events/glowing-chest.lua index 34c851c465..a2ab528c08 100644 --- a/game/modules/tome/data/general/events/glowing-chest.lua +++ b/game/modules/tome/data/general/events/glowing-chest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/groups/fareast-generic.lua b/game/modules/tome/data/general/events/groups/fareast-generic.lua index eeb8d29e46..abebbd827a 100644 --- a/game/modules/tome/data/general/events/groups/fareast-generic.lua +++ b/game/modules/tome/data/general/events/groups/fareast-generic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/groups/majeyal-generic.lua b/game/modules/tome/data/general/events/groups/majeyal-generic.lua index 492bc6fcd7..2b49bec1e5 100644 --- a/game/modules/tome/data/general/events/groups/majeyal-generic.lua +++ b/game/modules/tome/data/general/events/groups/majeyal-generic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/groups/outdoor-fareast-generic.lua b/game/modules/tome/data/general/events/groups/outdoor-fareast-generic.lua index 8058359a63..de07dcd15c 100644 --- a/game/modules/tome/data/general/events/groups/outdoor-fareast-generic.lua +++ b/game/modules/tome/data/general/events/groups/outdoor-fareast-generic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/groups/outdoor-majeyal-generic.lua b/game/modules/tome/data/general/events/groups/outdoor-majeyal-generic.lua index c9d187fb00..c4373330d8 100644 --- a/game/modules/tome/data/general/events/groups/outdoor-majeyal-generic.lua +++ b/game/modules/tome/data/general/events/groups/outdoor-majeyal-generic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/groups/outdoor-majeyal-gloomy.lua b/game/modules/tome/data/general/events/groups/outdoor-majeyal-gloomy.lua index 59b1044ec9..25a1e9bf22 100644 --- a/game/modules/tome/data/general/events/groups/outdoor-majeyal-gloomy.lua +++ b/game/modules/tome/data/general/events/groups/outdoor-majeyal-gloomy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/icy-ground.lua b/game/modules/tome/data/general/events/icy-ground.lua index ac030ffa10..160eb9ef31 100644 --- a/game/modules/tome/data/general/events/icy-ground.lua +++ b/game/modules/tome/data/general/events/icy-ground.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/meteor.lua b/game/modules/tome/data/general/events/meteor.lua index 33759d72b7..eb9f598e2f 100644 --- a/game/modules/tome/data/general/events/meteor.lua +++ b/game/modules/tome/data/general/events/meteor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/naga-portal.lua b/game/modules/tome/data/general/events/naga-portal.lua index d8bd80503c..4f49513bf3 100644 --- a/game/modules/tome/data/general/events/naga-portal.lua +++ b/game/modules/tome/data/general/events/naga-portal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/necrotic-air.lua b/game/modules/tome/data/general/events/necrotic-air.lua index 7bee2e3434..2fe32d4164 100644 --- a/game/modules/tome/data/general/events/necrotic-air.lua +++ b/game/modules/tome/data/general/events/necrotic-air.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/noxious-caldera.lua b/game/modules/tome/data/general/events/noxious-caldera.lua index 6d52ce4f29..483de96ce6 100644 --- a/game/modules/tome/data/general/events/noxious-caldera.lua +++ b/game/modules/tome/data/general/events/noxious-caldera.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/old-battle-field.lua b/game/modules/tome/data/general/events/old-battle-field.lua index 0c254b9f10..4669add732 100644 --- a/game/modules/tome/data/general/events/old-battle-field.lua +++ b/game/modules/tome/data/general/events/old-battle-field.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/protective-aura.lua b/game/modules/tome/data/general/events/protective-aura.lua index b49b4762a2..abcd10b096 100644 --- a/game/modules/tome/data/general/events/protective-aura.lua +++ b/game/modules/tome/data/general/events/protective-aura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/pyroclast.lua b/game/modules/tome/data/general/events/pyroclast.lua index 52293eb3b9..6f8e6d5e4a 100644 --- a/game/modules/tome/data/general/events/pyroclast.lua +++ b/game/modules/tome/data/general/events/pyroclast.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/rat-lich.lua b/game/modules/tome/data/general/events/rat-lich.lua index 3ce0f015d6..c14ae575b9 100644 --- a/game/modules/tome/data/general/events/rat-lich.lua +++ b/game/modules/tome/data/general/events/rat-lich.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/slimey-pool.lua b/game/modules/tome/data/general/events/slimey-pool.lua index 089f35597c..1f33b5a377 100644 --- a/game/modules/tome/data/general/events/slimey-pool.lua +++ b/game/modules/tome/data/general/events/slimey-pool.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/sludgenest.lua b/game/modules/tome/data/general/events/sludgenest.lua index 3f00d0528f..57322d253e 100644 --- a/game/modules/tome/data/general/events/sludgenest.lua +++ b/game/modules/tome/data/general/events/sludgenest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/snowstorm.lua b/game/modules/tome/data/general/events/snowstorm.lua index 9ecc820444..c66d3d6d0d 100644 --- a/game/modules/tome/data/general/events/snowstorm.lua +++ b/game/modules/tome/data/general/events/snowstorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/spellblaze-scar.lua b/game/modules/tome/data/general/events/spellblaze-scar.lua index 60160713d9..4b5e282e79 100644 --- a/game/modules/tome/data/general/events/spellblaze-scar.lua +++ b/game/modules/tome/data/general/events/spellblaze-scar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/thunderstorm.lua b/game/modules/tome/data/general/events/thunderstorm.lua index 32be6c3ff8..bdcfe79dab 100644 --- a/game/modules/tome/data/general/events/thunderstorm.lua +++ b/game/modules/tome/data/general/events/thunderstorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/tombstones.lua b/game/modules/tome/data/general/events/tombstones.lua index 391c5505be..97e94f882c 100644 --- a/game/modules/tome/data/general/events/tombstones.lua +++ b/game/modules/tome/data/general/events/tombstones.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/weird-pedestals.lua b/game/modules/tome/data/general/events/weird-pedestals.lua index 7c8a99ee89..5d1550d3b6 100644 --- a/game/modules/tome/data/general/events/weird-pedestals.lua +++ b/game/modules/tome/data/general/events/weird-pedestals.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/events/whistling-vortex.lua b/game/modules/tome/data/general/events/whistling-vortex.lua index 29b16825cc..1f0f343e94 100644 --- a/game/modules/tome/data/general/events/whistling-vortex.lua +++ b/game/modules/tome/data/general/events/whistling-vortex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/basic.lua b/game/modules/tome/data/general/grids/basic.lua index 261753a4f5..8ad93ad5cd 100644 --- a/game/modules/tome/data/general/grids/basic.lua +++ b/game/modules/tome/data/general/grids/basic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/bone.lua b/game/modules/tome/data/general/grids/bone.lua index 35e0d2ff92..f8ac82117b 100644 --- a/game/modules/tome/data/general/grids/bone.lua +++ b/game/modules/tome/data/general/grids/bone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/burntland.lua b/game/modules/tome/data/general/grids/burntland.lua index 236441091a..92b50b888d 100644 --- a/game/modules/tome/data/general/grids/burntland.lua +++ b/game/modules/tome/data/general/grids/burntland.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/cave.lua b/game/modules/tome/data/general/grids/cave.lua index eefbd7dda2..3f0937b0b0 100644 --- a/game/modules/tome/data/general/grids/cave.lua +++ b/game/modules/tome/data/general/grids/cave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/forest.lua b/game/modules/tome/data/general/grids/forest.lua index 64b6eeee70..88aa872960 100644 --- a/game/modules/tome/data/general/grids/forest.lua +++ b/game/modules/tome/data/general/grids/forest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/fortress.lua b/game/modules/tome/data/general/grids/fortress.lua index ce6a0fa865..795f6a94a8 100644 --- a/game/modules/tome/data/general/grids/fortress.lua +++ b/game/modules/tome/data/general/grids/fortress.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/ice.lua b/game/modules/tome/data/general/grids/ice.lua index e59b0266a8..c534bdb0a6 100644 --- a/game/modules/tome/data/general/grids/ice.lua +++ b/game/modules/tome/data/general/grids/ice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/icecave.lua b/game/modules/tome/data/general/grids/icecave.lua index ab1b93a028..adbb45db89 100644 --- a/game/modules/tome/data/general/grids/icecave.lua +++ b/game/modules/tome/data/general/grids/icecave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/jungle.lua b/game/modules/tome/data/general/grids/jungle.lua index f40b161edc..2e7a72b14f 100644 --- a/game/modules/tome/data/general/grids/jungle.lua +++ b/game/modules/tome/data/general/grids/jungle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/jungle_hut.lua b/game/modules/tome/data/general/grids/jungle_hut.lua index cd9ae8bc0c..250cfe2692 100644 --- a/game/modules/tome/data/general/grids/jungle_hut.lua +++ b/game/modules/tome/data/general/grids/jungle_hut.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/lava.lua b/game/modules/tome/data/general/grids/lava.lua index c5d24bd827..05ba74b480 100644 --- a/game/modules/tome/data/general/grids/lava.lua +++ b/game/modules/tome/data/general/grids/lava.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/mountain.lua b/game/modules/tome/data/general/grids/mountain.lua index 1a41a54f8c..1908780f9c 100644 --- a/game/modules/tome/data/general/grids/mountain.lua +++ b/game/modules/tome/data/general/grids/mountain.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/sand.lua b/game/modules/tome/data/general/grids/sand.lua index b695bc1c41..fab39ac1f8 100644 --- a/game/modules/tome/data/general/grids/sand.lua +++ b/game/modules/tome/data/general/grids/sand.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/slime.lua b/game/modules/tome/data/general/grids/slime.lua index dbef092313..3a40f26761 100644 --- a/game/modules/tome/data/general/grids/slime.lua +++ b/game/modules/tome/data/general/grids/slime.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/underground.lua b/game/modules/tome/data/general/grids/underground.lua index 029ee1f646..f40f352c5c 100644 --- a/game/modules/tome/data/general/grids/underground.lua +++ b/game/modules/tome/data/general/grids/underground.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/void.lua b/game/modules/tome/data/general/grids/void.lua index df493e3aed..d8c2b6eb97 100644 --- a/game/modules/tome/data/general/grids/void.lua +++ b/game/modules/tome/data/general/grids/void.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/grids/water.lua b/game/modules/tome/data/general/grids/water.lua index 1884bebabc..fbed20788c 100644 --- a/game/modules/tome/data/general/grids/water.lua +++ b/game/modules/tome/data/general/grids/water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/all.lua b/game/modules/tome/data/general/npcs/all.lua index e1673bcf9b..f0e74376f7 100644 --- a/game/modules/tome/data/general/npcs/all.lua +++ b/game/modules/tome/data/general/npcs/all.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/ant.lua b/game/modules/tome/data/general/npcs/ant.lua index 689dd64f60..05cb98ad30 100644 --- a/game/modules/tome/data/general/npcs/ant.lua +++ b/game/modules/tome/data/general/npcs/ant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/aquatic_critter.lua b/game/modules/tome/data/general/npcs/aquatic_critter.lua index 9dbead7c1d..7a2c0a7965 100644 --- a/game/modules/tome/data/general/npcs/aquatic_critter.lua +++ b/game/modules/tome/data/general/npcs/aquatic_critter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/aquatic_demon.lua b/game/modules/tome/data/general/npcs/aquatic_demon.lua index 465cd9c9b8..992ddb2214 100644 --- a/game/modules/tome/data/general/npcs/aquatic_demon.lua +++ b/game/modules/tome/data/general/npcs/aquatic_demon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/bear.lua b/game/modules/tome/data/general/npcs/bear.lua index 801fffce64..4f2f178a35 100644 --- a/game/modules/tome/data/general/npcs/bear.lua +++ b/game/modules/tome/data/general/npcs/bear.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/bird.lua b/game/modules/tome/data/general/npcs/bird.lua index 29e2cf5112..bfacce1c34 100644 --- a/game/modules/tome/data/general/npcs/bird.lua +++ b/game/modules/tome/data/general/npcs/bird.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/bone-giant.lua b/game/modules/tome/data/general/npcs/bone-giant.lua index e26387c97d..0a40a37db5 100644 --- a/game/modules/tome/data/general/npcs/bone-giant.lua +++ b/game/modules/tome/data/general/npcs/bone-giant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/canine.lua b/game/modules/tome/data/general/npcs/canine.lua index c3571cba5d..3364d75436 100644 --- a/game/modules/tome/data/general/npcs/canine.lua +++ b/game/modules/tome/data/general/npcs/canine.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/cold-drake.lua b/game/modules/tome/data/general/npcs/cold-drake.lua index 7110bb6477..9bc76b4d61 100644 --- a/game/modules/tome/data/general/npcs/cold-drake.lua +++ b/game/modules/tome/data/general/npcs/cold-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/construct.lua b/game/modules/tome/data/general/npcs/construct.lua index c6f498c779..3e55d85105 100644 --- a/game/modules/tome/data/general/npcs/construct.lua +++ b/game/modules/tome/data/general/npcs/construct.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/elven-caster.lua b/game/modules/tome/data/general/npcs/elven-caster.lua index 28a894d169..9650140ea4 100644 --- a/game/modules/tome/data/general/npcs/elven-caster.lua +++ b/game/modules/tome/data/general/npcs/elven-caster.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/elven-warrior.lua b/game/modules/tome/data/general/npcs/elven-warrior.lua index d8ab57420f..2ec94b2ed6 100644 --- a/game/modules/tome/data/general/npcs/elven-warrior.lua +++ b/game/modules/tome/data/general/npcs/elven-warrior.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/faeros.lua b/game/modules/tome/data/general/npcs/faeros.lua index aaef93d540..b900a03e1a 100644 --- a/game/modules/tome/data/general/npcs/faeros.lua +++ b/game/modules/tome/data/general/npcs/faeros.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/feline.lua b/game/modules/tome/data/general/npcs/feline.lua index 1b51d21ead..cf91c213f8 100644 --- a/game/modules/tome/data/general/npcs/feline.lua +++ b/game/modules/tome/data/general/npcs/feline.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/fire-drake.lua b/game/modules/tome/data/general/npcs/fire-drake.lua index 07b5e38412..ee6221caae 100644 --- a/game/modules/tome/data/general/npcs/fire-drake.lua +++ b/game/modules/tome/data/general/npcs/fire-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/ghost.lua b/game/modules/tome/data/general/npcs/ghost.lua index f7e3ff7026..56ee4927f3 100644 --- a/game/modules/tome/data/general/npcs/ghost.lua +++ b/game/modules/tome/data/general/npcs/ghost.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/ghoul.lua b/game/modules/tome/data/general/npcs/ghoul.lua index f1b920fff6..d6c98257ec 100644 --- a/game/modules/tome/data/general/npcs/ghoul.lua +++ b/game/modules/tome/data/general/npcs/ghoul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/gwelgoroth.lua b/game/modules/tome/data/general/npcs/gwelgoroth.lua index 6118a2a33a..76207aecdf 100644 --- a/game/modules/tome/data/general/npcs/gwelgoroth.lua +++ b/game/modules/tome/data/general/npcs/gwelgoroth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/horror-corrupted.lua b/game/modules/tome/data/general/npcs/horror-corrupted.lua index 32d97a6b0f..465c900ac9 100644 --- a/game/modules/tome/data/general/npcs/horror-corrupted.lua +++ b/game/modules/tome/data/general/npcs/horror-corrupted.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/horror-undead.lua b/game/modules/tome/data/general/npcs/horror-undead.lua index 16d4338bb2..ccee4662f0 100644 --- a/game/modules/tome/data/general/npcs/horror-undead.lua +++ b/game/modules/tome/data/general/npcs/horror-undead.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/horror.lua b/game/modules/tome/data/general/npcs/horror.lua index 72c07cdfee..0a14809d55 100644 --- a/game/modules/tome/data/general/npcs/horror.lua +++ b/game/modules/tome/data/general/npcs/horror.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/horror_aquatic.lua b/game/modules/tome/data/general/npcs/horror_aquatic.lua index dc356c0034..21ec1628d5 100644 --- a/game/modules/tome/data/general/npcs/horror_aquatic.lua +++ b/game/modules/tome/data/general/npcs/horror_aquatic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/horror_temporal.lua b/game/modules/tome/data/general/npcs/horror_temporal.lua index 1959083cc5..6d18fa7fb4 100644 --- a/game/modules/tome/data/general/npcs/horror_temporal.lua +++ b/game/modules/tome/data/general/npcs/horror_temporal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/humanoid_random_boss.lua b/game/modules/tome/data/general/npcs/humanoid_random_boss.lua index a426bed6fa..01bcdb4875 100644 --- a/game/modules/tome/data/general/npcs/humanoid_random_boss.lua +++ b/game/modules/tome/data/general/npcs/humanoid_random_boss.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/jelly.lua b/game/modules/tome/data/general/npcs/jelly.lua index 252065d32d..788d6b5b08 100644 --- a/game/modules/tome/data/general/npcs/jelly.lua +++ b/game/modules/tome/data/general/npcs/jelly.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/lich.lua b/game/modules/tome/data/general/npcs/lich.lua index 0ea9680c6a..d4dbc782bd 100644 --- a/game/modules/tome/data/general/npcs/lich.lua +++ b/game/modules/tome/data/general/npcs/lich.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/losgoroth.lua b/game/modules/tome/data/general/npcs/losgoroth.lua index 8536a0de02..9de25491ca 100644 --- a/game/modules/tome/data/general/npcs/losgoroth.lua +++ b/game/modules/tome/data/general/npcs/losgoroth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/major-demon.lua b/game/modules/tome/data/general/npcs/major-demon.lua index 4400a64164..70aed2de4d 100644 --- a/game/modules/tome/data/general/npcs/major-demon.lua +++ b/game/modules/tome/data/general/npcs/major-demon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/minor-demon.lua b/game/modules/tome/data/general/npcs/minor-demon.lua index eedb854283..ba91341c7a 100644 --- a/game/modules/tome/data/general/npcs/minor-demon.lua +++ b/game/modules/tome/data/general/npcs/minor-demon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/minotaur.lua b/game/modules/tome/data/general/npcs/minotaur.lua index 50d1978c71..07f051e198 100644 --- a/game/modules/tome/data/general/npcs/minotaur.lua +++ b/game/modules/tome/data/general/npcs/minotaur.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/molds.lua b/game/modules/tome/data/general/npcs/molds.lua index c420961cbd..5a43f2870e 100644 --- a/game/modules/tome/data/general/npcs/molds.lua +++ b/game/modules/tome/data/general/npcs/molds.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/multihued-drake.lua b/game/modules/tome/data/general/npcs/multihued-drake.lua index e1b9077348..fe0de4a483 100644 --- a/game/modules/tome/data/general/npcs/multihued-drake.lua +++ b/game/modules/tome/data/general/npcs/multihued-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/mummy.lua b/game/modules/tome/data/general/npcs/mummy.lua index 97ef240942..5079784c2c 100644 --- a/game/modules/tome/data/general/npcs/mummy.lua +++ b/game/modules/tome/data/general/npcs/mummy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/naga.lua b/game/modules/tome/data/general/npcs/naga.lua index 12b1cdbd60..7707d0fba4 100644 --- a/game/modules/tome/data/general/npcs/naga.lua +++ b/game/modules/tome/data/general/npcs/naga.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/ooze.lua b/game/modules/tome/data/general/npcs/ooze.lua index f8280db6ff..c9a121a3ce 100644 --- a/game/modules/tome/data/general/npcs/ooze.lua +++ b/game/modules/tome/data/general/npcs/ooze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/orc-gorbat.lua b/game/modules/tome/data/general/npcs/orc-gorbat.lua index 1af25fe461..5d11a3110e 100644 --- a/game/modules/tome/data/general/npcs/orc-gorbat.lua +++ b/game/modules/tome/data/general/npcs/orc-gorbat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/orc-grushnak.lua b/game/modules/tome/data/general/npcs/orc-grushnak.lua index ea3018dcc5..fbe86abf6c 100644 --- a/game/modules/tome/data/general/npcs/orc-grushnak.lua +++ b/game/modules/tome/data/general/npcs/orc-grushnak.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/orc-rak-shor.lua b/game/modules/tome/data/general/npcs/orc-rak-shor.lua index bbd4c7d887..306c2b1c7b 100644 --- a/game/modules/tome/data/general/npcs/orc-rak-shor.lua +++ b/game/modules/tome/data/general/npcs/orc-rak-shor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/orc-vor.lua b/game/modules/tome/data/general/npcs/orc-vor.lua index e9511ea94c..088724fb57 100644 --- a/game/modules/tome/data/general/npcs/orc-vor.lua +++ b/game/modules/tome/data/general/npcs/orc-vor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/orc.lua b/game/modules/tome/data/general/npcs/orc.lua index 2481d008a2..502ce28b04 100644 --- a/game/modules/tome/data/general/npcs/orc.lua +++ b/game/modules/tome/data/general/npcs/orc.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/plant.lua b/game/modules/tome/data/general/npcs/plant.lua index 2b7af09c32..7136fed605 100644 --- a/game/modules/tome/data/general/npcs/plant.lua +++ b/game/modules/tome/data/general/npcs/plant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/random_zone.lua b/game/modules/tome/data/general/npcs/random_zone.lua index 15fb81b3d9..0d9530c935 100644 --- a/game/modules/tome/data/general/npcs/random_zone.lua +++ b/game/modules/tome/data/general/npcs/random_zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/ritch.lua b/game/modules/tome/data/general/npcs/ritch.lua index c58734f3a6..21bff9a4b2 100644 --- a/game/modules/tome/data/general/npcs/ritch.lua +++ b/game/modules/tome/data/general/npcs/ritch.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/rodent.lua b/game/modules/tome/data/general/npcs/rodent.lua index f031c6fd2d..49a52b56c3 100644 --- a/game/modules/tome/data/general/npcs/rodent.lua +++ b/game/modules/tome/data/general/npcs/rodent.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/sandworm.lua b/game/modules/tome/data/general/npcs/sandworm.lua index 45086dd43c..47da10da3a 100644 --- a/game/modules/tome/data/general/npcs/sandworm.lua +++ b/game/modules/tome/data/general/npcs/sandworm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/shade.lua b/game/modules/tome/data/general/npcs/shade.lua index 68691bbe7b..91f3e69195 100644 --- a/game/modules/tome/data/general/npcs/shade.lua +++ b/game/modules/tome/data/general/npcs/shade.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/shertul.lua b/game/modules/tome/data/general/npcs/shertul.lua index 5bc1fa80c6..c0cacf12c7 100644 --- a/game/modules/tome/data/general/npcs/shertul.lua +++ b/game/modules/tome/data/general/npcs/shertul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/shivgoroth.lua b/game/modules/tome/data/general/npcs/shivgoroth.lua index 39c6660e89..3f2cae7b52 100644 --- a/game/modules/tome/data/general/npcs/shivgoroth.lua +++ b/game/modules/tome/data/general/npcs/shivgoroth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/skeleton.lua b/game/modules/tome/data/general/npcs/skeleton.lua index 783079cff7..a9067cf5c5 100644 --- a/game/modules/tome/data/general/npcs/skeleton.lua +++ b/game/modules/tome/data/general/npcs/skeleton.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/snake.lua b/game/modules/tome/data/general/npcs/snake.lua index e2270b0bfb..b6d8c89612 100644 --- a/game/modules/tome/data/general/npcs/snake.lua +++ b/game/modules/tome/data/general/npcs/snake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/snow-giant.lua b/game/modules/tome/data/general/npcs/snow-giant.lua index 7901bda14d..4362aab14d 100644 --- a/game/modules/tome/data/general/npcs/snow-giant.lua +++ b/game/modules/tome/data/general/npcs/snow-giant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/spider.lua b/game/modules/tome/data/general/npcs/spider.lua index d136221e8a..8349bc2265 100644 --- a/game/modules/tome/data/general/npcs/spider.lua +++ b/game/modules/tome/data/general/npcs/spider.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/storm-drake.lua b/game/modules/tome/data/general/npcs/storm-drake.lua index d45fdf0667..5630d1467d 100644 --- a/game/modules/tome/data/general/npcs/storm-drake.lua +++ b/game/modules/tome/data/general/npcs/storm-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/sunwall-town.lua b/game/modules/tome/data/general/npcs/sunwall-town.lua index dc302631ef..bf54af6666 100644 --- a/game/modules/tome/data/general/npcs/sunwall-town.lua +++ b/game/modules/tome/data/general/npcs/sunwall-town.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/swarm.lua b/game/modules/tome/data/general/npcs/swarm.lua index 74c33b8301..b876d41e19 100644 --- a/game/modules/tome/data/general/npcs/swarm.lua +++ b/game/modules/tome/data/general/npcs/swarm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/telugoroth.lua b/game/modules/tome/data/general/npcs/telugoroth.lua index f98ddb0de9..49469f1869 100644 --- a/game/modules/tome/data/general/npcs/telugoroth.lua +++ b/game/modules/tome/data/general/npcs/telugoroth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/thieve.lua b/game/modules/tome/data/general/npcs/thieve.lua index c2bbe6cac2..94cf4071fd 100644 --- a/game/modules/tome/data/general/npcs/thieve.lua +++ b/game/modules/tome/data/general/npcs/thieve.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/troll.lua b/game/modules/tome/data/general/npcs/troll.lua index af09971bb0..d182b8c342 100644 --- a/game/modules/tome/data/general/npcs/troll.lua +++ b/game/modules/tome/data/general/npcs/troll.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/undead-rat.lua b/game/modules/tome/data/general/npcs/undead-rat.lua index 90d7854f46..4d37da49e2 100644 --- a/game/modules/tome/data/general/npcs/undead-rat.lua +++ b/game/modules/tome/data/general/npcs/undead-rat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/vampire.lua b/game/modules/tome/data/general/npcs/vampire.lua index f3310d928b..58764dce0f 100644 --- a/game/modules/tome/data/general/npcs/vampire.lua +++ b/game/modules/tome/data/general/npcs/vampire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/venom-drake.lua b/game/modules/tome/data/general/npcs/venom-drake.lua index 9ee90e0df6..6d86c879f7 100644 --- a/game/modules/tome/data/general/npcs/venom-drake.lua +++ b/game/modules/tome/data/general/npcs/venom-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/vermin.lua b/game/modules/tome/data/general/npcs/vermin.lua index dd5cf5da3b..30ddb58ab5 100644 --- a/game/modules/tome/data/general/npcs/vermin.lua +++ b/game/modules/tome/data/general/npcs/vermin.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/wight.lua b/game/modules/tome/data/general/npcs/wight.lua index f48c5752e5..5118ce76c1 100644 --- a/game/modules/tome/data/general/npcs/wight.lua +++ b/game/modules/tome/data/general/npcs/wight.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/wild-drake.lua b/game/modules/tome/data/general/npcs/wild-drake.lua index 54a96a994b..798623943a 100644 --- a/game/modules/tome/data/general/npcs/wild-drake.lua +++ b/game/modules/tome/data/general/npcs/wild-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/xorn.lua b/game/modules/tome/data/general/npcs/xorn.lua index 0cd7909c79..69d3e5ceb4 100644 --- a/game/modules/tome/data/general/npcs/xorn.lua +++ b/game/modules/tome/data/general/npcs/xorn.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/yaech.lua b/game/modules/tome/data/general/npcs/yaech.lua index 876193b1ba..1fd4ebc474 100644 --- a/game/modules/tome/data/general/npcs/yaech.lua +++ b/game/modules/tome/data/general/npcs/yaech.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/npcs/ziguranth.lua b/game/modules/tome/data/general/npcs/ziguranth.lua index 0e9ff6b3dc..46d4533385 100644 --- a/game/modules/tome/data/general/npcs/ziguranth.lua +++ b/game/modules/tome/data/general/npcs/ziguranth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/2haxes.lua b/game/modules/tome/data/general/objects/2haxes.lua index c786c9ed3a..68339fb0a1 100644 --- a/game/modules/tome/data/general/objects/2haxes.lua +++ b/game/modules/tome/data/general/objects/2haxes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/2hmaces.lua b/game/modules/tome/data/general/objects/2hmaces.lua index d801f9744a..f2b08edd3d 100644 --- a/game/modules/tome/data/general/objects/2hmaces.lua +++ b/game/modules/tome/data/general/objects/2hmaces.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/2hswords.lua b/game/modules/tome/data/general/objects/2hswords.lua index 63aba88131..1e529128c5 100644 --- a/game/modules/tome/data/general/objects/2hswords.lua +++ b/game/modules/tome/data/general/objects/2hswords.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/2htridents.lua b/game/modules/tome/data/general/objects/2htridents.lua index df7568c415..32229fc595 100644 --- a/game/modules/tome/data/general/objects/2htridents.lua +++ b/game/modules/tome/data/general/objects/2htridents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/axes.lua b/game/modules/tome/data/general/objects/axes.lua index 2cb66186b0..75296cbbdf 100644 --- a/game/modules/tome/data/general/objects/axes.lua +++ b/game/modules/tome/data/general/objects/axes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua index d8994ffb36..c9ba79838b 100644 --- a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua +++ b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/boss-artifacts.lua b/game/modules/tome/data/general/objects/boss-artifacts.lua index 6691c7ddfc..d7524a1339 100644 --- a/game/modules/tome/data/general/objects/boss-artifacts.lua +++ b/game/modules/tome/data/general/objects/boss-artifacts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/bows.lua b/game/modules/tome/data/general/objects/bows.lua index 8373e90546..43fbf73ca5 100644 --- a/game/modules/tome/data/general/objects/bows.lua +++ b/game/modules/tome/data/general/objects/bows.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/brotherhood-artifacts.lua b/game/modules/tome/data/general/objects/brotherhood-artifacts.lua index 659b023d77..e1effb370a 100644 --- a/game/modules/tome/data/general/objects/brotherhood-artifacts.lua +++ b/game/modules/tome/data/general/objects/brotherhood-artifacts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/cloak.lua b/game/modules/tome/data/general/objects/cloak.lua index 6950b7336c..4fb7ba8461 100644 --- a/game/modules/tome/data/general/objects/cloak.lua +++ b/game/modules/tome/data/general/objects/cloak.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/cloth-armors.lua b/game/modules/tome/data/general/objects/cloth-armors.lua index 9d718c3ed4..9ee52eff97 100644 --- a/game/modules/tome/data/general/objects/cloth-armors.lua +++ b/game/modules/tome/data/general/objects/cloth-armors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/digger.lua b/game/modules/tome/data/general/objects/digger.lua index df4735dc2d..6990a2aaf1 100644 --- a/game/modules/tome/data/general/objects/digger.lua +++ b/game/modules/tome/data/general/objects/digger.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/ammo.lua b/game/modules/tome/data/general/objects/egos/ammo.lua index 805908fae6..b0027c5977 100644 --- a/game/modules/tome/data/general/objects/egos/ammo.lua +++ b/game/modules/tome/data/general/objects/egos/ammo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/amulets.lua b/game/modules/tome/data/general/objects/egos/amulets.lua index 8a174cd928..6bd3f66e8a 100644 --- a/game/modules/tome/data/general/objects/egos/amulets.lua +++ b/game/modules/tome/data/general/objects/egos/amulets.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/armor.lua b/game/modules/tome/data/general/objects/egos/armor.lua index 417b5122cf..f112bde9e6 100644 --- a/game/modules/tome/data/general/objects/egos/armor.lua +++ b/game/modules/tome/data/general/objects/egos/armor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/belt.lua b/game/modules/tome/data/general/objects/egos/belt.lua index b374948847..edff20d31c 100644 --- a/game/modules/tome/data/general/objects/egos/belt.lua +++ b/game/modules/tome/data/general/objects/egos/belt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/boots.lua b/game/modules/tome/data/general/objects/egos/boots.lua index 3d28ee29cc..ea6d17c409 100644 --- a/game/modules/tome/data/general/objects/egos/boots.lua +++ b/game/modules/tome/data/general/objects/egos/boots.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/bow.lua b/game/modules/tome/data/general/objects/egos/bow.lua index d9c24c0232..e7c1c89f66 100644 --- a/game/modules/tome/data/general/objects/egos/bow.lua +++ b/game/modules/tome/data/general/objects/egos/bow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/charged-attack.lua b/game/modules/tome/data/general/objects/egos/charged-attack.lua index 0f94d05f4c..8d829e4457 100644 --- a/game/modules/tome/data/general/objects/egos/charged-attack.lua +++ b/game/modules/tome/data/general/objects/egos/charged-attack.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/charged-defensive.lua b/game/modules/tome/data/general/objects/egos/charged-defensive.lua index 20f261f9e9..0fb7bace3c 100644 --- a/game/modules/tome/data/general/objects/egos/charged-defensive.lua +++ b/game/modules/tome/data/general/objects/egos/charged-defensive.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/charged-utility.lua b/game/modules/tome/data/general/objects/egos/charged-utility.lua index 26ff104eb5..293db8d8e6 100644 --- a/game/modules/tome/data/general/objects/egos/charged-utility.lua +++ b/game/modules/tome/data/general/objects/egos/charged-utility.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/charms.lua b/game/modules/tome/data/general/objects/egos/charms.lua index e28150de74..ac5f11da65 100644 --- a/game/modules/tome/data/general/objects/egos/charms.lua +++ b/game/modules/tome/data/general/objects/egos/charms.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/cloak.lua b/game/modules/tome/data/general/objects/egos/cloak.lua index 522048c40e..e952f4dce0 100644 --- a/game/modules/tome/data/general/objects/egos/cloak.lua +++ b/game/modules/tome/data/general/objects/egos/cloak.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/digger.lua b/game/modules/tome/data/general/objects/egos/digger.lua index 0189be403a..aa8971212c 100644 --- a/game/modules/tome/data/general/objects/egos/digger.lua +++ b/game/modules/tome/data/general/objects/egos/digger.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/heavy-armor.lua b/game/modules/tome/data/general/objects/egos/heavy-armor.lua index 22b75ae553..5b2d020ff2 100644 --- a/game/modules/tome/data/general/objects/egos/heavy-armor.lua +++ b/game/modules/tome/data/general/objects/egos/heavy-armor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/helm.lua b/game/modules/tome/data/general/objects/egos/helm.lua index 4e9fd76cae..abe4dd10cc 100644 --- a/game/modules/tome/data/general/objects/egos/helm.lua +++ b/game/modules/tome/data/general/objects/egos/helm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/infusions.lua b/game/modules/tome/data/general/objects/egos/infusions.lua index d44dfc1755..64b8189c09 100644 --- a/game/modules/tome/data/general/objects/egos/infusions.lua +++ b/game/modules/tome/data/general/objects/egos/infusions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/light-armor.lua b/game/modules/tome/data/general/objects/egos/light-armor.lua index 89a3a3cfa4..df797062e0 100644 --- a/game/modules/tome/data/general/objects/egos/light-armor.lua +++ b/game/modules/tome/data/general/objects/egos/light-armor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/light-boots.lua b/game/modules/tome/data/general/objects/egos/light-boots.lua index 76138fb6a1..faf87b25ec 100644 --- a/game/modules/tome/data/general/objects/egos/light-boots.lua +++ b/game/modules/tome/data/general/objects/egos/light-boots.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/lite.lua b/game/modules/tome/data/general/objects/egos/lite.lua index 3549b7ead5..cf3c0add14 100644 --- a/game/modules/tome/data/general/objects/egos/lite.lua +++ b/game/modules/tome/data/general/objects/egos/lite.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/massive-armor.lua b/game/modules/tome/data/general/objects/egos/massive-armor.lua index c6603d5349..ad22983fa6 100644 --- a/game/modules/tome/data/general/objects/egos/massive-armor.lua +++ b/game/modules/tome/data/general/objects/egos/massive-armor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/mindstars.lua b/game/modules/tome/data/general/objects/egos/mindstars.lua index 279aca7212..713f683520 100644 --- a/game/modules/tome/data/general/objects/egos/mindstars.lua +++ b/game/modules/tome/data/general/objects/egos/mindstars.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/potions.lua b/game/modules/tome/data/general/objects/egos/potions.lua index e5bac93e0d..42425295e6 100644 --- a/game/modules/tome/data/general/objects/egos/potions.lua +++ b/game/modules/tome/data/general/objects/egos/potions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/ranged.lua b/game/modules/tome/data/general/objects/egos/ranged.lua index 6c2730d75c..93a84bb60d 100644 --- a/game/modules/tome/data/general/objects/egos/ranged.lua +++ b/game/modules/tome/data/general/objects/egos/ranged.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/rings.lua b/game/modules/tome/data/general/objects/egos/rings.lua index 88f916a232..f2198c8c04 100644 --- a/game/modules/tome/data/general/objects/egos/rings.lua +++ b/game/modules/tome/data/general/objects/egos/rings.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/robe.lua b/game/modules/tome/data/general/objects/egos/robe.lua index 12f4e8bc82..2404f4c274 100644 --- a/game/modules/tome/data/general/objects/egos/robe.lua +++ b/game/modules/tome/data/general/objects/egos/robe.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/scrolls.lua b/game/modules/tome/data/general/objects/egos/scrolls.lua index d486335fc7..484d2acd17 100644 --- a/game/modules/tome/data/general/objects/egos/scrolls.lua +++ b/game/modules/tome/data/general/objects/egos/scrolls.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/shield.lua b/game/modules/tome/data/general/objects/egos/shield.lua index d17671b0d9..e807e56cb9 100644 --- a/game/modules/tome/data/general/objects/egos/shield.lua +++ b/game/modules/tome/data/general/objects/egos/shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/sling.lua b/game/modules/tome/data/general/objects/egos/sling.lua index fa3ada4e19..930a8e4dbe 100644 --- a/game/modules/tome/data/general/objects/egos/sling.lua +++ b/game/modules/tome/data/general/objects/egos/sling.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/staves.lua b/game/modules/tome/data/general/objects/egos/staves.lua index b48b15598b..91eaaac9f9 100644 --- a/game/modules/tome/data/general/objects/egos/staves.lua +++ b/game/modules/tome/data/general/objects/egos/staves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/torques-powers.lua b/game/modules/tome/data/general/objects/egos/torques-powers.lua index 715aa1e2a9..e52a0e397b 100644 --- a/game/modules/tome/data/general/objects/egos/torques-powers.lua +++ b/game/modules/tome/data/general/objects/egos/torques-powers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/torques.lua b/game/modules/tome/data/general/objects/egos/torques.lua index 65e8a16e68..7e67f8caa0 100644 --- a/game/modules/tome/data/general/objects/egos/torques.lua +++ b/game/modules/tome/data/general/objects/egos/torques.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/totems-powers.lua b/game/modules/tome/data/general/objects/egos/totems-powers.lua index cb8bb9c820..4b2c41f842 100644 --- a/game/modules/tome/data/general/objects/egos/totems-powers.lua +++ b/game/modules/tome/data/general/objects/egos/totems-powers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/totems.lua b/game/modules/tome/data/general/objects/egos/totems.lua index 370d319902..7d5496a72b 100644 --- a/game/modules/tome/data/general/objects/egos/totems.lua +++ b/game/modules/tome/data/general/objects/egos/totems.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/wands-powers.lua b/game/modules/tome/data/general/objects/egos/wands-powers.lua index 49c93ec666..b531ac633b 100644 --- a/game/modules/tome/data/general/objects/egos/wands-powers.lua +++ b/game/modules/tome/data/general/objects/egos/wands-powers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/wands.lua b/game/modules/tome/data/general/objects/egos/wands.lua index 9bfd8a38df..91c60b1485 100644 --- a/game/modules/tome/data/general/objects/egos/wands.lua +++ b/game/modules/tome/data/general/objects/egos/wands.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/weapon.lua b/game/modules/tome/data/general/objects/egos/weapon.lua index fccf3028d6..e863684fcf 100644 --- a/game/modules/tome/data/general/objects/egos/weapon.lua +++ b/game/modules/tome/data/general/objects/egos/weapon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/egos/wizard-hat.lua b/game/modules/tome/data/general/objects/egos/wizard-hat.lua index 73e33e8755..bfee406376 100644 --- a/game/modules/tome/data/general/objects/egos/wizard-hat.lua +++ b/game/modules/tome/data/general/objects/egos/wizard-hat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/elixir-ingredients.lua b/game/modules/tome/data/general/objects/elixir-ingredients.lua index 9e4a6de744..369dcf7b31 100644 --- a/game/modules/tome/data/general/objects/elixir-ingredients.lua +++ b/game/modules/tome/data/general/objects/elixir-ingredients.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/gauntlets.lua b/game/modules/tome/data/general/objects/gauntlets.lua index 19d2fa5f0d..ece215f575 100644 --- a/game/modules/tome/data/general/objects/gauntlets.lua +++ b/game/modules/tome/data/general/objects/gauntlets.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/gem.lua b/game/modules/tome/data/general/objects/gem.lua index 93942086d2..4b78f31527 100644 --- a/game/modules/tome/data/general/objects/gem.lua +++ b/game/modules/tome/data/general/objects/gem.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/gloves.lua b/game/modules/tome/data/general/objects/gloves.lua index 3c9a2fba70..94bf8236d2 100644 --- a/game/modules/tome/data/general/objects/gloves.lua +++ b/game/modules/tome/data/general/objects/gloves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/heavy-armors.lua b/game/modules/tome/data/general/objects/heavy-armors.lua index 7b4659f376..3151e0cc52 100644 --- a/game/modules/tome/data/general/objects/heavy-armors.lua +++ b/game/modules/tome/data/general/objects/heavy-armors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/heavy-boots.lua b/game/modules/tome/data/general/objects/heavy-boots.lua index 163c4c76f4..ca8823d826 100644 --- a/game/modules/tome/data/general/objects/heavy-boots.lua +++ b/game/modules/tome/data/general/objects/heavy-boots.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/helms.lua b/game/modules/tome/data/general/objects/helms.lua index 3dd3932908..48f982876f 100644 --- a/game/modules/tome/data/general/objects/helms.lua +++ b/game/modules/tome/data/general/objects/helms.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/jewelry.lua b/game/modules/tome/data/general/objects/jewelry.lua index 13d183d312..ec914b0e2e 100644 --- a/game/modules/tome/data/general/objects/jewelry.lua +++ b/game/modules/tome/data/general/objects/jewelry.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/knifes.lua b/game/modules/tome/data/general/objects/knifes.lua index e77426c5a2..990a709c4d 100644 --- a/game/modules/tome/data/general/objects/knifes.lua +++ b/game/modules/tome/data/general/objects/knifes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/leather-belt.lua b/game/modules/tome/data/general/objects/leather-belt.lua index 32931e31c0..dea12242ff 100644 --- a/game/modules/tome/data/general/objects/leather-belt.lua +++ b/game/modules/tome/data/general/objects/leather-belt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/leather-boots.lua b/game/modules/tome/data/general/objects/leather-boots.lua index 99dcf7967a..6d9c4e7858 100644 --- a/game/modules/tome/data/general/objects/leather-boots.lua +++ b/game/modules/tome/data/general/objects/leather-boots.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/leather-caps.lua b/game/modules/tome/data/general/objects/leather-caps.lua index 90b93d1b76..0cfe496ffa 100644 --- a/game/modules/tome/data/general/objects/leather-caps.lua +++ b/game/modules/tome/data/general/objects/leather-caps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/light-armors.lua b/game/modules/tome/data/general/objects/light-armors.lua index 43864ea4f9..fef331af16 100644 --- a/game/modules/tome/data/general/objects/light-armors.lua +++ b/game/modules/tome/data/general/objects/light-armors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lites.lua b/game/modules/tome/data/general/objects/lites.lua index 72b853acc2..db6f256cc6 100644 --- a/game/modules/tome/data/general/objects/lites.lua +++ b/game/modules/tome/data/general/objects/lites.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lore/fun.lua b/game/modules/tome/data/general/objects/lore/fun.lua index bd3cd83191..d4289631b5 100644 --- a/game/modules/tome/data/general/objects/lore/fun.lua +++ b/game/modules/tome/data/general/objects/lore/fun.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lore/maj-eyal.lua b/game/modules/tome/data/general/objects/lore/maj-eyal.lua index 460e51a193..6985c489b2 100644 --- a/game/modules/tome/data/general/objects/lore/maj-eyal.lua +++ b/game/modules/tome/data/general/objects/lore/maj-eyal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lore/misc.lua b/game/modules/tome/data/general/objects/lore/misc.lua index f86ccab2c6..489e6f4fe4 100644 --- a/game/modules/tome/data/general/objects/lore/misc.lua +++ b/game/modules/tome/data/general/objects/lore/misc.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lore/orc-prides.lua b/game/modules/tome/data/general/objects/lore/orc-prides.lua index 1c0543a66b..da5f59e643 100644 --- a/game/modules/tome/data/general/objects/lore/orc-prides.lua +++ b/game/modules/tome/data/general/objects/lore/orc-prides.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lore/spellhunt.lua b/game/modules/tome/data/general/objects/lore/spellhunt.lua index 2ba9ad064a..d8c7ad2517 100644 --- a/game/modules/tome/data/general/objects/lore/spellhunt.lua +++ b/game/modules/tome/data/general/objects/lore/spellhunt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/lore/sunwall.lua b/game/modules/tome/data/general/objects/lore/sunwall.lua index 3b0e232cc2..c726ab0687 100644 --- a/game/modules/tome/data/general/objects/lore/sunwall.lua +++ b/game/modules/tome/data/general/objects/lore/sunwall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/maces.lua b/game/modules/tome/data/general/objects/maces.lua index fe39b97e01..d3c9cc3339 100644 --- a/game/modules/tome/data/general/objects/maces.lua +++ b/game/modules/tome/data/general/objects/maces.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/massive-armors.lua b/game/modules/tome/data/general/objects/massive-armors.lua index 7bc88d922e..d0a068aeea 100644 --- a/game/modules/tome/data/general/objects/massive-armors.lua +++ b/game/modules/tome/data/general/objects/massive-armors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/mindstars.lua b/game/modules/tome/data/general/objects/mindstars.lua index 3733f892a2..82a0722db8 100644 --- a/game/modules/tome/data/general/objects/mindstars.lua +++ b/game/modules/tome/data/general/objects/mindstars.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/misc-tools.lua b/game/modules/tome/data/general/objects/misc-tools.lua index 9c098cf82a..e8279bcb83 100644 --- a/game/modules/tome/data/general/objects/misc-tools.lua +++ b/game/modules/tome/data/general/objects/misc-tools.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/money.lua b/game/modules/tome/data/general/objects/money.lua index d3a220dda8..711c312c64 100644 --- a/game/modules/tome/data/general/objects/money.lua +++ b/game/modules/tome/data/general/objects/money.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/mounts.lua b/game/modules/tome/data/general/objects/mounts.lua index 9226f3a78d..cc1dbbb9fd 100644 --- a/game/modules/tome/data/general/objects/mounts.lua +++ b/game/modules/tome/data/general/objects/mounts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/mummy-wrappings.lua b/game/modules/tome/data/general/objects/mummy-wrappings.lua index 81f60420a2..d56513f448 100644 --- a/game/modules/tome/data/general/objects/mummy-wrappings.lua +++ b/game/modules/tome/data/general/objects/mummy-wrappings.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/objects-far-east.lua b/game/modules/tome/data/general/objects/objects-far-east.lua index cd0a953ecd..c5196047f5 100644 --- a/game/modules/tome/data/general/objects/objects-far-east.lua +++ b/game/modules/tome/data/general/objects/objects-far-east.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/objects-maj-eyal.lua b/game/modules/tome/data/general/objects/objects-maj-eyal.lua index 01650b612b..4be68c136d 100644 --- a/game/modules/tome/data/general/objects/objects-maj-eyal.lua +++ b/game/modules/tome/data/general/objects/objects-maj-eyal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/objects.lua b/game/modules/tome/data/general/objects/objects.lua index 0a1ffaa491..92d279e131 100644 --- a/game/modules/tome/data/general/objects/objects.lua +++ b/game/modules/tome/data/general/objects/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/potions.lua b/game/modules/tome/data/general/objects/potions.lua index 008c0b3ede..223e06360f 100644 --- a/game/modules/tome/data/general/objects/potions.lua +++ b/game/modules/tome/data/general/objects/potions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/quest-artifacts.lua b/game/modules/tome/data/general/objects/quest-artifacts.lua index 5ede62733e..e174878c6f 100644 --- a/game/modules/tome/data/general/objects/quest-artifacts.lua +++ b/game/modules/tome/data/general/objects/quest-artifacts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts.lua b/game/modules/tome/data/general/objects/random-artifacts.lua index 219075866c..f60f8da58d 100644 --- a/game/modules/tome/data/general/objects/random-artifacts.lua +++ b/game/modules/tome/data/general/objects/random-artifacts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts/ammo.lua b/game/modules/tome/data/general/objects/random-artifacts/ammo.lua index 9fd8cb9766..5afff19be3 100644 --- a/game/modules/tome/data/general/objects/random-artifacts/ammo.lua +++ b/game/modules/tome/data/general/objects/random-artifacts/ammo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts/generic.lua b/game/modules/tome/data/general/objects/random-artifacts/generic.lua index f1dd940f12..e64d5735a7 100644 --- a/game/modules/tome/data/general/objects/random-artifacts/generic.lua +++ b/game/modules/tome/data/general/objects/random-artifacts/generic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts/gloves.lua b/game/modules/tome/data/general/objects/random-artifacts/gloves.lua index 2213a796a6..7d45c70f19 100644 --- a/game/modules/tome/data/general/objects/random-artifacts/gloves.lua +++ b/game/modules/tome/data/general/objects/random-artifacts/gloves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts/melee.lua b/game/modules/tome/data/general/objects/random-artifacts/melee.lua index 7471d858c1..9dea82639c 100644 --- a/game/modules/tome/data/general/objects/random-artifacts/melee.lua +++ b/game/modules/tome/data/general/objects/random-artifacts/melee.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts/ranged.lua b/game/modules/tome/data/general/objects/random-artifacts/ranged.lua index 2495cbb14e..b3c7b08fb9 100644 --- a/game/modules/tome/data/general/objects/random-artifacts/ranged.lua +++ b/game/modules/tome/data/general/objects/random-artifacts/ranged.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/random-artifacts/shields.lua b/game/modules/tome/data/general/objects/random-artifacts/shields.lua index c1ac44f2f1..d2982ef62b 100644 --- a/game/modules/tome/data/general/objects/random-artifacts/shields.lua +++ b/game/modules/tome/data/general/objects/random-artifacts/shields.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/rods.lua b/game/modules/tome/data/general/objects/rods.lua index ee0bb3e753..6f9cdfdac4 100644 --- a/game/modules/tome/data/general/objects/rods.lua +++ b/game/modules/tome/data/general/objects/rods.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/scrolls.lua b/game/modules/tome/data/general/objects/scrolls.lua index 95df342e57..76151c23db 100644 --- a/game/modules/tome/data/general/objects/scrolls.lua +++ b/game/modules/tome/data/general/objects/scrolls.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/shields.lua b/game/modules/tome/data/general/objects/shields.lua index a65b4fbbbe..e640e4095a 100644 --- a/game/modules/tome/data/general/objects/shields.lua +++ b/game/modules/tome/data/general/objects/shields.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/slings.lua b/game/modules/tome/data/general/objects/slings.lua index 53405ff96e..c059231833 100644 --- a/game/modules/tome/data/general/objects/slings.lua +++ b/game/modules/tome/data/general/objects/slings.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/special-artifacts.lua b/game/modules/tome/data/general/objects/special-artifacts.lua index 5b50754120..b54d20108d 100644 --- a/game/modules/tome/data/general/objects/special-artifacts.lua +++ b/game/modules/tome/data/general/objects/special-artifacts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/staves.lua b/game/modules/tome/data/general/objects/staves.lua index f6b76069a6..91d21d7bcc 100644 --- a/game/modules/tome/data/general/objects/staves.lua +++ b/game/modules/tome/data/general/objects/staves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/swords.lua b/game/modules/tome/data/general/objects/swords.lua index 735f93cac4..83ff78e73f 100644 --- a/game/modules/tome/data/general/objects/swords.lua +++ b/game/modules/tome/data/general/objects/swords.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/torques.lua b/game/modules/tome/data/general/objects/torques.lua index 82458dd60a..634cda40c5 100644 --- a/game/modules/tome/data/general/objects/torques.lua +++ b/game/modules/tome/data/general/objects/torques.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/totems.lua b/game/modules/tome/data/general/objects/totems.lua index 8250b890b0..88967bfbe5 100644 --- a/game/modules/tome/data/general/objects/totems.lua +++ b/game/modules/tome/data/general/objects/totems.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/wands.lua b/game/modules/tome/data/general/objects/wands.lua index ccb705e298..28ab2fafc4 100644 --- a/game/modules/tome/data/general/objects/wands.lua +++ b/game/modules/tome/data/general/objects/wands.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/whips.lua b/game/modules/tome/data/general/objects/whips.lua index 3004bd4a29..c50ad2cc30 100644 --- a/game/modules/tome/data/general/objects/whips.lua +++ b/game/modules/tome/data/general/objects/whips.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/wizard-hat.lua b/game/modules/tome/data/general/objects/wizard-hat.lua index 576053d335..407eb9eca9 100644 --- a/game/modules/tome/data/general/objects/wizard-hat.lua +++ b/game/modules/tome/data/general/objects/wizard-hat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/world-artifacts-far-east.lua b/game/modules/tome/data/general/objects/world-artifacts-far-east.lua index 1e3bf0aedc..51190c645b 100644 --- a/game/modules/tome/data/general/objects/world-artifacts-far-east.lua +++ b/game/modules/tome/data/general/objects/world-artifacts-far-east.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index 4cc8934340..fd5db45752 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/stores/basic.lua b/game/modules/tome/data/general/stores/basic.lua index 7ffb591b25..ec9b0bf046 100644 --- a/game/modules/tome/data/general/stores/basic.lua +++ b/game/modules/tome/data/general/stores/basic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/alarm.lua b/game/modules/tome/data/general/traps/alarm.lua index c5176801bc..6a0f8ca567 100644 --- a/game/modules/tome/data/general/traps/alarm.lua +++ b/game/modules/tome/data/general/traps/alarm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/annoy.lua b/game/modules/tome/data/general/traps/annoy.lua index 190a89305e..4ea4c3b9aa 100644 --- a/game/modules/tome/data/general/traps/annoy.lua +++ b/game/modules/tome/data/general/traps/annoy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/complex.lua b/game/modules/tome/data/general/traps/complex.lua index d62d54f86b..89895dabfa 100644 --- a/game/modules/tome/data/general/traps/complex.lua +++ b/game/modules/tome/data/general/traps/complex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/elemental.lua b/game/modules/tome/data/general/traps/elemental.lua index 9b84ae916f..2ff53c0934 100644 --- a/game/modules/tome/data/general/traps/elemental.lua +++ b/game/modules/tome/data/general/traps/elemental.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/natural_forest.lua b/game/modules/tome/data/general/traps/natural_forest.lua index 1629351d15..8d71d2dc25 100644 --- a/game/modules/tome/data/general/traps/natural_forest.lua +++ b/game/modules/tome/data/general/traps/natural_forest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/store.lua b/game/modules/tome/data/general/traps/store.lua index 3e8260c571..707841e258 100644 --- a/game/modules/tome/data/general/traps/store.lua +++ b/game/modules/tome/data/general/traps/store.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/teleport.lua b/game/modules/tome/data/general/traps/teleport.lua index 713aa8fb38..a62f639e4e 100644 --- a/game/modules/tome/data/general/traps/teleport.lua +++ b/game/modules/tome/data/general/traps/teleport.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/general/traps/water.lua b/game/modules/tome/data/general/traps/water.lua index a568fc4c03..b89e935344 100644 --- a/game/modules/tome/data/general/traps/water.lua +++ b/game/modules/tome/data/general/traps/water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/acid.lua b/game/modules/tome/data/gfx/particles/acid.lua index b5b99ce97a..c5ef528259 100644 --- a/game/modules/tome/data/gfx/particles/acid.lua +++ b/game/modules/tome/data/gfx/particles/acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/acidbeam.lua b/game/modules/tome/data/gfx/particles/acidbeam.lua index 0107976d7d..c17da28aa3 100644 --- a/game/modules/tome/data/gfx/particles/acidbeam.lua +++ b/game/modules/tome/data/gfx/particles/acidbeam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/acidflash.lua b/game/modules/tome/data/gfx/particles/acidflash.lua index cf9f9861c6..c87e255aaf 100644 --- a/game/modules/tome/data/gfx/particles/acidflash.lua +++ b/game/modules/tome/data/gfx/particles/acidflash.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/acidstorm.lua b/game/modules/tome/data/gfx/particles/acidstorm.lua index 61d23eaf43..04b5036d1c 100644 --- a/game/modules/tome/data/gfx/particles/acidstorm.lua +++ b/game/modules/tome/data/gfx/particles/acidstorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/acidtrail.lua b/game/modules/tome/data/gfx/particles/acidtrail.lua index 2100a1f259..d7679dd5a6 100644 --- a/game/modules/tome/data/gfx/particles/acidtrail.lua +++ b/game/modules/tome/data/gfx/particles/acidtrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/agony.lua b/game/modules/tome/data/gfx/particles/agony.lua index 4432fbf0d8..8f7f7fbd17 100644 --- a/game/modules/tome/data/gfx/particles/agony.lua +++ b/game/modules/tome/data/gfx/particles/agony.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/arcane_power.lua b/game/modules/tome/data/gfx/particles/arcane_power.lua index bb52bcb7dd..0d2d006366 100644 --- a/game/modules/tome/data/gfx/particles/arcane_power.lua +++ b/game/modules/tome/data/gfx/particles/arcane_power.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/arcane_vortex.lua b/game/modules/tome/data/gfx/particles/arcane_vortex.lua index 9e828a0b66..75d5d9a603 100644 --- a/game/modules/tome/data/gfx/particles/arcane_vortex.lua +++ b/game/modules/tome/data/gfx/particles/arcane_vortex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/arcanestorm.lua b/game/modules/tome/data/gfx/particles/arcanestorm.lua index 00e880e78d..575b14d90a 100644 --- a/game/modules/tome/data/gfx/particles/arcanestorm.lua +++ b/game/modules/tome/data/gfx/particles/arcanestorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/arcanetrail.lua b/game/modules/tome/data/gfx/particles/arcanetrail.lua index c002e16b82..03bca9958d 100644 --- a/game/modules/tome/data/gfx/particles/arcanetrail.lua +++ b/game/modules/tome/data/gfx/particles/arcanetrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/archery.lua b/game/modules/tome/data/gfx/particles/archery.lua index 66f2355399..1d0469f133 100644 --- a/game/modules/tome/data/gfx/particles/archery.lua +++ b/game/modules/tome/data/gfx/particles/archery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/arrow.lua b/game/modules/tome/data/gfx/particles/arrow.lua index 5b2025a730..66be8e75c7 100644 --- a/game/modules/tome/data/gfx/particles/arrow.lua +++ b/game/modules/tome/data/gfx/particles/arrow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_acid.lua b/game/modules/tome/data/gfx/particles/ball_acid.lua index 259df56469..f2654641e8 100644 --- a/game/modules/tome/data/gfx/particles/ball_acid.lua +++ b/game/modules/tome/data/gfx/particles/ball_acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_arcane.lua b/game/modules/tome/data/gfx/particles/ball_arcane.lua index e586c95ff5..f240b57f6d 100644 --- a/game/modules/tome/data/gfx/particles/ball_arcane.lua +++ b/game/modules/tome/data/gfx/particles/ball_arcane.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_blight.lua b/game/modules/tome/data/gfx/particles/ball_blight.lua index f26e03a4b6..dac0dcebd7 100644 --- a/game/modules/tome/data/gfx/particles/ball_blight.lua +++ b/game/modules/tome/data/gfx/particles/ball_blight.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_blood.lua b/game/modules/tome/data/gfx/particles/ball_blood.lua index d768c7acd8..3523ed70e3 100644 --- a/game/modules/tome/data/gfx/particles/ball_blood.lua +++ b/game/modules/tome/data/gfx/particles/ball_blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_earth.lua b/game/modules/tome/data/gfx/particles/ball_earth.lua index 1f4ab5428f..16442f5d63 100644 --- a/game/modules/tome/data/gfx/particles/ball_earth.lua +++ b/game/modules/tome/data/gfx/particles/ball_earth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_fire.lua b/game/modules/tome/data/gfx/particles/ball_fire.lua index 34ef1f174e..0e524fd177 100644 --- a/game/modules/tome/data/gfx/particles/ball_fire.lua +++ b/game/modules/tome/data/gfx/particles/ball_fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_ice.lua b/game/modules/tome/data/gfx/particles/ball_ice.lua index b135499e12..574299fe9c 100644 --- a/game/modules/tome/data/gfx/particles/ball_ice.lua +++ b/game/modules/tome/data/gfx/particles/ball_ice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_light.lua b/game/modules/tome/data/gfx/particles/ball_light.lua index 121558744c..91ef18e554 100644 --- a/game/modules/tome/data/gfx/particles/ball_light.lua +++ b/game/modules/tome/data/gfx/particles/ball_light.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_lightning.lua b/game/modules/tome/data/gfx/particles/ball_lightning.lua index 29b87b4b6b..ff6b324a97 100644 --- a/game/modules/tome/data/gfx/particles/ball_lightning.lua +++ b/game/modules/tome/data/gfx/particles/ball_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_lightning_beam.lua b/game/modules/tome/data/gfx/particles/ball_lightning_beam.lua index d957c500fc..fe459b1062 100644 --- a/game/modules/tome/data/gfx/particles/ball_lightning_beam.lua +++ b/game/modules/tome/data/gfx/particles/ball_lightning_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_matter.lua b/game/modules/tome/data/gfx/particles/ball_matter.lua index b3194c0d64..c92ebfd92a 100644 --- a/game/modules/tome/data/gfx/particles/ball_matter.lua +++ b/game/modules/tome/data/gfx/particles/ball_matter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_teleport.lua b/game/modules/tome/data/gfx/particles/ball_teleport.lua index 58ab4d3e58..4e9c4ce4e1 100644 --- a/game/modules/tome/data/gfx/particles/ball_teleport.lua +++ b/game/modules/tome/data/gfx/particles/ball_teleport.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ball_temporal.lua b/game/modules/tome/data/gfx/particles/ball_temporal.lua index 498eef956f..1b28e3ce03 100644 --- a/game/modules/tome/data/gfx/particles/ball_temporal.lua +++ b/game/modules/tome/data/gfx/particles/ball_temporal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/beckoned.lua b/game/modules/tome/data/gfx/particles/beckoned.lua index 2a827f546b..5ee9740981 100644 --- a/game/modules/tome/data/gfx/particles/beckoned.lua +++ b/game/modules/tome/data/gfx/particles/beckoned.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/beckoned_move.lua b/game/modules/tome/data/gfx/particles/beckoned_move.lua index 02c9ae18a8..fa51cd026d 100644 --- a/game/modules/tome/data/gfx/particles/beckoned_move.lua +++ b/game/modules/tome/data/gfx/particles/beckoned_move.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/blight_power.lua b/game/modules/tome/data/gfx/particles/blight_power.lua index 4bf4bf1085..7b2e0d1a3b 100644 --- a/game/modules/tome/data/gfx/particles/blight_power.lua +++ b/game/modules/tome/data/gfx/particles/blight_power.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/blightzone.lua b/game/modules/tome/data/gfx/particles/blightzone.lua index 63b4346e6c..1db2667fd8 100644 --- a/game/modules/tome/data/gfx/particles/blightzone.lua +++ b/game/modules/tome/data/gfx/particles/blightzone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/blood.lua b/game/modules/tome/data/gfx/particles/blood.lua index 87d3af262c..dd2c94fd21 100644 --- a/game/modules/tome/data/gfx/particles/blood.lua +++ b/game/modules/tome/data/gfx/particles/blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bloodtrail.lua b/game/modules/tome/data/gfx/particles/bloodtrail.lua index 7fbd7aef16..ca8fa9656f 100644 --- a/game/modules/tome/data/gfx/particles/bloodtrail.lua +++ b/game/modules/tome/data/gfx/particles/bloodtrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_acid.lua b/game/modules/tome/data/gfx/particles/bolt_acid.lua index 9f6cfe905c..9dd7c70bbf 100644 --- a/game/modules/tome/data/gfx/particles/bolt_acid.lua +++ b/game/modules/tome/data/gfx/particles/bolt_acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_arcane.lua b/game/modules/tome/data/gfx/particles/bolt_arcane.lua index d13ec59ddb..8c36f035e0 100644 --- a/game/modules/tome/data/gfx/particles/bolt_arcane.lua +++ b/game/modules/tome/data/gfx/particles/bolt_arcane.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_blood.lua b/game/modules/tome/data/gfx/particles/bolt_blood.lua index 42fae946bc..d858ea269b 100644 --- a/game/modules/tome/data/gfx/particles/bolt_blood.lua +++ b/game/modules/tome/data/gfx/particles/bolt_blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_dark.lua b/game/modules/tome/data/gfx/particles/bolt_dark.lua index c512bc48e6..2fcff4e50e 100644 --- a/game/modules/tome/data/gfx/particles/bolt_dark.lua +++ b/game/modules/tome/data/gfx/particles/bolt_dark.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_earth.lua b/game/modules/tome/data/gfx/particles/bolt_earth.lua index 1b1b1c5a60..4078d5c983 100644 --- a/game/modules/tome/data/gfx/particles/bolt_earth.lua +++ b/game/modules/tome/data/gfx/particles/bolt_earth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_elemental.lua b/game/modules/tome/data/gfx/particles/bolt_elemental.lua index 8d67e73fa0..05341a835d 100644 --- a/game/modules/tome/data/gfx/particles/bolt_elemental.lua +++ b/game/modules/tome/data/gfx/particles/bolt_elemental.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_fire.lua b/game/modules/tome/data/gfx/particles/bolt_fire.lua index ae8b4e2e31..0a5cfeb0cd 100644 --- a/game/modules/tome/data/gfx/particles/bolt_fire.lua +++ b/game/modules/tome/data/gfx/particles/bolt_fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_ice.lua b/game/modules/tome/data/gfx/particles/bolt_ice.lua index 3a784fa426..307c9998e0 100644 --- a/game/modules/tome/data/gfx/particles/bolt_ice.lua +++ b/game/modules/tome/data/gfx/particles/bolt_ice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_light.lua b/game/modules/tome/data/gfx/particles/bolt_light.lua index b99baaf545..b21fde5fca 100644 --- a/game/modules/tome/data/gfx/particles/bolt_light.lua +++ b/game/modules/tome/data/gfx/particles/bolt_light.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_lightning.lua b/game/modules/tome/data/gfx/particles/bolt_lightning.lua index 6ff7400427..e09e98b608 100644 --- a/game/modules/tome/data/gfx/particles/bolt_lightning.lua +++ b/game/modules/tome/data/gfx/particles/bolt_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_slime.lua b/game/modules/tome/data/gfx/particles/bolt_slime.lua index e6508aff12..ec21982d64 100644 --- a/game/modules/tome/data/gfx/particles/bolt_slime.lua +++ b/game/modules/tome/data/gfx/particles/bolt_slime.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bolt_void.lua b/game/modules/tome/data/gfx/particles/bolt_void.lua index b7bcfdc212..1e4fde77e5 100644 --- a/game/modules/tome/data/gfx/particles/bolt_void.lua +++ b/game/modules/tome/data/gfx/particles/bolt_void.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bone_shield.lua b/game/modules/tome/data/gfx/particles/bone_shield.lua index f93f62d695..1b63e72216 100644 --- a/game/modules/tome/data/gfx/particles/bone_shield.lua +++ b/game/modules/tome/data/gfx/particles/bone_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/bones.lua b/game/modules/tome/data/gfx/particles/bones.lua index 8279913fb2..39717c2b64 100644 --- a/game/modules/tome/data/gfx/particles/bones.lua +++ b/game/modules/tome/data/gfx/particles/bones.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_acid.lua b/game/modules/tome/data/gfx/particles/breath_acid.lua index a836602339..a6f5ebd6a4 100644 --- a/game/modules/tome/data/gfx/particles/breath_acid.lua +++ b/game/modules/tome/data/gfx/particles/breath_acid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_blood.lua b/game/modules/tome/data/gfx/particles/breath_blood.lua index 3b7dcc295f..e42058ee87 100644 --- a/game/modules/tome/data/gfx/particles/breath_blood.lua +++ b/game/modules/tome/data/gfx/particles/breath_blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_cold.lua b/game/modules/tome/data/gfx/particles/breath_cold.lua index c193817133..22f7d63cf7 100644 --- a/game/modules/tome/data/gfx/particles/breath_cold.lua +++ b/game/modules/tome/data/gfx/particles/breath_cold.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_dark.lua b/game/modules/tome/data/gfx/particles/breath_dark.lua index 03d600f7f4..431aa00acd 100644 --- a/game/modules/tome/data/gfx/particles/breath_dark.lua +++ b/game/modules/tome/data/gfx/particles/breath_dark.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_earth.lua b/game/modules/tome/data/gfx/particles/breath_earth.lua index 4700134ec7..20dcc457f5 100644 --- a/game/modules/tome/data/gfx/particles/breath_earth.lua +++ b/game/modules/tome/data/gfx/particles/breath_earth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_fire.lua b/game/modules/tome/data/gfx/particles/breath_fire.lua index 197b22d214..61e3631436 100644 --- a/game/modules/tome/data/gfx/particles/breath_fire.lua +++ b/game/modules/tome/data/gfx/particles/breath_fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_fire_navier.lua b/game/modules/tome/data/gfx/particles/breath_fire_navier.lua index 8d1eb58690..561bff8c41 100644 --- a/game/modules/tome/data/gfx/particles/breath_fire_navier.lua +++ b/game/modules/tome/data/gfx/particles/breath_fire_navier.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_lightning.lua b/game/modules/tome/data/gfx/particles/breath_lightning.lua index ad41a3dd13..151d190c97 100644 --- a/game/modules/tome/data/gfx/particles/breath_lightning.lua +++ b/game/modules/tome/data/gfx/particles/breath_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_shadow.lua b/game/modules/tome/data/gfx/particles/breath_shadow.lua index 6c48628b56..538f7b8173 100644 --- a/game/modules/tome/data/gfx/particles/breath_shadow.lua +++ b/game/modules/tome/data/gfx/particles/breath_shadow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/breath_slime.lua b/game/modules/tome/data/gfx/particles/breath_slime.lua index 0485e50b50..d1ddd7c90c 100644 --- a/game/modules/tome/data/gfx/particles/breath_slime.lua +++ b/game/modules/tome/data/gfx/particles/breath_slime.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/charge.lua b/game/modules/tome/data/gfx/particles/charge.lua index a10ba167a7..384395a835 100644 --- a/game/modules/tome/data/gfx/particles/charge.lua +++ b/game/modules/tome/data/gfx/particles/charge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/charge_matter.lua b/game/modules/tome/data/gfx/particles/charge_matter.lua index b7d5e7ea9a..bc60e663b4 100644 --- a/game/modules/tome/data/gfx/particles/charge_matter.lua +++ b/game/modules/tome/data/gfx/particles/charge_matter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/circle_of_death.lua b/game/modules/tome/data/gfx/particles/circle_of_death.lua index b62de64621..ec064f53a2 100644 --- a/game/modules/tome/data/gfx/particles/circle_of_death.lua +++ b/game/modules/tome/data/gfx/particles/circle_of_death.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/coldflames.lua b/game/modules/tome/data/gfx/particles/coldflames.lua index 8f20859a87..d5e75cd3b7 100644 --- a/game/modules/tome/data/gfx/particles/coldflames.lua +++ b/game/modules/tome/data/gfx/particles/coldflames.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/creeping_dark.lua b/game/modules/tome/data/gfx/particles/creeping_dark.lua index 923c7d697b..fccc63e8e1 100644 --- a/game/modules/tome/data/gfx/particles/creeping_dark.lua +++ b/game/modules/tome/data/gfx/particles/creeping_dark.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/crystalline_focus.lua b/game/modules/tome/data/gfx/particles/crystalline_focus.lua index c3ce778c22..b200cc64a1 100644 --- a/game/modules/tome/data/gfx/particles/crystalline_focus.lua +++ b/game/modules/tome/data/gfx/particles/crystalline_focus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/cursed_form.lua b/game/modules/tome/data/gfx/particles/cursed_form.lua index 8b1cf8f644..98da64aa5f 100644 --- a/game/modules/tome/data/gfx/particles/cursed_form.lua +++ b/game/modules/tome/data/gfx/particles/cursed_form.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/cursed_ground.lua b/game/modules/tome/data/gfx/particles/cursed_ground.lua index d0d079795b..414376134c 100644 --- a/game/modules/tome/data/gfx/particles/cursed_ground.lua +++ b/game/modules/tome/data/gfx/particles/cursed_ground.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/damage_shield.lua b/game/modules/tome/data/gfx/particles/damage_shield.lua index 07716691f5..65955b6303 100644 --- a/game/modules/tome/data/gfx/particles/damage_shield.lua +++ b/game/modules/tome/data/gfx/particles/damage_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dark.lua b/game/modules/tome/data/gfx/particles/dark.lua index f496c3f962..6f63e64b1b 100644 --- a/game/modules/tome/data/gfx/particles/dark.lua +++ b/game/modules/tome/data/gfx/particles/dark.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dark_inferno.lua b/game/modules/tome/data/gfx/particles/dark_inferno.lua index c1d10c030e..b29401778d 100644 --- a/game/modules/tome/data/gfx/particles/dark_inferno.lua +++ b/game/modules/tome/data/gfx/particles/dark_inferno.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dark_lightning.lua b/game/modules/tome/data/gfx/particles/dark_lightning.lua index 20f3489241..3661818893 100644 --- a/game/modules/tome/data/gfx/particles/dark_lightning.lua +++ b/game/modules/tome/data/gfx/particles/dark_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dark_tendrils.lua b/game/modules/tome/data/gfx/particles/dark_tendrils.lua index 3d1865c910..26aebaed65 100644 --- a/game/modules/tome/data/gfx/particles/dark_tendrils.lua +++ b/game/modules/tome/data/gfx/particles/dark_tendrils.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dark_torrent.lua b/game/modules/tome/data/gfx/particles/dark_torrent.lua index 1230723c1c..47277ef948 100644 --- a/game/modules/tome/data/gfx/particles/dark_torrent.lua +++ b/game/modules/tome/data/gfx/particles/dark_torrent.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/darkness_power.lua b/game/modules/tome/data/gfx/particles/darkness_power.lua index a16c384e3c..0b948d3616 100644 --- a/game/modules/tome/data/gfx/particles/darkness_power.lua +++ b/game/modules/tome/data/gfx/particles/darkness_power.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/darkness_shield.lua b/game/modules/tome/data/gfx/particles/darkness_shield.lua index 43004aee29..1383ee9bf6 100644 --- a/game/modules/tome/data/gfx/particles/darkness_shield.lua +++ b/game/modules/tome/data/gfx/particles/darkness_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/darktrail.lua b/game/modules/tome/data/gfx/particles/darktrail.lua index 041ba0ab98..e5b02a287e 100644 --- a/game/modules/tome/data/gfx/particles/darktrail.lua +++ b/game/modules/tome/data/gfx/particles/darktrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/demon_teleport.lua b/game/modules/tome/data/gfx/particles/demon_teleport.lua index 7b98890105..a1798e7432 100644 --- a/game/modules/tome/data/gfx/particles/demon_teleport.lua +++ b/game/modules/tome/data/gfx/particles/demon_teleport.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/destabilized.lua b/game/modules/tome/data/gfx/particles/destabilized.lua index c553598876..b40297e9f4 100644 --- a/game/modules/tome/data/gfx/particles/destabilized.lua +++ b/game/modules/tome/data/gfx/particles/destabilized.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/directional_shout.lua b/game/modules/tome/data/gfx/particles/directional_shout.lua index 44f3041fe1..1bb7f1fd14 100644 --- a/game/modules/tome/data/gfx/particles/directional_shout.lua +++ b/game/modules/tome/data/gfx/particles/directional_shout.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/discharge_bolt.lua b/game/modules/tome/data/gfx/particles/discharge_bolt.lua index a10ba167a7..384395a835 100644 --- a/game/modules/tome/data/gfx/particles/discharge_bolt.lua +++ b/game/modules/tome/data/gfx/particles/discharge_bolt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dismayed.lua b/game/modules/tome/data/gfx/particles/dismayed.lua index 7f85c4678f..bf55f2dc4f 100644 --- a/game/modules/tome/data/gfx/particles/dismayed.lua +++ b/game/modules/tome/data/gfx/particles/dismayed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/displacement_shield.lua b/game/modules/tome/data/gfx/particles/displacement_shield.lua index 949ac58b52..e70e4eff75 100644 --- a/game/modules/tome/data/gfx/particles/displacement_shield.lua +++ b/game/modules/tome/data/gfx/particles/displacement_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/disruption_shield.lua b/game/modules/tome/data/gfx/particles/disruption_shield.lua index b0278c33e9..395dfa17a7 100644 --- a/game/modules/tome/data/gfx/particles/disruption_shield.lua +++ b/game/modules/tome/data/gfx/particles/disruption_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/distortion.lua b/game/modules/tome/data/gfx/particles/distortion.lua index e53f14baa0..f90ede001f 100644 --- a/game/modules/tome/data/gfx/particles/distortion.lua +++ b/game/modules/tome/data/gfx/particles/distortion.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/distortion_bolt.lua b/game/modules/tome/data/gfx/particles/distortion_bolt.lua index 13c153c96f..733f6ee305 100644 --- a/game/modules/tome/data/gfx/particles/distortion_bolt.lua +++ b/game/modules/tome/data/gfx/particles/distortion_bolt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/distortion_trail.lua b/game/modules/tome/data/gfx/particles/distortion_trail.lua index b1226ff77e..9b18d3dc8b 100644 --- a/game/modules/tome/data/gfx/particles/distortion_trail.lua +++ b/game/modules/tome/data/gfx/particles/distortion_trail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dominated.lua b/game/modules/tome/data/gfx/particles/dominated.lua index bb26534968..d0653b977e 100644 --- a/game/modules/tome/data/gfx/particles/dominated.lua +++ b/game/modules/tome/data/gfx/particles/dominated.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dreamhammer.lua b/game/modules/tome/data/gfx/particles/dreamhammer.lua index fbc9f524f8..0b82c0757c 100644 --- a/game/modules/tome/data/gfx/particles/dreamhammer.lua +++ b/game/modules/tome/data/gfx/particles/dreamhammer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/dust_trail.lua b/game/modules/tome/data/gfx/particles/dust_trail.lua index 984a45bd6c..adb081f549 100644 --- a/game/modules/tome/data/gfx/particles/dust_trail.lua +++ b/game/modules/tome/data/gfx/particles/dust_trail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/eagle.lua b/game/modules/tome/data/gfx/particles/eagle.lua index eae16d1f81..1a513a5054 100644 --- a/game/modules/tome/data/gfx/particles/eagle.lua +++ b/game/modules/tome/data/gfx/particles/eagle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/earth_beam.lua b/game/modules/tome/data/gfx/particles/earth_beam.lua index 7fcdf25ba2..d4a8abb990 100644 --- a/game/modules/tome/data/gfx/particles/earth_beam.lua +++ b/game/modules/tome/data/gfx/particles/earth_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/earthtrail.lua b/game/modules/tome/data/gfx/particles/earthtrail.lua index b4e1f21136..d951c88b06 100644 --- a/game/modules/tome/data/gfx/particles/earthtrail.lua +++ b/game/modules/tome/data/gfx/particles/earthtrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/entropythrust.lua b/game/modules/tome/data/gfx/particles/entropythrust.lua index 6f5e53b496..7fc1a5a1a7 100644 --- a/game/modules/tome/data/gfx/particles/entropythrust.lua +++ b/game/modules/tome/data/gfx/particles/entropythrust.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/farportal_lightning.lua b/game/modules/tome/data/gfx/particles/farportal_lightning.lua index 32ba7c6990..dd5e558eaa 100644 --- a/game/modules/tome/data/gfx/particles/farportal_lightning.lua +++ b/game/modules/tome/data/gfx/particles/farportal_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/farportal_vortex.lua b/game/modules/tome/data/gfx/particles/farportal_vortex.lua index 7375061d70..c7c637e32b 100644 --- a/game/modules/tome/data/gfx/particles/farportal_vortex.lua +++ b/game/modules/tome/data/gfx/particles/farportal_vortex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/fear.lua b/game/modules/tome/data/gfx/particles/fear.lua index 1f6b7bac72..774c30846c 100644 --- a/game/modules/tome/data/gfx/particles/fear.lua +++ b/game/modules/tome/data/gfx/particles/fear.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/fear_blue.lua b/game/modules/tome/data/gfx/particles/fear_blue.lua index 0f57cd9334..8a73b80415 100644 --- a/game/modules/tome/data/gfx/particles/fear_blue.lua +++ b/game/modules/tome/data/gfx/particles/fear_blue.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/fear_violet.lua b/game/modules/tome/data/gfx/particles/fear_violet.lua index 5d54b559c2..d55567802f 100644 --- a/game/modules/tome/data/gfx/particles/fear_violet.lua +++ b/game/modules/tome/data/gfx/particles/fear_violet.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/feed_hate.lua b/game/modules/tome/data/gfx/particles/feed_hate.lua index 18e62d588c..b7d56d0804 100644 --- a/game/modules/tome/data/gfx/particles/feed_hate.lua +++ b/game/modules/tome/data/gfx/particles/feed_hate.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/feed_health.lua b/game/modules/tome/data/gfx/particles/feed_health.lua index 58e4e63c64..781886b7e0 100644 --- a/game/modules/tome/data/gfx/particles/feed_health.lua +++ b/game/modules/tome/data/gfx/particles/feed_health.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/feed_power.lua b/game/modules/tome/data/gfx/particles/feed_power.lua index b325ea40f3..5c515d04de 100644 --- a/game/modules/tome/data/gfx/particles/feed_power.lua +++ b/game/modules/tome/data/gfx/particles/feed_power.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/feed_strengths.lua b/game/modules/tome/data/gfx/particles/feed_strengths.lua index f74b5d3dce..bc0a2bc121 100644 --- a/game/modules/tome/data/gfx/particles/feed_strengths.lua +++ b/game/modules/tome/data/gfx/particles/feed_strengths.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/fireflash.lua b/game/modules/tome/data/gfx/particles/fireflash.lua index 59119fb950..46387d9362 100644 --- a/game/modules/tome/data/gfx/particles/fireflash.lua +++ b/game/modules/tome/data/gfx/particles/fireflash.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/firestorm.lua b/game/modules/tome/data/gfx/particles/firestorm.lua index 49292c6aff..2f15a0871a 100644 --- a/game/modules/tome/data/gfx/particles/firestorm.lua +++ b/game/modules/tome/data/gfx/particles/firestorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/firetrail.lua b/game/modules/tome/data/gfx/particles/firetrail.lua index c9cd757895..9815884e7d 100644 --- a/game/modules/tome/data/gfx/particles/firetrail.lua +++ b/game/modules/tome/data/gfx/particles/firetrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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 @@ -18,7 +18,7 @@ -- darkgod@te4.org -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/flame.lua b/game/modules/tome/data/gfx/particles/flame.lua index f8acc6f9d9..8d8709779f 100644 --- a/game/modules/tome/data/gfx/particles/flame.lua +++ b/game/modules/tome/data/gfx/particles/flame.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/flamebeam.lua b/game/modules/tome/data/gfx/particles/flamebeam.lua index 4131c877fc..c25c582c16 100644 --- a/game/modules/tome/data/gfx/particles/flamebeam.lua +++ b/game/modules/tome/data/gfx/particles/flamebeam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/force_area.lua b/game/modules/tome/data/gfx/particles/force_area.lua index 4af920d08d..1b9e46cece 100644 --- a/game/modules/tome/data/gfx/particles/force_area.lua +++ b/game/modules/tome/data/gfx/particles/force_area.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/force_blast.lua b/game/modules/tome/data/gfx/particles/force_blast.lua index 4b610ecb42..5431f69d6b 100644 --- a/game/modules/tome/data/gfx/particles/force_blast.lua +++ b/game/modules/tome/data/gfx/particles/force_blast.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/force_deflection.lua b/game/modules/tome/data/gfx/particles/force_deflection.lua index cb70e3a0ab..142caf3fdc 100644 --- a/game/modules/tome/data/gfx/particles/force_deflection.lua +++ b/game/modules/tome/data/gfx/particles/force_deflection.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/force_hit.lua b/game/modules/tome/data/gfx/particles/force_hit.lua index a0376b3c9e..3e074c7257 100644 --- a/game/modules/tome/data/gfx/particles/force_hit.lua +++ b/game/modules/tome/data/gfx/particles/force_hit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/freeze.lua b/game/modules/tome/data/gfx/particles/freeze.lua index a99cfb7436..09d4151f07 100644 --- a/game/modules/tome/data/gfx/particles/freeze.lua +++ b/game/modules/tome/data/gfx/particles/freeze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/fulldream.lua b/game/modules/tome/data/gfx/particles/fulldream.lua index 58a3572193..d38bc589c6 100644 --- a/game/modules/tome/data/gfx/particles/fulldream.lua +++ b/game/modules/tome/data/gfx/particles/fulldream.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/fullgloom.lua b/game/modules/tome/data/gfx/particles/fullgloom.lua index e6fdc8b052..3b02ff6e49 100644 --- a/game/modules/tome/data/gfx/particles/fullgloom.lua +++ b/game/modules/tome/data/gfx/particles/fullgloom.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_ball.lua b/game/modules/tome/data/gfx/particles/generic_ball.lua index db69737f52..f092853547 100644 --- a/game/modules/tome/data/gfx/particles/generic_ball.lua +++ b/game/modules/tome/data/gfx/particles/generic_ball.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_blast.lua b/game/modules/tome/data/gfx/particles/generic_blast.lua index 5aa8a78c8b..b2207a5b08 100644 --- a/game/modules/tome/data/gfx/particles/generic_blast.lua +++ b/game/modules/tome/data/gfx/particles/generic_blast.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_charge.lua b/game/modules/tome/data/gfx/particles/generic_charge.lua index 6b9f71d06b..0ae39cbf14 100644 --- a/game/modules/tome/data/gfx/particles/generic_charge.lua +++ b/game/modules/tome/data/gfx/particles/generic_charge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_discharge.lua b/game/modules/tome/data/gfx/particles/generic_discharge.lua index 0d97c8800b..e1988a90a2 100644 --- a/game/modules/tome/data/gfx/particles/generic_discharge.lua +++ b/game/modules/tome/data/gfx/particles/generic_discharge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_power.lua b/game/modules/tome/data/gfx/particles/generic_power.lua index b4d551cc4b..135385a806 100644 --- a/game/modules/tome/data/gfx/particles/generic_power.lua +++ b/game/modules/tome/data/gfx/particles/generic_power.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_shield.lua b/game/modules/tome/data/gfx/particles/generic_shield.lua index 8217f3a6d7..04f076a526 100644 --- a/game/modules/tome/data/gfx/particles/generic_shield.lua +++ b/game/modules/tome/data/gfx/particles/generic_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_sploom.lua b/game/modules/tome/data/gfx/particles/generic_sploom.lua index 492e470161..79f8763d4e 100644 --- a/game/modules/tome/data/gfx/particles/generic_sploom.lua +++ b/game/modules/tome/data/gfx/particles/generic_sploom.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_teleport.lua b/game/modules/tome/data/gfx/particles/generic_teleport.lua index 9e8cc66e44..264f2ef7be 100644 --- a/game/modules/tome/data/gfx/particles/generic_teleport.lua +++ b/game/modules/tome/data/gfx/particles/generic_teleport.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_vortex.lua b/game/modules/tome/data/gfx/particles/generic_vortex.lua index 23ce09fede..54a19ac440 100644 --- a/game/modules/tome/data/gfx/particles/generic_vortex.lua +++ b/game/modules/tome/data/gfx/particles/generic_vortex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generic_wave.lua b/game/modules/tome/data/gfx/particles/generic_wave.lua index e7094df9e4..7c5f380bc7 100644 --- a/game/modules/tome/data/gfx/particles/generic_wave.lua +++ b/game/modules/tome/data/gfx/particles/generic_wave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/generictrail.lua b/game/modules/tome/data/gfx/particles/generictrail.lua index 8d7b56d816..79817e3124 100644 --- a/game/modules/tome/data/gfx/particles/generictrail.lua +++ b/game/modules/tome/data/gfx/particles/generictrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gloom.lua b/game/modules/tome/data/gfx/particles/gloom.lua index 0379bc7e76..2e1f0b19e5 100644 --- a/game/modules/tome/data/gfx/particles/gloom.lua +++ b/game/modules/tome/data/gfx/particles/gloom.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gloom_confused.lua b/game/modules/tome/data/gfx/particles/gloom_confused.lua index 15a319e1f2..42630acf1b 100644 --- a/game/modules/tome/data/gfx/particles/gloom_confused.lua +++ b/game/modules/tome/data/gfx/particles/gloom_confused.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gloom_slow.lua b/game/modules/tome/data/gfx/particles/gloom_slow.lua index 91c1c36cd1..ccae1e73f1 100644 --- a/game/modules/tome/data/gfx/particles/gloom_slow.lua +++ b/game/modules/tome/data/gfx/particles/gloom_slow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gloom_stunned.lua b/game/modules/tome/data/gfx/particles/gloom_stunned.lua index ec6a4a8667..578d871800 100644 --- a/game/modules/tome/data/gfx/particles/gloom_stunned.lua +++ b/game/modules/tome/data/gfx/particles/gloom_stunned.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gloom_weakness.lua b/game/modules/tome/data/gfx/particles/gloom_weakness.lua index 3de260aee8..60c5034f51 100644 --- a/game/modules/tome/data/gfx/particles/gloom_weakness.lua +++ b/game/modules/tome/data/gfx/particles/gloom_weakness.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/godslayer_swirl.lua b/game/modules/tome/data/gfx/particles/godslayer_swirl.lua index 5d59c04eb6..5990e862f9 100644 --- a/game/modules/tome/data/gfx/particles/godslayer_swirl.lua +++ b/game/modules/tome/data/gfx/particles/godslayer_swirl.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/golden_shield.lua b/game/modules/tome/data/gfx/particles/golden_shield.lua index 29fc28b0cb..1ccd5153b5 100644 --- a/game/modules/tome/data/gfx/particles/golden_shield.lua +++ b/game/modules/tome/data/gfx/particles/golden_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gravity_breath.lua b/game/modules/tome/data/gfx/particles/gravity_breath.lua index 23380f273d..94173e3542 100644 --- a/game/modules/tome/data/gfx/particles/gravity_breath.lua +++ b/game/modules/tome/data/gfx/particles/gravity_breath.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gravity_focus.lua b/game/modules/tome/data/gfx/particles/gravity_focus.lua index ce72d9168e..107934a26f 100644 --- a/game/modules/tome/data/gfx/particles/gravity_focus.lua +++ b/game/modules/tome/data/gfx/particles/gravity_focus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gravity_spike.lua b/game/modules/tome/data/gfx/particles/gravity_spike.lua index 612aac2a60..e07eccf66a 100644 --- a/game/modules/tome/data/gfx/particles/gravity_spike.lua +++ b/game/modules/tome/data/gfx/particles/gravity_spike.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gravity_well.lua b/game/modules/tome/data/gfx/particles/gravity_well.lua index fc4c14d80d..2e899b9e32 100644 --- a/game/modules/tome/data/gfx/particles/gravity_well.lua +++ b/game/modules/tome/data/gfx/particles/gravity_well.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/gravity_well2.lua b/game/modules/tome/data/gfx/particles/gravity_well2.lua index 5c4a619d69..5269b709db 100644 --- a/game/modules/tome/data/gfx/particles/gravity_well2.lua +++ b/game/modules/tome/data/gfx/particles/gravity_well2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/harassed.lua b/game/modules/tome/data/gfx/particles/harassed.lua index 798452b0f3..5ec577df3c 100644 --- a/game/modules/tome/data/gfx/particles/harassed.lua +++ b/game/modules/tome/data/gfx/particles/harassed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/hateful_whisper.lua b/game/modules/tome/data/gfx/particles/hateful_whisper.lua index 0158d92355..2a0314c615 100644 --- a/game/modules/tome/data/gfx/particles/hateful_whisper.lua +++ b/game/modules/tome/data/gfx/particles/hateful_whisper.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/healing_vapour.lua b/game/modules/tome/data/gfx/particles/healing_vapour.lua index 9f1257026d..22b9187f36 100644 --- a/game/modules/tome/data/gfx/particles/healing_vapour.lua +++ b/game/modules/tome/data/gfx/particles/healing_vapour.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/hit_warning.lua b/game/modules/tome/data/gfx/particles/hit_warning.lua index c6febf8548..0bb68aad2f 100644 --- a/game/modules/tome/data/gfx/particles/hit_warning.lua +++ b/game/modules/tome/data/gfx/particles/hit_warning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/house_flamebeam.lua b/game/modules/tome/data/gfx/particles/house_flamebeam.lua index 8f5366db9c..3cad2cc5d6 100644 --- a/game/modules/tome/data/gfx/particles/house_flamebeam.lua +++ b/game/modules/tome/data/gfx/particles/house_flamebeam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/house_orbcontrol.lua b/game/modules/tome/data/gfx/particles/house_orbcontrol.lua index 8c6ecf0f34..24b54d6d6c 100644 --- a/game/modules/tome/data/gfx/particles/house_orbcontrol.lua +++ b/game/modules/tome/data/gfx/particles/house_orbcontrol.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ice_beam.lua b/game/modules/tome/data/gfx/particles/ice_beam.lua index d92110f969..474f908b6e 100644 --- a/game/modules/tome/data/gfx/particles/ice_beam.lua +++ b/game/modules/tome/data/gfx/particles/ice_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ice_shards.lua b/game/modules/tome/data/gfx/particles/ice_shards.lua index 7cf54310b9..94c170abf1 100644 --- a/game/modules/tome/data/gfx/particles/ice_shards.lua +++ b/game/modules/tome/data/gfx/particles/ice_shards.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ice_vapour.lua b/game/modules/tome/data/gfx/particles/ice_vapour.lua index 2457bb4508..d2f0285562 100644 --- a/game/modules/tome/data/gfx/particles/ice_vapour.lua +++ b/game/modules/tome/data/gfx/particles/ice_vapour.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/icebeam.lua b/game/modules/tome/data/gfx/particles/icebeam.lua index c7f073b4f7..8a65ac1285 100644 --- a/game/modules/tome/data/gfx/particles/icebeam.lua +++ b/game/modules/tome/data/gfx/particles/icebeam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/iceflash.lua b/game/modules/tome/data/gfx/particles/iceflash.lua index c2b9cd4268..aa69ba6f3e 100644 --- a/game/modules/tome/data/gfx/particles/iceflash.lua +++ b/game/modules/tome/data/gfx/particles/iceflash.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/icestorm.lua b/game/modules/tome/data/gfx/particles/icestorm.lua index 00596955f1..de05d80e26 100644 --- a/game/modules/tome/data/gfx/particles/icestorm.lua +++ b/game/modules/tome/data/gfx/particles/icestorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/icetrail.lua b/game/modules/tome/data/gfx/particles/icetrail.lua index ef86b15b68..1e3520661f 100644 --- a/game/modules/tome/data/gfx/particles/icetrail.lua +++ b/game/modules/tome/data/gfx/particles/icetrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/image.lua b/game/modules/tome/data/gfx/particles/image.lua index f2ada3c0ab..fe9784b0f4 100644 --- a/game/modules/tome/data/gfx/particles/image.lua +++ b/game/modules/tome/data/gfx/particles/image.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/inferno.lua b/game/modules/tome/data/gfx/particles/inferno.lua index 5661774a87..ab76d4f124 100644 --- a/game/modules/tome/data/gfx/particles/inferno.lua +++ b/game/modules/tome/data/gfx/particles/inferno.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/istari_shield_map.lua b/game/modules/tome/data/gfx/particles/istari_shield_map.lua index 81d5eaad39..85d1addc2c 100644 --- a/game/modules/tome/data/gfx/particles/istari_shield_map.lua +++ b/game/modules/tome/data/gfx/particles/istari_shield_map.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/knifestorm.lua b/game/modules/tome/data/gfx/particles/knifestorm.lua index f216700576..ebab0942a6 100644 --- a/game/modules/tome/data/gfx/particles/knifestorm.lua +++ b/game/modules/tome/data/gfx/particles/knifestorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/leafstorm.lua b/game/modules/tome/data/gfx/particles/leafstorm.lua index f40474b7c5..737149a9a6 100644 --- a/game/modules/tome/data/gfx/particles/leafstorm.lua +++ b/game/modules/tome/data/gfx/particles/leafstorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/leavestide.lua b/game/modules/tome/data/gfx/particles/leavestide.lua index 87b4b21014..ab1995149e 100644 --- a/game/modules/tome/data/gfx/particles/leavestide.lua +++ b/game/modules/tome/data/gfx/particles/leavestide.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/light.lua b/game/modules/tome/data/gfx/particles/light.lua index 7cae49d7ab..3f797706e5 100644 --- a/game/modules/tome/data/gfx/particles/light.lua +++ b/game/modules/tome/data/gfx/particles/light.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/light_beam.lua b/game/modules/tome/data/gfx/particles/light_beam.lua index 7c68e99d11..2023655a0d 100644 --- a/game/modules/tome/data/gfx/particles/light_beam.lua +++ b/game/modules/tome/data/gfx/particles/light_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/light_zone.lua b/game/modules/tome/data/gfx/particles/light_zone.lua index 5e6057d39c..f37a68aee9 100644 --- a/game/modules/tome/data/gfx/particles/light_zone.lua +++ b/game/modules/tome/data/gfx/particles/light_zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/lightning.lua b/game/modules/tome/data/gfx/particles/lightning.lua index 83d93d476a..f1bd8403c5 100644 --- a/game/modules/tome/data/gfx/particles/lightning.lua +++ b/game/modules/tome/data/gfx/particles/lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/lightning_beam.lua b/game/modules/tome/data/gfx/particles/lightning_beam.lua index 7d6df31d4e..8db1e93fd9 100644 --- a/game/modules/tome/data/gfx/particles/lightning_beam.lua +++ b/game/modules/tome/data/gfx/particles/lightning_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/lightning_explosion.lua b/game/modules/tome/data/gfx/particles/lightning_explosion.lua index 0edbfed618..d4ea4c3be9 100644 --- a/game/modules/tome/data/gfx/particles/lightning_explosion.lua +++ b/game/modules/tome/data/gfx/particles/lightning_explosion.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/lightningtrail.lua b/game/modules/tome/data/gfx/particles/lightningtrail.lua index 8a47c004a5..9090f2e0e1 100644 --- a/game/modules/tome/data/gfx/particles/lightningtrail.lua +++ b/game/modules/tome/data/gfx/particles/lightningtrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/lighttrail.lua b/game/modules/tome/data/gfx/particles/lighttrail.lua index 81be254424..903e46ae3c 100644 --- a/game/modules/tome/data/gfx/particles/lighttrail.lua +++ b/game/modules/tome/data/gfx/particles/lighttrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/maligned.lua b/game/modules/tome/data/gfx/particles/maligned.lua index f9abd71118..4f7a4da4ff 100644 --- a/game/modules/tome/data/gfx/particles/maligned.lua +++ b/game/modules/tome/data/gfx/particles/maligned.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/mana_beam.lua b/game/modules/tome/data/gfx/particles/mana_beam.lua index 371f318733..255fe83899 100644 --- a/game/modules/tome/data/gfx/particles/mana_beam.lua +++ b/game/modules/tome/data/gfx/particles/mana_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/manathrust.lua b/game/modules/tome/data/gfx/particles/manathrust.lua index 3124339d20..87a9bb888f 100644 --- a/game/modules/tome/data/gfx/particles/manathrust.lua +++ b/game/modules/tome/data/gfx/particles/manathrust.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/master_summoner.lua b/game/modules/tome/data/gfx/particles/master_summoner.lua index ec12b1c564..fd2f16fc28 100644 --- a/game/modules/tome/data/gfx/particles/master_summoner.lua +++ b/game/modules/tome/data/gfx/particles/master_summoner.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/matter_beam.lua b/game/modules/tome/data/gfx/particles/matter_beam.lua index ec140f30b4..e2f1100c12 100644 --- a/game/modules/tome/data/gfx/particles/matter_beam.lua +++ b/game/modules/tome/data/gfx/particles/matter_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/megaspeed.lua b/game/modules/tome/data/gfx/particles/megaspeed.lua index 01174963e8..f679a78bd2 100644 --- a/game/modules/tome/data/gfx/particles/megaspeed.lua +++ b/game/modules/tome/data/gfx/particles/megaspeed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/melee_attack.lua b/game/modules/tome/data/gfx/particles/melee_attack.lua index d2e5ab84ec..182cd12daa 100644 --- a/game/modules/tome/data/gfx/particles/melee_attack.lua +++ b/game/modules/tome/data/gfx/particles/melee_attack.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/meleestorm.lua b/game/modules/tome/data/gfx/particles/meleestorm.lua index e15db43aa2..e36b7fef44 100644 --- a/game/modules/tome/data/gfx/particles/meleestorm.lua +++ b/game/modules/tome/data/gfx/particles/meleestorm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/meleestorm2.lua b/game/modules/tome/data/gfx/particles/meleestorm2.lua index 1040827bb1..e1360293ca 100644 --- a/game/modules/tome/data/gfx/particles/meleestorm2.lua +++ b/game/modules/tome/data/gfx/particles/meleestorm2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/meteor.lua b/game/modules/tome/data/gfx/particles/meteor.lua index 5a84543ff4..ee4d87acba 100644 --- a/game/modules/tome/data/gfx/particles/meteor.lua +++ b/game/modules/tome/data/gfx/particles/meteor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/mind.lua b/game/modules/tome/data/gfx/particles/mind.lua index a93c4928e8..3a947f5801 100644 --- a/game/modules/tome/data/gfx/particles/mind.lua +++ b/game/modules/tome/data/gfx/particles/mind.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/mindsear.lua b/game/modules/tome/data/gfx/particles/mindsear.lua index 7f5478f991..f2b67ac89c 100644 --- a/game/modules/tome/data/gfx/particles/mindsear.lua +++ b/game/modules/tome/data/gfx/particles/mindsear.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/moss.lua b/game/modules/tome/data/gfx/particles/moss.lua index eaaf32a56b..ad991e16f5 100644 --- a/game/modules/tome/data/gfx/particles/moss.lua +++ b/game/modules/tome/data/gfx/particles/moss.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/mucus.lua b/game/modules/tome/data/gfx/particles/mucus.lua index 37220f6429..5fcf802236 100644 --- a/game/modules/tome/data/gfx/particles/mucus.lua +++ b/game/modules/tome/data/gfx/particles/mucus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/mudflow.lua b/game/modules/tome/data/gfx/particles/mudflow.lua index ad351c23d5..ef8f87a668 100644 --- a/game/modules/tome/data/gfx/particles/mudflow.lua +++ b/game/modules/tome/data/gfx/particles/mudflow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/naga_portal_smoke.lua b/game/modules/tome/data/gfx/particles/naga_portal_smoke.lua index 0c73b2929b..7ed9ee5eb9 100644 --- a/game/modules/tome/data/gfx/particles/naga_portal_smoke.lua +++ b/game/modules/tome/data/gfx/particles/naga_portal_smoke.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/necrotic-aura.lua b/game/modules/tome/data/gfx/particles/necrotic-aura.lua index 3076c82e1c..1648ef3582 100644 --- a/game/modules/tome/data/gfx/particles/necrotic-aura.lua +++ b/game/modules/tome/data/gfx/particles/necrotic-aura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/notice_enemy.lua b/game/modules/tome/data/gfx/particles/notice_enemy.lua index f03022346e..d5ab93656a 100644 --- a/game/modules/tome/data/gfx/particles/notice_enemy.lua +++ b/game/modules/tome/data/gfx/particles/notice_enemy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/nova.lua b/game/modules/tome/data/gfx/particles/nova.lua index e92b5b1ec4..b102228102 100644 --- a/game/modules/tome/data/gfx/particles/nova.lua +++ b/game/modules/tome/data/gfx/particles/nova.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ooze_beam.lua b/game/modules/tome/data/gfx/particles/ooze_beam.lua index 87ec4b21d0..382d629046 100644 --- a/game/modules/tome/data/gfx/particles/ooze_beam.lua +++ b/game/modules/tome/data/gfx/particles/ooze_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/overwhelmed.lua b/game/modules/tome/data/gfx/particles/overwhelmed.lua index 4abebe06ff..4b01c14fd5 100644 --- a/game/modules/tome/data/gfx/particles/overwhelmed.lua +++ b/game/modules/tome/data/gfx/particles/overwhelmed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/panic.lua b/game/modules/tome/data/gfx/particles/panic.lua index ba63ea17d0..d68e320fa7 100644 --- a/game/modules/tome/data/gfx/particles/panic.lua +++ b/game/modules/tome/data/gfx/particles/panic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/phantasm_shield.lua b/game/modules/tome/data/gfx/particles/phantasm_shield.lua index e9fc57717a..45f8d93630 100644 --- a/game/modules/tome/data/gfx/particles/phantasm_shield.lua +++ b/game/modules/tome/data/gfx/particles/phantasm_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/quake.lua b/game/modules/tome/data/gfx/particles/quake.lua index e8da156950..5754a46a5c 100644 --- a/game/modules/tome/data/gfx/particles/quake.lua +++ b/game/modules/tome/data/gfx/particles/quake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/radiant_fear.lua b/game/modules/tome/data/gfx/particles/radiant_fear.lua index 55886b0fd0..776dcad1c6 100644 --- a/game/modules/tome/data/gfx/particles/radiant_fear.lua +++ b/game/modules/tome/data/gfx/particles/radiant_fear.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/raindrops.lua b/game/modules/tome/data/gfx/particles/raindrops.lua index 23cb695f56..3782d33682 100644 --- a/game/modules/tome/data/gfx/particles/raindrops.lua +++ b/game/modules/tome/data/gfx/particles/raindrops.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/rampage.lua b/game/modules/tome/data/gfx/particles/rampage.lua index 9fc146c8d1..2ad5eaf21f 100644 --- a/game/modules/tome/data/gfx/particles/rampage.lua +++ b/game/modules/tome/data/gfx/particles/rampage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/reproach.lua b/game/modules/tome/data/gfx/particles/reproach.lua index 21b9a5ef1f..3578465a88 100644 --- a/game/modules/tome/data/gfx/particles/reproach.lua +++ b/game/modules/tome/data/gfx/particles/reproach.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/rewrite_universe.lua b/game/modules/tome/data/gfx/particles/rewrite_universe.lua index f47ee7fd09..15e091ba02 100644 --- a/game/modules/tome/data/gfx/particles/rewrite_universe.lua +++ b/game/modules/tome/data/gfx/particles/rewrite_universe.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/seethe.lua b/game/modules/tome/data/gfx/particles/seethe.lua index 90eb6604c3..bb205a141c 100644 --- a/game/modules/tome/data/gfx/particles/seethe.lua +++ b/game/modules/tome/data/gfx/particles/seethe.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shader_ring.lua b/game/modules/tome/data/gfx/particles/shader_ring.lua index d243a641dc..e2c096cb34 100644 --- a/game/modules/tome/data/gfx/particles/shader_ring.lua +++ b/game/modules/tome/data/gfx/particles/shader_ring.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shader_ring_rotating.lua b/game/modules/tome/data/gfx/particles/shader_ring_rotating.lua index ecf3da4dce..399ffe61bd 100644 --- a/game/modules/tome/data/gfx/particles/shader_ring_rotating.lua +++ b/game/modules/tome/data/gfx/particles/shader_ring_rotating.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shader_shield.lua b/game/modules/tome/data/gfx/particles/shader_shield.lua index 3573a900d4..3c660b8591 100644 --- a/game/modules/tome/data/gfx/particles/shader_shield.lua +++ b/game/modules/tome/data/gfx/particles/shader_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shader_shield_temp.lua b/game/modules/tome/data/gfx/particles/shader_shield_temp.lua index b194295b2b..d64581f80b 100644 --- a/game/modules/tome/data/gfx/particles/shader_shield_temp.lua +++ b/game/modules/tome/data/gfx/particles/shader_shield_temp.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shader_square.lua b/game/modules/tome/data/gfx/particles/shader_square.lua index f4fe62797f..d764a7262d 100644 --- a/game/modules/tome/data/gfx/particles/shader_square.lua +++ b/game/modules/tome/data/gfx/particles/shader_square.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shader_wings.lua b/game/modules/tome/data/gfx/particles/shader_wings.lua index d75a6035ac..b312fee5b0 100644 --- a/game/modules/tome/data/gfx/particles/shader_wings.lua +++ b/game/modules/tome/data/gfx/particles/shader_wings.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shadow.lua b/game/modules/tome/data/gfx/particles/shadow.lua index edb80d6f64..5e8501983e 100644 --- a/game/modules/tome/data/gfx/particles/shadow.lua +++ b/game/modules/tome/data/gfx/particles/shadow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shadow_beam.lua b/game/modules/tome/data/gfx/particles/shadow_beam.lua index 75ac92858d..0044b9796e 100644 --- a/game/modules/tome/data/gfx/particles/shadow_beam.lua +++ b/game/modules/tome/data/gfx/particles/shadow_beam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shadow_flash.lua b/game/modules/tome/data/gfx/particles/shadow_flash.lua index a1dd56dd6d..00220f8641 100644 --- a/game/modules/tome/data/gfx/particles/shadow_flash.lua +++ b/game/modules/tome/data/gfx/particles/shadow_flash.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shadow_zone.lua b/game/modules/tome/data/gfx/particles/shadow_zone.lua index 1ea150deff..218aa62ee5 100644 --- a/game/modules/tome/data/gfx/particles/shadow_zone.lua +++ b/game/modules/tome/data/gfx/particles/shadow_zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shadowfire.lua b/game/modules/tome/data/gfx/particles/shadowfire.lua index 7a4ef169e7..ba79eef23f 100644 --- a/game/modules/tome/data/gfx/particles/shadowfire.lua +++ b/game/modules/tome/data/gfx/particles/shadowfire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shertul_fortress_engine.lua b/game/modules/tome/data/gfx/particles/shertul_fortress_engine.lua index 1a75539095..c0cfb733eb 100644 --- a/game/modules/tome/data/gfx/particles/shertul_fortress_engine.lua +++ b/game/modules/tome/data/gfx/particles/shertul_fortress_engine.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shertul_fortress_orbiters.lua b/game/modules/tome/data/gfx/particles/shertul_fortress_orbiters.lua index 96d8ad9f03..78053bcd4c 100644 --- a/game/modules/tome/data/gfx/particles/shertul_fortress_orbiters.lua +++ b/game/modules/tome/data/gfx/particles/shertul_fortress_orbiters.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shield.lua b/game/modules/tome/data/gfx/particles/shield.lua index d6c770cb2b..9bd34a195a 100644 --- a/game/modules/tome/data/gfx/particles/shield.lua +++ b/game/modules/tome/data/gfx/particles/shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shockwave.lua b/game/modules/tome/data/gfx/particles/shockwave.lua index a34e28480e..d943b0d792 100644 --- a/game/modules/tome/data/gfx/particles/shockwave.lua +++ b/game/modules/tome/data/gfx/particles/shockwave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/shout.lua b/game/modules/tome/data/gfx/particles/shout.lua index 534a84d98e..91c41acabd 100644 --- a/game/modules/tome/data/gfx/particles/shout.lua +++ b/game/modules/tome/data/gfx/particles/shout.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/slime.lua b/game/modules/tome/data/gfx/particles/slime.lua index c64ce35498..71f2c3659f 100644 --- a/game/modules/tome/data/gfx/particles/slime.lua +++ b/game/modules/tome/data/gfx/particles/slime.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/slimetrail.lua b/game/modules/tome/data/gfx/particles/slimetrail.lua index 07a4b27ede..93f4a46ff9 100644 --- a/game/modules/tome/data/gfx/particles/slimetrail.lua +++ b/game/modules/tome/data/gfx/particles/slimetrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/snowing.lua b/game/modules/tome/data/gfx/particles/snowing.lua index 1297084e46..1b3aac2596 100644 --- a/game/modules/tome/data/gfx/particles/snowing.lua +++ b/game/modules/tome/data/gfx/particles/snowing.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/stalked.lua b/game/modules/tome/data/gfx/particles/stalked.lua index 442dbccc91..5a35d4a3ed 100644 --- a/game/modules/tome/data/gfx/particles/stalked.lua +++ b/game/modules/tome/data/gfx/particles/stalked.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/stalked_start.lua b/game/modules/tome/data/gfx/particles/stalked_start.lua index b361d2203d..6017452d04 100644 --- a/game/modules/tome/data/gfx/particles/stalked_start.lua +++ b/game/modules/tome/data/gfx/particles/stalked_start.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/starfield.lua b/game/modules/tome/data/gfx/particles/starfield.lua index eea9b6eee2..03e3ae7867 100644 --- a/game/modules/tome/data/gfx/particles/starfield.lua +++ b/game/modules/tome/data/gfx/particles/starfield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/starfield_static.lua b/game/modules/tome/data/gfx/particles/starfield_static.lua index 2c98df9dff..3fab7c9b84 100644 --- a/game/modules/tome/data/gfx/particles/starfield_static.lua +++ b/game/modules/tome/data/gfx/particles/starfield_static.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/starglow.lua b/game/modules/tome/data/gfx/particles/starglow.lua index a85b5546cf..825d26a388 100644 --- a/game/modules/tome/data/gfx/particles/starglow.lua +++ b/game/modules/tome/data/gfx/particles/starglow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/static_fire.lua b/game/modules/tome/data/gfx/particles/static_fire.lua index 2e06c526a8..c127d15c54 100644 --- a/game/modules/tome/data/gfx/particles/static_fire.lua +++ b/game/modules/tome/data/gfx/particles/static_fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/stone_shards.lua b/game/modules/tome/data/gfx/particles/stone_shards.lua index ba76875201..f462d84cdd 100644 --- a/game/modules/tome/data/gfx/particles/stone_shards.lua +++ b/game/modules/tome/data/gfx/particles/stone_shards.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/stone_skin.lua b/game/modules/tome/data/gfx/particles/stone_skin.lua index af72c0e57d..fa57ecbabe 100644 --- a/game/modules/tome/data/gfx/particles/stone_skin.lua +++ b/game/modules/tome/data/gfx/particles/stone_skin.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/storm_lightning.lua b/game/modules/tome/data/gfx/particles/storm_lightning.lua index 763ba85b25..3bd976c008 100644 --- a/game/modules/tome/data/gfx/particles/storm_lightning.lua +++ b/game/modules/tome/data/gfx/particles/storm_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/stormclouds.lua b/game/modules/tome/data/gfx/particles/stormclouds.lua index f685547693..4ba4a885fa 100644 --- a/game/modules/tome/data/gfx/particles/stormclouds.lua +++ b/game/modules/tome/data/gfx/particles/stormclouds.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/summon.lua b/game/modules/tome/data/gfx/particles/summon.lua index c465c4a958..ccc338234a 100644 --- a/game/modules/tome/data/gfx/particles/summon.lua +++ b/game/modules/tome/data/gfx/particles/summon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/sunburst.lua b/game/modules/tome/data/gfx/particles/sunburst.lua index 20091744af..cd345a68a6 100644 --- a/game/modules/tome/data/gfx/particles/sunburst.lua +++ b/game/modules/tome/data/gfx/particles/sunburst.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/teleport.lua b/game/modules/tome/data/gfx/particles/teleport.lua index 1e2f657c19..9f6466be62 100644 --- a/game/modules/tome/data/gfx/particles/teleport.lua +++ b/game/modules/tome/data/gfx/particles/teleport.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/teleport_in.lua b/game/modules/tome/data/gfx/particles/teleport_in.lua index ed9d93cf41..ade57e6e27 100644 --- a/game/modules/tome/data/gfx/particles/teleport_in.lua +++ b/game/modules/tome/data/gfx/particles/teleport_in.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/teleport_line.lua b/game/modules/tome/data/gfx/particles/teleport_line.lua index c801f72def..0e6977c6fa 100644 --- a/game/modules/tome/data/gfx/particles/teleport_line.lua +++ b/game/modules/tome/data/gfx/particles/teleport_line.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/teleport_out.lua b/game/modules/tome/data/gfx/particles/teleport_out.lua index 1aa0dc097c..4df109e394 100644 --- a/game/modules/tome/data/gfx/particles/teleport_out.lua +++ b/game/modules/tome/data/gfx/particles/teleport_out.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/teleport_water.lua b/game/modules/tome/data/gfx/particles/teleport_water.lua index 731d377fb5..ffc6a8d8af 100644 --- a/game/modules/tome/data/gfx/particles/teleport_water.lua +++ b/game/modules/tome/data/gfx/particles/teleport_water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/tempest.lua b/game/modules/tome/data/gfx/particles/tempest.lua index 55ac509ffb..b562506668 100644 --- a/game/modules/tome/data/gfx/particles/tempest.lua +++ b/game/modules/tome/data/gfx/particles/tempest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_aura.lua b/game/modules/tome/data/gfx/particles/temporal_aura.lua index 0b5a8e5d38..fd5c53b14d 100644 --- a/game/modules/tome/data/gfx/particles/temporal_aura.lua +++ b/game/modules/tome/data/gfx/particles/temporal_aura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_bolt.lua b/game/modules/tome/data/gfx/particles/temporal_bolt.lua index ed8e37777a..d4631505df 100644 --- a/game/modules/tome/data/gfx/particles/temporal_bolt.lua +++ b/game/modules/tome/data/gfx/particles/temporal_bolt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_breath.lua b/game/modules/tome/data/gfx/particles/temporal_breath.lua index 74928bf1c1..6e083bf8be 100644 --- a/game/modules/tome/data/gfx/particles/temporal_breath.lua +++ b/game/modules/tome/data/gfx/particles/temporal_breath.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_cloud.lua b/game/modules/tome/data/gfx/particles/temporal_cloud.lua index 96eaef34fb..f99b7475c6 100644 --- a/game/modules/tome/data/gfx/particles/temporal_cloud.lua +++ b/game/modules/tome/data/gfx/particles/temporal_cloud.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_flash.lua b/game/modules/tome/data/gfx/particles/temporal_flash.lua index f394427f19..4039554f3b 100644 --- a/game/modules/tome/data/gfx/particles/temporal_flash.lua +++ b/game/modules/tome/data/gfx/particles/temporal_flash.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_focus.lua b/game/modules/tome/data/gfx/particles/temporal_focus.lua index 2a7912e10f..c5d0abdb74 100644 --- a/game/modules/tome/data/gfx/particles/temporal_focus.lua +++ b/game/modules/tome/data/gfx/particles/temporal_focus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_lightning.lua b/game/modules/tome/data/gfx/particles/temporal_lightning.lua index 9f1b471c2a..7125d38354 100644 --- a/game/modules/tome/data/gfx/particles/temporal_lightning.lua +++ b/game/modules/tome/data/gfx/particles/temporal_lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_teleport.lua b/game/modules/tome/data/gfx/particles/temporal_teleport.lua index c3f988cf99..a4881b5afe 100644 --- a/game/modules/tome/data/gfx/particles/temporal_teleport.lua +++ b/game/modules/tome/data/gfx/particles/temporal_teleport.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_thrust.lua b/game/modules/tome/data/gfx/particles/temporal_thrust.lua index 4cb1ee7233..269ee5065c 100644 --- a/game/modules/tome/data/gfx/particles/temporal_thrust.lua +++ b/game/modules/tome/data/gfx/particles/temporal_thrust.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporal_vortex.lua b/game/modules/tome/data/gfx/particles/temporal_vortex.lua index 0f827ba64c..44f6d750ad 100644 --- a/game/modules/tome/data/gfx/particles/temporal_vortex.lua +++ b/game/modules/tome/data/gfx/particles/temporal_vortex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporalbeam.lua b/game/modules/tome/data/gfx/particles/temporalbeam.lua index 7a717cfcc2..68b218b01a 100644 --- a/game/modules/tome/data/gfx/particles/temporalbeam.lua +++ b/game/modules/tome/data/gfx/particles/temporalbeam.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/temporalsnow.lua b/game/modules/tome/data/gfx/particles/temporalsnow.lua index f3007f7445..49a2a718d3 100644 --- a/game/modules/tome/data/gfx/particles/temporalsnow.lua +++ b/game/modules/tome/data/gfx/particles/temporalsnow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/time_prison.lua b/game/modules/tome/data/gfx/particles/time_prison.lua index b73a89c3ca..0fd30f561a 100644 --- a/game/modules/tome/data/gfx/particles/time_prison.lua +++ b/game/modules/tome/data/gfx/particles/time_prison.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/time_shield.lua b/game/modules/tome/data/gfx/particles/time_shield.lua index c25dd12f71..6ca0e5d227 100644 --- a/game/modules/tome/data/gfx/particles/time_shield.lua +++ b/game/modules/tome/data/gfx/particles/time_shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/time_shield_bubble.lua b/game/modules/tome/data/gfx/particles/time_shield_bubble.lua index 749e55c0ee..180234036f 100644 --- a/game/modules/tome/data/gfx/particles/time_shield_bubble.lua +++ b/game/modules/tome/data/gfx/particles/time_shield_bubble.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ultrashield.lua b/game/modules/tome/data/gfx/particles/ultrashield.lua index da2d477568..21af36458f 100644 --- a/game/modules/tome/data/gfx/particles/ultrashield.lua +++ b/game/modules/tome/data/gfx/particles/ultrashield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/uttercold.lua b/game/modules/tome/data/gfx/particles/uttercold.lua index e2efb43bac..b22846471f 100644 --- a/game/modules/tome/data/gfx/particles/uttercold.lua +++ b/game/modules/tome/data/gfx/particles/uttercold.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/vaporize.lua b/game/modules/tome/data/gfx/particles/vaporize.lua index fb0120c685..9838077385 100644 --- a/game/modules/tome/data/gfx/particles/vaporize.lua +++ b/game/modules/tome/data/gfx/particles/vaporize.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/vapour.lua b/game/modules/tome/data/gfx/particles/vapour.lua index c962504504..ad1570bdf5 100644 --- a/game/modules/tome/data/gfx/particles/vapour.lua +++ b/game/modules/tome/data/gfx/particles/vapour.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/voidblast.lua b/game/modules/tome/data/gfx/particles/voidblast.lua index 35ad065c06..8d9106c012 100644 --- a/game/modules/tome/data/gfx/particles/voidblast.lua +++ b/game/modules/tome/data/gfx/particles/voidblast.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/voidtrail.lua b/game/modules/tome/data/gfx/particles/voidtrail.lua index b22a37d7a7..464f85f54c 100644 --- a/game/modules/tome/data/gfx/particles/voidtrail.lua +++ b/game/modules/tome/data/gfx/particles/voidtrail.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/vortex_distort.lua b/game/modules/tome/data/gfx/particles/vortex_distort.lua index d01b2ecffa..9ead7a6d37 100644 --- a/game/modules/tome/data/gfx/particles/vortex_distort.lua +++ b/game/modules/tome/data/gfx/particles/vortex_distort.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/ward.lua b/game/modules/tome/data/gfx/particles/ward.lua index d204a76ab1..4acb94af02 100644 --- a/game/modules/tome/data/gfx/particles/ward.lua +++ b/game/modules/tome/data/gfx/particles/ward.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/weather_storm.lua b/game/modules/tome/data/gfx/particles/weather_storm.lua index 7779bbed0e..75acbca249 100644 --- a/game/modules/tome/data/gfx/particles/weather_storm.lua +++ b/game/modules/tome/data/gfx/particles/weather_storm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/wildfire.lua b/game/modules/tome/data/gfx/particles/wildfire.lua index c7b3c5b596..b310c5119a 100644 --- a/game/modules/tome/data/gfx/particles/wildfire.lua +++ b/game/modules/tome/data/gfx/particles/wildfire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/particles/wormhole.lua b/game/modules/tome/data/gfx/particles/wormhole.lua index e19e8011e6..1f7a998ab1 100644 --- a/game/modules/tome/data/gfx/particles/wormhole.lua +++ b/game/modules/tome/data/gfx/particles/wormhole.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/awesomeaura.lua b/game/modules/tome/data/gfx/shaders/awesomeaura.lua index 75e5d7d02e..ccb3495e48 100644 --- a/game/modules/tome/data/gfx/shaders/awesomeaura.lua +++ b/game/modules/tome/data/gfx/shaders/awesomeaura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/circular_flames.lua b/game/modules/tome/data/gfx/shaders/circular_flames.lua index c060529284..e64ab522c6 100644 --- a/game/modules/tome/data/gfx/shaders/circular_flames.lua +++ b/game/modules/tome/data/gfx/shaders/circular_flames.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/cloud_anim.lua b/game/modules/tome/data/gfx/shaders/cloud_anim.lua index d957ced50f..7d6aa985ae 100644 --- a/game/modules/tome/data/gfx/shaders/cloud_anim.lua +++ b/game/modules/tome/data/gfx/shaders/cloud_anim.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/distort.lua b/game/modules/tome/data/gfx/shaders/distort.lua index 894d34a436..a3ca970094 100644 --- a/game/modules/tome/data/gfx/shaders/distort.lua +++ b/game/modules/tome/data/gfx/shaders/distort.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/dual_hue.lua b/game/modules/tome/data/gfx/shaders/dual_hue.lua index 78deeb0e42..4277f3af1c 100644 --- a/game/modules/tome/data/gfx/shaders/dual_hue.lua +++ b/game/modules/tome/data/gfx/shaders/dual_hue.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/fireball.lua b/game/modules/tome/data/gfx/shaders/fireball.lua index 33452d6812..febfbc1d35 100644 --- a/game/modules/tome/data/gfx/shaders/fireball.lua +++ b/game/modules/tome/data/gfx/shaders/fireball.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/fireboom.lua b/game/modules/tome/data/gfx/shaders/fireboom.lua index 61921860e9..5781eb27d6 100644 --- a/game/modules/tome/data/gfx/shaders/fireboom.lua +++ b/game/modules/tome/data/gfx/shaders/fireboom.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/flamehands.lua b/game/modules/tome/data/gfx/shaders/flamehands.lua index ece3f346c2..1c052909de 100644 --- a/game/modules/tome/data/gfx/shaders/flamehands.lua +++ b/game/modules/tome/data/gfx/shaders/flamehands.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/flames.lua b/game/modules/tome/data/gfx/shaders/flames.lua index e0844f918a..d88402750c 100644 --- a/game/modules/tome/data/gfx/shaders/flames.lua +++ b/game/modules/tome/data/gfx/shaders/flames.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/flamewings.lua b/game/modules/tome/data/gfx/shaders/flamewings.lua index 4595a6254c..24aba4d502 100644 --- a/game/modules/tome/data/gfx/shaders/flamewings.lua +++ b/game/modules/tome/data/gfx/shaders/flamewings.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/full_fbo.lua b/game/modules/tome/data/gfx/shaders/full_fbo.lua index 76db2c441f..649780fa79 100644 --- a/game/modules/tome/data/gfx/shaders/full_fbo.lua +++ b/game/modules/tome/data/gfx/shaders/full_fbo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/funky_bubbles.lua b/game/modules/tome/data/gfx/shaders/funky_bubbles.lua index db10806a27..aedfaedc2d 100644 --- a/game/modules/tome/data/gfx/shaders/funky_bubbles.lua +++ b/game/modules/tome/data/gfx/shaders/funky_bubbles.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/healing.lua b/game/modules/tome/data/gfx/shaders/healing.lua index 6288b8b377..3d5475cf2c 100644 --- a/game/modules/tome/data/gfx/shaders/healing.lua +++ b/game/modules/tome/data/gfx/shaders/healing.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/invis_edge.lua b/game/modules/tome/data/gfx/shaders/invis_edge.lua index ee52892f1c..2d1ad2f634 100644 --- a/game/modules/tome/data/gfx/shaders/invis_edge.lua +++ b/game/modules/tome/data/gfx/shaders/invis_edge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/lava.lua b/game/modules/tome/data/gfx/shaders/lava.lua index 824ce5a1b0..29e6667263 100644 --- a/game/modules/tome/data/gfx/shaders/lava.lua +++ b/game/modules/tome/data/gfx/shaders/lava.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/lightning.lua b/game/modules/tome/data/gfx/shaders/lightning.lua index 5f8a649b7c..35b30a32a5 100644 --- a/game/modules/tome/data/gfx/shaders/lightning.lua +++ b/game/modules/tome/data/gfx/shaders/lightning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/lightningshield.lua b/game/modules/tome/data/gfx/shaders/lightningshield.lua index fe230daa81..7e5c868fdb 100644 --- a/game/modules/tome/data/gfx/shaders/lightningshield.lua +++ b/game/modules/tome/data/gfx/shaders/lightningshield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/main_fbo.lua b/game/modules/tome/data/gfx/shaders/main_fbo.lua index 5d15f72ad7..1c33fc14ca 100644 --- a/game/modules/tome/data/gfx/shaders/main_fbo.lua +++ b/game/modules/tome/data/gfx/shaders/main_fbo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/moving_transparency.lua b/game/modules/tome/data/gfx/shaders/moving_transparency.lua index 0cac4f29e7..e9631c6aa7 100644 --- a/game/modules/tome/data/gfx/shaders/moving_transparency.lua +++ b/game/modules/tome/data/gfx/shaders/moving_transparency.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/objectsoutline.lua b/game/modules/tome/data/gfx/shaders/objectsoutline.lua index 20a07d3c06..ef5e4c203e 100644 --- a/game/modules/tome/data/gfx/shaders/objectsoutline.lua +++ b/game/modules/tome/data/gfx/shaders/objectsoutline.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/poison_water.lua b/game/modules/tome/data/gfx/shaders/poison_water.lua index 6fa76ced60..c594494ed1 100644 --- a/game/modules/tome/data/gfx/shaders/poison_water.lua +++ b/game/modules/tome/data/gfx/shaders/poison_water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/quad_hue.lua b/game/modules/tome/data/gfx/shaders/quad_hue.lua index e132cfcf72..36ea7a96b2 100644 --- a/game/modules/tome/data/gfx/shaders/quad_hue.lua +++ b/game/modules/tome/data/gfx/shaders/quad_hue.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/resources.lua b/game/modules/tome/data/gfx/shaders/resources.lua index e1047c9075..38b7cdf67f 100644 --- a/game/modules/tome/data/gfx/shaders/resources.lua +++ b/game/modules/tome/data/gfx/shaders/resources.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/resources2.lua b/game/modules/tome/data/gfx/shaders/resources2.lua index 48721d4e0c..af568325a1 100644 --- a/game/modules/tome/data/gfx/shaders/resources2.lua +++ b/game/modules/tome/data/gfx/shaders/resources2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/runicshield.lua b/game/modules/tome/data/gfx/shaders/runicshield.lua index 94d2f76b76..7928bcd831 100644 --- a/game/modules/tome/data/gfx/shaders/runicshield.lua +++ b/game/modules/tome/data/gfx/shaders/runicshield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/shadow_simulacrum.lua b/game/modules/tome/data/gfx/shaders/shadow_simulacrum.lua index c4f7c6ef3c..1036e888d2 100644 --- a/game/modules/tome/data/gfx/shaders/shadow_simulacrum.lua +++ b/game/modules/tome/data/gfx/shaders/shadow_simulacrum.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/shadowfire.lua b/game/modules/tome/data/gfx/shaders/shadowfire.lua index c289fed0b3..0fdbe9a028 100644 --- a/game/modules/tome/data/gfx/shaders/shadowfire.lua +++ b/game/modules/tome/data/gfx/shaders/shadowfire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/shield.lua b/game/modules/tome/data/gfx/shaders/shield.lua index 27686f6af0..1d5c1bc238 100644 --- a/game/modules/tome/data/gfx/shaders/shield.lua +++ b/game/modules/tome/data/gfx/shaders/shield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/shockwave.lua b/game/modules/tome/data/gfx/shaders/shockwave.lua index 5661495284..20d272210a 100644 --- a/game/modules/tome/data/gfx/shaders/shockwave.lua +++ b/game/modules/tome/data/gfx/shaders/shockwave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/shockwave2.lua b/game/modules/tome/data/gfx/shaders/shockwave2.lua index e419eda87d..19a3d3ae0c 100644 --- a/game/modules/tome/data/gfx/shaders/shockwave2.lua +++ b/game/modules/tome/data/gfx/shaders/shockwave2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/space_turbulence.lua b/game/modules/tome/data/gfx/shaders/space_turbulence.lua index 077d8f6a85..007846e257 100644 --- a/game/modules/tome/data/gfx/shaders/space_turbulence.lua +++ b/game/modules/tome/data/gfx/shaders/space_turbulence.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/sparks.lua b/game/modules/tome/data/gfx/shaders/sparks.lua index 2e4655a0a4..d16c8b07e4 100644 --- a/game/modules/tome/data/gfx/shaders/sparks.lua +++ b/game/modules/tome/data/gfx/shaders/sparks.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/spinningwinds.lua b/game/modules/tome/data/gfx/shaders/spinningwinds.lua index b8d180d2fe..561b3fed0f 100644 --- a/game/modules/tome/data/gfx/shaders/spinningwinds.lua +++ b/game/modules/tome/data/gfx/shaders/spinningwinds.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/spinningwinds2.lua b/game/modules/tome/data/gfx/shaders/spinningwinds2.lua index b8d180d2fe..561b3fed0f 100644 --- a/game/modules/tome/data/gfx/shaders/spinningwinds2.lua +++ b/game/modules/tome/data/gfx/shaders/spinningwinds2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/starfield.lua b/game/modules/tome/data/gfx/shaders/starfield.lua index 06f71ace41..445fd7601e 100644 --- a/game/modules/tome/data/gfx/shaders/starfield.lua +++ b/game/modules/tome/data/gfx/shaders/starfield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/stone.lua b/game/modules/tome/data/gfx/shaders/stone.lua index 4b878a2d63..78fc290660 100644 --- a/game/modules/tome/data/gfx/shaders/stone.lua +++ b/game/modules/tome/data/gfx/shaders/stone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/sun.lua b/game/modules/tome/data/gfx/shaders/sun.lua index d29cf7d95d..1da3a72fb9 100644 --- a/game/modules/tome/data/gfx/shaders/sun.lua +++ b/game/modules/tome/data/gfx/shaders/sun.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/sunaura.lua b/game/modules/tome/data/gfx/shaders/sunaura.lua index 14ed43fd2f..88d49cc584 100644 --- a/game/modules/tome/data/gfx/shaders/sunaura.lua +++ b/game/modules/tome/data/gfx/shaders/sunaura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/target_fbo.lua b/game/modules/tome/data/gfx/shaders/target_fbo.lua index 8e0ba1def4..b0abf9a7cd 100644 --- a/game/modules/tome/data/gfx/shaders/target_fbo.lua +++ b/game/modules/tome/data/gfx/shaders/target_fbo.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/test.lua b/game/modules/tome/data/gfx/shaders/test.lua index 00a2290eec..ad142a1797 100644 --- a/game/modules/tome/data/gfx/shaders/test.lua +++ b/game/modules/tome/data/gfx/shaders/test.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/textoutline.lua b/game/modules/tome/data/gfx/shaders/textoutline.lua index a25e54e024..dd0ec94f6e 100644 --- a/game/modules/tome/data/gfx/shaders/textoutline.lua +++ b/game/modules/tome/data/gfx/shaders/textoutline.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/unique_glow.lua b/game/modules/tome/data/gfx/shaders/unique_glow.lua index 6ed13b3661..3a54a0247b 100644 --- a/game/modules/tome/data/gfx/shaders/unique_glow.lua +++ b/game/modules/tome/data/gfx/shaders/unique_glow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/water.lua b/game/modules/tome/data/gfx/shaders/water.lua index 50b2488eb1..58b082bd9c 100644 --- a/game/modules/tome/data/gfx/shaders/water.lua +++ b/game/modules/tome/data/gfx/shaders/water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/water_ocean.lua b/game/modules/tome/data/gfx/shaders/water_ocean.lua index 4629c9dc50..682376cdeb 100644 --- a/game/modules/tome/data/gfx/shaders/water_ocean.lua +++ b/game/modules/tome/data/gfx/shaders/water_ocean.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/gfx/shaders/weather_vapours.lua b/game/modules/tome/data/gfx/shaders/weather_vapours.lua index 1d34570c24..ec45dbc984 100644 --- a/game/modules/tome/data/gfx/shaders/weather_vapours.lua +++ b/game/modules/tome/data/gfx/shaders/weather_vapours.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/ingredients.lua b/game/modules/tome/data/ingredients.lua index 7789687757..8313b95d2c 100644 --- a/game/modules/tome/data/ingredients.lua +++ b/game/modules/tome/data/ingredients.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/keybinds/tome.lua b/game/modules/tome/data/keybinds/tome.lua index f8d91f23dc..36e1d785a5 100644 --- a/game/modules/tome/data/keybinds/tome.lua +++ b/game/modules/tome/data/keybinds/tome.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/age-allure.lua b/game/modules/tome/data/lore/age-allure.lua index cba7436f2d..163f0a6ef3 100644 --- a/game/modules/tome/data/lore/age-allure.lua +++ b/game/modules/tome/data/lore/age-allure.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/age-pyre.lua b/game/modules/tome/data/lore/age-pyre.lua index ae19006bbd..55d0e415d5 100644 --- a/game/modules/tome/data/lore/age-pyre.lua +++ b/game/modules/tome/data/lore/age-pyre.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/angolwen.lua b/game/modules/tome/data/lore/angolwen.lua index a06e854443..3d581919b7 100644 --- a/game/modules/tome/data/lore/angolwen.lua +++ b/game/modules/tome/data/lore/angolwen.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/blighted-ruins.lua b/game/modules/tome/data/lore/blighted-ruins.lua index f085cf3d5c..d25d7e7745 100644 --- a/game/modules/tome/data/lore/blighted-ruins.lua +++ b/game/modules/tome/data/lore/blighted-ruins.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/daikara.lua b/game/modules/tome/data/lore/daikara.lua index 9b40b107a7..46da886e9e 100644 --- a/game/modules/tome/data/lore/daikara.lua +++ b/game/modules/tome/data/lore/daikara.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/dreadfell.lua b/game/modules/tome/data/lore/dreadfell.lua index d2cff8661f..37acc9337b 100644 --- a/game/modules/tome/data/lore/dreadfell.lua +++ b/game/modules/tome/data/lore/dreadfell.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/elvala.lua b/game/modules/tome/data/lore/elvala.lua index d06c89c683..536f82be2f 100644 --- a/game/modules/tome/data/lore/elvala.lua +++ b/game/modules/tome/data/lore/elvala.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/fearscape.lua b/game/modules/tome/data/lore/fearscape.lua index 92e90723f0..4cf1ef438b 100644 --- a/game/modules/tome/data/lore/fearscape.lua +++ b/game/modules/tome/data/lore/fearscape.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/fun.lua b/game/modules/tome/data/lore/fun.lua index a55bd1e7dd..3f76dbbc5f 100644 --- a/game/modules/tome/data/lore/fun.lua +++ b/game/modules/tome/data/lore/fun.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/high-peak.lua b/game/modules/tome/data/lore/high-peak.lua index 34fc5ed486..973f721ff2 100644 --- a/game/modules/tome/data/lore/high-peak.lua +++ b/game/modules/tome/data/lore/high-peak.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/infinite-dungeon.lua b/game/modules/tome/data/lore/infinite-dungeon.lua index 964cc0a991..de2b59c62d 100644 --- a/game/modules/tome/data/lore/infinite-dungeon.lua +++ b/game/modules/tome/data/lore/infinite-dungeon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/iron-throne.lua b/game/modules/tome/data/lore/iron-throne.lua index 8f5db5273e..ba5c6691f7 100644 --- a/game/modules/tome/data/lore/iron-throne.lua +++ b/game/modules/tome/data/lore/iron-throne.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/keepsake.lua b/game/modules/tome/data/lore/keepsake.lua index 0c59cff5c0..58512dc838 100644 --- a/game/modules/tome/data/lore/keepsake.lua +++ b/game/modules/tome/data/lore/keepsake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/kor-pul.lua b/game/modules/tome/data/lore/kor-pul.lua index b7c266af0b..2282350185 100644 --- a/game/modules/tome/data/lore/kor-pul.lua +++ b/game/modules/tome/data/lore/kor-pul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/last-hope.lua b/game/modules/tome/data/lore/last-hope.lua index e8ef7d98dd..cc22a82fc0 100644 --- a/game/modules/tome/data/lore/last-hope.lua +++ b/game/modules/tome/data/lore/last-hope.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/lore.lua b/game/modules/tome/data/lore/lore.lua index 23b32eb18b..ac00fcb9fa 100644 --- a/game/modules/tome/data/lore/lore.lua +++ b/game/modules/tome/data/lore/lore.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/maze.lua b/game/modules/tome/data/lore/maze.lua index 1355752e8b..df33522f7e 100644 --- a/game/modules/tome/data/lore/maze.lua +++ b/game/modules/tome/data/lore/maze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/misc.lua b/game/modules/tome/data/lore/misc.lua index 4ad4f99e03..f3680b8536 100644 --- a/game/modules/tome/data/lore/misc.lua +++ b/game/modules/tome/data/lore/misc.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/noxious-caldera.lua b/game/modules/tome/data/lore/noxious-caldera.lua index 5076a1fec5..3226fb5aec 100644 --- a/game/modules/tome/data/lore/noxious-caldera.lua +++ b/game/modules/tome/data/lore/noxious-caldera.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/old-forest.lua b/game/modules/tome/data/lore/old-forest.lua index d5b416ebaf..ea1dfb010f 100644 --- a/game/modules/tome/data/lore/old-forest.lua +++ b/game/modules/tome/data/lore/old-forest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/orc-prides.lua b/game/modules/tome/data/lore/orc-prides.lua index 8b1abfe189..c5dff59c79 100644 --- a/game/modules/tome/data/lore/orc-prides.lua +++ b/game/modules/tome/data/lore/orc-prides.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/rhaloren.lua b/game/modules/tome/data/lore/rhaloren.lua index f1d9ddca03..3b1bcabf85 100644 --- a/game/modules/tome/data/lore/rhaloren.lua +++ b/game/modules/tome/data/lore/rhaloren.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/sandworm.lua b/game/modules/tome/data/lore/sandworm.lua index bc82664c5d..42d28945d2 100644 --- a/game/modules/tome/data/lore/sandworm.lua +++ b/game/modules/tome/data/lore/sandworm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/scintillating-caves.lua b/game/modules/tome/data/lore/scintillating-caves.lua index 02d3ba95bc..6a906c0133 100644 --- a/game/modules/tome/data/lore/scintillating-caves.lua +++ b/game/modules/tome/data/lore/scintillating-caves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/shertul.lua b/game/modules/tome/data/lore/shertul.lua index 1a29337e28..85378a943f 100644 --- a/game/modules/tome/data/lore/shertul.lua +++ b/game/modules/tome/data/lore/shertul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/slazish.lua b/game/modules/tome/data/lore/slazish.lua index 5defcd80b7..75deb0a93d 100644 --- a/game/modules/tome/data/lore/slazish.lua +++ b/game/modules/tome/data/lore/slazish.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/spellblaze.lua b/game/modules/tome/data/lore/spellblaze.lua index 74e360d656..eb1903e701 100644 --- a/game/modules/tome/data/lore/spellblaze.lua +++ b/game/modules/tome/data/lore/spellblaze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/spellhunt.lua b/game/modules/tome/data/lore/spellhunt.lua index fcbc94768a..d0a9484fd9 100644 --- a/game/modules/tome/data/lore/spellhunt.lua +++ b/game/modules/tome/data/lore/spellhunt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/sunwall.lua b/game/modules/tome/data/lore/sunwall.lua index a3e3d41a25..05fa2a78ee 100644 --- a/game/modules/tome/data/lore/sunwall.lua +++ b/game/modules/tome/data/lore/sunwall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/trollmire.lua b/game/modules/tome/data/lore/trollmire.lua index 541f87d03f..7ca7a8d03c 100644 --- a/game/modules/tome/data/lore/trollmire.lua +++ b/game/modules/tome/data/lore/trollmire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/lore/zigur.lua b/game/modules/tome/data/lore/zigur.lua index 5472b2e1d7..f717094bb1 100644 --- a/game/modules/tome/data/lore/zigur.lua +++ b/game/modules/tome/data/lore/zigur.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/events/old-battle-field.lua b/game/modules/tome/data/maps/events/old-battle-field.lua index 4c431be0c7..f5725c4584 100644 --- a/game/modules/tome/data/maps/events/old-battle-field.lua +++ b/game/modules/tome/data/maps/events/old-battle-field.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/quests/lost-merchant.lua b/game/modules/tome/data/maps/quests/lost-merchant.lua index 3770ffcf6b..c8b86883fd 100644 --- a/game/modules/tome/data/maps/quests/lost-merchant.lua +++ b/game/modules/tome/data/maps/quests/lost-merchant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/stellar-system/shandral.lua b/game/modules/tome/data/maps/stellar-system/shandral.lua index 8cbf114cab..3b95df16b2 100644 --- a/game/modules/tome/data/maps/stellar-system/shandral.lua +++ b/game/modules/tome/data/maps/stellar-system/shandral.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/angolwen.lua b/game/modules/tome/data/maps/towns/angolwen.lua index 455fe99b9e..7b60b79c85 100644 --- a/game/modules/tome/data/maps/towns/angolwen.lua +++ b/game/modules/tome/data/maps/towns/angolwen.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/derth.lua b/game/modules/tome/data/maps/towns/derth.lua index 5e5be30c2c..a67ec5e8e6 100644 --- a/game/modules/tome/data/maps/towns/derth.lua +++ b/game/modules/tome/data/maps/towns/derth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/elvala.lua b/game/modules/tome/data/maps/towns/elvala.lua index 396c3d8937..19c66dd891 100644 --- a/game/modules/tome/data/maps/towns/elvala.lua +++ b/game/modules/tome/data/maps/towns/elvala.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/gates-of-morning.lua b/game/modules/tome/data/maps/towns/gates-of-morning.lua index 876e9bbc02..eec3bb223e 100644 --- a/game/modules/tome/data/maps/towns/gates-of-morning.lua +++ b/game/modules/tome/data/maps/towns/gates-of-morning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/irkkk.lua b/game/modules/tome/data/maps/towns/irkkk.lua index 65c57f5d4c..4e01774937 100644 --- a/game/modules/tome/data/maps/towns/irkkk.lua +++ b/game/modules/tome/data/maps/towns/irkkk.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/iron-council.lua b/game/modules/tome/data/maps/towns/iron-council.lua index ea52fec1d0..aa6158f214 100644 --- a/game/modules/tome/data/maps/towns/iron-council.lua +++ b/game/modules/tome/data/maps/towns/iron-council.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/last-hope.lua b/game/modules/tome/data/maps/towns/last-hope.lua index 20ea058974..26950fb222 100644 --- a/game/modules/tome/data/maps/towns/last-hope.lua +++ b/game/modules/tome/data/maps/towns/last-hope.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/lumberjack-village.lua b/game/modules/tome/data/maps/towns/lumberjack-village.lua index da99379c54..089a845c59 100644 --- a/game/modules/tome/data/maps/towns/lumberjack-village.lua +++ b/game/modules/tome/data/maps/towns/lumberjack-village.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/point-zero.lua b/game/modules/tome/data/maps/towns/point-zero.lua index 15e81b3a7a..393437e32b 100644 --- a/game/modules/tome/data/maps/towns/point-zero.lua +++ b/game/modules/tome/data/maps/towns/point-zero.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/shatur.lua b/game/modules/tome/data/maps/towns/shatur.lua index 652d74f612..591ae8802a 100644 --- a/game/modules/tome/data/maps/towns/shatur.lua +++ b/game/modules/tome/data/maps/towns/shatur.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/towns/zigur.lua b/game/modules/tome/data/maps/towns/zigur.lua index 2b27ec4bd0..63a3cc92ef 100644 --- a/game/modules/tome/data/maps/towns/zigur.lua +++ b/game/modules/tome/data/maps/towns/zigur.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/tutorial/tutorial1.lua b/game/modules/tome/data/maps/tutorial/tutorial1.lua index 10e23573e3..66b323406e 100644 --- a/game/modules/tome/data/maps/tutorial/tutorial1.lua +++ b/game/modules/tome/data/maps/tutorial/tutorial1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/tutorial/tutorial2.lua b/game/modules/tome/data/maps/tutorial/tutorial2.lua index 9b0bcd14fb..136a1ab894 100644 --- a/game/modules/tome/data/maps/tutorial/tutorial2.lua +++ b/game/modules/tome/data/maps/tutorial/tutorial2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/tutorial/tutorial3.lua b/game/modules/tome/data/maps/tutorial/tutorial3.lua index 1402609856..a54d1c7283 100644 --- a/game/modules/tome/data/maps/tutorial/tutorial3.lua +++ b/game/modules/tome/data/maps/tutorial/tutorial3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/tutorial/tutorial4.lua b/game/modules/tome/data/maps/tutorial/tutorial4.lua index b2911ac105..28200fc21c 100644 --- a/game/modules/tome/data/maps/tutorial/tutorial4.lua +++ b/game/modules/tome/data/maps/tutorial/tutorial4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/tutorial/tutorial5.lua b/game/modules/tome/data/maps/tutorial/tutorial5.lua index 8139e3aeb1..1181102eaf 100644 --- a/game/modules/tome/data/maps/tutorial/tutorial5.lua +++ b/game/modules/tome/data/maps/tutorial/tutorial5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/tutorial/tutorial6.lua b/game/modules/tome/data/maps/tutorial/tutorial6.lua index c222a19eae..26374b65c4 100644 --- a/game/modules/tome/data/maps/tutorial/tutorial6.lua +++ b/game/modules/tome/data/maps/tutorial/tutorial6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/32-chambers.lua b/game/modules/tome/data/maps/vaults/32-chambers.lua index c3cf9d8f15..52f0ac3ba0 100644 --- a/game/modules/tome/data/maps/vaults/32-chambers.lua +++ b/game/modules/tome/data/maps/vaults/32-chambers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/acidic-vault.lua b/game/modules/tome/data/maps/vaults/acidic-vault.lua index 05ffa259ea..de6abeadb1 100644 --- a/game/modules/tome/data/maps/vaults/acidic-vault.lua +++ b/game/modules/tome/data/maps/vaults/acidic-vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/amon-sul-crypt.lua b/game/modules/tome/data/maps/vaults/amon-sul-crypt.lua index e6788a1b9e..b6380d86a7 100644 --- a/game/modules/tome/data/maps/vaults/amon-sul-crypt.lua +++ b/game/modules/tome/data/maps/vaults/amon-sul-crypt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/bandit-fortress.lua b/game/modules/tome/data/maps/vaults/bandit-fortress.lua index 2585660dfb..f8e151b65b 100644 --- a/game/modules/tome/data/maps/vaults/bandit-fortress.lua +++ b/game/modules/tome/data/maps/vaults/bandit-fortress.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/circle.lua b/game/modules/tome/data/maps/vaults/circle.lua index 06b480bb38..a78b6c16c6 100644 --- a/game/modules/tome/data/maps/vaults/circle.lua +++ b/game/modules/tome/data/maps/vaults/circle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/crypt.lua b/game/modules/tome/data/maps/vaults/crypt.lua index fbb926c719..1adbb2153d 100644 --- a/game/modules/tome/data/maps/vaults/crypt.lua +++ b/game/modules/tome/data/maps/vaults/crypt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/demon-nest-1.lua b/game/modules/tome/data/maps/vaults/demon-nest-1.lua index 79f6e7fc6c..8cd2c64fcf 100644 --- a/game/modules/tome/data/maps/vaults/demon-nest-1.lua +++ b/game/modules/tome/data/maps/vaults/demon-nest-1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/demon-nest-2.lua b/game/modules/tome/data/maps/vaults/demon-nest-2.lua index 02151d1624..9ec8a94cfd 100644 --- a/game/modules/tome/data/maps/vaults/demon-nest-2.lua +++ b/game/modules/tome/data/maps/vaults/demon-nest-2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/demon-nest-3.lua b/game/modules/tome/data/maps/vaults/demon-nest-3.lua index b25fd062e7..bf59ed1492 100644 --- a/game/modules/tome/data/maps/vaults/demon-nest-3.lua +++ b/game/modules/tome/data/maps/vaults/demon-nest-3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/diggers.lua b/game/modules/tome/data/maps/vaults/diggers.lua index 3807e50022..fa175e1cf6 100644 --- a/game/modules/tome/data/maps/vaults/diggers.lua +++ b/game/modules/tome/data/maps/vaults/diggers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/double-t.lua b/game/modules/tome/data/maps/vaults/double-t.lua index 18ce8eb172..4b398635e8 100644 --- a/game/modules/tome/data/maps/vaults/double-t.lua +++ b/game/modules/tome/data/maps/vaults/double-t.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/dragon-loot.lua b/game/modules/tome/data/maps/vaults/dragon-loot.lua index 25f9a9581b..0f98ae5f90 100644 --- a/game/modules/tome/data/maps/vaults/dragon-loot.lua +++ b/game/modules/tome/data/maps/vaults/dragon-loot.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/dragon_lair.lua b/game/modules/tome/data/maps/vaults/dragon_lair.lua index 252bc1813a..f7dd5b2fd3 100644 --- a/game/modules/tome/data/maps/vaults/dragon_lair.lua +++ b/game/modules/tome/data/maps/vaults/dragon_lair.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/forest-ruined-building1.lua b/game/modules/tome/data/maps/vaults/forest-ruined-building1.lua index b683d98d1e..f69e364403 100644 --- a/game/modules/tome/data/maps/vaults/forest-ruined-building1.lua +++ b/game/modules/tome/data/maps/vaults/forest-ruined-building1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/forest-ruined-building2.lua b/game/modules/tome/data/maps/vaults/forest-ruined-building2.lua index 31bfff5f30..bee0584441 100644 --- a/game/modules/tome/data/maps/vaults/forest-ruined-building2.lua +++ b/game/modules/tome/data/maps/vaults/forest-ruined-building2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/forest-ruined-building3.lua b/game/modules/tome/data/maps/vaults/forest-ruined-building3.lua index 5132da44f8..aea7be07bc 100644 --- a/game/modules/tome/data/maps/vaults/forest-ruined-building3.lua +++ b/game/modules/tome/data/maps/vaults/forest-ruined-building3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/forest-snake-pit.lua b/game/modules/tome/data/maps/vaults/forest-snake-pit.lua index a17c1075df..1de3c99b09 100644 --- a/game/modules/tome/data/maps/vaults/forest-snake-pit.lua +++ b/game/modules/tome/data/maps/vaults/forest-snake-pit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/frost-dragon-lair.lua b/game/modules/tome/data/maps/vaults/frost-dragon-lair.lua index a296ff2578..c9e7edc163 100644 --- a/game/modules/tome/data/maps/vaults/frost-dragon-lair.lua +++ b/game/modules/tome/data/maps/vaults/frost-dragon-lair.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/greater-checkerboard.lua b/game/modules/tome/data/maps/vaults/greater-checkerboard.lua index 1523d792d0..0197bd647f 100644 --- a/game/modules/tome/data/maps/vaults/greater-checkerboard.lua +++ b/game/modules/tome/data/maps/vaults/greater-checkerboard.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/greater-crypt.lua b/game/modules/tome/data/maps/vaults/greater-crypt.lua index 4e70e48919..bcef42b584 100644 --- a/game/modules/tome/data/maps/vaults/greater-crypt.lua +++ b/game/modules/tome/data/maps/vaults/greater-crypt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/greater-money-vault.lua b/game/modules/tome/data/maps/vaults/greater-money-vault.lua index 27437febe9..aa0087f6d0 100644 --- a/game/modules/tome/data/maps/vaults/greater-money-vault.lua +++ b/game/modules/tome/data/maps/vaults/greater-money-vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/hillbert_curve.lua b/game/modules/tome/data/maps/vaults/hillbert_curve.lua index 7730a3ddea..8fb4d76f92 100644 --- a/game/modules/tome/data/maps/vaults/hillbert_curve.lua +++ b/game/modules/tome/data/maps/vaults/hillbert_curve.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/honey_glade.lua b/game/modules/tome/data/maps/vaults/honey_glade.lua index b5513ad8f0..cadecc2145 100644 --- a/game/modules/tome/data/maps/vaults/honey_glade.lua +++ b/game/modules/tome/data/maps/vaults/honey_glade.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/horror-chamber.lua b/game/modules/tome/data/maps/vaults/horror-chamber.lua index e67ee46d8f..16a9d58e48 100644 --- a/game/modules/tome/data/maps/vaults/horror-chamber.lua +++ b/game/modules/tome/data/maps/vaults/horror-chamber.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/hostel.lua b/game/modules/tome/data/maps/vaults/hostel.lua index 9634e03c31..4750418f79 100644 --- a/game/modules/tome/data/maps/vaults/hostel.lua +++ b/game/modules/tome/data/maps/vaults/hostel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/lava_island.lua b/game/modules/tome/data/maps/vaults/lava_island.lua index f43699e115..6dad08690b 100644 --- a/game/modules/tome/data/maps/vaults/lava_island.lua +++ b/game/modules/tome/data/maps/vaults/lava_island.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/lich-lair.lua b/game/modules/tome/data/maps/vaults/lich-lair.lua index a45e092ac5..6e8f8c0597 100644 --- a/game/modules/tome/data/maps/vaults/lich-lair.lua +++ b/game/modules/tome/data/maps/vaults/lich-lair.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/lightning-vault.lua b/game/modules/tome/data/maps/vaults/lightning-vault.lua index aa243836ed..ba13f7fba5 100644 --- a/game/modules/tome/data/maps/vaults/lightning-vault.lua +++ b/game/modules/tome/data/maps/vaults/lightning-vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/loot-vault.lua b/game/modules/tome/data/maps/vaults/loot-vault.lua index e74ea2489a..7a5dde1823 100644 --- a/game/modules/tome/data/maps/vaults/loot-vault.lua +++ b/game/modules/tome/data/maps/vaults/loot-vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/mage-hideout.lua b/game/modules/tome/data/maps/vaults/mage-hideout.lua index 98ec2541d3..b0a588a379 100644 --- a/game/modules/tome/data/maps/vaults/mage-hideout.lua +++ b/game/modules/tome/data/maps/vaults/mage-hideout.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/mold-path.lua b/game/modules/tome/data/maps/vaults/mold-path.lua index 7d4cd0164d..8cf0fe207f 100644 --- a/game/modules/tome/data/maps/vaults/mold-path.lua +++ b/game/modules/tome/data/maps/vaults/mold-path.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/old-forest-swamp.lua b/game/modules/tome/data/maps/vaults/old-forest-swamp.lua index 3ea42f8eb4..35609e0991 100644 --- a/game/modules/tome/data/maps/vaults/old-forest-swamp.lua +++ b/game/modules/tome/data/maps/vaults/old-forest-swamp.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/orc-armoury.lua b/game/modules/tome/data/maps/vaults/orc-armoury.lua index 158f0b5dcf..0163054e32 100644 --- a/game/modules/tome/data/maps/vaults/orc-armoury.lua +++ b/game/modules/tome/data/maps/vaults/orc-armoury.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/orc-hatred.lua b/game/modules/tome/data/maps/vaults/orc-hatred.lua index 0b3ebb6982..3b96b7849c 100644 --- a/game/modules/tome/data/maps/vaults/orc-hatred.lua +++ b/game/modules/tome/data/maps/vaults/orc-hatred.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/orc-necromancer.lua b/game/modules/tome/data/maps/vaults/orc-necromancer.lua index 28f1c74199..62f8f85801 100644 --- a/game/modules/tome/data/maps/vaults/orc-necromancer.lua +++ b/game/modules/tome/data/maps/vaults/orc-necromancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/paladin-vs-vampire.lua b/game/modules/tome/data/maps/vaults/paladin-vs-vampire.lua index 25c1455a7d..35d0c92c5a 100644 --- a/game/modules/tome/data/maps/vaults/paladin-vs-vampire.lua +++ b/game/modules/tome/data/maps/vaults/paladin-vs-vampire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/plantlife.lua b/game/modules/tome/data/maps/vaults/plantlife.lua index f1c9dbc172..88598b2f0c 100644 --- a/game/modules/tome/data/maps/vaults/plantlife.lua +++ b/game/modules/tome/data/maps/vaults/plantlife.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/quiet.lua b/game/modules/tome/data/maps/vaults/quiet.lua index e53eebf77a..c483dd6478 100644 --- a/game/modules/tome/data/maps/vaults/quiet.lua +++ b/game/modules/tome/data/maps/vaults/quiet.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/rain-of-death.lua b/game/modules/tome/data/maps/vaults/rain-of-death.lua index 981340dfbc..d79aa90109 100644 --- a/game/modules/tome/data/maps/vaults/rain-of-death.lua +++ b/game/modules/tome/data/maps/vaults/rain-of-death.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/rat-nest.lua b/game/modules/tome/data/maps/vaults/rat-nest.lua index 9b7e99beb9..223af86329 100644 --- a/game/modules/tome/data/maps/vaults/rat-nest.lua +++ b/game/modules/tome/data/maps/vaults/rat-nest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/skeleton-mage-cabal.lua b/game/modules/tome/data/maps/vaults/skeleton-mage-cabal.lua index 1570a4e7a2..86f9460fc7 100644 --- a/game/modules/tome/data/maps/vaults/skeleton-mage-cabal.lua +++ b/game/modules/tome/data/maps/vaults/skeleton-mage-cabal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/snow-giant-camp.lua b/game/modules/tome/data/maps/vaults/snow-giant-camp.lua index fcf13fcad9..409af2c8c2 100644 --- a/game/modules/tome/data/maps/vaults/snow-giant-camp.lua +++ b/game/modules/tome/data/maps/vaults/snow-giant-camp.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/spider-den.lua b/game/modules/tome/data/maps/vaults/spider-den.lua index f086fa5059..f745009356 100644 --- a/game/modules/tome/data/maps/vaults/spider-den.lua +++ b/game/modules/tome/data/maps/vaults/spider-den.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/test.lua b/game/modules/tome/data/maps/vaults/test.lua index 87009d343f..089eae7f8f 100644 --- a/game/modules/tome/data/maps/vaults/test.lua +++ b/game/modules/tome/data/maps/vaults/test.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/thief-hideout.lua b/game/modules/tome/data/maps/vaults/thief-hideout.lua index bf8e7e5dfe..c0d71fb8fb 100644 --- a/game/modules/tome/data/maps/vaults/thief-hideout.lua +++ b/game/modules/tome/data/maps/vaults/thief-hideout.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/trapped-hexagon.lua b/game/modules/tome/data/maps/vaults/trapped-hexagon.lua index 4cf9020354..4d91e5c87a 100644 --- a/game/modules/tome/data/maps/vaults/trapped-hexagon.lua +++ b/game/modules/tome/data/maps/vaults/trapped-hexagon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/treasure1.lua b/game/modules/tome/data/maps/vaults/treasure1.lua index 3f01b18a8d..a8ced220ac 100644 --- a/game/modules/tome/data/maps/vaults/treasure1.lua +++ b/game/modules/tome/data/maps/vaults/treasure1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/trickvault.lua b/game/modules/tome/data/maps/vaults/trickvault.lua index fbb4ab5b48..a83c477c24 100644 --- a/game/modules/tome/data/maps/vaults/trickvault.lua +++ b/game/modules/tome/data/maps/vaults/trickvault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/troll-hideout.lua b/game/modules/tome/data/maps/vaults/troll-hideout.lua index 9414c80ad1..90c28ede9d 100644 --- a/game/modules/tome/data/maps/vaults/troll-hideout.lua +++ b/game/modules/tome/data/maps/vaults/troll-hideout.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/water-vault.lua b/game/modules/tome/data/maps/vaults/water-vault.lua index 139f3b4bf0..ef18809545 100644 --- a/game/modules/tome/data/maps/vaults/water-vault.lua +++ b/game/modules/tome/data/maps/vaults/water-vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/xorn-trap.lua b/game/modules/tome/data/maps/vaults/xorn-trap.lua index b41011a61d..4cd815014c 100644 --- a/game/modules/tome/data/maps/vaults/xorn-trap.lua +++ b/game/modules/tome/data/maps/vaults/xorn-trap.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/yin-yang.lua b/game/modules/tome/data/maps/vaults/yin-yang.lua index 538fcd5a46..a10dcbc846 100644 --- a/game/modules/tome/data/maps/vaults/yin-yang.lua +++ b/game/modules/tome/data/maps/vaults/yin-yang.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/vaults/zigzag-chambers.lua b/game/modules/tome/data/maps/vaults/zigzag-chambers.lua index 731f1b0a30..514936f1aa 100644 --- a/game/modules/tome/data/maps/vaults/zigzag-chambers.lua +++ b/game/modules/tome/data/maps/vaults/zigzag-chambers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/wilderness/eyal.lua b/game/modules/tome/data/maps/wilderness/eyal.lua index fe04b59c0a..6068e5c9d8 100644 --- a/game/modules/tome/data/maps/wilderness/eyal.lua +++ b/game/modules/tome/data/maps/wilderness/eyal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/arena-unlock.lua b/game/modules/tome/data/maps/zones/arena-unlock.lua index f40621e6dd..5f2be6fefe 100644 --- a/game/modules/tome/data/maps/zones/arena-unlock.lua +++ b/game/modules/tome/data/maps/zones/arena-unlock.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/arena.lua b/game/modules/tome/data/maps/zones/arena.lua index ca73e3d75e..ed85dba713 100644 --- a/game/modules/tome/data/maps/zones/arena.lua +++ b/game/modules/tome/data/maps/zones/arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/blighted-ruins-last.lua b/game/modules/tome/data/maps/zones/blighted-ruins-last.lua index f1776ac252..112e421b36 100644 --- a/game/modules/tome/data/maps/zones/blighted-ruins-last.lua +++ b/game/modules/tome/data/maps/zones/blighted-ruins-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/charred-scar.lua b/game/modules/tome/data/maps/zones/charred-scar.lua index 8ba55ecc94..18413b36a0 100644 --- a/game/modules/tome/data/maps/zones/charred-scar.lua +++ b/game/modules/tome/data/maps/zones/charred-scar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/crypt-kryl-feijan-last.lua b/game/modules/tome/data/maps/zones/crypt-kryl-feijan-last.lua index 8029dcbf78..08499827b1 100644 --- a/game/modules/tome/data/maps/zones/crypt-kryl-feijan-last.lua +++ b/game/modules/tome/data/maps/zones/crypt-kryl-feijan-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/deep-bellow-last.lua b/game/modules/tome/data/maps/zones/deep-bellow-last.lua index 4c370b94b7..94517593b4 100644 --- a/game/modules/tome/data/maps/zones/deep-bellow-last.lua +++ b/game/modules/tome/data/maps/zones/deep-bellow-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/dreadfell-ambush.lua b/game/modules/tome/data/maps/zones/dreadfell-ambush.lua index a14ba684f5..b4c82df7a3 100644 --- a/game/modules/tome/data/maps/zones/dreadfell-ambush.lua +++ b/game/modules/tome/data/maps/zones/dreadfell-ambush.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/eruan-last.lua b/game/modules/tome/data/maps/zones/eruan-last.lua index d1ce54ce88..1e15408214 100644 --- a/game/modules/tome/data/maps/zones/eruan-last.lua +++ b/game/modules/tome/data/maps/zones/eruan-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/flooded-cave-last.lua b/game/modules/tome/data/maps/zones/flooded-cave-last.lua index 436ff646f6..efe4e6f6f6 100644 --- a/game/modules/tome/data/maps/zones/flooded-cave-last.lua +++ b/game/modules/tome/data/maps/zones/flooded-cave-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/gladium.lua b/game/modules/tome/data/maps/zones/gladium.lua index 1ce2f16ff2..e33c559ccf 100644 --- a/game/modules/tome/data/maps/zones/gladium.lua +++ b/game/modules/tome/data/maps/zones/gladium.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/halfling-ruins-last.lua b/game/modules/tome/data/maps/zones/halfling-ruins-last.lua index d59c65b46a..2985d6251a 100644 --- a/game/modules/tome/data/maps/zones/halfling-ruins-last.lua +++ b/game/modules/tome/data/maps/zones/halfling-ruins-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/high-peak-last.lua b/game/modules/tome/data/maps/zones/high-peak-last.lua index 8c664dc82d..8bb3bdef59 100644 --- a/game/modules/tome/data/maps/zones/high-peak-last.lua +++ b/game/modules/tome/data/maps/zones/high-peak-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/keepsake-cave-entrance.lua b/game/modules/tome/data/maps/zones/keepsake-cave-entrance.lua index 7d73dea7ef..a9dec966c5 100644 --- a/game/modules/tome/data/maps/zones/keepsake-cave-entrance.lua +++ b/game/modules/tome/data/maps/zones/keepsake-cave-entrance.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/keepsake-cave-last.lua b/game/modules/tome/data/maps/zones/keepsake-cave-last.lua index e0757d1ed5..45d4ce788e 100644 --- a/game/modules/tome/data/maps/zones/keepsake-cave-last.lua +++ b/game/modules/tome/data/maps/zones/keepsake-cave-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/keepsake-dream.lua b/game/modules/tome/data/maps/zones/keepsake-dream.lua index d0fbe5ae64..a56906d092 100644 --- a/game/modules/tome/data/maps/zones/keepsake-dream.lua +++ b/game/modules/tome/data/maps/zones/keepsake-dream.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/keepsake-meadow.lua b/game/modules/tome/data/maps/zones/keepsake-meadow.lua index b849638195..57318745ce 100644 --- a/game/modules/tome/data/maps/zones/keepsake-meadow.lua +++ b/game/modules/tome/data/maps/zones/keepsake-meadow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/lake-nur.lua b/game/modules/tome/data/maps/zones/lake-nur.lua index 43afb3bbc4..d99d961824 100644 --- a/game/modules/tome/data/maps/zones/lake-nur.lua +++ b/game/modules/tome/data/maps/zones/lake-nur.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/last-hope-graveyard.lua b/game/modules/tome/data/maps/zones/last-hope-graveyard.lua index 2d2f75ddfc..1f2717f67a 100644 --- a/game/modules/tome/data/maps/zones/last-hope-graveyard.lua +++ b/game/modules/tome/data/maps/zones/last-hope-graveyard.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/last-hope-mausoleum.lua b/game/modules/tome/data/maps/zones/last-hope-mausoleum.lua index bd28d78b6b..941e943e6b 100644 --- a/game/modules/tome/data/maps/zones/last-hope-mausoleum.lua +++ b/game/modules/tome/data/maps/zones/last-hope-mausoleum.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/mark-spellblaze-last.lua b/game/modules/tome/data/maps/zones/mark-spellblaze-last.lua index 6a233a8326..14b89a1852 100644 --- a/game/modules/tome/data/maps/zones/mark-spellblaze-last.lua +++ b/game/modules/tome/data/maps/zones/mark-spellblaze-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/orc-breeding-pit-first.lua b/game/modules/tome/data/maps/zones/orc-breeding-pit-first.lua index 916650b35c..b90baf566d 100644 --- a/game/modules/tome/data/maps/zones/orc-breeding-pit-first.lua +++ b/game/modules/tome/data/maps/zones/orc-breeding-pit-first.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/prides-middle.lua b/game/modules/tome/data/maps/zones/prides-middle.lua index 9657b79647..c9c13300d5 100644 --- a/game/modules/tome/data/maps/zones/prides-middle.lua +++ b/game/modules/tome/data/maps/zones/prides-middle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/prides.lua b/game/modules/tome/data/maps/zones/prides.lua index 214459fe1a..c066b31d7b 100644 --- a/game/modules/tome/data/maps/zones/prides.lua +++ b/game/modules/tome/data/maps/zones/prides.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/reknor-escape-last.lua b/game/modules/tome/data/maps/zones/reknor-escape-last.lua index e16acf3f87..16929e4db3 100644 --- a/game/modules/tome/data/maps/zones/reknor-escape-last.lua +++ b/game/modules/tome/data/maps/zones/reknor-escape-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/reknor-last.lua b/game/modules/tome/data/maps/zones/reknor-last.lua index 7fb257950c..61abc56bc3 100644 --- a/game/modules/tome/data/maps/zones/reknor-last.lua +++ b/game/modules/tome/data/maps/zones/reknor-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua b/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua index b79e2d4792..82c5130a89 100644 --- a/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua +++ b/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/ring-of-blood.lua b/game/modules/tome/data/maps/zones/ring-of-blood.lua index 02bb2342a3..264bb64afc 100644 --- a/game/modules/tome/data/maps/zones/ring-of-blood.lua +++ b/game/modules/tome/data/maps/zones/ring-of-blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/ruined-dungeon.lua b/game/modules/tome/data/maps/zones/ruined-dungeon.lua index c5008ca8ce..e8c3eb375b 100644 --- a/game/modules/tome/data/maps/zones/ruined-dungeon.lua +++ b/game/modules/tome/data/maps/zones/ruined-dungeon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/ruins-kor-pul-invaded-last.lua b/game/modules/tome/data/maps/zones/ruins-kor-pul-invaded-last.lua index afe930198e..a0b95a0623 100644 --- a/game/modules/tome/data/maps/zones/ruins-kor-pul-invaded-last.lua +++ b/game/modules/tome/data/maps/zones/ruins-kor-pul-invaded-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/ruins-kor-pul-last.lua b/game/modules/tome/data/maps/zones/ruins-kor-pul-last.lua index a61ae15d55..f988ee5d2e 100644 --- a/game/modules/tome/data/maps/zones/ruins-kor-pul-last.lua +++ b/game/modules/tome/data/maps/zones/ruins-kor-pul-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/shadow-crypt-last.lua b/game/modules/tome/data/maps/zones/shadow-crypt-last.lua index f0cf94ca04..64613cf97c 100644 --- a/game/modules/tome/data/maps/zones/shadow-crypt-last.lua +++ b/game/modules/tome/data/maps/zones/shadow-crypt-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua b/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua index 0e6f0b00ac..bafa788e14 100644 --- a/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua +++ b/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/shertul-fortress.lua b/game/modules/tome/data/maps/zones/shertul-fortress.lua index 07136e4bd0..632b492f10 100644 --- a/game/modules/tome/data/maps/zones/shertul-fortress.lua +++ b/game/modules/tome/data/maps/zones/shertul-fortress.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/slime-tunnels.lua b/game/modules/tome/data/maps/zones/slime-tunnels.lua index 14a9fb3218..be0c0efb27 100644 --- a/game/modules/tome/data/maps/zones/slime-tunnels.lua +++ b/game/modules/tome/data/maps/zones/slime-tunnels.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/south-beach.lua b/game/modules/tome/data/maps/zones/south-beach.lua index b19a38dbc1..3dff01b6c6 100644 --- a/game/modules/tome/data/maps/zones/south-beach.lua +++ b/game/modules/tome/data/maps/zones/south-beach.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/tannen-tower-1.lua b/game/modules/tome/data/maps/zones/tannen-tower-1.lua index 95422aa917..fcec443fbc 100644 --- a/game/modules/tome/data/maps/zones/tannen-tower-1.lua +++ b/game/modules/tome/data/maps/zones/tannen-tower-1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/tannen-tower-2.lua b/game/modules/tome/data/maps/zones/tannen-tower-2.lua index 83b2097841..4ff707a601 100644 --- a/game/modules/tome/data/maps/zones/tannen-tower-2.lua +++ b/game/modules/tome/data/maps/zones/tannen-tower-2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/tannen-tower-3.lua b/game/modules/tome/data/maps/zones/tannen-tower-3.lua index e155721d26..10558d3a71 100644 --- a/game/modules/tome/data/maps/zones/tannen-tower-3.lua +++ b/game/modules/tome/data/maps/zones/tannen-tower-3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/tannen-tower-4.lua b/game/modules/tome/data/maps/zones/tannen-tower-4.lua index cc535448ba..0cff83b410 100644 --- a/game/modules/tome/data/maps/zones/tannen-tower-4.lua +++ b/game/modules/tome/data/maps/zones/tannen-tower-4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/tempest-peak-top.lua b/game/modules/tome/data/maps/zones/tempest-peak-top.lua index 9d619bc8ab..852e37cf2e 100644 --- a/game/modules/tome/data/maps/zones/tempest-peak-top.lua +++ b/game/modules/tome/data/maps/zones/tempest-peak-top.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/temple-of-creation-first.lua b/game/modules/tome/data/maps/zones/temple-of-creation-first.lua index 1ed80099e5..43077d7e1f 100644 --- a/game/modules/tome/data/maps/zones/temple-of-creation-first.lua +++ b/game/modules/tome/data/maps/zones/temple-of-creation-first.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/temple-of-creation-last.lua b/game/modules/tome/data/maps/zones/temple-of-creation-last.lua index 1360649519..a23f8033aa 100644 --- a/game/modules/tome/data/maps/zones/temple-of-creation-last.lua +++ b/game/modules/tome/data/maps/zones/temple-of-creation-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/trollmire-treasure.lua b/game/modules/tome/data/maps/zones/trollmire-treasure.lua index 578d6410e9..a379105f48 100644 --- a/game/modules/tome/data/maps/zones/trollmire-treasure.lua +++ b/game/modules/tome/data/maps/zones/trollmire-treasure.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/unremarkable-cave.lua b/game/modules/tome/data/maps/zones/unremarkable-cave.lua index 68f3d93a40..56a95067aa 100644 --- a/game/modules/tome/data/maps/zones/unremarkable-cave.lua +++ b/game/modules/tome/data/maps/zones/unremarkable-cave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/valley-moon.lua b/game/modules/tome/data/maps/zones/valley-moon.lua index 25c3554bf2..3afdeb9626 100644 --- a/game/modules/tome/data/maps/zones/valley-moon.lua +++ b/game/modules/tome/data/maps/zones/valley-moon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/maps/zones/vor-armoury-last.lua b/game/modules/tome/data/maps/zones/vor-armoury-last.lua index c183bd5dec..2a495a640c 100644 --- a/game/modules/tome/data/maps/zones/vor-armoury-last.lua +++ b/game/modules/tome/data/maps/zones/vor-armoury-last.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/anti-antimagic.lua b/game/modules/tome/data/quests/anti-antimagic.lua index a21a013bf1..730f89159d 100644 --- a/game/modules/tome/data/quests/anti-antimagic.lua +++ b/game/modules/tome/data/quests/anti-antimagic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/antimagic.lua b/game/modules/tome/data/quests/antimagic.lua index 7f46dc6ff5..7ec8186b29 100644 --- a/game/modules/tome/data/quests/antimagic.lua +++ b/game/modules/tome/data/quests/antimagic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/arena-unlock.lua b/game/modules/tome/data/quests/arena-unlock.lua index 28519866c2..666e56ccf4 100644 --- a/game/modules/tome/data/quests/arena-unlock.lua +++ b/game/modules/tome/data/quests/arena-unlock.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/arena.lua b/game/modules/tome/data/quests/arena.lua index a62dae7188..53e3d63816 100644 --- a/game/modules/tome/data/quests/arena.lua +++ b/game/modules/tome/data/quests/arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/brotherhood-of-alchemists.lua b/game/modules/tome/data/quests/brotherhood-of-alchemists.lua index 8423ffe76d..b7f13a6e8a 100644 --- a/game/modules/tome/data/quests/brotherhood-of-alchemists.lua +++ b/game/modules/tome/data/quests/brotherhood-of-alchemists.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/charred-scar.lua b/game/modules/tome/data/quests/charred-scar.lua index 27de173ad0..9fe29a9bfe 100644 --- a/game/modules/tome/data/quests/charred-scar.lua +++ b/game/modules/tome/data/quests/charred-scar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/deep-bellow.lua b/game/modules/tome/data/quests/deep-bellow.lua index ef70546f89..800d1aff8f 100644 --- a/game/modules/tome/data/quests/deep-bellow.lua +++ b/game/modules/tome/data/quests/deep-bellow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/dreadfell.lua b/game/modules/tome/data/quests/dreadfell.lua index 331fe70750..e4019dce3b 100644 --- a/game/modules/tome/data/quests/dreadfell.lua +++ b/game/modules/tome/data/quests/dreadfell.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/east-portal.lua b/game/modules/tome/data/quests/east-portal.lua index 66391c0f9c..f013d38b56 100644 --- a/game/modules/tome/data/quests/east-portal.lua +++ b/game/modules/tome/data/quests/east-portal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/escort-duty.lua b/game/modules/tome/data/quests/escort-duty.lua index 904cbdacd3..d41dac08a7 100644 --- a/game/modules/tome/data/quests/escort-duty.lua +++ b/game/modules/tome/data/quests/escort-duty.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/grave-necromancer.lua b/game/modules/tome/data/quests/grave-necromancer.lua index 8f66d2b80c..98cc50e1a1 100644 --- a/game/modules/tome/data/quests/grave-necromancer.lua +++ b/game/modules/tome/data/quests/grave-necromancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/high-peak.lua b/game/modules/tome/data/quests/high-peak.lua index a4d6fa67ac..4a6614bcea 100644 --- a/game/modules/tome/data/quests/high-peak.lua +++ b/game/modules/tome/data/quests/high-peak.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/infinite-dungeon.lua b/game/modules/tome/data/quests/infinite-dungeon.lua index 8c5b33cefe..5553dfd915 100644 --- a/game/modules/tome/data/quests/infinite-dungeon.lua +++ b/game/modules/tome/data/quests/infinite-dungeon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/keepsake.lua b/game/modules/tome/data/quests/keepsake.lua index 2c3b5f346e..f2e8d66c7b 100644 --- a/game/modules/tome/data/quests/keepsake.lua +++ b/game/modules/tome/data/quests/keepsake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/kryl-feijan-escape.lua b/game/modules/tome/data/quests/kryl-feijan-escape.lua index 9b654905ba..b6baccc68c 100644 --- a/game/modules/tome/data/quests/kryl-feijan-escape.lua +++ b/game/modules/tome/data/quests/kryl-feijan-escape.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/lichform.lua b/game/modules/tome/data/quests/lichform.lua index 34b2be7d2a..dd441f87de 100644 --- a/game/modules/tome/data/quests/lichform.lua +++ b/game/modules/tome/data/quests/lichform.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/lightning-overload.lua b/game/modules/tome/data/quests/lightning-overload.lua index f82c0bfc50..096a9b7c4b 100644 --- a/game/modules/tome/data/quests/lightning-overload.lua +++ b/game/modules/tome/data/quests/lightning-overload.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/lost-merchant.lua b/game/modules/tome/data/quests/lost-merchant.lua index 0b4dadfe36..bc89367811 100644 --- a/game/modules/tome/data/quests/lost-merchant.lua +++ b/game/modules/tome/data/quests/lost-merchant.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/love-melinda.lua b/game/modules/tome/data/quests/love-melinda.lua index 0877b90570..71c2b28c03 100644 --- a/game/modules/tome/data/quests/love-melinda.lua +++ b/game/modules/tome/data/quests/love-melinda.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/lumberjack-cursed.lua b/game/modules/tome/data/quests/lumberjack-cursed.lua index 0698945568..682f2907ff 100644 --- a/game/modules/tome/data/quests/lumberjack-cursed.lua +++ b/game/modules/tome/data/quests/lumberjack-cursed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/mage-apprentice.lua b/game/modules/tome/data/quests/mage-apprentice.lua index 1e674e171a..704341042d 100644 --- a/game/modules/tome/data/quests/mage-apprentice.lua +++ b/game/modules/tome/data/quests/mage-apprentice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/master-jeweler.lua b/game/modules/tome/data/quests/master-jeweler.lua index a67c06158b..c0f05f5c14 100644 --- a/game/modules/tome/data/quests/master-jeweler.lua +++ b/game/modules/tome/data/quests/master-jeweler.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/orb-command.lua b/game/modules/tome/data/quests/orb-command.lua index fbb98143c1..5b2af8bbc7 100644 --- a/game/modules/tome/data/quests/orb-command.lua +++ b/game/modules/tome/data/quests/orb-command.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/orc-breeding-pits.lua b/game/modules/tome/data/quests/orc-breeding-pits.lua index 4f1398fc83..f8ac9e7b53 100644 --- a/game/modules/tome/data/quests/orc-breeding-pits.lua +++ b/game/modules/tome/data/quests/orc-breeding-pits.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/orc-hunt.lua b/game/modules/tome/data/quests/orc-hunt.lua index b4276db966..8cd6bee548 100644 --- a/game/modules/tome/data/quests/orc-hunt.lua +++ b/game/modules/tome/data/quests/orc-hunt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/orc-pride.lua b/game/modules/tome/data/quests/orc-pride.lua index fc36ca3f56..30549479d0 100644 --- a/game/modules/tome/data/quests/orc-pride.lua +++ b/game/modules/tome/data/quests/orc-pride.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/paradoxology.lua b/game/modules/tome/data/quests/paradoxology.lua index 072670b30a..e5969daa80 100644 --- a/game/modules/tome/data/quests/paradoxology.lua +++ b/game/modules/tome/data/quests/paradoxology.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/pre-charred-scar.lua b/game/modules/tome/data/quests/pre-charred-scar.lua index 0b6844b560..d918c674aa 100644 --- a/game/modules/tome/data/quests/pre-charred-scar.lua +++ b/game/modules/tome/data/quests/pre-charred-scar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/rel-tunnel.lua b/game/modules/tome/data/quests/rel-tunnel.lua index c959c0306e..ee20bd892f 100644 --- a/game/modules/tome/data/quests/rel-tunnel.lua +++ b/game/modules/tome/data/quests/rel-tunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/ring-of-blood.lua b/game/modules/tome/data/quests/ring-of-blood.lua index 288bfde50b..5e3c7f0dec 100644 --- a/game/modules/tome/data/quests/ring-of-blood.lua +++ b/game/modules/tome/data/quests/ring-of-blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/shertul-fortress.lua b/game/modules/tome/data/quests/shertul-fortress.lua index 14411b2fd9..08751dc677 100644 --- a/game/modules/tome/data/quests/shertul-fortress.lua +++ b/game/modules/tome/data/quests/shertul-fortress.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/spydric-infestation.lua b/game/modules/tome/data/quests/spydric-infestation.lua index affd0ce867..dec39c76b4 100644 --- a/game/modules/tome/data/quests/spydric-infestation.lua +++ b/game/modules/tome/data/quests/spydric-infestation.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/staff-absorption.lua b/game/modules/tome/data/quests/staff-absorption.lua index 98e5292592..2f10fb9a15 100644 --- a/game/modules/tome/data/quests/staff-absorption.lua +++ b/game/modules/tome/data/quests/staff-absorption.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-allied.lua b/game/modules/tome/data/quests/start-allied.lua index 11181d3ee6..18d5bb0896 100644 --- a/game/modules/tome/data/quests/start-allied.lua +++ b/game/modules/tome/data/quests/start-allied.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-archmage.lua b/game/modules/tome/data/quests/start-archmage.lua index a93f6df223..48183c4673 100644 --- a/game/modules/tome/data/quests/start-archmage.lua +++ b/game/modules/tome/data/quests/start-archmage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-dwarf.lua b/game/modules/tome/data/quests/start-dwarf.lua index 7af827fc9f..64c618e5c5 100644 --- a/game/modules/tome/data/quests/start-dwarf.lua +++ b/game/modules/tome/data/quests/start-dwarf.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-point-zero.lua b/game/modules/tome/data/quests/start-point-zero.lua index d0f66a4c86..69d2a6b349 100644 --- a/game/modules/tome/data/quests/start-point-zero.lua +++ b/game/modules/tome/data/quests/start-point-zero.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-shaloren.lua b/game/modules/tome/data/quests/start-shaloren.lua index 848867c6af..52378d2f17 100644 --- a/game/modules/tome/data/quests/start-shaloren.lua +++ b/game/modules/tome/data/quests/start-shaloren.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-sunwall.lua b/game/modules/tome/data/quests/start-sunwall.lua index cd36e469e0..336ac3567a 100644 --- a/game/modules/tome/data/quests/start-sunwall.lua +++ b/game/modules/tome/data/quests/start-sunwall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-thaloren.lua b/game/modules/tome/data/quests/start-thaloren.lua index 131197ee35..ebde64807e 100644 --- a/game/modules/tome/data/quests/start-thaloren.lua +++ b/game/modules/tome/data/quests/start-thaloren.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-undead.lua b/game/modules/tome/data/quests/start-undead.lua index d38fb365c1..4ecebe5f0a 100644 --- a/game/modules/tome/data/quests/start-undead.lua +++ b/game/modules/tome/data/quests/start-undead.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/start-yeek.lua b/game/modules/tome/data/quests/start-yeek.lua index c3ec30cb59..7e2bb07172 100644 --- a/game/modules/tome/data/quests/start-yeek.lua +++ b/game/modules/tome/data/quests/start-yeek.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/starter-zones.lua b/game/modules/tome/data/quests/starter-zones.lua index 5789dd6a4f..07e1228390 100644 --- a/game/modules/tome/data/quests/starter-zones.lua +++ b/game/modules/tome/data/quests/starter-zones.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/strange-new-world.lua b/game/modules/tome/data/quests/strange-new-world.lua index 5adf105418..4d30fc11a3 100644 --- a/game/modules/tome/data/quests/strange-new-world.lua +++ b/game/modules/tome/data/quests/strange-new-world.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/temple-of-creation.lua b/game/modules/tome/data/quests/temple-of-creation.lua index 353f90359a..e842dfff2c 100644 --- a/game/modules/tome/data/quests/temple-of-creation.lua +++ b/game/modules/tome/data/quests/temple-of-creation.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/temporal-rift.lua b/game/modules/tome/data/quests/temporal-rift.lua index 9f066b1d35..fc1d63ee8a 100644 --- a/game/modules/tome/data/quests/temporal-rift.lua +++ b/game/modules/tome/data/quests/temporal-rift.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/trollmire-treasure.lua b/game/modules/tome/data/quests/trollmire-treasure.lua index 35059e3e7f..a8ae8e2a31 100644 --- a/game/modules/tome/data/quests/trollmire-treasure.lua +++ b/game/modules/tome/data/quests/trollmire-treasure.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/tutorial-combat-stats.lua b/game/modules/tome/data/quests/tutorial-combat-stats.lua index f7df851079..d529a0933b 100644 --- a/game/modules/tome/data/quests/tutorial-combat-stats.lua +++ b/game/modules/tome/data/quests/tutorial-combat-stats.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/tutorial.lua b/game/modules/tome/data/quests/tutorial.lua index f9b7de97bf..7c19d2f305 100644 --- a/game/modules/tome/data/quests/tutorial.lua +++ b/game/modules/tome/data/quests/tutorial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/void-gerlyk.lua b/game/modules/tome/data/quests/void-gerlyk.lua index 3ac22ae11f..8e746af04a 100644 --- a/game/modules/tome/data/quests/void-gerlyk.lua +++ b/game/modules/tome/data/quests/void-gerlyk.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/west-portal.lua b/game/modules/tome/data/quests/west-portal.lua index 34e39ce970..d31fce7f84 100644 --- a/game/modules/tome/data/quests/west-portal.lua +++ b/game/modules/tome/data/quests/west-portal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/quests/wild-wild-east.lua b/game/modules/tome/data/quests/wild-wild-east.lua index b40e24847d..528f1a7612 100644 --- a/game/modules/tome/data/quests/wild-wild-east.lua +++ b/game/modules/tome/data/quests/wild-wild-east.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/basic_cell.lua b/game/modules/tome/data/rooms/basic_cell.lua index 72112d7b27..e26b4faf99 100644 --- a/game/modules/tome/data/rooms/basic_cell.lua +++ b/game/modules/tome/data/rooms/basic_cell.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/big_cells.lua b/game/modules/tome/data/rooms/big_cells.lua index 13f8447bf7..3c36efe028 100644 --- a/game/modules/tome/data/rooms/big_cells.lua +++ b/game/modules/tome/data/rooms/big_cells.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/big_cross.lua b/game/modules/tome/data/rooms/big_cross.lua index 96b10f4b90..557c4eedbf 100644 --- a/game/modules/tome/data/rooms/big_cross.lua +++ b/game/modules/tome/data/rooms/big_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/big_inner_circle.lua b/game/modules/tome/data/rooms/big_inner_circle.lua index 9e204f7a37..22de65fca7 100644 --- a/game/modules/tome/data/rooms/big_inner_circle.lua +++ b/game/modules/tome/data/rooms/big_inner_circle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/broken_infinity.lua b/game/modules/tome/data/rooms/broken_infinity.lua index 7378b9b183..fdb75148e5 100644 --- a/game/modules/tome/data/rooms/broken_infinity.lua +++ b/game/modules/tome/data/rooms/broken_infinity.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/broken_room.lua b/game/modules/tome/data/rooms/broken_room.lua index cadbd55a46..6dbc5d564a 100644 --- a/game/modules/tome/data/rooms/broken_room.lua +++ b/game/modules/tome/data/rooms/broken_room.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/broken_x.lua b/game/modules/tome/data/rooms/broken_x.lua index 8d133a2e0a..516a895f33 100644 --- a/game/modules/tome/data/rooms/broken_x.lua +++ b/game/modules/tome/data/rooms/broken_x.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells.lua b/game/modules/tome/data/rooms/cells.lua index 9a84f4d2e4..4309fb72d2 100644 --- a/game/modules/tome/data/rooms/cells.lua +++ b/game/modules/tome/data/rooms/cells.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells10.lua b/game/modules/tome/data/rooms/cells10.lua index 4fb438d54c..ffdce6b14c 100644 --- a/game/modules/tome/data/rooms/cells10.lua +++ b/game/modules/tome/data/rooms/cells10.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells2.lua b/game/modules/tome/data/rooms/cells2.lua index 7ffe1590f3..a0033a5b70 100644 --- a/game/modules/tome/data/rooms/cells2.lua +++ b/game/modules/tome/data/rooms/cells2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells3.lua b/game/modules/tome/data/rooms/cells3.lua index 7498261cf7..a3cd5d0e50 100644 --- a/game/modules/tome/data/rooms/cells3.lua +++ b/game/modules/tome/data/rooms/cells3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells4.lua b/game/modules/tome/data/rooms/cells4.lua index 41afbf5080..8d388ce7cd 100644 --- a/game/modules/tome/data/rooms/cells4.lua +++ b/game/modules/tome/data/rooms/cells4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells5.lua b/game/modules/tome/data/rooms/cells5.lua index 2ec4d51ec3..e321c239fb 100644 --- a/game/modules/tome/data/rooms/cells5.lua +++ b/game/modules/tome/data/rooms/cells5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells6.lua b/game/modules/tome/data/rooms/cells6.lua index 0f8cd05fba..0ca4ccb711 100644 --- a/game/modules/tome/data/rooms/cells6.lua +++ b/game/modules/tome/data/rooms/cells6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells7.lua b/game/modules/tome/data/rooms/cells7.lua index 5e3d480581..a0b6112934 100644 --- a/game/modules/tome/data/rooms/cells7.lua +++ b/game/modules/tome/data/rooms/cells7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells8.lua b/game/modules/tome/data/rooms/cells8.lua index 5db64e2247..cca3f3dcae 100644 --- a/game/modules/tome/data/rooms/cells8.lua +++ b/game/modules/tome/data/rooms/cells8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cells9.lua b/game/modules/tome/data/rooms/cells9.lua index bb730fc4fb..0734d0bd0e 100644 --- a/game/modules/tome/data/rooms/cells9.lua +++ b/game/modules/tome/data/rooms/cells9.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/center_arrows.lua b/game/modules/tome/data/rooms/center_arrows.lua index 49fea2f58c..1bed09eb04 100644 --- a/game/modules/tome/data/rooms/center_arrows.lua +++ b/game/modules/tome/data/rooms/center_arrows.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/circle_cross.lua b/game/modules/tome/data/rooms/circle_cross.lua index 7112c21697..500febfbf5 100644 --- a/game/modules/tome/data/rooms/circle_cross.lua +++ b/game/modules/tome/data/rooms/circle_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/circular.lua b/game/modules/tome/data/rooms/circular.lua index fac2b7dad0..9ece4261f7 100644 --- a/game/modules/tome/data/rooms/circular.lua +++ b/game/modules/tome/data/rooms/circular.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cross.lua b/game/modules/tome/data/rooms/cross.lua index c6149c623e..10f425495b 100644 --- a/game/modules/tome/data/rooms/cross.lua +++ b/game/modules/tome/data/rooms/cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cross_circled.lua b/game/modules/tome/data/rooms/cross_circled.lua index 737e0d473b..80e994145e 100644 --- a/game/modules/tome/data/rooms/cross_circled.lua +++ b/game/modules/tome/data/rooms/cross_circled.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/cross_quartet.lua b/game/modules/tome/data/rooms/cross_quartet.lua index 08f8919a33..2afb5f65b6 100644 --- a/game/modules/tome/data/rooms/cross_quartet.lua +++ b/game/modules/tome/data/rooms/cross_quartet.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/double_helix.lua b/game/modules/tome/data/rooms/double_helix.lua index ab6b8224d0..9849f3d985 100644 --- a/game/modules/tome/data/rooms/double_helix.lua +++ b/game/modules/tome/data/rooms/double_helix.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/double_t.lua b/game/modules/tome/data/rooms/double_t.lua index 3173ba7b32..00b0a09fe5 100644 --- a/game/modules/tome/data/rooms/double_t.lua +++ b/game/modules/tome/data/rooms/double_t.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/double_y.lua b/game/modules/tome/data/rooms/double_y.lua index cb990d716f..fb4eafe2ff 100644 --- a/game/modules/tome/data/rooms/double_y.lua +++ b/game/modules/tome/data/rooms/double_y.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/equal.lua b/game/modules/tome/data/rooms/equal.lua index e9f9e6dd8e..045357e193 100644 --- a/game/modules/tome/data/rooms/equal.lua +++ b/game/modules/tome/data/rooms/equal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/equal2.lua b/game/modules/tome/data/rooms/equal2.lua index 4f5502b6e6..79e16af316 100644 --- a/game/modules/tome/data/rooms/equal2.lua +++ b/game/modules/tome/data/rooms/equal2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/five_blocks.lua b/game/modules/tome/data/rooms/five_blocks.lua index 091b677857..9f78d3aa3c 100644 --- a/game/modules/tome/data/rooms/five_blocks.lua +++ b/game/modules/tome/data/rooms/five_blocks.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/five_pillars.lua b/game/modules/tome/data/rooms/five_pillars.lua index 3b25cbb3ce..49065e649c 100644 --- a/game/modules/tome/data/rooms/five_pillars.lua +++ b/game/modules/tome/data/rooms/five_pillars.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/five_walls.lua b/game/modules/tome/data/rooms/five_walls.lua index 4f5a0bd6e1..bf78e5926e 100644 --- a/game/modules/tome/data/rooms/five_walls.lua +++ b/game/modules/tome/data/rooms/five_walls.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/forest_clearing.lua b/game/modules/tome/data/rooms/forest_clearing.lua index 89c749eb21..74e76b3534 100644 --- a/game/modules/tome/data/rooms/forest_clearing.lua +++ b/game/modules/tome/data/rooms/forest_clearing.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/four_blocks.lua b/game/modules/tome/data/rooms/four_blocks.lua index 9aa6524935..73c0901f8e 100644 --- a/game/modules/tome/data/rooms/four_blocks.lua +++ b/game/modules/tome/data/rooms/four_blocks.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/four_chambers.lua b/game/modules/tome/data/rooms/four_chambers.lua index 2c0010759b..d17c5e88a1 100644 --- a/game/modules/tome/data/rooms/four_chambers.lua +++ b/game/modules/tome/data/rooms/four_chambers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/greater_vault.lua b/game/modules/tome/data/rooms/greater_vault.lua index 82851fc3bb..fa0d31e391 100644 --- a/game/modules/tome/data/rooms/greater_vault.lua +++ b/game/modules/tome/data/rooms/greater_vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/h.lua b/game/modules/tome/data/rooms/h.lua index 55cff7454b..42476a9b3f 100644 --- a/game/modules/tome/data/rooms/h.lua +++ b/game/modules/tome/data/rooms/h.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/hollow_cross.lua b/game/modules/tome/data/rooms/hollow_cross.lua index bdae43c72e..e982117540 100644 --- a/game/modules/tome/data/rooms/hollow_cross.lua +++ b/game/modules/tome/data/rooms/hollow_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner.lua b/game/modules/tome/data/rooms/inner.lua index fbbedd58f5..58097c82f4 100644 --- a/game/modules/tome/data/rooms/inner.lua +++ b/game/modules/tome/data/rooms/inner.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner_checkerboard.lua b/game/modules/tome/data/rooms/inner_checkerboard.lua index 520d2cc1e2..9f58767cf1 100644 --- a/game/modules/tome/data/rooms/inner_checkerboard.lua +++ b/game/modules/tome/data/rooms/inner_checkerboard.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner_circle.lua b/game/modules/tome/data/rooms/inner_circle.lua index 8ef37a876e..fd5286584b 100644 --- a/game/modules/tome/data/rooms/inner_circle.lua +++ b/game/modules/tome/data/rooms/inner_circle.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner_circle2.lua b/game/modules/tome/data/rooms/inner_circle2.lua index e992319af7..7b900eec3f 100644 --- a/game/modules/tome/data/rooms/inner_circle2.lua +++ b/game/modules/tome/data/rooms/inner_circle2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner_cross.lua b/game/modules/tome/data/rooms/inner_cross.lua index 7c73ae5312..5bd1dfe983 100644 --- a/game/modules/tome/data/rooms/inner_cross.lua +++ b/game/modules/tome/data/rooms/inner_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner_fort.lua b/game/modules/tome/data/rooms/inner_fort.lua index c25a9dadb2..7f5ab132da 100644 --- a/game/modules/tome/data/rooms/inner_fort.lua +++ b/game/modules/tome/data/rooms/inner_fort.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/inner_pillar.lua b/game/modules/tome/data/rooms/inner_pillar.lua index f7a186586a..773f49e3ae 100644 --- a/game/modules/tome/data/rooms/inner_pillar.lua +++ b/game/modules/tome/data/rooms/inner_pillar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/interstice.lua b/game/modules/tome/data/rooms/interstice.lua index b838abd3c4..850d73beb5 100644 --- a/game/modules/tome/data/rooms/interstice.lua +++ b/game/modules/tome/data/rooms/interstice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/lesser_vault.lua b/game/modules/tome/data/rooms/lesser_vault.lua index 6f118213e2..d1e2d2edf1 100644 --- a/game/modules/tome/data/rooms/lesser_vault.lua +++ b/game/modules/tome/data/rooms/lesser_vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/long_hall.lua b/game/modules/tome/data/rooms/long_hall.lua index 43dab37f13..3e4fe4edc3 100644 --- a/game/modules/tome/data/rooms/long_hall.lua +++ b/game/modules/tome/data/rooms/long_hall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/long_hall2.lua b/game/modules/tome/data/rooms/long_hall2.lua index 93c9e346fd..50d27e5158 100644 --- a/game/modules/tome/data/rooms/long_hall2.lua +++ b/game/modules/tome/data/rooms/long_hall2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/maze.lua b/game/modules/tome/data/rooms/maze.lua index 61f2a95d0a..4fdacfe190 100644 --- a/game/modules/tome/data/rooms/maze.lua +++ b/game/modules/tome/data/rooms/maze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/micro_pillar.lua b/game/modules/tome/data/rooms/micro_pillar.lua index f88d2c710b..ebede92a11 100644 --- a/game/modules/tome/data/rooms/micro_pillar.lua +++ b/game/modules/tome/data/rooms/micro_pillar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/money_vault.lua b/game/modules/tome/data/rooms/money_vault.lua index b9d00dcffc..6a5da3f2b8 100644 --- a/game/modules/tome/data/rooms/money_vault.lua +++ b/game/modules/tome/data/rooms/money_vault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/multi_pillar.lua b/game/modules/tome/data/rooms/multi_pillar.lua index f19702e537..9f7983b858 100644 --- a/game/modules/tome/data/rooms/multi_pillar.lua +++ b/game/modules/tome/data/rooms/multi_pillar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/narrow_spiral.lua b/game/modules/tome/data/rooms/narrow_spiral.lua index fed7ad481b..b828c01a2d 100644 --- a/game/modules/tome/data/rooms/narrow_spiral.lua +++ b/game/modules/tome/data/rooms/narrow_spiral.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/nine_chambers.lua b/game/modules/tome/data/rooms/nine_chambers.lua index 0ca2653ac7..7b69f4e924 100644 --- a/game/modules/tome/data/rooms/nine_chambers.lua +++ b/game/modules/tome/data/rooms/nine_chambers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/oval.lua b/game/modules/tome/data/rooms/oval.lua index c6149c623e..10f425495b 100644 --- a/game/modules/tome/data/rooms/oval.lua +++ b/game/modules/tome/data/rooms/oval.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/pilar.lua b/game/modules/tome/data/rooms/pilar.lua index a7fa2eb3f9..a3d04836d5 100644 --- a/game/modules/tome/data/rooms/pilar.lua +++ b/game/modules/tome/data/rooms/pilar.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/pilar2.lua b/game/modules/tome/data/rooms/pilar2.lua index b361657df0..b67f731e7a 100644 --- a/game/modules/tome/data/rooms/pilar2.lua +++ b/game/modules/tome/data/rooms/pilar2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/pilar_big.lua b/game/modules/tome/data/rooms/pilar_big.lua index fef18369ed..904d0d6826 100644 --- a/game/modules/tome/data/rooms/pilar_big.lua +++ b/game/modules/tome/data/rooms/pilar_big.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/pit.lua b/game/modules/tome/data/rooms/pit.lua index 9edf41bfb9..addedb934e 100644 --- a/game/modules/tome/data/rooms/pit.lua +++ b/game/modules/tome/data/rooms/pit.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/pod.lua b/game/modules/tome/data/rooms/pod.lua index e6daa50e9a..9d401fb5ec 100644 --- a/game/modules/tome/data/rooms/pod.lua +++ b/game/modules/tome/data/rooms/pod.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/random_room.lua b/game/modules/tome/data/rooms/random_room.lua index d6bbed63b9..9f1d3e0a65 100644 --- a/game/modules/tome/data/rooms/random_room.lua +++ b/game/modules/tome/data/rooms/random_room.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/rocky_snowy_trees.lua b/game/modules/tome/data/rooms/rocky_snowy_trees.lua index 575525c197..6ea847beb8 100644 --- a/game/modules/tome/data/rooms/rocky_snowy_trees.lua +++ b/game/modules/tome/data/rooms/rocky_snowy_trees.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/s.lua b/game/modules/tome/data/rooms/s.lua index b96855dd57..82f89fe1ec 100644 --- a/game/modules/tome/data/rooms/s.lua +++ b/game/modules/tome/data/rooms/s.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/side_passages_2.lua b/game/modules/tome/data/rooms/side_passages_2.lua index 07eeda44f2..f99eeb5fbe 100644 --- a/game/modules/tome/data/rooms/side_passages_2.lua +++ b/game/modules/tome/data/rooms/side_passages_2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/side_passages_4.lua b/game/modules/tome/data/rooms/side_passages_4.lua index c2e6aea97d..1173ccdfe0 100644 --- a/game/modules/tome/data/rooms/side_passages_4.lua +++ b/game/modules/tome/data/rooms/side_passages_4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/sideways_s.lua b/game/modules/tome/data/rooms/sideways_s.lua index b178721edc..52a5c087bd 100644 --- a/game/modules/tome/data/rooms/sideways_s.lua +++ b/game/modules/tome/data/rooms/sideways_s.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/simple.lua b/game/modules/tome/data/rooms/simple.lua index fd2f700e09..eebaf3e8a4 100644 --- a/game/modules/tome/data/rooms/simple.lua +++ b/game/modules/tome/data/rooms/simple.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/small_cross.lua b/game/modules/tome/data/rooms/small_cross.lua index a5e7b13fe6..958fa9cc02 100644 --- a/game/modules/tome/data/rooms/small_cross.lua +++ b/game/modules/tome/data/rooms/small_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/small_inner_cross.lua b/game/modules/tome/data/rooms/small_inner_cross.lua index 92f8210d2f..63e5183be4 100644 --- a/game/modules/tome/data/rooms/small_inner_cross.lua +++ b/game/modules/tome/data/rooms/small_inner_cross.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/small_x.lua b/game/modules/tome/data/rooms/small_x.lua index d60fd7b059..86a408f07e 100644 --- a/game/modules/tome/data/rooms/small_x.lua +++ b/game/modules/tome/data/rooms/small_x.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/space_tree_pod.lua b/game/modules/tome/data/rooms/space_tree_pod.lua index 44f72ce1d8..dfca99e072 100644 --- a/game/modules/tome/data/rooms/space_tree_pod.lua +++ b/game/modules/tome/data/rooms/space_tree_pod.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/spiral_cell.lua b/game/modules/tome/data/rooms/spiral_cell.lua index 69a0a3a6bc..ff86b1d8d7 100644 --- a/game/modules/tome/data/rooms/spiral_cell.lua +++ b/game/modules/tome/data/rooms/spiral_cell.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/split1.lua b/game/modules/tome/data/rooms/split1.lua index eecb767466..e7dc33e98f 100644 --- a/game/modules/tome/data/rooms/split1.lua +++ b/game/modules/tome/data/rooms/split1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/split2.lua b/game/modules/tome/data/rooms/split2.lua index 3eeb6f7f43..133baf369d 100644 --- a/game/modules/tome/data/rooms/split2.lua +++ b/game/modules/tome/data/rooms/split2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/thick_n.lua b/game/modules/tome/data/rooms/thick_n.lua index 192e45938d..00760692b5 100644 --- a/game/modules/tome/data/rooms/thick_n.lua +++ b/game/modules/tome/data/rooms/thick_n.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/thick_wall.lua b/game/modules/tome/data/rooms/thick_wall.lua index d39d6c924d..1153b6abe7 100644 --- a/game/modules/tome/data/rooms/thick_wall.lua +++ b/game/modules/tome/data/rooms/thick_wall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/tiny_pillars.lua b/game/modules/tome/data/rooms/tiny_pillars.lua index e01658b0ae..07bd086b3f 100644 --- a/game/modules/tome/data/rooms/tiny_pillars.lua +++ b/game/modules/tome/data/rooms/tiny_pillars.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/two_domes.lua b/game/modules/tome/data/rooms/two_domes.lua index 94e0a0d401..8caf97e8b1 100644 --- a/game/modules/tome/data/rooms/two_domes.lua +++ b/game/modules/tome/data/rooms/two_domes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/two_passages.lua b/game/modules/tome/data/rooms/two_passages.lua index 09f62248cc..a3cd9103ef 100644 --- a/game/modules/tome/data/rooms/two_passages.lua +++ b/game/modules/tome/data/rooms/two_passages.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/weird1.lua b/game/modules/tome/data/rooms/weird1.lua index 4c5daacd1a..153ef1a1e0 100644 --- a/game/modules/tome/data/rooms/weird1.lua +++ b/game/modules/tome/data/rooms/weird1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/weird2.lua b/game/modules/tome/data/rooms/weird2.lua index 915502fa24..86ce09985d 100644 --- a/game/modules/tome/data/rooms/weird2.lua +++ b/game/modules/tome/data/rooms/weird2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/womb.lua b/game/modules/tome/data/rooms/womb.lua index 109cb8f370..e55454ec70 100644 --- a/game/modules/tome/data/rooms/womb.lua +++ b/game/modules/tome/data/rooms/womb.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/xroads.lua b/game/modules/tome/data/rooms/xroads.lua index 0b678e9a34..324f242bd2 100644 --- a/game/modules/tome/data/rooms/xroads.lua +++ b/game/modules/tome/data/rooms/xroads.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/y.lua b/game/modules/tome/data/rooms/y.lua index c9a83a6cc3..86bd4bd511 100644 --- a/game/modules/tome/data/rooms/y.lua +++ b/game/modules/tome/data/rooms/y.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/zigzag.lua b/game/modules/tome/data/rooms/zigzag.lua index e9d1029050..0baf46e26d 100644 --- a/game/modules/tome/data/rooms/zigzag.lua +++ b/game/modules/tome/data/rooms/zigzag.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/zones/prox.lua b/game/modules/tome/data/rooms/zones/prox.lua index 37067cb806..8932e44f97 100644 --- a/game/modules/tome/data/rooms/zones/prox.lua +++ b/game/modules/tome/data/rooms/zones/prox.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/rooms/zones/zoisla.lua b/game/modules/tome/data/rooms/zones/zoisla.lua index f067b42cec..f1a87cf787 100644 --- a/game/modules/tome/data/rooms/zones/zoisla.lua +++ b/game/modules/tome/data/rooms/zones/zoisla.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents.lua b/game/modules/tome/data/talents.lua index 5eaddd1c99..11a01db616 100644 --- a/game/modules/tome/data/talents.lua +++ b/game/modules/tome/data/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/celestial.lua b/game/modules/tome/data/talents/celestial/celestial.lua index f3c1308e6d..072ac79e4d 100644 --- a/game/modules/tome/data/talents/celestial/celestial.lua +++ b/game/modules/tome/data/talents/celestial/celestial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/chants.lua b/game/modules/tome/data/talents/celestial/chants.lua index b8b0f3573c..437d9fa248 100644 --- a/game/modules/tome/data/talents/celestial/chants.lua +++ b/game/modules/tome/data/talents/celestial/chants.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/circles.lua b/game/modules/tome/data/talents/celestial/circles.lua index 55a1bb9b7f..4d9d22d147 100644 --- a/game/modules/tome/data/talents/celestial/circles.lua +++ b/game/modules/tome/data/talents/celestial/circles.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/combat.lua b/game/modules/tome/data/talents/celestial/combat.lua index 39ec927da4..8b3331d7ad 100644 --- a/game/modules/tome/data/talents/celestial/combat.lua +++ b/game/modules/tome/data/talents/celestial/combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/eclipse.lua b/game/modules/tome/data/talents/celestial/eclipse.lua index e78dd2b669..52e43d15e2 100644 --- a/game/modules/tome/data/talents/celestial/eclipse.lua +++ b/game/modules/tome/data/talents/celestial/eclipse.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/glyphs.lua b/game/modules/tome/data/talents/celestial/glyphs.lua index 31346e63fa..a02c203c0f 100644 --- a/game/modules/tome/data/talents/celestial/glyphs.lua +++ b/game/modules/tome/data/talents/celestial/glyphs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/guardian.lua b/game/modules/tome/data/talents/celestial/guardian.lua index a3a285798c..cc83d9702d 100644 --- a/game/modules/tome/data/talents/celestial/guardian.lua +++ b/game/modules/tome/data/talents/celestial/guardian.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/hymns.lua b/game/modules/tome/data/talents/celestial/hymns.lua index c3fb9084e4..5e2c8e3f88 100644 --- a/game/modules/tome/data/talents/celestial/hymns.lua +++ b/game/modules/tome/data/talents/celestial/hymns.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/light.lua b/game/modules/tome/data/talents/celestial/light.lua index 8136e4b7e8..7cd8501b0e 100644 --- a/game/modules/tome/data/talents/celestial/light.lua +++ b/game/modules/tome/data/talents/celestial/light.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/star-fury.lua b/game/modules/tome/data/talents/celestial/star-fury.lua index 167edfdf98..b89585eed8 100644 --- a/game/modules/tome/data/talents/celestial/star-fury.lua +++ b/game/modules/tome/data/talents/celestial/star-fury.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/sun.lua b/game/modules/tome/data/talents/celestial/sun.lua index 9adadb421a..2ae3fa349f 100644 --- a/game/modules/tome/data/talents/celestial/sun.lua +++ b/game/modules/tome/data/talents/celestial/sun.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/celestial/twilight.lua b/game/modules/tome/data/talents/celestial/twilight.lua index a935a0f897..6aa1dce6db 100644 --- a/game/modules/tome/data/talents/celestial/twilight.lua +++ b/game/modules/tome/data/talents/celestial/twilight.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/age-manipulation.lua b/game/modules/tome/data/talents/chronomancy/age-manipulation.lua index 7d8beca1c5..cf645386fe 100644 --- a/game/modules/tome/data/talents/chronomancy/age-manipulation.lua +++ b/game/modules/tome/data/talents/chronomancy/age-manipulation.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/anomalies.lua b/game/modules/tome/data/talents/chronomancy/anomalies.lua index afd4da184f..f603df8072 100644 --- a/game/modules/tome/data/talents/chronomancy/anomalies.lua +++ b/game/modules/tome/data/talents/chronomancy/anomalies.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/chronomancer.lua b/game/modules/tome/data/talents/chronomancy/chronomancer.lua index 17a4e924d6..969d537b7d 100644 --- a/game/modules/tome/data/talents/chronomancy/chronomancer.lua +++ b/game/modules/tome/data/talents/chronomancy/chronomancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/chronomancy.lua b/game/modules/tome/data/talents/chronomancy/chronomancy.lua index 76a0753acd..3ebae73df0 100644 --- a/game/modules/tome/data/talents/chronomancy/chronomancy.lua +++ b/game/modules/tome/data/talents/chronomancy/chronomancy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/energy.lua b/game/modules/tome/data/talents/chronomancy/energy.lua index 32d20c41a3..1b5cba6617 100644 --- a/game/modules/tome/data/talents/chronomancy/energy.lua +++ b/game/modules/tome/data/talents/chronomancy/energy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/gravity.lua b/game/modules/tome/data/talents/chronomancy/gravity.lua index 9ba807ed21..1a435102db 100644 --- a/game/modules/tome/data/talents/chronomancy/gravity.lua +++ b/game/modules/tome/data/talents/chronomancy/gravity.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/matter.lua b/game/modules/tome/data/talents/chronomancy/matter.lua index ad2a5d97c3..e468b5b0a2 100644 --- a/game/modules/tome/data/talents/chronomancy/matter.lua +++ b/game/modules/tome/data/talents/chronomancy/matter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/paradox.lua b/game/modules/tome/data/talents/chronomancy/paradox.lua index a070c87a24..681e9902b5 100644 --- a/game/modules/tome/data/talents/chronomancy/paradox.lua +++ b/game/modules/tome/data/talents/chronomancy/paradox.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua b/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua index 8d147f8a87..58b6e52587 100644 --- a/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua +++ b/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua b/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua index 5cfa119ec4..a95babc6f9 100644 --- a/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua +++ b/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/speed-control.lua b/game/modules/tome/data/talents/chronomancy/speed-control.lua index 2f629c7150..21a244473d 100644 --- a/game/modules/tome/data/talents/chronomancy/speed-control.lua +++ b/game/modules/tome/data/talents/chronomancy/speed-control.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/temporal-archery.lua b/game/modules/tome/data/talents/chronomancy/temporal-archery.lua index fc5a1d7c6b..f72d1c4991 100644 --- a/game/modules/tome/data/talents/chronomancy/temporal-archery.lua +++ b/game/modules/tome/data/talents/chronomancy/temporal-archery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/temporal-combat.lua b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua index c3823dffee..3ecb2906eb 100644 --- a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua +++ b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/timeline-threading.lua b/game/modules/tome/data/talents/chronomancy/timeline-threading.lua index c784f62009..932f2aeb30 100644 --- a/game/modules/tome/data/talents/chronomancy/timeline-threading.lua +++ b/game/modules/tome/data/talents/chronomancy/timeline-threading.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/chronomancy/timetravel.lua b/game/modules/tome/data/talents/chronomancy/timetravel.lua index f5d7e059a0..d1b62f8406 100644 --- a/game/modules/tome/data/talents/chronomancy/timetravel.lua +++ b/game/modules/tome/data/talents/chronomancy/timetravel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/blight.lua b/game/modules/tome/data/talents/corruptions/blight.lua index 6cbe51a45e..0898c6c8b8 100644 --- a/game/modules/tome/data/talents/corruptions/blight.lua +++ b/game/modules/tome/data/talents/corruptions/blight.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/blood.lua b/game/modules/tome/data/talents/corruptions/blood.lua index 95c45900a9..c9841d1de4 100644 --- a/game/modules/tome/data/talents/corruptions/blood.lua +++ b/game/modules/tome/data/talents/corruptions/blood.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/bone.lua b/game/modules/tome/data/talents/corruptions/bone.lua index a9334b040e..0980ffb191 100644 --- a/game/modules/tome/data/talents/corruptions/bone.lua +++ b/game/modules/tome/data/talents/corruptions/bone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/corruptions.lua b/game/modules/tome/data/talents/corruptions/corruptions.lua index 6a2f0f0243..7bdbe8a5c8 100644 --- a/game/modules/tome/data/talents/corruptions/corruptions.lua +++ b/game/modules/tome/data/talents/corruptions/corruptions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/curses.lua b/game/modules/tome/data/talents/corruptions/curses.lua index 2c1612ac1c..c904408127 100644 --- a/game/modules/tome/data/talents/corruptions/curses.lua +++ b/game/modules/tome/data/talents/corruptions/curses.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/hexes.lua b/game/modules/tome/data/talents/corruptions/hexes.lua index 42cdcdbe2c..74119ed846 100644 --- a/game/modules/tome/data/talents/corruptions/hexes.lua +++ b/game/modules/tome/data/talents/corruptions/hexes.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/plague.lua b/game/modules/tome/data/talents/corruptions/plague.lua index e8a176104d..5e967ed3ab 100644 --- a/game/modules/tome/data/talents/corruptions/plague.lua +++ b/game/modules/tome/data/talents/corruptions/plague.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/reaving-combat.lua b/game/modules/tome/data/talents/corruptions/reaving-combat.lua index cc00794bbc..b7675c8332 100644 --- a/game/modules/tome/data/talents/corruptions/reaving-combat.lua +++ b/game/modules/tome/data/talents/corruptions/reaving-combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/sanguisuge.lua b/game/modules/tome/data/talents/corruptions/sanguisuge.lua index c967d5061b..be91a98ae7 100644 --- a/game/modules/tome/data/talents/corruptions/sanguisuge.lua +++ b/game/modules/tome/data/talents/corruptions/sanguisuge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/scourge.lua b/game/modules/tome/data/talents/corruptions/scourge.lua index 8d7cccdb93..f7c45e9070 100644 --- a/game/modules/tome/data/talents/corruptions/scourge.lua +++ b/game/modules/tome/data/talents/corruptions/scourge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/shadowflame.lua b/game/modules/tome/data/talents/corruptions/shadowflame.lua index 3f638965d9..961e5b07d6 100644 --- a/game/modules/tome/data/talents/corruptions/shadowflame.lua +++ b/game/modules/tome/data/talents/corruptions/shadowflame.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/torment.lua b/game/modules/tome/data/talents/corruptions/torment.lua index 081939eaca..4b62c2c87c 100644 --- a/game/modules/tome/data/talents/corruptions/torment.lua +++ b/game/modules/tome/data/talents/corruptions/torment.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/corruptions/vim.lua b/game/modules/tome/data/talents/corruptions/vim.lua index d1081a7188..5721e312eb 100644 --- a/game/modules/tome/data/talents/corruptions/vim.lua +++ b/game/modules/tome/data/talents/corruptions/vim.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/ambush.lua b/game/modules/tome/data/talents/cunning/ambush.lua index dabe9e3fe4..710cb48c3d 100644 --- a/game/modules/tome/data/talents/cunning/ambush.lua +++ b/game/modules/tome/data/talents/cunning/ambush.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/cunning.lua b/game/modules/tome/data/talents/cunning/cunning.lua index eeb5fc0b6d..79ba82bc4a 100644 --- a/game/modules/tome/data/talents/cunning/cunning.lua +++ b/game/modules/tome/data/talents/cunning/cunning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/dirty.lua b/game/modules/tome/data/talents/cunning/dirty.lua index 45bb0f8b9d..389258372b 100644 --- a/game/modules/tome/data/talents/cunning/dirty.lua +++ b/game/modules/tome/data/talents/cunning/dirty.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/lethality.lua b/game/modules/tome/data/talents/cunning/lethality.lua index b473183f03..4c8de35959 100644 --- a/game/modules/tome/data/talents/cunning/lethality.lua +++ b/game/modules/tome/data/talents/cunning/lethality.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/poisons.lua b/game/modules/tome/data/talents/cunning/poisons.lua index 8be6e64143..54ee86dca3 100644 --- a/game/modules/tome/data/talents/cunning/poisons.lua +++ b/game/modules/tome/data/talents/cunning/poisons.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/scoundrel.lua b/game/modules/tome/data/talents/cunning/scoundrel.lua index 0023c3b4d9..a7c54b10c3 100644 --- a/game/modules/tome/data/talents/cunning/scoundrel.lua +++ b/game/modules/tome/data/talents/cunning/scoundrel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/shadow-magic.lua b/game/modules/tome/data/talents/cunning/shadow-magic.lua index ed8f1c3b37..1abf5697e0 100644 --- a/game/modules/tome/data/talents/cunning/shadow-magic.lua +++ b/game/modules/tome/data/talents/cunning/shadow-magic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/stealth.lua b/game/modules/tome/data/talents/cunning/stealth.lua index dcb6d13f69..03f7c6dfec 100644 --- a/game/modules/tome/data/talents/cunning/stealth.lua +++ b/game/modules/tome/data/talents/cunning/stealth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/survival.lua b/game/modules/tome/data/talents/cunning/survival.lua index aa882f1789..fee45c58a3 100644 --- a/game/modules/tome/data/talents/cunning/survival.lua +++ b/game/modules/tome/data/talents/cunning/survival.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/tactical.lua b/game/modules/tome/data/talents/cunning/tactical.lua index 7dfc53b441..942b0d6973 100644 --- a/game/modules/tome/data/talents/cunning/tactical.lua +++ b/game/modules/tome/data/talents/cunning/tactical.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cunning/traps.lua b/game/modules/tome/data/talents/cunning/traps.lua index 1d5685ee2c..cbc6b835fb 100644 --- a/game/modules/tome/data/talents/cunning/traps.lua +++ b/game/modules/tome/data/talents/cunning/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/cursed-aura.lua b/game/modules/tome/data/talents/cursed/cursed-aura.lua index dda4701f3e..be0a924a3e 100644 --- a/game/modules/tome/data/talents/cursed/cursed-aura.lua +++ b/game/modules/tome/data/talents/cursed/cursed-aura.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/cursed-form.lua b/game/modules/tome/data/talents/cursed/cursed-form.lua index c7808b2fad..0517ee9605 100644 --- a/game/modules/tome/data/talents/cursed/cursed-form.lua +++ b/game/modules/tome/data/talents/cursed/cursed-form.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/cursed.lua b/game/modules/tome/data/talents/cursed/cursed.lua index ea6403c030..05bc19a700 100644 --- a/game/modules/tome/data/talents/cursed/cursed.lua +++ b/game/modules/tome/data/talents/cursed/cursed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/dark-figure.lua b/game/modules/tome/data/talents/cursed/dark-figure.lua index d47ce39e75..fc2032fa1b 100644 --- a/game/modules/tome/data/talents/cursed/dark-figure.lua +++ b/game/modules/tome/data/talents/cursed/dark-figure.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/dark-sustenance.lua b/game/modules/tome/data/talents/cursed/dark-sustenance.lua index 4b4c8b142f..f0efc84231 100644 --- a/game/modules/tome/data/talents/cursed/dark-sustenance.lua +++ b/game/modules/tome/data/talents/cursed/dark-sustenance.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/darkness.lua b/game/modules/tome/data/talents/cursed/darkness.lua index 39dbe90df8..18550c01a6 100644 --- a/game/modules/tome/data/talents/cursed/darkness.lua +++ b/game/modules/tome/data/talents/cursed/darkness.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/endless-hunt.lua b/game/modules/tome/data/talents/cursed/endless-hunt.lua index bdda9c69bf..1fd54aea2d 100644 --- a/game/modules/tome/data/talents/cursed/endless-hunt.lua +++ b/game/modules/tome/data/talents/cursed/endless-hunt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/fears.lua b/game/modules/tome/data/talents/cursed/fears.lua index 3b3d928ad4..dfcd2f4316 100644 --- a/game/modules/tome/data/talents/cursed/fears.lua +++ b/game/modules/tome/data/talents/cursed/fears.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/force-of-will.lua b/game/modules/tome/data/talents/cursed/force-of-will.lua index 0dc4fd7324..59466e10d8 100644 --- a/game/modules/tome/data/talents/cursed/force-of-will.lua +++ b/game/modules/tome/data/talents/cursed/force-of-will.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/gestures.lua b/game/modules/tome/data/talents/cursed/gestures.lua index 60d20e635c..5e5082250b 100644 --- a/game/modules/tome/data/talents/cursed/gestures.lua +++ b/game/modules/tome/data/talents/cursed/gestures.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/gloom.lua b/game/modules/tome/data/talents/cursed/gloom.lua index 1ff2036ed7..68cd723749 100644 --- a/game/modules/tome/data/talents/cursed/gloom.lua +++ b/game/modules/tome/data/talents/cursed/gloom.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/one-with-shadows.lua b/game/modules/tome/data/talents/cursed/one-with-shadows.lua index 477c44c429..35f632ce3a 100644 --- a/game/modules/tome/data/talents/cursed/one-with-shadows.lua +++ b/game/modules/tome/data/talents/cursed/one-with-shadows.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/predator.lua b/game/modules/tome/data/talents/cursed/predator.lua index 04db0f8a48..af7f061e41 100644 --- a/game/modules/tome/data/talents/cursed/predator.lua +++ b/game/modules/tome/data/talents/cursed/predator.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/primal-magic.lua b/game/modules/tome/data/talents/cursed/primal-magic.lua index 826232bb19..d46ce43f36 100644 --- a/game/modules/tome/data/talents/cursed/primal-magic.lua +++ b/game/modules/tome/data/talents/cursed/primal-magic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/punishments.lua b/game/modules/tome/data/talents/cursed/punishments.lua index cad4474b0c..85f09c5075 100644 --- a/game/modules/tome/data/talents/cursed/punishments.lua +++ b/game/modules/tome/data/talents/cursed/punishments.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/rampage.lua b/game/modules/tome/data/talents/cursed/rampage.lua index c49b6a6777..0602299189 100644 --- a/game/modules/tome/data/talents/cursed/rampage.lua +++ b/game/modules/tome/data/talents/cursed/rampage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/shadows.lua b/game/modules/tome/data/talents/cursed/shadows.lua index 18b3fcafd8..2dd35a1ebf 100644 --- a/game/modules/tome/data/talents/cursed/shadows.lua +++ b/game/modules/tome/data/talents/cursed/shadows.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/slaughter.lua b/game/modules/tome/data/talents/cursed/slaughter.lua index d065316c84..0ae43c5210 100644 --- a/game/modules/tome/data/talents/cursed/slaughter.lua +++ b/game/modules/tome/data/talents/cursed/slaughter.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/strife.lua b/game/modules/tome/data/talents/cursed/strife.lua index 5665523aa7..3cd2ec125d 100644 --- a/game/modules/tome/data/talents/cursed/strife.lua +++ b/game/modules/tome/data/talents/cursed/strife.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/cursed/traveler.lua b/game/modules/tome/data/talents/cursed/traveler.lua index f44c592b52..cc5dbd5877 100644 --- a/game/modules/tome/data/talents/cursed/traveler.lua +++ b/game/modules/tome/data/talents/cursed/traveler.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/antimagic.lua b/game/modules/tome/data/talents/gifts/antimagic.lua index 67fb558e5c..7ad4e3976f 100644 --- a/game/modules/tome/data/talents/gifts/antimagic.lua +++ b/game/modules/tome/data/talents/gifts/antimagic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/call.lua b/game/modules/tome/data/talents/gifts/call.lua index ffc8dad4ae..d0ad98de91 100644 --- a/game/modules/tome/data/talents/gifts/call.lua +++ b/game/modules/tome/data/talents/gifts/call.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/cold-drake.lua b/game/modules/tome/data/talents/gifts/cold-drake.lua index 2c2275ff76..6d31a1c3e1 100644 --- a/game/modules/tome/data/talents/gifts/cold-drake.lua +++ b/game/modules/tome/data/talents/gifts/cold-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/corrosive-blades.lua b/game/modules/tome/data/talents/gifts/corrosive-blades.lua index 1aac7683b5..004e62aa23 100644 --- a/game/modules/tome/data/talents/gifts/corrosive-blades.lua +++ b/game/modules/tome/data/talents/gifts/corrosive-blades.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/fire-drake.lua b/game/modules/tome/data/talents/gifts/fire-drake.lua index a0fad12167..5dee77ded2 100644 --- a/game/modules/tome/data/talents/gifts/fire-drake.lua +++ b/game/modules/tome/data/talents/gifts/fire-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/fungus.lua b/game/modules/tome/data/talents/gifts/fungus.lua index 94fa834e5f..dea5548f4a 100644 --- a/game/modules/tome/data/talents/gifts/fungus.lua +++ b/game/modules/tome/data/talents/gifts/fungus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/gifts.lua b/game/modules/tome/data/talents/gifts/gifts.lua index 46b80ab931..8ee2f79d14 100644 --- a/game/modules/tome/data/talents/gifts/gifts.lua +++ b/game/modules/tome/data/talents/gifts/gifts.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/harmony.lua b/game/modules/tome/data/talents/gifts/harmony.lua index 7fd108cbfc..8f9230bf4f 100644 --- a/game/modules/tome/data/talents/gifts/harmony.lua +++ b/game/modules/tome/data/talents/gifts/harmony.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/higher-draconic.lua b/game/modules/tome/data/talents/gifts/higher-draconic.lua index 9ebda3aec1..d47e0ea5b4 100644 --- a/game/modules/tome/data/talents/gifts/higher-draconic.lua +++ b/game/modules/tome/data/talents/gifts/higher-draconic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/malleable-body.lua b/game/modules/tome/data/talents/gifts/malleable-body.lua index d09dc34214..49fd514138 100644 --- a/game/modules/tome/data/talents/gifts/malleable-body.lua +++ b/game/modules/tome/data/talents/gifts/malleable-body.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/mindstar-mastery.lua b/game/modules/tome/data/talents/gifts/mindstar-mastery.lua index d75986931e..ea24fa16b3 100644 --- a/game/modules/tome/data/talents/gifts/mindstar-mastery.lua +++ b/game/modules/tome/data/talents/gifts/mindstar-mastery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/moss.lua b/game/modules/tome/data/talents/gifts/moss.lua index e3771218e7..31928e99cb 100644 --- a/game/modules/tome/data/talents/gifts/moss.lua +++ b/game/modules/tome/data/talents/gifts/moss.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/mucus.lua b/game/modules/tome/data/talents/gifts/mucus.lua index 34d3f5ec44..0cd9f46466 100644 --- a/game/modules/tome/data/talents/gifts/mucus.lua +++ b/game/modules/tome/data/talents/gifts/mucus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/ooze.lua b/game/modules/tome/data/talents/gifts/ooze.lua index a1d03b094a..aa72b7a370 100644 --- a/game/modules/tome/data/talents/gifts/ooze.lua +++ b/game/modules/tome/data/talents/gifts/ooze.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/oozing-blades.lua b/game/modules/tome/data/talents/gifts/oozing-blades.lua index d61d74768d..cabc138d90 100644 --- a/game/modules/tome/data/talents/gifts/oozing-blades.lua +++ b/game/modules/tome/data/talents/gifts/oozing-blades.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/sand-drake.lua b/game/modules/tome/data/talents/gifts/sand-drake.lua index 4cb3d2a6ef..b1b3a6c61b 100644 --- a/game/modules/tome/data/talents/gifts/sand-drake.lua +++ b/game/modules/tome/data/talents/gifts/sand-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/slime.lua b/game/modules/tome/data/talents/gifts/slime.lua index 0fdf00f3d3..09a8dd5670 100644 --- a/game/modules/tome/data/talents/gifts/slime.lua +++ b/game/modules/tome/data/talents/gifts/slime.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/storm-drake.lua b/game/modules/tome/data/talents/gifts/storm-drake.lua index 61361ecf8e..48c1e8d257 100644 --- a/game/modules/tome/data/talents/gifts/storm-drake.lua +++ b/game/modules/tome/data/talents/gifts/storm-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/summon-advanced.lua b/game/modules/tome/data/talents/gifts/summon-advanced.lua index aeac37c428..42a9537008 100644 --- a/game/modules/tome/data/talents/gifts/summon-advanced.lua +++ b/game/modules/tome/data/talents/gifts/summon-advanced.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/summon-augmentation.lua b/game/modules/tome/data/talents/gifts/summon-augmentation.lua index 28e6d7a1a2..387fe85a53 100644 --- a/game/modules/tome/data/talents/gifts/summon-augmentation.lua +++ b/game/modules/tome/data/talents/gifts/summon-augmentation.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/summon-distance.lua b/game/modules/tome/data/talents/gifts/summon-distance.lua index 5eef5d60c3..fd904cbfb8 100644 --- a/game/modules/tome/data/talents/gifts/summon-distance.lua +++ b/game/modules/tome/data/talents/gifts/summon-distance.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/summon-melee.lua b/game/modules/tome/data/talents/gifts/summon-melee.lua index 3efd4f78a7..a03d25f463 100644 --- a/game/modules/tome/data/talents/gifts/summon-melee.lua +++ b/game/modules/tome/data/talents/gifts/summon-melee.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/summon-utility.lua b/game/modules/tome/data/talents/gifts/summon-utility.lua index 3b562c481c..54931730a1 100644 --- a/game/modules/tome/data/talents/gifts/summon-utility.lua +++ b/game/modules/tome/data/talents/gifts/summon-utility.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/gifts/venom-drake.lua b/game/modules/tome/data/talents/gifts/venom-drake.lua index 37bd5106da..9ab9c7da34 100644 --- a/game/modules/tome/data/talents/gifts/venom-drake.lua +++ b/game/modules/tome/data/talents/gifts/venom-drake.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/horrors.lua b/game/modules/tome/data/talents/misc/horrors.lua index f290204ee6..93e2da54ea 100644 --- a/game/modules/tome/data/talents/misc/horrors.lua +++ b/game/modules/tome/data/talents/misc/horrors.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/inscriptions.lua b/game/modules/tome/data/talents/misc/inscriptions.lua index 5ef0379fa1..1c78b82d30 100644 --- a/game/modules/tome/data/talents/misc/inscriptions.lua +++ b/game/modules/tome/data/talents/misc/inscriptions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/misc.lua b/game/modules/tome/data/talents/misc/misc.lua index 37ed1759ec..7573594703 100644 --- a/game/modules/tome/data/talents/misc/misc.lua +++ b/game/modules/tome/data/talents/misc/misc.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/npcs.lua b/game/modules/tome/data/talents/misc/npcs.lua index 1a253d3265..98e8096f85 100644 --- a/game/modules/tome/data/talents/misc/npcs.lua +++ b/game/modules/tome/data/talents/misc/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/objects.lua b/game/modules/tome/data/talents/misc/objects.lua index c17f5f87d7..e146dfd58a 100644 --- a/game/modules/tome/data/talents/misc/objects.lua +++ b/game/modules/tome/data/talents/misc/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/races.lua b/game/modules/tome/data/talents/misc/races.lua index 22b7ecb74e..4938e6eb7b 100644 --- a/game/modules/tome/data/talents/misc/races.lua +++ b/game/modules/tome/data/talents/misc/races.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/misc/tutorial.lua b/game/modules/tome/data/talents/misc/tutorial.lua index 6e84ab0057..017bc29e35 100644 --- a/game/modules/tome/data/talents/misc/tutorial.lua +++ b/game/modules/tome/data/talents/misc/tutorial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/absorption.lua b/game/modules/tome/data/talents/psionic/absorption.lua index 01d82cd37f..724a1c9aa4 100644 --- a/game/modules/tome/data/talents/psionic/absorption.lua +++ b/game/modules/tome/data/talents/psionic/absorption.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/augmented-mobility.lua b/game/modules/tome/data/talents/psionic/augmented-mobility.lua index 4f4c1a1ec6..bd0e8b8229 100644 --- a/game/modules/tome/data/talents/psionic/augmented-mobility.lua +++ b/game/modules/tome/data/talents/psionic/augmented-mobility.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/discharge.lua b/game/modules/tome/data/talents/psionic/discharge.lua index e1bab892ae..7b184a1fba 100644 --- a/game/modules/tome/data/talents/psionic/discharge.lua +++ b/game/modules/tome/data/talents/psionic/discharge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/distortion.lua b/game/modules/tome/data/talents/psionic/distortion.lua index 62a1c26ac7..de22ca752b 100644 --- a/game/modules/tome/data/talents/psionic/distortion.lua +++ b/game/modules/tome/data/talents/psionic/distortion.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/dream-forge.lua b/game/modules/tome/data/talents/psionic/dream-forge.lua index 6afd06c889..3e7bc50095 100644 --- a/game/modules/tome/data/talents/psionic/dream-forge.lua +++ b/game/modules/tome/data/talents/psionic/dream-forge.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/dream-smith.lua b/game/modules/tome/data/talents/psionic/dream-smith.lua index f8ade13f3b..435f8e06c2 100644 --- a/game/modules/tome/data/talents/psionic/dream-smith.lua +++ b/game/modules/tome/data/talents/psionic/dream-smith.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/dreaming.lua b/game/modules/tome/data/talents/psionic/dreaming.lua index a530764704..3fea87ec84 100644 --- a/game/modules/tome/data/talents/psionic/dreaming.lua +++ b/game/modules/tome/data/talents/psionic/dreaming.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/feedback.lua b/game/modules/tome/data/talents/psionic/feedback.lua index c3300dd717..2861a41e71 100644 --- a/game/modules/tome/data/talents/psionic/feedback.lua +++ b/game/modules/tome/data/talents/psionic/feedback.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/finer-energy-manipulations.lua b/game/modules/tome/data/talents/psionic/finer-energy-manipulations.lua index eb77a2aa79..596cac6e35 100644 --- a/game/modules/tome/data/talents/psionic/finer-energy-manipulations.lua +++ b/game/modules/tome/data/talents/psionic/finer-energy-manipulations.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/focus.lua b/game/modules/tome/data/talents/psionic/focus.lua index c58429f08b..b618ae49b4 100644 --- a/game/modules/tome/data/talents/psionic/focus.lua +++ b/game/modules/tome/data/talents/psionic/focus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/grip.lua b/game/modules/tome/data/talents/psionic/grip.lua index 3b96e05fd5..15eebf6eac 100644 --- a/game/modules/tome/data/talents/psionic/grip.lua +++ b/game/modules/tome/data/talents/psionic/grip.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/mental-discipline.lua b/game/modules/tome/data/talents/psionic/mental-discipline.lua index c4a818e5f6..f81de6f137 100644 --- a/game/modules/tome/data/talents/psionic/mental-discipline.lua +++ b/game/modules/tome/data/talents/psionic/mental-discipline.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/mentalism.lua b/game/modules/tome/data/talents/psionic/mentalism.lua index b36d445029..cb83e99b96 100644 --- a/game/modules/tome/data/talents/psionic/mentalism.lua +++ b/game/modules/tome/data/talents/psionic/mentalism.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/nightmare.lua b/game/modules/tome/data/talents/psionic/nightmare.lua index a4b4d804c9..5b6c7ad316 100644 --- a/game/modules/tome/data/talents/psionic/nightmare.lua +++ b/game/modules/tome/data/talents/psionic/nightmare.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/other.lua b/game/modules/tome/data/talents/psionic/other.lua index 73b2232d77..783b95641c 100644 --- a/game/modules/tome/data/talents/psionic/other.lua +++ b/game/modules/tome/data/talents/psionic/other.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/possession.lua b/game/modules/tome/data/talents/psionic/possession.lua index 793c56cc87..8b2f92096a 100644 --- a/game/modules/tome/data/talents/psionic/possession.lua +++ b/game/modules/tome/data/talents/psionic/possession.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/projection.lua b/game/modules/tome/data/talents/psionic/projection.lua index 2ff9e91b56..aef9543060 100644 --- a/game/modules/tome/data/talents/psionic/projection.lua +++ b/game/modules/tome/data/talents/psionic/projection.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/psi-archery.lua b/game/modules/tome/data/talents/psionic/psi-archery.lua index 97a245099e..1aa1a5af92 100644 --- a/game/modules/tome/data/talents/psionic/psi-archery.lua +++ b/game/modules/tome/data/talents/psionic/psi-archery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/psi-fighting.lua b/game/modules/tome/data/talents/psionic/psi-fighting.lua index 1471101906..9ca4beefc3 100644 --- a/game/modules/tome/data/talents/psionic/psi-fighting.lua +++ b/game/modules/tome/data/talents/psionic/psi-fighting.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/psionic.lua b/game/modules/tome/data/talents/psionic/psionic.lua index d19e03e035..cd855d9c32 100644 --- a/game/modules/tome/data/talents/psionic/psionic.lua +++ b/game/modules/tome/data/talents/psionic/psionic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/psychic-assault.lua b/game/modules/tome/data/talents/psionic/psychic-assault.lua index e2aa5cd5c1..d7b8908eaa 100644 --- a/game/modules/tome/data/talents/psionic/psychic-assault.lua +++ b/game/modules/tome/data/talents/psionic/psychic-assault.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/slumber.lua b/game/modules/tome/data/talents/psionic/slumber.lua index 9fe3fd2428..18fc9d0191 100644 --- a/game/modules/tome/data/talents/psionic/slumber.lua +++ b/game/modules/tome/data/talents/psionic/slumber.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/solipsism.lua b/game/modules/tome/data/talents/psionic/solipsism.lua index 4fa1040c95..581e85ace5 100644 --- a/game/modules/tome/data/talents/psionic/solipsism.lua +++ b/game/modules/tome/data/talents/psionic/solipsism.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/thought-forms.lua b/game/modules/tome/data/talents/psionic/thought-forms.lua index 12394a7fab..4aecc4f4fb 100644 --- a/game/modules/tome/data/talents/psionic/thought-forms.lua +++ b/game/modules/tome/data/talents/psionic/thought-forms.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/trance.lua b/game/modules/tome/data/talents/psionic/trance.lua index 80184aa195..707f226a28 100644 --- a/game/modules/tome/data/talents/psionic/trance.lua +++ b/game/modules/tome/data/talents/psionic/trance.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/psionic/voracity.lua b/game/modules/tome/data/talents/psionic/voracity.lua index afab0b3493..7f853b11db 100644 --- a/game/modules/tome/data/talents/psionic/voracity.lua +++ b/game/modules/tome/data/talents/psionic/voracity.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/advanced-golemancy.lua b/game/modules/tome/data/talents/spells/advanced-golemancy.lua index 61f1f4e9a6..a18750a634 100644 --- a/game/modules/tome/data/talents/spells/advanced-golemancy.lua +++ b/game/modules/tome/data/talents/spells/advanced-golemancy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua b/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua index b90fb3e1af..6f920084d0 100644 --- a/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua +++ b/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/aegis.lua b/game/modules/tome/data/talents/spells/aegis.lua index b42bbf6b14..ac1ff91ba1 100644 --- a/game/modules/tome/data/talents/spells/aegis.lua +++ b/game/modules/tome/data/talents/spells/aegis.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/aether.lua b/game/modules/tome/data/talents/spells/aether.lua index f022460264..43ed942ada 100644 --- a/game/modules/tome/data/talents/spells/aether.lua +++ b/game/modules/tome/data/talents/spells/aether.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/air.lua b/game/modules/tome/data/talents/spells/air.lua index 5065d114c5..b2c7e0cf8e 100644 --- a/game/modules/tome/data/talents/spells/air.lua +++ b/game/modules/tome/data/talents/spells/air.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/animus.lua b/game/modules/tome/data/talents/spells/animus.lua index 1a5ba1ebe1..338626d00c 100644 --- a/game/modules/tome/data/talents/spells/animus.lua +++ b/game/modules/tome/data/talents/spells/animus.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/arcane.lua b/game/modules/tome/data/talents/spells/arcane.lua index 3ef402d198..80e78f71b1 100644 --- a/game/modules/tome/data/talents/spells/arcane.lua +++ b/game/modules/tome/data/talents/spells/arcane.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/conveyance.lua b/game/modules/tome/data/talents/spells/conveyance.lua index 0867ca1ed8..6e7123ffdf 100644 --- a/game/modules/tome/data/talents/spells/conveyance.lua +++ b/game/modules/tome/data/talents/spells/conveyance.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/divination.lua b/game/modules/tome/data/talents/spells/divination.lua index 09c2f2880e..faa4938401 100644 --- a/game/modules/tome/data/talents/spells/divination.lua +++ b/game/modules/tome/data/talents/spells/divination.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/earth.lua b/game/modules/tome/data/talents/spells/earth.lua index b77186a744..2e2c6ea525 100644 --- a/game/modules/tome/data/talents/spells/earth.lua +++ b/game/modules/tome/data/talents/spells/earth.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/enhancement.lua b/game/modules/tome/data/talents/spells/enhancement.lua index ea7067af4d..0561239573 100644 --- a/game/modules/tome/data/talents/spells/enhancement.lua +++ b/game/modules/tome/data/talents/spells/enhancement.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/explosives.lua b/game/modules/tome/data/talents/spells/explosives.lua index 398dc82be5..fec07f846d 100644 --- a/game/modules/tome/data/talents/spells/explosives.lua +++ b/game/modules/tome/data/talents/spells/explosives.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/fire-alchemy.lua b/game/modules/tome/data/talents/spells/fire-alchemy.lua index dd54f69fc0..5359020b8b 100644 --- a/game/modules/tome/data/talents/spells/fire-alchemy.lua +++ b/game/modules/tome/data/talents/spells/fire-alchemy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/fire.lua b/game/modules/tome/data/talents/spells/fire.lua index 8202a2dd5d..8feba58815 100644 --- a/game/modules/tome/data/talents/spells/fire.lua +++ b/game/modules/tome/data/talents/spells/fire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/golem.lua b/game/modules/tome/data/talents/spells/golem.lua index 4321da1325..67fe765293 100644 --- a/game/modules/tome/data/talents/spells/golem.lua +++ b/game/modules/tome/data/talents/spells/golem.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/golemancy.lua b/game/modules/tome/data/talents/spells/golemancy.lua index 5de0abe1c5..85111d484b 100644 --- a/game/modules/tome/data/talents/spells/golemancy.lua +++ b/game/modules/tome/data/talents/spells/golemancy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/grave.lua b/game/modules/tome/data/talents/spells/grave.lua index 922ecb65af..20f2f1c79b 100644 --- a/game/modules/tome/data/talents/spells/grave.lua +++ b/game/modules/tome/data/talents/spells/grave.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/ice.lua b/game/modules/tome/data/talents/spells/ice.lua index 7b75709def..cdbd3e699f 100644 --- a/game/modules/tome/data/talents/spells/ice.lua +++ b/game/modules/tome/data/talents/spells/ice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/infusion.lua b/game/modules/tome/data/talents/spells/infusion.lua index 6f05aee165..97ae56f0fe 100644 --- a/game/modules/tome/data/talents/spells/infusion.lua +++ b/game/modules/tome/data/talents/spells/infusion.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/meta.lua b/game/modules/tome/data/talents/spells/meta.lua index 5c3acab336..47f147f7d2 100644 --- a/game/modules/tome/data/talents/spells/meta.lua +++ b/game/modules/tome/data/talents/spells/meta.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/necrosis.lua b/game/modules/tome/data/talents/spells/necrosis.lua index 55b05f8c0c..5a7a16760d 100644 --- a/game/modules/tome/data/talents/spells/necrosis.lua +++ b/game/modules/tome/data/talents/spells/necrosis.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/necrotic-minions.lua b/game/modules/tome/data/talents/spells/necrotic-minions.lua index eb8e2a6acf..0132e40b22 100644 --- a/game/modules/tome/data/talents/spells/necrotic-minions.lua +++ b/game/modules/tome/data/talents/spells/necrotic-minions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/nightfall.lua b/game/modules/tome/data/talents/spells/nightfall.lua index 5f2f33117b..4e2107fbc3 100644 --- a/game/modules/tome/data/talents/spells/nightfall.lua +++ b/game/modules/tome/data/talents/spells/nightfall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/phantasm.lua b/game/modules/tome/data/talents/spells/phantasm.lua index 082a66908f..70eabb04cf 100644 --- a/game/modules/tome/data/talents/spells/phantasm.lua +++ b/game/modules/tome/data/talents/spells/phantasm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/shades.lua b/game/modules/tome/data/talents/spells/shades.lua index cc0843c528..aba4e65be2 100644 --- a/game/modules/tome/data/talents/spells/shades.lua +++ b/game/modules/tome/data/talents/spells/shades.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/spells.lua b/game/modules/tome/data/talents/spells/spells.lua index ee62cb3d83..0e20fc25ee 100644 --- a/game/modules/tome/data/talents/spells/spells.lua +++ b/game/modules/tome/data/talents/spells/spells.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/staff-combat.lua b/game/modules/tome/data/talents/spells/staff-combat.lua index 1f149980d7..8237c3cda4 100644 --- a/game/modules/tome/data/talents/spells/staff-combat.lua +++ b/game/modules/tome/data/talents/spells/staff-combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/stone-alchemy.lua b/game/modules/tome/data/talents/spells/stone-alchemy.lua index 6a77581976..1cb6dece41 100644 --- a/game/modules/tome/data/talents/spells/stone-alchemy.lua +++ b/game/modules/tome/data/talents/spells/stone-alchemy.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/stone.lua b/game/modules/tome/data/talents/spells/stone.lua index 0bca184055..4ce71cfb22 100644 --- a/game/modules/tome/data/talents/spells/stone.lua +++ b/game/modules/tome/data/talents/spells/stone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/storm.lua b/game/modules/tome/data/talents/spells/storm.lua index 99c802c9f4..ce6020b140 100644 --- a/game/modules/tome/data/talents/spells/storm.lua +++ b/game/modules/tome/data/talents/spells/storm.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/temporal.lua b/game/modules/tome/data/talents/spells/temporal.lua index 52e484305e..cfee5f3a6b 100644 --- a/game/modules/tome/data/talents/spells/temporal.lua +++ b/game/modules/tome/data/talents/spells/temporal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/water.lua b/game/modules/tome/data/talents/spells/water.lua index 421dab7aed..1b3c08dedf 100644 --- a/game/modules/tome/data/talents/spells/water.lua +++ b/game/modules/tome/data/talents/spells/water.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/spells/wildfire.lua b/game/modules/tome/data/talents/spells/wildfire.lua index e3322bb898..f966ec1ef7 100644 --- a/game/modules/tome/data/talents/spells/wildfire.lua +++ b/game/modules/tome/data/talents/spells/wildfire.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/2hweapon.lua b/game/modules/tome/data/talents/techniques/2hweapon.lua index 1eb37151a0..49c80d3e75 100644 --- a/game/modules/tome/data/talents/techniques/2hweapon.lua +++ b/game/modules/tome/data/talents/techniques/2hweapon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/archery.lua b/game/modules/tome/data/talents/techniques/archery.lua index 644cec9403..d7c81109bf 100644 --- a/game/modules/tome/data/talents/techniques/archery.lua +++ b/game/modules/tome/data/talents/techniques/archery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/battle-tactics.lua b/game/modules/tome/data/talents/techniques/battle-tactics.lua index ac7d417aa4..2a30bcc56d 100644 --- a/game/modules/tome/data/talents/techniques/battle-tactics.lua +++ b/game/modules/tome/data/talents/techniques/battle-tactics.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/bloodthirst.lua b/game/modules/tome/data/talents/techniques/bloodthirst.lua index e6f57eb39b..c8bfd15eb9 100644 --- a/game/modules/tome/data/talents/techniques/bloodthirst.lua +++ b/game/modules/tome/data/talents/techniques/bloodthirst.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/bow.lua b/game/modules/tome/data/talents/techniques/bow.lua index f875834925..229f5a56bd 100644 --- a/game/modules/tome/data/talents/techniques/bow.lua +++ b/game/modules/tome/data/talents/techniques/bow.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/combat-techniques.lua b/game/modules/tome/data/talents/techniques/combat-techniques.lua index 236a548501..0e0bc5eb16 100644 --- a/game/modules/tome/data/talents/techniques/combat-techniques.lua +++ b/game/modules/tome/data/talents/techniques/combat-techniques.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/combat-training.lua b/game/modules/tome/data/talents/techniques/combat-training.lua index aa9711cc22..d45993ff3d 100644 --- a/game/modules/tome/data/talents/techniques/combat-training.lua +++ b/game/modules/tome/data/talents/techniques/combat-training.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/conditioning.lua b/game/modules/tome/data/talents/techniques/conditioning.lua index bfe67f5ecd..f57156cb96 100644 --- a/game/modules/tome/data/talents/techniques/conditioning.lua +++ b/game/modules/tome/data/talents/techniques/conditioning.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/dualweapon.lua b/game/modules/tome/data/talents/techniques/dualweapon.lua index fad1d29f40..1855901237 100644 --- a/game/modules/tome/data/talents/techniques/dualweapon.lua +++ b/game/modules/tome/data/talents/techniques/dualweapon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/excellence.lua b/game/modules/tome/data/talents/techniques/excellence.lua index 971620b8a6..efd45bb71a 100644 --- a/game/modules/tome/data/talents/techniques/excellence.lua +++ b/game/modules/tome/data/talents/techniques/excellence.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/field-control.lua b/game/modules/tome/data/talents/techniques/field-control.lua index 2bf0caad87..15b594fe0c 100644 --- a/game/modules/tome/data/talents/techniques/field-control.lua +++ b/game/modules/tome/data/talents/techniques/field-control.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/finishing-moves.lua b/game/modules/tome/data/talents/techniques/finishing-moves.lua index 27eca6f7c7..2519189b1f 100644 --- a/game/modules/tome/data/talents/techniques/finishing-moves.lua +++ b/game/modules/tome/data/talents/techniques/finishing-moves.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/grappling.lua b/game/modules/tome/data/talents/techniques/grappling.lua index 242a9d12ad..dae486f58c 100644 --- a/game/modules/tome/data/talents/techniques/grappling.lua +++ b/game/modules/tome/data/talents/techniques/grappling.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/magical-combat.lua b/game/modules/tome/data/talents/techniques/magical-combat.lua index 28800db0f6..8c98bd91d1 100644 --- a/game/modules/tome/data/talents/techniques/magical-combat.lua +++ b/game/modules/tome/data/talents/techniques/magical-combat.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/mobility.lua b/game/modules/tome/data/talents/techniques/mobility.lua index 41f20b7103..617809a1fa 100644 --- a/game/modules/tome/data/talents/techniques/mobility.lua +++ b/game/modules/tome/data/talents/techniques/mobility.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/pugilism.lua b/game/modules/tome/data/talents/techniques/pugilism.lua index dc9dcdea0c..b242137204 100644 --- a/game/modules/tome/data/talents/techniques/pugilism.lua +++ b/game/modules/tome/data/talents/techniques/pugilism.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/sling.lua b/game/modules/tome/data/talents/techniques/sling.lua index c617fee78d..37bc5751a6 100644 --- a/game/modules/tome/data/talents/techniques/sling.lua +++ b/game/modules/tome/data/talents/techniques/sling.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/superiority.lua b/game/modules/tome/data/talents/techniques/superiority.lua index 8529d72916..43c9ac7273 100644 --- a/game/modules/tome/data/talents/techniques/superiority.lua +++ b/game/modules/tome/data/talents/techniques/superiority.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/techniques.lua b/game/modules/tome/data/talents/techniques/techniques.lua index 320997178a..87619c76d7 100644 --- a/game/modules/tome/data/talents/techniques/techniques.lua +++ b/game/modules/tome/data/talents/techniques/techniques.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/thuggery.lua b/game/modules/tome/data/talents/techniques/thuggery.lua index 11f3d385cb..b7ba3ce062 100644 --- a/game/modules/tome/data/talents/techniques/thuggery.lua +++ b/game/modules/tome/data/talents/techniques/thuggery.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/unarmed-discipline.lua b/game/modules/tome/data/talents/techniques/unarmed-discipline.lua index 49cf523adc..43ff0c24af 100644 --- a/game/modules/tome/data/talents/techniques/unarmed-discipline.lua +++ b/game/modules/tome/data/talents/techniques/unarmed-discipline.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/unarmed-training.lua b/game/modules/tome/data/talents/techniques/unarmed-training.lua index 7526a6702f..e3e6952f53 100644 --- a/game/modules/tome/data/talents/techniques/unarmed-training.lua +++ b/game/modules/tome/data/talents/techniques/unarmed-training.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/warcries.lua b/game/modules/tome/data/talents/techniques/warcries.lua index e712f4b38b..ac09229bf4 100644 --- a/game/modules/tome/data/talents/techniques/warcries.lua +++ b/game/modules/tome/data/talents/techniques/warcries.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/techniques/weaponshield.lua b/game/modules/tome/data/talents/techniques/weaponshield.lua index 7b009d5bb0..a274a50b8a 100644 --- a/game/modules/tome/data/talents/techniques/weaponshield.lua +++ b/game/modules/tome/data/talents/techniques/weaponshield.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/const.lua b/game/modules/tome/data/talents/uber/const.lua index 36eeff6ae8..0589a71846 100644 --- a/game/modules/tome/data/talents/uber/const.lua +++ b/game/modules/tome/data/talents/uber/const.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/cun.lua b/game/modules/tome/data/talents/uber/cun.lua index 06c7f80d92..5fd94ddd6e 100644 --- a/game/modules/tome/data/talents/uber/cun.lua +++ b/game/modules/tome/data/talents/uber/cun.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/dex.lua b/game/modules/tome/data/talents/uber/dex.lua index 2ae67060e9..e007fce917 100644 --- a/game/modules/tome/data/talents/uber/dex.lua +++ b/game/modules/tome/data/talents/uber/dex.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/mag.lua b/game/modules/tome/data/talents/uber/mag.lua index 8caeb766c3..35e0f5af4f 100644 --- a/game/modules/tome/data/talents/uber/mag.lua +++ b/game/modules/tome/data/talents/uber/mag.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/str.lua b/game/modules/tome/data/talents/uber/str.lua index c697c783db..9202a4d4ea 100644 --- a/game/modules/tome/data/talents/uber/str.lua +++ b/game/modules/tome/data/talents/uber/str.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/uber.lua b/game/modules/tome/data/talents/uber/uber.lua index 47081f2e9a..adcab05156 100644 --- a/game/modules/tome/data/talents/uber/uber.lua +++ b/game/modules/tome/data/talents/uber/uber.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/uber/wil.lua b/game/modules/tome/data/talents/uber/wil.lua index 379ca8096b..b020ce5d00 100644 --- a/game/modules/tome/data/talents/uber/wil.lua +++ b/game/modules/tome/data/talents/uber/wil.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/undeads/ghoul.lua b/game/modules/tome/data/talents/undeads/ghoul.lua index 231e1c33c1..4d6acc08bd 100644 --- a/game/modules/tome/data/talents/undeads/ghoul.lua +++ b/game/modules/tome/data/talents/undeads/ghoul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/undeads/skeleton.lua b/game/modules/tome/data/talents/undeads/skeleton.lua index c979f206f3..598e8c75c6 100644 --- a/game/modules/tome/data/talents/undeads/skeleton.lua +++ b/game/modules/tome/data/talents/undeads/skeleton.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/talents/undeads/undeads.lua b/game/modules/tome/data/talents/undeads/undeads.lua index 2ce0606737..15ee33ad9a 100644 --- a/game/modules/tome/data/talents/undeads/undeads.lua +++ b/game/modules/tome/data/talents/undeads/undeads.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-archmage.lua b/game/modules/tome/data/texts/intro-archmage.lua index a8d11cf543..30ffa79d52 100644 --- a/game/modules/tome/data/texts/intro-archmage.lua +++ b/game/modules/tome/data/texts/intro-archmage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-arena.lua b/game/modules/tome/data/texts/intro-arena.lua index 7c6f88b0a3..11a5b52d45 100644 --- a/game/modules/tome/data/texts/intro-arena.lua +++ b/game/modules/tome/data/texts/intro-arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-chronomancer.lua b/game/modules/tome/data/texts/intro-chronomancer.lua index 610a4a897a..4a2bd0f1a5 100644 --- a/game/modules/tome/data/texts/intro-chronomancer.lua +++ b/game/modules/tome/data/texts/intro-chronomancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-cornac.lua b/game/modules/tome/data/texts/intro-cornac.lua index 11130531a0..3114f0873d 100644 --- a/game/modules/tome/data/texts/intro-cornac.lua +++ b/game/modules/tome/data/texts/intro-cornac.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-dwarf.lua b/game/modules/tome/data/texts/intro-dwarf.lua index 7e535f344b..e2871108fd 100644 --- a/game/modules/tome/data/texts/intro-dwarf.lua +++ b/game/modules/tome/data/texts/intro-dwarf.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-ghoul.lua b/game/modules/tome/data/texts/intro-ghoul.lua index 89d9e4e93e..cb44af5351 100644 --- a/game/modules/tome/data/texts/intro-ghoul.lua +++ b/game/modules/tome/data/texts/intro-ghoul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-halfling.lua b/game/modules/tome/data/texts/intro-halfling.lua index ddb58455f9..fd367c0216 100644 --- a/game/modules/tome/data/texts/intro-halfling.lua +++ b/game/modules/tome/data/texts/intro-halfling.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-higher.lua b/game/modules/tome/data/texts/intro-higher.lua index 0e21c32ce3..41f259be4a 100644 --- a/game/modules/tome/data/texts/intro-higher.lua +++ b/game/modules/tome/data/texts/intro-higher.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-infinite-dungeon.lua b/game/modules/tome/data/texts/intro-infinite-dungeon.lua index 100096f192..c9e049e221 100644 --- a/game/modules/tome/data/texts/intro-infinite-dungeon.lua +++ b/game/modules/tome/data/texts/intro-infinite-dungeon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-orc.lua b/game/modules/tome/data/texts/intro-orc.lua index 18bf5425c3..9147295f55 100644 --- a/game/modules/tome/data/texts/intro-orc.lua +++ b/game/modules/tome/data/texts/intro-orc.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-shalore.lua b/game/modules/tome/data/texts/intro-shalore.lua index f0065f070e..ce553f7c7e 100644 --- a/game/modules/tome/data/texts/intro-shalore.lua +++ b/game/modules/tome/data/texts/intro-shalore.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-skeleton.lua b/game/modules/tome/data/texts/intro-skeleton.lua index 07adefd102..4fb27a91b3 100644 --- a/game/modules/tome/data/texts/intro-skeleton.lua +++ b/game/modules/tome/data/texts/intro-skeleton.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-sunwall.lua b/game/modules/tome/data/texts/intro-sunwall.lua index 1d4a23b770..8d601b07a7 100644 --- a/game/modules/tome/data/texts/intro-sunwall.lua +++ b/game/modules/tome/data/texts/intro-sunwall.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-thalore.lua b/game/modules/tome/data/texts/intro-thalore.lua index 57ddd48c12..2cc4dd4b86 100644 --- a/game/modules/tome/data/texts/intro-thalore.lua +++ b/game/modules/tome/data/texts/intro-thalore.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-tutorial-combat-stats.lua b/game/modules/tome/data/texts/intro-tutorial-combat-stats.lua index c8e17e91e6..9c6db8ee20 100644 --- a/game/modules/tome/data/texts/intro-tutorial-combat-stats.lua +++ b/game/modules/tome/data/texts/intro-tutorial-combat-stats.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-tutorial.lua b/game/modules/tome/data/texts/intro-tutorial.lua index ab351bad5d..c5c9c3baac 100644 --- a/game/modules/tome/data/texts/intro-tutorial.lua +++ b/game/modules/tome/data/texts/intro-tutorial.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/intro-yeek.lua b/game/modules/tome/data/texts/intro-yeek.lua index ee54b10786..ae05f18765 100644 --- a/game/modules/tome/data/texts/intro-yeek.lua +++ b/game/modules/tome/data/texts/intro-yeek.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/message-last-hope.lua b/game/modules/tome/data/texts/message-last-hope.lua index 4202c0639a..a4ce6997cc 100644 --- a/game/modules/tome/data/texts/message-last-hope.lua +++ b/game/modules/tome/data/texts/message-last-hope.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/combat-stats-intro.lua b/game/modules/tome/data/texts/tutorial/combat-stats-intro.lua index 3669d760f6..e1e7a13b33 100644 --- a/game/modules/tome/data/texts/tutorial/combat-stats-intro.lua +++ b/game/modules/tome/data/texts/tutorial/combat-stats-intro.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/done.lua b/game/modules/tome/data/texts/tutorial/done.lua index 21c5a49bf6..ca08651651 100644 --- a/game/modules/tome/data/texts/tutorial/done.lua +++ b/game/modules/tome/data/texts/tutorial/done.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/levelup.lua b/game/modules/tome/data/texts/tutorial/levelup.lua index dff376869a..b0f8510e7f 100644 --- a/game/modules/tome/data/texts/tutorial/levelup.lua +++ b/game/modules/tome/data/texts/tutorial/levelup.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/melee.lua b/game/modules/tome/data/texts/tutorial/melee.lua index 961f01befa..7e4e072e18 100644 --- a/game/modules/tome/data/texts/tutorial/melee.lua +++ b/game/modules/tome/data/texts/tutorial/melee.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/move.lua b/game/modules/tome/data/texts/tutorial/move.lua index e6a181f513..eb184a368d 100644 --- a/game/modules/tome/data/texts/tutorial/move.lua +++ b/game/modules/tome/data/texts/tutorial/move.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/objects.lua b/game/modules/tome/data/texts/tutorial/objects.lua index 26ea2eb342..6dac57e611 100644 --- a/game/modules/tome/data/texts/tutorial/objects.lua +++ b/game/modules/tome/data/texts/tutorial/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/quests.lua b/game/modules/tome/data/texts/tutorial/quests.lua index 4ea63aa8bc..3d006767cd 100644 --- a/game/modules/tome/data/texts/tutorial/quests.lua +++ b/game/modules/tome/data/texts/tutorial/quests.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/ranged.lua b/game/modules/tome/data/texts/tutorial/ranged.lua index 612e9983c1..0a0b528075 100644 --- a/game/modules/tome/data/texts/tutorial/ranged.lua +++ b/game/modules/tome/data/texts/tutorial/ranged.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc0.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc0.lua index ae52615abd..8d03c85264 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc0.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc0.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc1.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc1.lua index bbfca55fff..cfbee8eb3b 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc1.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc10.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc10.lua index edb7cff64a..7ee9372424 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc10.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc10.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc11.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc11.lua index 325412c849..897c5ae963 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc11.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc11.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc2.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc2.lua index 79d5f3ed5f..b282a24d72 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc2.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc3.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc3.lua index 9962863a81..759d4bf8de 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc3.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc4.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc4.lua index 220e31f310..170dd93275 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc4.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc5.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc5.lua index 5610bb2345..afbea4be51 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc5.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc6.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc6.lua index 245ea9cd1b..81badf1a28 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc6.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc7.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc7.lua index c94e906279..66d3657fe4 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc7.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc8.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc8.lua index 1824a1cc8b..ab92c2df51 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc8.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-calc/calc9.lua b/game/modules/tome/data/texts/tutorial/stats-calc/calc9.lua index 9c92b4c20c..292d615c4c 100644 --- a/game/modules/tome/data/texts/tutorial/stats-calc/calc9.lua +++ b/game/modules/tome/data/texts/tutorial/stats-calc/calc9.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/informed1.lua b/game/modules/tome/data/texts/tutorial/stats-scale/informed1.lua index 11f6d3e829..beaf528d7e 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/informed1.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/informed1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale1.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale1.lua index 8f6fec0554..3116db3f32 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale1.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale10.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale10.lua index c23f1d86fc..743a0f8019 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale10.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale10.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale11.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale11.lua index e87d9e44d5..914b958b5d 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale11.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale11.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale12.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale12.lua index 24158a6041..5d977450a4 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale12.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale12.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale2.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale2.lua index 200c640749..f610e42f29 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale2.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale3.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale3.lua index 5d350938c5..68880e7786 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale3.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale4.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale4.lua index f32e1c99bc..c8db2ea465 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale4.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale5.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale5.lua index b65e5133df..a56fc93aa4 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale5.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale6.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale6.lua index 41c47ee3be..ee6c58dc42 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale6.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale7.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale7.lua index a8b3a4e08e..bc06d9a6bb 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale7.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale8.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale8.lua index 487c496f40..83bd17a97a 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale8.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-scale/scale9.lua b/game/modules/tome/data/texts/tutorial/stats-scale/scale9.lua index b62f7889be..b46b3953b2 100644 --- a/game/modules/tome/data/texts/tutorial/stats-scale/scale9.lua +++ b/game/modules/tome/data/texts/tutorial/stats-scale/scale9.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier0.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier0.lua index e7081f2919..868b69204b 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier0.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier0.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier1.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier1.lua index 91d6e5f6c1..2229e904af 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier1.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier10.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier10.lua index cb39fdd5cf..76c7489381 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier10.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier10.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier11.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier11.lua index 9ecf78b0fc..d0fbd43b96 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier11.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier11.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier12.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier12.lua index 68c0fef795..0c9dcfba61 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier12.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier12.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier2.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier2.lua index 80138aad7d..7c19dd937e 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier2.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier3.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier3.lua index 6857f17255..6bbed3fdae 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier3.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier4.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier4.lua index 837ef9db0c..686bf6e8a4 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier4.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier5.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier5.lua index e649394c49..1a41a8ff80 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier5.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier6.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier6.lua index 8084b0430d..bfcaa26a9f 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier6.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier7.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier7.lua index 17e82f8b8c..d5e9f7db30 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier7.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier8.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier8.lua index 60780533a1..95f828c9ac 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier8.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-tier/tier9.lua b/game/modules/tome/data/texts/tutorial/stats-tier/tier9.lua index f77ebcacb6..d4a4658594 100644 --- a/game/modules/tome/data/texts/tutorial/stats-tier/tier9.lua +++ b/game/modules/tome/data/texts/tutorial/stats-tier/tier9.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed0.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed0.lua index 31a3682ddb..0e9858d882 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed0.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed0.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed1.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed1.lua index 7e82c0ea3c..918468fdda 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed1.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed2.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed2.lua index 6916d601c4..9ecd8763d8 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed2.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed3.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed3.lua index 2067c0cede..72a7e7b21f 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed3.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed4.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed4.lua index f6367e0681..7cd961bbb2 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed4.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed5.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed5.lua index a000884327..0f5a8ca565 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed5.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed6.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed6.lua index 999e357a6b..0105f1fcee 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed6.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed7.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed7.lua index 8bad970331..966c9159ba 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed7.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats-timed/timed8.lua b/game/modules/tome/data/texts/tutorial/stats-timed/timed8.lua index a5eea58683..e9c99972fd 100644 --- a/game/modules/tome/data/texts/tutorial/stats-timed/timed8.lua +++ b/game/modules/tome/data/texts/tutorial/stats-timed/timed8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/mechintro.lua b/game/modules/tome/data/texts/tutorial/stats/mechintro.lua index 1e5c81e76d..796a30f393 100644 --- a/game/modules/tome/data/texts/tutorial/stats/mechintro.lua +++ b/game/modules/tome/data/texts/tutorial/stats/mechintro.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats1.lua b/game/modules/tome/data/texts/tutorial/stats/stats1.lua index 54e4bef690..a6c3119b27 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats1.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats2.lua b/game/modules/tome/data/texts/tutorial/stats/stats2.lua index 9e78770217..15590c7ec8 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats2.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats3.lua b/game/modules/tome/data/texts/tutorial/stats/stats3.lua index 57690e017c..0bd108733b 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats3.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats3.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats4.lua b/game/modules/tome/data/texts/tutorial/stats/stats4.lua index 6ef2f1b55b..5eb8cbf7fb 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats4.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats4.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats5.lua b/game/modules/tome/data/texts/tutorial/stats/stats5.lua index 9fbf924062..4263aab42d 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats5.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats5.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats6.lua b/game/modules/tome/data/texts/tutorial/stats/stats6.lua index 8dd47ec078..1c24d8823a 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats6.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats6.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats7.1.lua b/game/modules/tome/data/texts/tutorial/stats/stats7.1.lua index dfb1259245..979fc380f3 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats7.1.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats7.1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats7.lua b/game/modules/tome/data/texts/tutorial/stats/stats7.lua index f3b0011a30..83aaa0f069 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats7.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats7.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats8.lua b/game/modules/tome/data/texts/tutorial/stats/stats8.lua index 4b05491c87..1f5fbf78bd 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats8.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats8.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/stats/stats9.lua b/game/modules/tome/data/texts/tutorial/stats/stats9.lua index d577773bd1..2fc73e20b3 100644 --- a/game/modules/tome/data/texts/tutorial/stats/stats9.lua +++ b/game/modules/tome/data/texts/tutorial/stats/stats9.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/tactics1.lua b/game/modules/tome/data/texts/tutorial/tactics1.lua index 7b65e6f08b..5e5fb51f8b 100644 --- a/game/modules/tome/data/texts/tutorial/tactics1.lua +++ b/game/modules/tome/data/texts/tutorial/tactics1.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/tactics2.lua b/game/modules/tome/data/texts/tutorial/tactics2.lua index 11f233f767..b419724187 100644 --- a/game/modules/tome/data/texts/tutorial/tactics2.lua +++ b/game/modules/tome/data/texts/tutorial/tactics2.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/talents.lua b/game/modules/tome/data/texts/tutorial/talents.lua index 12bcbbc49d..92d277c7ec 100644 --- a/game/modules/tome/data/texts/tutorial/talents.lua +++ b/game/modules/tome/data/texts/tutorial/talents.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/tutorial/terrain.lua b/game/modules/tome/data/texts/tutorial/terrain.lua index f09507a64d..e9da3c21a6 100644 --- a/game/modules/tome/data/texts/tutorial/terrain.lua +++ b/game/modules/tome/data/texts/tutorial/terrain.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-adventurer.lua b/game/modules/tome/data/texts/unlock-adventurer.lua index 80e67c8c4e..c126768e9e 100644 --- a/game/modules/tome/data/texts/unlock-adventurer.lua +++ b/game/modules/tome/data/texts/unlock-adventurer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-afflicted_cursed.lua b/game/modules/tome/data/texts/unlock-afflicted_cursed.lua index bf6c496b90..076bf9a71f 100644 --- a/game/modules/tome/data/texts/unlock-afflicted_cursed.lua +++ b/game/modules/tome/data/texts/unlock-afflicted_cursed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-afflicted_doomed.lua b/game/modules/tome/data/texts/unlock-afflicted_doomed.lua index af138f3e1e..b973d7a652 100644 --- a/game/modules/tome/data/texts/unlock-afflicted_doomed.lua +++ b/game/modules/tome/data/texts/unlock-afflicted_doomed.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-birth_transmo_chest.lua b/game/modules/tome/data/texts/unlock-birth_transmo_chest.lua index 02d6d06f8c..a8054fff8a 100644 --- a/game/modules/tome/data/texts/unlock-birth_transmo_chest.lua +++ b/game/modules/tome/data/texts/unlock-birth_transmo_chest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua b/game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua index ddb8182c59..b16321e542 100644 --- a/game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua +++ b/game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-campaign_arena.lua b/game/modules/tome/data/texts/unlock-campaign_arena.lua index 69dce6cc4d..fa8d2da045 100644 --- a/game/modules/tome/data/texts/unlock-campaign_arena.lua +++ b/game/modules/tome/data/texts/unlock-campaign_arena.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-campaign_infinite_dungeon.lua b/game/modules/tome/data/texts/unlock-campaign_infinite_dungeon.lua index 89a021fa23..752c1f360f 100644 --- a/game/modules/tome/data/texts/unlock-campaign_infinite_dungeon.lua +++ b/game/modules/tome/data/texts/unlock-campaign_infinite_dungeon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-chronomancer_paradox_mage.lua b/game/modules/tome/data/texts/unlock-chronomancer_paradox_mage.lua index b3bcfabb2f..00efd40fd9 100644 --- a/game/modules/tome/data/texts/unlock-chronomancer_paradox_mage.lua +++ b/game/modules/tome/data/texts/unlock-chronomancer_paradox_mage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-chronomancer_temporal_warden.lua b/game/modules/tome/data/texts/unlock-chronomancer_temporal_warden.lua index bd3669d79c..ad235e28dd 100644 --- a/game/modules/tome/data/texts/unlock-chronomancer_temporal_warden.lua +++ b/game/modules/tome/data/texts/unlock-chronomancer_temporal_warden.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-corrupter_corruptor.lua b/game/modules/tome/data/texts/unlock-corrupter_corruptor.lua index 2d51042013..4507a1cd33 100644 --- a/game/modules/tome/data/texts/unlock-corrupter_corruptor.lua +++ b/game/modules/tome/data/texts/unlock-corrupter_corruptor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-corrupter_reaver.lua b/game/modules/tome/data/texts/unlock-corrupter_reaver.lua index c0e5d3722b..80089dbfff 100644 --- a/game/modules/tome/data/texts/unlock-corrupter_reaver.lua +++ b/game/modules/tome/data/texts/unlock-corrupter_reaver.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua b/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua index 604419d7c8..a2f9cf6fe7 100644 --- a/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua +++ b/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua b/game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua index 818d102f99..18a18b01f3 100644 --- a/game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua +++ b/game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua b/game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua index 075331a308..26bf7997ce 100644 --- a/game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua +++ b/game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-difficulty_insane.lua b/game/modules/tome/data/texts/unlock-difficulty_insane.lua index aa0d60e6bc..f7897566f4 100644 --- a/game/modules/tome/data/texts/unlock-difficulty_insane.lua +++ b/game/modules/tome/data/texts/unlock-difficulty_insane.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-difficulty_madness.lua b/game/modules/tome/data/texts/unlock-difficulty_madness.lua index 0a6c554739..b6d2bfdb2d 100644 --- a/game/modules/tome/data/texts/unlock-difficulty_madness.lua +++ b/game/modules/tome/data/texts/unlock-difficulty_madness.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-divine_anorithil.lua b/game/modules/tome/data/texts/unlock-divine_anorithil.lua index 51e75e6429..1e3a1a366b 100644 --- a/game/modules/tome/data/texts/unlock-divine_anorithil.lua +++ b/game/modules/tome/data/texts/unlock-divine_anorithil.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-divine_sun_paladin.lua b/game/modules/tome/data/texts/unlock-divine_sun_paladin.lua index 4cef9a197b..baa260825c 100644 --- a/game/modules/tome/data/texts/unlock-divine_sun_paladin.lua +++ b/game/modules/tome/data/texts/unlock-divine_sun_paladin.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-mage.lua b/game/modules/tome/data/texts/unlock-mage.lua index 0a7676fd53..e2571ddee6 100644 --- a/game/modules/tome/data/texts/unlock-mage.lua +++ b/game/modules/tome/data/texts/unlock-mage.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-mage_cryomancer.lua b/game/modules/tome/data/texts/unlock-mage_cryomancer.lua index 70657d5a90..28d938c89a 100644 --- a/game/modules/tome/data/texts/unlock-mage_cryomancer.lua +++ b/game/modules/tome/data/texts/unlock-mage_cryomancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-mage_geomancer.lua b/game/modules/tome/data/texts/unlock-mage_geomancer.lua index 4b6ddb6c83..44540f4c72 100644 --- a/game/modules/tome/data/texts/unlock-mage_geomancer.lua +++ b/game/modules/tome/data/texts/unlock-mage_geomancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-mage_necromancer.lua b/game/modules/tome/data/texts/unlock-mage_necromancer.lua index cfdb2845f1..59fd2430b5 100644 --- a/game/modules/tome/data/texts/unlock-mage_necromancer.lua +++ b/game/modules/tome/data/texts/unlock-mage_necromancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-mage_pyromancer.lua b/game/modules/tome/data/texts/unlock-mage_pyromancer.lua index 5b69ac4033..0cc30773c5 100644 --- a/game/modules/tome/data/texts/unlock-mage_pyromancer.lua +++ b/game/modules/tome/data/texts/unlock-mage_pyromancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-mage_tempest.lua b/game/modules/tome/data/texts/unlock-mage_tempest.lua index cbcd0e8841..34ca7a09d5 100644 --- a/game/modules/tome/data/texts/unlock-mage_tempest.lua +++ b/game/modules/tome/data/texts/unlock-mage_tempest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-psionic_mindslayer.lua b/game/modules/tome/data/texts/unlock-psionic_mindslayer.lua index 00fac9d9dc..64a222bc2b 100644 --- a/game/modules/tome/data/texts/unlock-psionic_mindslayer.lua +++ b/game/modules/tome/data/texts/unlock-psionic_mindslayer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-psionic_solipsist.lua b/game/modules/tome/data/texts/unlock-psionic_solipsist.lua index 3fbc82f5a7..8fe1d961b5 100644 --- a/game/modules/tome/data/texts/unlock-psionic_solipsist.lua +++ b/game/modules/tome/data/texts/unlock-psionic_solipsist.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-rogue_marauder.lua b/game/modules/tome/data/texts/unlock-rogue_marauder.lua index 9112111638..517cb21fb9 100644 --- a/game/modules/tome/data/texts/unlock-rogue_marauder.lua +++ b/game/modules/tome/data/texts/unlock-rogue_marauder.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-rogue_poisons.lua b/game/modules/tome/data/texts/unlock-rogue_poisons.lua index 8d37613394..586263b686 100644 --- a/game/modules/tome/data/texts/unlock-rogue_poisons.lua +++ b/game/modules/tome/data/texts/unlock-rogue_poisons.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-undead_ghoul.lua b/game/modules/tome/data/texts/unlock-undead_ghoul.lua index 20221477b6..d0fba83c2c 100644 --- a/game/modules/tome/data/texts/unlock-undead_ghoul.lua +++ b/game/modules/tome/data/texts/unlock-undead_ghoul.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-undead_skeleton.lua b/game/modules/tome/data/texts/unlock-undead_skeleton.lua index 1705358193..c3661f946b 100644 --- a/game/modules/tome/data/texts/unlock-undead_skeleton.lua +++ b/game/modules/tome/data/texts/unlock-undead_skeleton.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-warrior_brawler.lua b/game/modules/tome/data/texts/unlock-warrior_brawler.lua index cbaaec6704..86b8c105ab 100644 --- a/game/modules/tome/data/texts/unlock-warrior_brawler.lua +++ b/game/modules/tome/data/texts/unlock-warrior_brawler.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-wilder_oozemancer.lua b/game/modules/tome/data/texts/unlock-wilder_oozemancer.lua index 9ac91391e9..7dbbbefd0d 100644 --- a/game/modules/tome/data/texts/unlock-wilder_oozemancer.lua +++ b/game/modules/tome/data/texts/unlock-wilder_oozemancer.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-wilder_summoner.lua b/game/modules/tome/data/texts/unlock-wilder_summoner.lua index b1df6fee19..ff847d5024 100644 --- a/game/modules/tome/data/texts/unlock-wilder_summoner.lua +++ b/game/modules/tome/data/texts/unlock-wilder_summoner.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-wilder_wyrmic.lua b/game/modules/tome/data/texts/unlock-wilder_wyrmic.lua index 041a3fb677..99376b9068 100644 --- a/game/modules/tome/data/texts/unlock-wilder_wyrmic.lua +++ b/game/modules/tome/data/texts/unlock-wilder_wyrmic.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/unlock-yeek.lua b/game/modules/tome/data/texts/unlock-yeek.lua index 47a3a0b4aa..f73c8e2bd4 100644 --- a/game/modules/tome/data/texts/unlock-yeek.lua +++ b/game/modules/tome/data/texts/unlock-yeek.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/texts/win.lua b/game/modules/tome/data/texts/win.lua index 9e95675fa1..4b4f65351d 100644 --- a/game/modules/tome/data/texts/win.lua +++ b/game/modules/tome/data/texts/win.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/3x3/base.lua b/game/modules/tome/data/tilesets/3x3/base.lua index 7077b92775..08d52ab069 100644 --- a/game/modules/tome/data/tilesets/3x3/base.lua +++ b/game/modules/tome/data/tilesets/3x3/base.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/3x3/tunnel.lua b/game/modules/tome/data/tilesets/3x3/tunnel.lua index 678942cd78..f3d7ad8ded 100644 --- a/game/modules/tome/data/tilesets/3x3/tunnel.lua +++ b/game/modules/tome/data/tilesets/3x3/tunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/3x3/windy_tunnel.lua b/game/modules/tome/data/tilesets/3x3/windy_tunnel.lua index 65371b81f5..ffb821b426 100644 --- a/game/modules/tome/data/tilesets/3x3/windy_tunnel.lua +++ b/game/modules/tome/data/tilesets/3x3/windy_tunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/5x5/base.lua b/game/modules/tome/data/tilesets/5x5/base.lua index 7624122e78..78b719efd0 100644 --- a/game/modules/tome/data/tilesets/5x5/base.lua +++ b/game/modules/tome/data/tilesets/5x5/base.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/5x5/basic_rooms.lua b/game/modules/tome/data/tilesets/5x5/basic_rooms.lua index b2a256ea36..d62f09dfa6 100644 --- a/game/modules/tome/data/tilesets/5x5/basic_rooms.lua +++ b/game/modules/tome/data/tilesets/5x5/basic_rooms.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/5x5/crypt.lua b/game/modules/tome/data/tilesets/5x5/crypt.lua index e784c5b374..438430606b 100644 --- a/game/modules/tome/data/tilesets/5x5/crypt.lua +++ b/game/modules/tome/data/tilesets/5x5/crypt.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/5x5/tunnel.lua b/game/modules/tome/data/tilesets/5x5/tunnel.lua index b9a23bc357..97147d2533 100644 --- a/game/modules/tome/data/tilesets/5x5/tunnel.lua +++ b/game/modules/tome/data/tilesets/5x5/tunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/5x5/windy_tunnel.lua b/game/modules/tome/data/tilesets/5x5/windy_tunnel.lua index bbc15eaac2..0a95f35a4b 100644 --- a/game/modules/tome/data/tilesets/5x5/windy_tunnel.lua +++ b/game/modules/tome/data/tilesets/5x5/windy_tunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/7x7/base.lua b/game/modules/tome/data/tilesets/7x7/base.lua index 22bb104f46..16c6d3de58 100644 --- a/game/modules/tome/data/tilesets/7x7/base.lua +++ b/game/modules/tome/data/tilesets/7x7/base.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/tilesets/7x7/tunnel.lua b/game/modules/tome/data/tilesets/7x7/tunnel.lua index eaecfd76e8..cb83d37f28 100644 --- a/game/modules/tome/data/tilesets/7x7/tunnel.lua +++ b/game/modules/tome/data/tilesets/7x7/tunnel.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/timed_effects.lua b/game/modules/tome/data/timed_effects.lua index e7cab69531..d80e1414a2 100644 --- a/game/modules/tome/data/timed_effects.lua +++ b/game/modules/tome/data/timed_effects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/timed_effects/floor.lua b/game/modules/tome/data/timed_effects/floor.lua index a580c81cf6..1fe4750950 100644 --- a/game/modules/tome/data/timed_effects/floor.lua +++ b/game/modules/tome/data/timed_effects/floor.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/timed_effects/magical.lua b/game/modules/tome/data/timed_effects/magical.lua index fe3eeb61ab..5afab7c7d8 100644 --- a/game/modules/tome/data/timed_effects/magical.lua +++ b/game/modules/tome/data/timed_effects/magical.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/timed_effects/mental.lua b/game/modules/tome/data/timed_effects/mental.lua index fdbcdf8945..e3dff07f2d 100644 --- a/game/modules/tome/data/timed_effects/mental.lua +++ b/game/modules/tome/data/timed_effects/mental.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/timed_effects/other.lua b/game/modules/tome/data/timed_effects/other.lua index e4c9037ae5..7c0cbcdb95 100644 --- a/game/modules/tome/data/timed_effects/other.lua +++ b/game/modules/tome/data/timed_effects/other.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/timed_effects/physical.lua b/game/modules/tome/data/timed_effects/physical.lua index d13f55d8fb..df286ddb6b 100644 --- a/game/modules/tome/data/timed_effects/physical.lua +++ b/game/modules/tome/data/timed_effects/physical.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/wda/eyal.lua b/game/modules/tome/data/wda/eyal.lua index c019c67e23..372e1ba495 100644 --- a/game/modules/tome/data/wda/eyal.lua +++ b/game/modules/tome/data/wda/eyal.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/abashed-expanse/grids.lua b/game/modules/tome/data/zones/abashed-expanse/grids.lua index c834ba28d6..223828cf15 100644 --- a/game/modules/tome/data/zones/abashed-expanse/grids.lua +++ b/game/modules/tome/data/zones/abashed-expanse/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/abashed-expanse/npcs.lua b/game/modules/tome/data/zones/abashed-expanse/npcs.lua index daf2b8ebff..7d18ed1450 100644 --- a/game/modules/tome/data/zones/abashed-expanse/npcs.lua +++ b/game/modules/tome/data/zones/abashed-expanse/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/abashed-expanse/objects.lua b/game/modules/tome/data/zones/abashed-expanse/objects.lua index 4bd50f7744..2e21235fe3 100644 --- a/game/modules/tome/data/zones/abashed-expanse/objects.lua +++ b/game/modules/tome/data/zones/abashed-expanse/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/abashed-expanse/traps.lua b/game/modules/tome/data/zones/abashed-expanse/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/abashed-expanse/traps.lua +++ b/game/modules/tome/data/zones/abashed-expanse/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/abashed-expanse/zone.lua b/game/modules/tome/data/zones/abashed-expanse/zone.lua index 32053fd0ae..354b54cae8 100644 --- a/game/modules/tome/data/zones/abashed-expanse/zone.lua +++ b/game/modules/tome/data/zones/abashed-expanse/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ancient-elven-ruins/events.lua b/game/modules/tome/data/zones/ancient-elven-ruins/events.lua index 634c33b3ea..b1603a660d 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/events.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ancient-elven-ruins/grids.lua b/game/modules/tome/data/zones/ancient-elven-ruins/grids.lua index efb73a89c8..049816b7eb 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/grids.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua b/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua index 71c2f6a1c2..eb254abbf9 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua b/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua index e3a378d1a1..61335f50bc 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ancient-elven-ruins/traps.lua b/game/modules/tome/data/zones/ancient-elven-ruins/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/traps.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua b/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua index 562d820481..3af0a20c50 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ardhungol/events.lua b/game/modules/tome/data/zones/ardhungol/events.lua index 1c29ed0c50..8f050c766f 100644 --- a/game/modules/tome/data/zones/ardhungol/events.lua +++ b/game/modules/tome/data/zones/ardhungol/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ardhungol/grids.lua b/game/modules/tome/data/zones/ardhungol/grids.lua index ebf6a6d63c..6b6084e6d2 100644 --- a/game/modules/tome/data/zones/ardhungol/grids.lua +++ b/game/modules/tome/data/zones/ardhungol/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ardhungol/npcs.lua b/game/modules/tome/data/zones/ardhungol/npcs.lua index 9a3fe2a66a..e2545f628a 100644 --- a/game/modules/tome/data/zones/ardhungol/npcs.lua +++ b/game/modules/tome/data/zones/ardhungol/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ardhungol/objects.lua b/game/modules/tome/data/zones/ardhungol/objects.lua index a0b087a619..1d6260fc2b 100644 --- a/game/modules/tome/data/zones/ardhungol/objects.lua +++ b/game/modules/tome/data/zones/ardhungol/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ardhungol/traps.lua b/game/modules/tome/data/zones/ardhungol/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/ardhungol/traps.lua +++ b/game/modules/tome/data/zones/ardhungol/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ardhungol/zone.lua b/game/modules/tome/data/zones/ardhungol/zone.lua index 95401ad858..507faab2b3 100644 --- a/game/modules/tome/data/zones/ardhungol/zone.lua +++ b/game/modules/tome/data/zones/ardhungol/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena-unlock/grids.lua b/game/modules/tome/data/zones/arena-unlock/grids.lua index f35f72d19a..67c6d117c9 100644 --- a/game/modules/tome/data/zones/arena-unlock/grids.lua +++ b/game/modules/tome/data/zones/arena-unlock/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena-unlock/npcs.lua b/game/modules/tome/data/zones/arena-unlock/npcs.lua index 8e5e215395..a13ba9e93c 100644 --- a/game/modules/tome/data/zones/arena-unlock/npcs.lua +++ b/game/modules/tome/data/zones/arena-unlock/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena-unlock/objects.lua b/game/modules/tome/data/zones/arena-unlock/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/arena-unlock/objects.lua +++ b/game/modules/tome/data/zones/arena-unlock/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena-unlock/traps.lua b/game/modules/tome/data/zones/arena-unlock/traps.lua index d83f272593..1697f82d9b 100644 --- a/game/modules/tome/data/zones/arena-unlock/traps.lua +++ b/game/modules/tome/data/zones/arena-unlock/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena-unlock/zone.lua b/game/modules/tome/data/zones/arena-unlock/zone.lua index da2d38b8fd..fb3fd51c22 100644 --- a/game/modules/tome/data/zones/arena-unlock/zone.lua +++ b/game/modules/tome/data/zones/arena-unlock/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena/grids.lua b/game/modules/tome/data/zones/arena/grids.lua index 1663da9fac..f176b402ec 100644 --- a/game/modules/tome/data/zones/arena/grids.lua +++ b/game/modules/tome/data/zones/arena/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena/npcs.lua b/game/modules/tome/data/zones/arena/npcs.lua index 9bad95c1e7..eb67227694 100644 --- a/game/modules/tome/data/zones/arena/npcs.lua +++ b/game/modules/tome/data/zones/arena/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena/objects.lua b/game/modules/tome/data/zones/arena/objects.lua index cd7172ffe9..5740caaa51 100644 --- a/game/modules/tome/data/zones/arena/objects.lua +++ b/game/modules/tome/data/zones/arena/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena/traps.lua b/game/modules/tome/data/zones/arena/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/arena/traps.lua +++ b/game/modules/tome/data/zones/arena/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/arena/zone.lua b/game/modules/tome/data/zones/arena/zone.lua index 98e2efa34e..ad08795f88 100644 --- a/game/modules/tome/data/zones/arena/zone.lua +++ b/game/modules/tome/data/zones/arena/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/blighted-ruins/events.lua b/game/modules/tome/data/zones/blighted-ruins/events.lua index 5097d39a89..5a56e6910d 100644 --- a/game/modules/tome/data/zones/blighted-ruins/events.lua +++ b/game/modules/tome/data/zones/blighted-ruins/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/blighted-ruins/grids.lua b/game/modules/tome/data/zones/blighted-ruins/grids.lua index ba4ebeab32..c63d0093c9 100644 --- a/game/modules/tome/data/zones/blighted-ruins/grids.lua +++ b/game/modules/tome/data/zones/blighted-ruins/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/blighted-ruins/npcs.lua b/game/modules/tome/data/zones/blighted-ruins/npcs.lua index 06268b8d46..2576e41edb 100644 --- a/game/modules/tome/data/zones/blighted-ruins/npcs.lua +++ b/game/modules/tome/data/zones/blighted-ruins/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/blighted-ruins/objects.lua b/game/modules/tome/data/zones/blighted-ruins/objects.lua index a4ad6ba1df..fb12338751 100644 --- a/game/modules/tome/data/zones/blighted-ruins/objects.lua +++ b/game/modules/tome/data/zones/blighted-ruins/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/blighted-ruins/traps.lua b/game/modules/tome/data/zones/blighted-ruins/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/blighted-ruins/traps.lua +++ b/game/modules/tome/data/zones/blighted-ruins/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/blighted-ruins/zone.lua b/game/modules/tome/data/zones/blighted-ruins/zone.lua index 9c4b2fbfd5..76b889f005 100644 --- a/game/modules/tome/data/zones/blighted-ruins/zone.lua +++ b/game/modules/tome/data/zones/blighted-ruins/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/briagh-lair/grids.lua b/game/modules/tome/data/zones/briagh-lair/grids.lua index 73c22660bc..6b69856f88 100644 --- a/game/modules/tome/data/zones/briagh-lair/grids.lua +++ b/game/modules/tome/data/zones/briagh-lair/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/briagh-lair/npcs.lua b/game/modules/tome/data/zones/briagh-lair/npcs.lua index 194e6de675..cef9e0f3e2 100644 --- a/game/modules/tome/data/zones/briagh-lair/npcs.lua +++ b/game/modules/tome/data/zones/briagh-lair/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/briagh-lair/objects.lua b/game/modules/tome/data/zones/briagh-lair/objects.lua index aa08dad8b4..278c171026 100644 --- a/game/modules/tome/data/zones/briagh-lair/objects.lua +++ b/game/modules/tome/data/zones/briagh-lair/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/briagh-lair/traps.lua b/game/modules/tome/data/zones/briagh-lair/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/briagh-lair/traps.lua +++ b/game/modules/tome/data/zones/briagh-lair/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/briagh-lair/zone.lua b/game/modules/tome/data/zones/briagh-lair/zone.lua index 7d09d08323..6186f7ae90 100644 --- a/game/modules/tome/data/zones/briagh-lair/zone.lua +++ b/game/modules/tome/data/zones/briagh-lair/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/charred-scar/grids.lua b/game/modules/tome/data/zones/charred-scar/grids.lua index 4843e55fbf..c210fd2436 100644 --- a/game/modules/tome/data/zones/charred-scar/grids.lua +++ b/game/modules/tome/data/zones/charred-scar/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/charred-scar/npcs.lua b/game/modules/tome/data/zones/charred-scar/npcs.lua index 598159157b..53482f9ad1 100644 --- a/game/modules/tome/data/zones/charred-scar/npcs.lua +++ b/game/modules/tome/data/zones/charred-scar/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/charred-scar/objects.lua b/game/modules/tome/data/zones/charred-scar/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/charred-scar/objects.lua +++ b/game/modules/tome/data/zones/charred-scar/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/charred-scar/traps.lua b/game/modules/tome/data/zones/charred-scar/traps.lua index d83f272593..1697f82d9b 100644 --- a/game/modules/tome/data/zones/charred-scar/traps.lua +++ b/game/modules/tome/data/zones/charred-scar/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/charred-scar/zone.lua b/game/modules/tome/data/zones/charred-scar/zone.lua index 1fcb44c62a..12c43111a2 100644 --- a/game/modules/tome/data/zones/charred-scar/zone.lua +++ b/game/modules/tome/data/zones/charred-scar/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/crypt-kryl-feijan/events.lua b/game/modules/tome/data/zones/crypt-kryl-feijan/events.lua index ebd66ff0e3..fece8d6d9e 100644 --- a/game/modules/tome/data/zones/crypt-kryl-feijan/events.lua +++ b/game/modules/tome/data/zones/crypt-kryl-feijan/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/crypt-kryl-feijan/grids.lua b/game/modules/tome/data/zones/crypt-kryl-feijan/grids.lua index 01df3471fa..fb09e72388 100644 --- a/game/modules/tome/data/zones/crypt-kryl-feijan/grids.lua +++ b/game/modules/tome/data/zones/crypt-kryl-feijan/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/crypt-kryl-feijan/npcs.lua b/game/modules/tome/data/zones/crypt-kryl-feijan/npcs.lua index 23a3519f11..e2140044a3 100644 --- a/game/modules/tome/data/zones/crypt-kryl-feijan/npcs.lua +++ b/game/modules/tome/data/zones/crypt-kryl-feijan/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/crypt-kryl-feijan/objects.lua b/game/modules/tome/data/zones/crypt-kryl-feijan/objects.lua index 4bf9e46e88..e369451e97 100644 --- a/game/modules/tome/data/zones/crypt-kryl-feijan/objects.lua +++ b/game/modules/tome/data/zones/crypt-kryl-feijan/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/crypt-kryl-feijan/traps.lua b/game/modules/tome/data/zones/crypt-kryl-feijan/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/crypt-kryl-feijan/traps.lua +++ b/game/modules/tome/data/zones/crypt-kryl-feijan/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua b/game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua index b1c43c3df0..80fc0c8f6c 100644 --- a/game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua +++ b/game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/daikara/events.lua b/game/modules/tome/data/zones/daikara/events.lua index 89b7fa4c73..88f2dc568f 100644 --- a/game/modules/tome/data/zones/daikara/events.lua +++ b/game/modules/tome/data/zones/daikara/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/daikara/grids.lua b/game/modules/tome/data/zones/daikara/grids.lua index e5cf60a3cc..610c1d4997 100644 --- a/game/modules/tome/data/zones/daikara/grids.lua +++ b/game/modules/tome/data/zones/daikara/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/daikara/npcs.lua b/game/modules/tome/data/zones/daikara/npcs.lua index 6a589204bc..15a157e27b 100644 --- a/game/modules/tome/data/zones/daikara/npcs.lua +++ b/game/modules/tome/data/zones/daikara/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/daikara/objects.lua b/game/modules/tome/data/zones/daikara/objects.lua index edddfa6098..a074660765 100644 --- a/game/modules/tome/data/zones/daikara/objects.lua +++ b/game/modules/tome/data/zones/daikara/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/daikara/traps.lua b/game/modules/tome/data/zones/daikara/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/daikara/traps.lua +++ b/game/modules/tome/data/zones/daikara/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/daikara/zone.lua b/game/modules/tome/data/zones/daikara/zone.lua index c2e1ce1267..1c350d05bf 100644 --- a/game/modules/tome/data/zones/daikara/zone.lua +++ b/game/modules/tome/data/zones/daikara/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/deep-bellow/events.lua b/game/modules/tome/data/zones/deep-bellow/events.lua index f8543dcbc2..e61a462ec6 100644 --- a/game/modules/tome/data/zones/deep-bellow/events.lua +++ b/game/modules/tome/data/zones/deep-bellow/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/deep-bellow/grids.lua b/game/modules/tome/data/zones/deep-bellow/grids.lua index 4c4aae1ee4..34c8120a16 100644 --- a/game/modules/tome/data/zones/deep-bellow/grids.lua +++ b/game/modules/tome/data/zones/deep-bellow/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/deep-bellow/npcs.lua b/game/modules/tome/data/zones/deep-bellow/npcs.lua index 07938b5ff0..4d25d90fa8 100644 --- a/game/modules/tome/data/zones/deep-bellow/npcs.lua +++ b/game/modules/tome/data/zones/deep-bellow/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/deep-bellow/objects.lua b/game/modules/tome/data/zones/deep-bellow/objects.lua index 3dcefb5f1f..9feb7008cc 100644 --- a/game/modules/tome/data/zones/deep-bellow/objects.lua +++ b/game/modules/tome/data/zones/deep-bellow/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/deep-bellow/traps.lua b/game/modules/tome/data/zones/deep-bellow/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/deep-bellow/traps.lua +++ b/game/modules/tome/data/zones/deep-bellow/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/deep-bellow/zone.lua b/game/modules/tome/data/zones/deep-bellow/zone.lua index 1fc5eefb80..b2636260f1 100644 --- a/game/modules/tome/data/zones/deep-bellow/zone.lua +++ b/game/modules/tome/data/zones/deep-bellow/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane-spell/grids.lua b/game/modules/tome/data/zones/demon-plane-spell/grids.lua index f800e740f0..a0ded4193f 100644 --- a/game/modules/tome/data/zones/demon-plane-spell/grids.lua +++ b/game/modules/tome/data/zones/demon-plane-spell/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane-spell/npcs.lua b/game/modules/tome/data/zones/demon-plane-spell/npcs.lua index 4ce09f0e82..0554bf2949 100644 --- a/game/modules/tome/data/zones/demon-plane-spell/npcs.lua +++ b/game/modules/tome/data/zones/demon-plane-spell/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane-spell/objects.lua b/game/modules/tome/data/zones/demon-plane-spell/objects.lua index 41163a5c5b..ca01a5f5b7 100644 --- a/game/modules/tome/data/zones/demon-plane-spell/objects.lua +++ b/game/modules/tome/data/zones/demon-plane-spell/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane-spell/traps.lua b/game/modules/tome/data/zones/demon-plane-spell/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/demon-plane-spell/traps.lua +++ b/game/modules/tome/data/zones/demon-plane-spell/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane-spell/zone.lua b/game/modules/tome/data/zones/demon-plane-spell/zone.lua index cbdd638527..c3ad315044 100644 --- a/game/modules/tome/data/zones/demon-plane-spell/zone.lua +++ b/game/modules/tome/data/zones/demon-plane-spell/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane/grids.lua b/game/modules/tome/data/zones/demon-plane/grids.lua index 77c6808e98..455c1bad30 100644 --- a/game/modules/tome/data/zones/demon-plane/grids.lua +++ b/game/modules/tome/data/zones/demon-plane/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane/npcs.lua b/game/modules/tome/data/zones/demon-plane/npcs.lua index 3c35c64dfe..61d9cd13be 100644 --- a/game/modules/tome/data/zones/demon-plane/npcs.lua +++ b/game/modules/tome/data/zones/demon-plane/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane/objects.lua b/game/modules/tome/data/zones/demon-plane/objects.lua index 979a7ed512..8485ee9948 100644 --- a/game/modules/tome/data/zones/demon-plane/objects.lua +++ b/game/modules/tome/data/zones/demon-plane/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane/traps.lua b/game/modules/tome/data/zones/demon-plane/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/demon-plane/traps.lua +++ b/game/modules/tome/data/zones/demon-plane/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/demon-plane/zone.lua b/game/modules/tome/data/zones/demon-plane/zone.lua index cf431e81fb..159b74ab4a 100644 --- a/game/modules/tome/data/zones/demon-plane/zone.lua +++ b/game/modules/tome/data/zones/demon-plane/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell-ambush/grids.lua b/game/modules/tome/data/zones/dreadfell-ambush/grids.lua index 3fb79febf3..7f2d1c02f2 100644 --- a/game/modules/tome/data/zones/dreadfell-ambush/grids.lua +++ b/game/modules/tome/data/zones/dreadfell-ambush/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell-ambush/npcs.lua b/game/modules/tome/data/zones/dreadfell-ambush/npcs.lua index e4402d31d9..c0fd94e364 100644 --- a/game/modules/tome/data/zones/dreadfell-ambush/npcs.lua +++ b/game/modules/tome/data/zones/dreadfell-ambush/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell-ambush/objects.lua b/game/modules/tome/data/zones/dreadfell-ambush/objects.lua index 4482986d57..d8f91e03de 100644 --- a/game/modules/tome/data/zones/dreadfell-ambush/objects.lua +++ b/game/modules/tome/data/zones/dreadfell-ambush/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell-ambush/traps.lua b/game/modules/tome/data/zones/dreadfell-ambush/traps.lua index a24acffb96..127fc82ac0 100644 --- a/game/modules/tome/data/zones/dreadfell-ambush/traps.lua +++ b/game/modules/tome/data/zones/dreadfell-ambush/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell-ambush/zone.lua b/game/modules/tome/data/zones/dreadfell-ambush/zone.lua index 72710c4511..a2094b9cc9 100644 --- a/game/modules/tome/data/zones/dreadfell-ambush/zone.lua +++ b/game/modules/tome/data/zones/dreadfell-ambush/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell/events.lua b/game/modules/tome/data/zones/dreadfell/events.lua index 2c8377462e..45cd3ef78e 100644 --- a/game/modules/tome/data/zones/dreadfell/events.lua +++ b/game/modules/tome/data/zones/dreadfell/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell/grids.lua b/game/modules/tome/data/zones/dreadfell/grids.lua index 97b9002c6a..ef1994479a 100644 --- a/game/modules/tome/data/zones/dreadfell/grids.lua +++ b/game/modules/tome/data/zones/dreadfell/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell/npcs.lua b/game/modules/tome/data/zones/dreadfell/npcs.lua index 34e3c97eb0..97eb4a55a8 100644 --- a/game/modules/tome/data/zones/dreadfell/npcs.lua +++ b/game/modules/tome/data/zones/dreadfell/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell/objects.lua b/game/modules/tome/data/zones/dreadfell/objects.lua index ef81e998f3..75b7d8eb8f 100644 --- a/game/modules/tome/data/zones/dreadfell/objects.lua +++ b/game/modules/tome/data/zones/dreadfell/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell/traps.lua b/game/modules/tome/data/zones/dreadfell/traps.lua index 6d4137ad4a..8bc818c5af 100644 --- a/game/modules/tome/data/zones/dreadfell/traps.lua +++ b/game/modules/tome/data/zones/dreadfell/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreadfell/zone.lua b/game/modules/tome/data/zones/dreadfell/zone.lua index 6ec37c182d..d2715e3505 100644 --- a/game/modules/tome/data/zones/dreadfell/zone.lua +++ b/game/modules/tome/data/zones/dreadfell/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreams/grids.lua b/game/modules/tome/data/zones/dreams/grids.lua index c35a8f8c71..e4edb9f0a6 100644 --- a/game/modules/tome/data/zones/dreams/grids.lua +++ b/game/modules/tome/data/zones/dreams/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreams/npcs.lua b/game/modules/tome/data/zones/dreams/npcs.lua index 87b22ae370..6a813d4386 100644 --- a/game/modules/tome/data/zones/dreams/npcs.lua +++ b/game/modules/tome/data/zones/dreams/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreams/objects.lua b/game/modules/tome/data/zones/dreams/objects.lua index a24acffb96..127fc82ac0 100644 --- a/game/modules/tome/data/zones/dreams/objects.lua +++ b/game/modules/tome/data/zones/dreams/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreams/traps.lua b/game/modules/tome/data/zones/dreams/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/dreams/traps.lua +++ b/game/modules/tome/data/zones/dreams/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreams/zone.lua b/game/modules/tome/data/zones/dreams/zone.lua index 0d02a42d3d..5c1cade8f8 100644 --- a/game/modules/tome/data/zones/dreams/zone.lua +++ b/game/modules/tome/data/zones/dreams/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreamscape-talent/grids.lua b/game/modules/tome/data/zones/dreamscape-talent/grids.lua index c28bf241bf..4a3e3f4239 100644 --- a/game/modules/tome/data/zones/dreamscape-talent/grids.lua +++ b/game/modules/tome/data/zones/dreamscape-talent/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreamscape-talent/npcs.lua b/game/modules/tome/data/zones/dreamscape-talent/npcs.lua index 4ce09f0e82..0554bf2949 100644 --- a/game/modules/tome/data/zones/dreamscape-talent/npcs.lua +++ b/game/modules/tome/data/zones/dreamscape-talent/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreamscape-talent/objects.lua b/game/modules/tome/data/zones/dreamscape-talent/objects.lua index 41163a5c5b..ca01a5f5b7 100644 --- a/game/modules/tome/data/zones/dreamscape-talent/objects.lua +++ b/game/modules/tome/data/zones/dreamscape-talent/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreamscape-talent/traps.lua b/game/modules/tome/data/zones/dreamscape-talent/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/dreamscape-talent/traps.lua +++ b/game/modules/tome/data/zones/dreamscape-talent/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/dreamscape-talent/zone.lua b/game/modules/tome/data/zones/dreamscape-talent/zone.lua index b56e8eceef..2e814efede 100644 --- a/game/modules/tome/data/zones/dreamscape-talent/zone.lua +++ b/game/modules/tome/data/zones/dreamscape-talent/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eidolon-plane/grids.lua b/game/modules/tome/data/zones/eidolon-plane/grids.lua index e93537b960..f5e774066b 100644 --- a/game/modules/tome/data/zones/eidolon-plane/grids.lua +++ b/game/modules/tome/data/zones/eidolon-plane/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eidolon-plane/npcs.lua b/game/modules/tome/data/zones/eidolon-plane/npcs.lua index bde3c62319..3a7de21252 100644 --- a/game/modules/tome/data/zones/eidolon-plane/npcs.lua +++ b/game/modules/tome/data/zones/eidolon-plane/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eidolon-plane/objects.lua b/game/modules/tome/data/zones/eidolon-plane/objects.lua index 41163a5c5b..ca01a5f5b7 100644 --- a/game/modules/tome/data/zones/eidolon-plane/objects.lua +++ b/game/modules/tome/data/zones/eidolon-plane/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eidolon-plane/traps.lua b/game/modules/tome/data/zones/eidolon-plane/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/eidolon-plane/traps.lua +++ b/game/modules/tome/data/zones/eidolon-plane/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eidolon-plane/zone.lua b/game/modules/tome/data/zones/eidolon-plane/zone.lua index 313d41200a..a5b104be11 100644 --- a/game/modules/tome/data/zones/eidolon-plane/zone.lua +++ b/game/modules/tome/data/zones/eidolon-plane/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eruan/events.lua b/game/modules/tome/data/zones/eruan/events.lua index 6f48a0607c..4b92eff913 100644 --- a/game/modules/tome/data/zones/eruan/events.lua +++ b/game/modules/tome/data/zones/eruan/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eruan/grids.lua b/game/modules/tome/data/zones/eruan/grids.lua index c7420f6eda..9db8bd48a1 100644 --- a/game/modules/tome/data/zones/eruan/grids.lua +++ b/game/modules/tome/data/zones/eruan/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eruan/npcs.lua b/game/modules/tome/data/zones/eruan/npcs.lua index d10865e1af..12be728eb0 100644 --- a/game/modules/tome/data/zones/eruan/npcs.lua +++ b/game/modules/tome/data/zones/eruan/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eruan/objects.lua b/game/modules/tome/data/zones/eruan/objects.lua index ee3a50b5fe..9fe9032b7c 100644 --- a/game/modules/tome/data/zones/eruan/objects.lua +++ b/game/modules/tome/data/zones/eruan/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eruan/traps.lua b/game/modules/tome/data/zones/eruan/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/eruan/traps.lua +++ b/game/modules/tome/data/zones/eruan/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/eruan/zone.lua b/game/modules/tome/data/zones/eruan/zone.lua index 847f6cb52c..d888d92e37 100644 --- a/game/modules/tome/data/zones/eruan/zone.lua +++ b/game/modules/tome/data/zones/eruan/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/flooded-cave/grids.lua b/game/modules/tome/data/zones/flooded-cave/grids.lua index d0641146e6..c5d67c900b 100644 --- a/game/modules/tome/data/zones/flooded-cave/grids.lua +++ b/game/modules/tome/data/zones/flooded-cave/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/flooded-cave/npcs.lua b/game/modules/tome/data/zones/flooded-cave/npcs.lua index f3c8c4ac13..2ce767edb5 100644 --- a/game/modules/tome/data/zones/flooded-cave/npcs.lua +++ b/game/modules/tome/data/zones/flooded-cave/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/flooded-cave/objects.lua b/game/modules/tome/data/zones/flooded-cave/objects.lua index 448a4ecff0..54ca920df8 100644 --- a/game/modules/tome/data/zones/flooded-cave/objects.lua +++ b/game/modules/tome/data/zones/flooded-cave/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/flooded-cave/traps.lua b/game/modules/tome/data/zones/flooded-cave/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/flooded-cave/traps.lua +++ b/game/modules/tome/data/zones/flooded-cave/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/flooded-cave/zone.lua b/game/modules/tome/data/zones/flooded-cave/zone.lua index ee11dfd349..8efdc6cf40 100644 --- a/game/modules/tome/data/zones/flooded-cave/zone.lua +++ b/game/modules/tome/data/zones/flooded-cave/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gladium/grids.lua b/game/modules/tome/data/zones/gladium/grids.lua index 783e2734c1..b7f8446345 100644 --- a/game/modules/tome/data/zones/gladium/grids.lua +++ b/game/modules/tome/data/zones/gladium/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gladium/npcs.lua b/game/modules/tome/data/zones/gladium/npcs.lua index 31d77de964..7ed5c3bb0a 100644 --- a/game/modules/tome/data/zones/gladium/npcs.lua +++ b/game/modules/tome/data/zones/gladium/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gladium/objects.lua b/game/modules/tome/data/zones/gladium/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/gladium/objects.lua +++ b/game/modules/tome/data/zones/gladium/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gladium/traps.lua b/game/modules/tome/data/zones/gladium/traps.lua index 02f32361a3..ffc0dced3f 100644 --- a/game/modules/tome/data/zones/gladium/traps.lua +++ b/game/modules/tome/data/zones/gladium/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gladium/zone.lua b/game/modules/tome/data/zones/gladium/zone.lua index 1e6cbb37ac..64b70ef7f1 100644 --- a/game/modules/tome/data/zones/gladium/zone.lua +++ b/game/modules/tome/data/zones/gladium/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/golem-graveyard/events.lua b/game/modules/tome/data/zones/golem-graveyard/events.lua index c80ca73ef7..6c9067930a 100644 --- a/game/modules/tome/data/zones/golem-graveyard/events.lua +++ b/game/modules/tome/data/zones/golem-graveyard/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/golem-graveyard/grids.lua b/game/modules/tome/data/zones/golem-graveyard/grids.lua index 3d171bfd9b..a8de2447e3 100644 --- a/game/modules/tome/data/zones/golem-graveyard/grids.lua +++ b/game/modules/tome/data/zones/golem-graveyard/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/golem-graveyard/npcs.lua b/game/modules/tome/data/zones/golem-graveyard/npcs.lua index bc18b5529a..58c7cc60c8 100644 --- a/game/modules/tome/data/zones/golem-graveyard/npcs.lua +++ b/game/modules/tome/data/zones/golem-graveyard/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/golem-graveyard/objects.lua b/game/modules/tome/data/zones/golem-graveyard/objects.lua index 226cb89c47..d0eac1ae2b 100644 --- a/game/modules/tome/data/zones/golem-graveyard/objects.lua +++ b/game/modules/tome/data/zones/golem-graveyard/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/golem-graveyard/traps.lua b/game/modules/tome/data/zones/golem-graveyard/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/golem-graveyard/traps.lua +++ b/game/modules/tome/data/zones/golem-graveyard/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/golem-graveyard/zone.lua b/game/modules/tome/data/zones/golem-graveyard/zone.lua index e61185e2f3..3dae6914b6 100644 --- a/game/modules/tome/data/zones/golem-graveyard/zone.lua +++ b/game/modules/tome/data/zones/golem-graveyard/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gorbat-pride/events.lua b/game/modules/tome/data/zones/gorbat-pride/events.lua index 150ab3c6d8..cba1f11a59 100644 --- a/game/modules/tome/data/zones/gorbat-pride/events.lua +++ b/game/modules/tome/data/zones/gorbat-pride/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gorbat-pride/grids.lua b/game/modules/tome/data/zones/gorbat-pride/grids.lua index 392ea78a93..cbca2dbaba 100644 --- a/game/modules/tome/data/zones/gorbat-pride/grids.lua +++ b/game/modules/tome/data/zones/gorbat-pride/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gorbat-pride/npcs.lua b/game/modules/tome/data/zones/gorbat-pride/npcs.lua index b547e44539..8a2d74fb59 100644 --- a/game/modules/tome/data/zones/gorbat-pride/npcs.lua +++ b/game/modules/tome/data/zones/gorbat-pride/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gorbat-pride/objects.lua b/game/modules/tome/data/zones/gorbat-pride/objects.lua index 62f393f47f..76fd8541dd 100644 --- a/game/modules/tome/data/zones/gorbat-pride/objects.lua +++ b/game/modules/tome/data/zones/gorbat-pride/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/gorbat-pride/zone.lua b/game/modules/tome/data/zones/gorbat-pride/zone.lua index c2cb259a1b..ea3341b071 100644 --- a/game/modules/tome/data/zones/gorbat-pride/zone.lua +++ b/game/modules/tome/data/zones/gorbat-pride/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/grushnak-pride/events.lua b/game/modules/tome/data/zones/grushnak-pride/events.lua index 6f23120ec7..7869c84623 100644 --- a/game/modules/tome/data/zones/grushnak-pride/events.lua +++ b/game/modules/tome/data/zones/grushnak-pride/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/grushnak-pride/grids.lua b/game/modules/tome/data/zones/grushnak-pride/grids.lua index 610013e394..7af8a2f215 100644 --- a/game/modules/tome/data/zones/grushnak-pride/grids.lua +++ b/game/modules/tome/data/zones/grushnak-pride/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/grushnak-pride/npcs.lua b/game/modules/tome/data/zones/grushnak-pride/npcs.lua index 273481fe2b..7381f1c9ed 100644 --- a/game/modules/tome/data/zones/grushnak-pride/npcs.lua +++ b/game/modules/tome/data/zones/grushnak-pride/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/grushnak-pride/objects.lua b/game/modules/tome/data/zones/grushnak-pride/objects.lua index d18787469c..a446efd810 100644 --- a/game/modules/tome/data/zones/grushnak-pride/objects.lua +++ b/game/modules/tome/data/zones/grushnak-pride/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/grushnak-pride/zone.lua b/game/modules/tome/data/zones/grushnak-pride/zone.lua index ffe09905cf..89e208e1b6 100644 --- a/game/modules/tome/data/zones/grushnak-pride/zone.lua +++ b/game/modules/tome/data/zones/grushnak-pride/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/halfling-ruins/events.lua b/game/modules/tome/data/zones/halfling-ruins/events.lua index d57ef9ca41..1f6942f130 100644 --- a/game/modules/tome/data/zones/halfling-ruins/events.lua +++ b/game/modules/tome/data/zones/halfling-ruins/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/halfling-ruins/grids.lua b/game/modules/tome/data/zones/halfling-ruins/grids.lua index 1726f52678..e57ee0ee2a 100644 --- a/game/modules/tome/data/zones/halfling-ruins/grids.lua +++ b/game/modules/tome/data/zones/halfling-ruins/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/halfling-ruins/npcs.lua b/game/modules/tome/data/zones/halfling-ruins/npcs.lua index 5c170cfce3..b65b2cca15 100644 --- a/game/modules/tome/data/zones/halfling-ruins/npcs.lua +++ b/game/modules/tome/data/zones/halfling-ruins/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/halfling-ruins/objects.lua b/game/modules/tome/data/zones/halfling-ruins/objects.lua index 9be52aa9d7..4888a3e98a 100644 --- a/game/modules/tome/data/zones/halfling-ruins/objects.lua +++ b/game/modules/tome/data/zones/halfling-ruins/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/halfling-ruins/traps.lua b/game/modules/tome/data/zones/halfling-ruins/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/halfling-ruins/traps.lua +++ b/game/modules/tome/data/zones/halfling-ruins/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/halfling-ruins/zone.lua b/game/modules/tome/data/zones/halfling-ruins/zone.lua index 392e4fd034..2858c35e9a 100644 --- a/game/modules/tome/data/zones/halfling-ruins/zone.lua +++ b/game/modules/tome/data/zones/halfling-ruins/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/heart-gloom/events.lua b/game/modules/tome/data/zones/heart-gloom/events.lua index f8543dcbc2..e61a462ec6 100644 --- a/game/modules/tome/data/zones/heart-gloom/events.lua +++ b/game/modules/tome/data/zones/heart-gloom/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/heart-gloom/grids.lua b/game/modules/tome/data/zones/heart-gloom/grids.lua index 3a09c7a1d6..535345003b 100644 --- a/game/modules/tome/data/zones/heart-gloom/grids.lua +++ b/game/modules/tome/data/zones/heart-gloom/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/heart-gloom/npcs.lua b/game/modules/tome/data/zones/heart-gloom/npcs.lua index 2aeaac0f40..eab2ccd7f2 100644 --- a/game/modules/tome/data/zones/heart-gloom/npcs.lua +++ b/game/modules/tome/data/zones/heart-gloom/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/heart-gloom/objects.lua b/game/modules/tome/data/zones/heart-gloom/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/heart-gloom/objects.lua +++ b/game/modules/tome/data/zones/heart-gloom/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/heart-gloom/traps.lua b/game/modules/tome/data/zones/heart-gloom/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/heart-gloom/traps.lua +++ b/game/modules/tome/data/zones/heart-gloom/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/heart-gloom/zone.lua b/game/modules/tome/data/zones/heart-gloom/zone.lua index 39d3d8b002..50e549b9b0 100644 --- a/game/modules/tome/data/zones/heart-gloom/zone.lua +++ b/game/modules/tome/data/zones/heart-gloom/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/high-peak/grids.lua b/game/modules/tome/data/zones/high-peak/grids.lua index 74bf64ca7a..6b061e8a5d 100644 --- a/game/modules/tome/data/zones/high-peak/grids.lua +++ b/game/modules/tome/data/zones/high-peak/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/high-peak/npcs.lua b/game/modules/tome/data/zones/high-peak/npcs.lua index e6eebeddd7..a771c3e5ec 100644 --- a/game/modules/tome/data/zones/high-peak/npcs.lua +++ b/game/modules/tome/data/zones/high-peak/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/high-peak/objects.lua b/game/modules/tome/data/zones/high-peak/objects.lua index ad07e21e92..e438fb3fdc 100644 --- a/game/modules/tome/data/zones/high-peak/objects.lua +++ b/game/modules/tome/data/zones/high-peak/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/high-peak/traps.lua b/game/modules/tome/data/zones/high-peak/traps.lua index 6d4137ad4a..8bc818c5af 100644 --- a/game/modules/tome/data/zones/high-peak/traps.lua +++ b/game/modules/tome/data/zones/high-peak/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/high-peak/zone.lua b/game/modules/tome/data/zones/high-peak/zone.lua index e1ada0cf6c..1e6f413d35 100644 --- a/game/modules/tome/data/zones/high-peak/zone.lua +++ b/game/modules/tome/data/zones/high-peak/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/illusory-castle/grids.lua b/game/modules/tome/data/zones/illusory-castle/grids.lua index 1764696b34..32ba2fa723 100644 --- a/game/modules/tome/data/zones/illusory-castle/grids.lua +++ b/game/modules/tome/data/zones/illusory-castle/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/illusory-castle/npcs.lua b/game/modules/tome/data/zones/illusory-castle/npcs.lua index ff8890cf4c..e1dea76a95 100644 --- a/game/modules/tome/data/zones/illusory-castle/npcs.lua +++ b/game/modules/tome/data/zones/illusory-castle/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/illusory-castle/objects.lua b/game/modules/tome/data/zones/illusory-castle/objects.lua index 1e95167379..dcc8d8f694 100644 --- a/game/modules/tome/data/zones/illusory-castle/objects.lua +++ b/game/modules/tome/data/zones/illusory-castle/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/illusory-castle/traps.lua b/game/modules/tome/data/zones/illusory-castle/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/illusory-castle/traps.lua +++ b/game/modules/tome/data/zones/illusory-castle/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/illusory-castle/zone.lua b/game/modules/tome/data/zones/illusory-castle/zone.lua index 0c39f70ff9..87aedd8388 100644 --- a/game/modules/tome/data/zones/illusory-castle/zone.lua +++ b/game/modules/tome/data/zones/illusory-castle/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/infinite-dungeon/events.lua b/game/modules/tome/data/zones/infinite-dungeon/events.lua index 2e47da7fa4..40c622f980 100644 --- a/game/modules/tome/data/zones/infinite-dungeon/events.lua +++ b/game/modules/tome/data/zones/infinite-dungeon/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/infinite-dungeon/grids.lua b/game/modules/tome/data/zones/infinite-dungeon/grids.lua index 20931b8697..be98c0ec4f 100644 --- a/game/modules/tome/data/zones/infinite-dungeon/grids.lua +++ b/game/modules/tome/data/zones/infinite-dungeon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/infinite-dungeon/npcs.lua b/game/modules/tome/data/zones/infinite-dungeon/npcs.lua index 345fd35d88..5594a7e857 100644 --- a/game/modules/tome/data/zones/infinite-dungeon/npcs.lua +++ b/game/modules/tome/data/zones/infinite-dungeon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/infinite-dungeon/objects.lua b/game/modules/tome/data/zones/infinite-dungeon/objects.lua index 44999c6d31..b665ca8c3c 100644 --- a/game/modules/tome/data/zones/infinite-dungeon/objects.lua +++ b/game/modules/tome/data/zones/infinite-dungeon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/infinite-dungeon/traps.lua b/game/modules/tome/data/zones/infinite-dungeon/traps.lua index f83938ee8e..2219791b89 100644 --- a/game/modules/tome/data/zones/infinite-dungeon/traps.lua +++ b/game/modules/tome/data/zones/infinite-dungeon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/infinite-dungeon/zone.lua b/game/modules/tome/data/zones/infinite-dungeon/zone.lua index 87d99a43ad..4dfcd65c09 100644 --- a/game/modules/tome/data/zones/infinite-dungeon/zone.lua +++ b/game/modules/tome/data/zones/infinite-dungeon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/keepsake-meadow/grids.lua b/game/modules/tome/data/zones/keepsake-meadow/grids.lua index ad275a0a01..8bcbf2702b 100644 --- a/game/modules/tome/data/zones/keepsake-meadow/grids.lua +++ b/game/modules/tome/data/zones/keepsake-meadow/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/keepsake-meadow/npcs.lua b/game/modules/tome/data/zones/keepsake-meadow/npcs.lua index df4220b691..e765e776e6 100644 --- a/game/modules/tome/data/zones/keepsake-meadow/npcs.lua +++ b/game/modules/tome/data/zones/keepsake-meadow/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/keepsake-meadow/objects.lua b/game/modules/tome/data/zones/keepsake-meadow/objects.lua index 2c3c9a45ac..17a3033a39 100644 --- a/game/modules/tome/data/zones/keepsake-meadow/objects.lua +++ b/game/modules/tome/data/zones/keepsake-meadow/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/keepsake-meadow/traps.lua b/game/modules/tome/data/zones/keepsake-meadow/traps.lua index 470302ed7e..8ca1152390 100644 --- a/game/modules/tome/data/zones/keepsake-meadow/traps.lua +++ b/game/modules/tome/data/zones/keepsake-meadow/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/lake-nur/grids.lua b/game/modules/tome/data/zones/lake-nur/grids.lua index ad933b5b22..bca20125b0 100644 --- a/game/modules/tome/data/zones/lake-nur/grids.lua +++ b/game/modules/tome/data/zones/lake-nur/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/lake-nur/npcs.lua b/game/modules/tome/data/zones/lake-nur/npcs.lua index 9faed03704..a9596bcbd6 100644 --- a/game/modules/tome/data/zones/lake-nur/npcs.lua +++ b/game/modules/tome/data/zones/lake-nur/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/lake-nur/objects.lua b/game/modules/tome/data/zones/lake-nur/objects.lua index b59815ee86..c30d0c58be 100644 --- a/game/modules/tome/data/zones/lake-nur/objects.lua +++ b/game/modules/tome/data/zones/lake-nur/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/lake-nur/traps.lua b/game/modules/tome/data/zones/lake-nur/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/lake-nur/traps.lua +++ b/game/modules/tome/data/zones/lake-nur/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/lake-nur/zone.lua b/game/modules/tome/data/zones/lake-nur/zone.lua index c48f1c4919..e04d0f1265 100644 --- a/game/modules/tome/data/zones/lake-nur/zone.lua +++ b/game/modules/tome/data/zones/lake-nur/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/last-hope-graveyard/grids.lua b/game/modules/tome/data/zones/last-hope-graveyard/grids.lua index 02977a92c6..a0c841812c 100644 --- a/game/modules/tome/data/zones/last-hope-graveyard/grids.lua +++ b/game/modules/tome/data/zones/last-hope-graveyard/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/last-hope-graveyard/npcs.lua b/game/modules/tome/data/zones/last-hope-graveyard/npcs.lua index 7292a40c53..a66e5fef1f 100644 --- a/game/modules/tome/data/zones/last-hope-graveyard/npcs.lua +++ b/game/modules/tome/data/zones/last-hope-graveyard/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/last-hope-graveyard/objects.lua b/game/modules/tome/data/zones/last-hope-graveyard/objects.lua index 2cb05879bf..206bfbf79f 100644 --- a/game/modules/tome/data/zones/last-hope-graveyard/objects.lua +++ b/game/modules/tome/data/zones/last-hope-graveyard/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/last-hope-graveyard/traps.lua b/game/modules/tome/data/zones/last-hope-graveyard/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/last-hope-graveyard/traps.lua +++ b/game/modules/tome/data/zones/last-hope-graveyard/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/last-hope-graveyard/zone.lua b/game/modules/tome/data/zones/last-hope-graveyard/zone.lua index f06f4e8d48..b504cc3bc8 100644 --- a/game/modules/tome/data/zones/last-hope-graveyard/zone.lua +++ b/game/modules/tome/data/zones/last-hope-graveyard/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/mark-spellblaze/events.lua b/game/modules/tome/data/zones/mark-spellblaze/events.lua index 503a59606c..e8de7673e1 100644 --- a/game/modules/tome/data/zones/mark-spellblaze/events.lua +++ b/game/modules/tome/data/zones/mark-spellblaze/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/mark-spellblaze/grids.lua b/game/modules/tome/data/zones/mark-spellblaze/grids.lua index 2f71efa914..2e28b4f320 100644 --- a/game/modules/tome/data/zones/mark-spellblaze/grids.lua +++ b/game/modules/tome/data/zones/mark-spellblaze/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/mark-spellblaze/npcs.lua b/game/modules/tome/data/zones/mark-spellblaze/npcs.lua index 1df4d0d253..424182e884 100644 --- a/game/modules/tome/data/zones/mark-spellblaze/npcs.lua +++ b/game/modules/tome/data/zones/mark-spellblaze/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/mark-spellblaze/objects.lua b/game/modules/tome/data/zones/mark-spellblaze/objects.lua index 5b62532b57..2e3d45de9e 100644 --- a/game/modules/tome/data/zones/mark-spellblaze/objects.lua +++ b/game/modules/tome/data/zones/mark-spellblaze/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/mark-spellblaze/traps.lua b/game/modules/tome/data/zones/mark-spellblaze/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/mark-spellblaze/traps.lua +++ b/game/modules/tome/data/zones/mark-spellblaze/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/mark-spellblaze/zone.lua b/game/modules/tome/data/zones/mark-spellblaze/zone.lua index 179317d246..19bfd250e5 100644 --- a/game/modules/tome/data/zones/mark-spellblaze/zone.lua +++ b/game/modules/tome/data/zones/mark-spellblaze/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/maze/events.lua b/game/modules/tome/data/zones/maze/events.lua index aa67988da4..be91b43750 100644 --- a/game/modules/tome/data/zones/maze/events.lua +++ b/game/modules/tome/data/zones/maze/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/maze/grids.lua b/game/modules/tome/data/zones/maze/grids.lua index c94e7e7515..04e35966a8 100644 --- a/game/modules/tome/data/zones/maze/grids.lua +++ b/game/modules/tome/data/zones/maze/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/maze/npcs.lua b/game/modules/tome/data/zones/maze/npcs.lua index 0a22c1f548..72cf140c32 100644 --- a/game/modules/tome/data/zones/maze/npcs.lua +++ b/game/modules/tome/data/zones/maze/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/maze/objects.lua b/game/modules/tome/data/zones/maze/objects.lua index b1d2ffb262..6d7649c931 100644 --- a/game/modules/tome/data/zones/maze/objects.lua +++ b/game/modules/tome/data/zones/maze/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/maze/traps.lua b/game/modules/tome/data/zones/maze/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/maze/traps.lua +++ b/game/modules/tome/data/zones/maze/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/maze/zone.lua b/game/modules/tome/data/zones/maze/zone.lua index 118f3bfd75..dc86e2a8b6 100644 --- a/game/modules/tome/data/zones/maze/zone.lua +++ b/game/modules/tome/data/zones/maze/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/murgol-lair/grids.lua b/game/modules/tome/data/zones/murgol-lair/grids.lua index d0641146e6..c5d67c900b 100644 --- a/game/modules/tome/data/zones/murgol-lair/grids.lua +++ b/game/modules/tome/data/zones/murgol-lair/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/murgol-lair/npcs.lua b/game/modules/tome/data/zones/murgol-lair/npcs.lua index 6ec32fad8a..d3873cc106 100644 --- a/game/modules/tome/data/zones/murgol-lair/npcs.lua +++ b/game/modules/tome/data/zones/murgol-lair/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/murgol-lair/objects.lua b/game/modules/tome/data/zones/murgol-lair/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/murgol-lair/objects.lua +++ b/game/modules/tome/data/zones/murgol-lair/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/murgol-lair/traps.lua b/game/modules/tome/data/zones/murgol-lair/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/murgol-lair/traps.lua +++ b/game/modules/tome/data/zones/murgol-lair/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/murgol-lair/zone.lua b/game/modules/tome/data/zones/murgol-lair/zone.lua index 3aa8598637..23b569e9bd 100644 --- a/game/modules/tome/data/zones/murgol-lair/zone.lua +++ b/game/modules/tome/data/zones/murgol-lair/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/norgos-lair/events.lua b/game/modules/tome/data/zones/norgos-lair/events.lua index da5bbbd646..45ccc0afc4 100644 --- a/game/modules/tome/data/zones/norgos-lair/events.lua +++ b/game/modules/tome/data/zones/norgos-lair/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/norgos-lair/grids.lua b/game/modules/tome/data/zones/norgos-lair/grids.lua index 8cb5b8395c..5130c156f9 100644 --- a/game/modules/tome/data/zones/norgos-lair/grids.lua +++ b/game/modules/tome/data/zones/norgos-lair/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/norgos-lair/npcs.lua b/game/modules/tome/data/zones/norgos-lair/npcs.lua index eca26eaea6..ad335834a2 100644 --- a/game/modules/tome/data/zones/norgos-lair/npcs.lua +++ b/game/modules/tome/data/zones/norgos-lair/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/norgos-lair/objects.lua b/game/modules/tome/data/zones/norgos-lair/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/norgos-lair/objects.lua +++ b/game/modules/tome/data/zones/norgos-lair/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/norgos-lair/traps.lua b/game/modules/tome/data/zones/norgos-lair/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/norgos-lair/traps.lua +++ b/game/modules/tome/data/zones/norgos-lair/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/norgos-lair/zone.lua b/game/modules/tome/data/zones/norgos-lair/zone.lua index 7e2d7f584e..0a5d864cea 100644 --- a/game/modules/tome/data/zones/norgos-lair/zone.lua +++ b/game/modules/tome/data/zones/norgos-lair/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/noxious-caldera/events.lua b/game/modules/tome/data/zones/noxious-caldera/events.lua index 1e0ea6e913..0cf5e9cce4 100644 --- a/game/modules/tome/data/zones/noxious-caldera/events.lua +++ b/game/modules/tome/data/zones/noxious-caldera/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/noxious-caldera/grids.lua b/game/modules/tome/data/zones/noxious-caldera/grids.lua index 3325ca1c4b..08c795e24e 100644 --- a/game/modules/tome/data/zones/noxious-caldera/grids.lua +++ b/game/modules/tome/data/zones/noxious-caldera/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/noxious-caldera/npcs.lua b/game/modules/tome/data/zones/noxious-caldera/npcs.lua index dd9b9d4177..0130b50114 100644 --- a/game/modules/tome/data/zones/noxious-caldera/npcs.lua +++ b/game/modules/tome/data/zones/noxious-caldera/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/noxious-caldera/objects.lua b/game/modules/tome/data/zones/noxious-caldera/objects.lua index 8ee3e81d83..5c3507d81d 100644 --- a/game/modules/tome/data/zones/noxious-caldera/objects.lua +++ b/game/modules/tome/data/zones/noxious-caldera/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/noxious-caldera/traps.lua b/game/modules/tome/data/zones/noxious-caldera/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/noxious-caldera/traps.lua +++ b/game/modules/tome/data/zones/noxious-caldera/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/noxious-caldera/zone.lua b/game/modules/tome/data/zones/noxious-caldera/zone.lua index b4b3039fad..86520c7d19 100644 --- a/game/modules/tome/data/zones/noxious-caldera/zone.lua +++ b/game/modules/tome/data/zones/noxious-caldera/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/old-forest/events.lua b/game/modules/tome/data/zones/old-forest/events.lua index 11b517713e..f50c222877 100644 --- a/game/modules/tome/data/zones/old-forest/events.lua +++ b/game/modules/tome/data/zones/old-forest/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/old-forest/grids.lua b/game/modules/tome/data/zones/old-forest/grids.lua index 102479e25e..a3ee268cb2 100644 --- a/game/modules/tome/data/zones/old-forest/grids.lua +++ b/game/modules/tome/data/zones/old-forest/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/old-forest/npcs.lua b/game/modules/tome/data/zones/old-forest/npcs.lua index b3354b5abf..fe74a7ac76 100644 --- a/game/modules/tome/data/zones/old-forest/npcs.lua +++ b/game/modules/tome/data/zones/old-forest/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/old-forest/objects.lua b/game/modules/tome/data/zones/old-forest/objects.lua index 8a76dccca3..ea7cbccd90 100644 --- a/game/modules/tome/data/zones/old-forest/objects.lua +++ b/game/modules/tome/data/zones/old-forest/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/old-forest/traps.lua b/game/modules/tome/data/zones/old-forest/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/old-forest/traps.lua +++ b/game/modules/tome/data/zones/old-forest/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/old-forest/zone.lua b/game/modules/tome/data/zones/old-forest/zone.lua index bb8948f3fb..6f4f393a71 100644 --- a/game/modules/tome/data/zones/old-forest/zone.lua +++ b/game/modules/tome/data/zones/old-forest/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/orc-breeding-pit/events.lua b/game/modules/tome/data/zones/orc-breeding-pit/events.lua index ef177620f7..0dbb90549d 100644 --- a/game/modules/tome/data/zones/orc-breeding-pit/events.lua +++ b/game/modules/tome/data/zones/orc-breeding-pit/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/orc-breeding-pit/grids.lua b/game/modules/tome/data/zones/orc-breeding-pit/grids.lua index 1a270efb82..d10eb8eb22 100644 --- a/game/modules/tome/data/zones/orc-breeding-pit/grids.lua +++ b/game/modules/tome/data/zones/orc-breeding-pit/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/orc-breeding-pit/npcs.lua b/game/modules/tome/data/zones/orc-breeding-pit/npcs.lua index ef9a9e7b16..395515d570 100644 --- a/game/modules/tome/data/zones/orc-breeding-pit/npcs.lua +++ b/game/modules/tome/data/zones/orc-breeding-pit/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/orc-breeding-pit/objects.lua b/game/modules/tome/data/zones/orc-breeding-pit/objects.lua index 01c9c426f7..c09f2bfcf1 100644 --- a/game/modules/tome/data/zones/orc-breeding-pit/objects.lua +++ b/game/modules/tome/data/zones/orc-breeding-pit/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/orc-breeding-pit/zone.lua b/game/modules/tome/data/zones/orc-breeding-pit/zone.lua index db87b685fd..469b2fd1dd 100644 --- a/game/modules/tome/data/zones/orc-breeding-pit/zone.lua +++ b/game/modules/tome/data/zones/orc-breeding-pit/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/paradox-plane/grids.lua b/game/modules/tome/data/zones/paradox-plane/grids.lua index 45dbb61f64..bda3b2f316 100644 --- a/game/modules/tome/data/zones/paradox-plane/grids.lua +++ b/game/modules/tome/data/zones/paradox-plane/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/paradox-plane/npcs.lua b/game/modules/tome/data/zones/paradox-plane/npcs.lua index 822b29a9ee..c6bcf71f56 100644 --- a/game/modules/tome/data/zones/paradox-plane/npcs.lua +++ b/game/modules/tome/data/zones/paradox-plane/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/paradox-plane/objects.lua b/game/modules/tome/data/zones/paradox-plane/objects.lua index e4b0b61338..93d770a4fe 100644 --- a/game/modules/tome/data/zones/paradox-plane/objects.lua +++ b/game/modules/tome/data/zones/paradox-plane/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/paradox-plane/traps.lua b/game/modules/tome/data/zones/paradox-plane/traps.lua index bdc0bde7c3..509316ea09 100644 --- a/game/modules/tome/data/zones/paradox-plane/traps.lua +++ b/game/modules/tome/data/zones/paradox-plane/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/paradox-plane/zone.lua b/game/modules/tome/data/zones/paradox-plane/zone.lua index 11f7329626..28d0b18152 100644 --- a/game/modules/tome/data/zones/paradox-plane/zone.lua +++ b/game/modules/tome/data/zones/paradox-plane/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rak-shor-pride/events.lua b/game/modules/tome/data/zones/rak-shor-pride/events.lua index ff3ff99c6a..d2f4e199c9 100644 --- a/game/modules/tome/data/zones/rak-shor-pride/events.lua +++ b/game/modules/tome/data/zones/rak-shor-pride/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rak-shor-pride/grids.lua b/game/modules/tome/data/zones/rak-shor-pride/grids.lua index 5dc0581378..b1496cbf36 100644 --- a/game/modules/tome/data/zones/rak-shor-pride/grids.lua +++ b/game/modules/tome/data/zones/rak-shor-pride/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rak-shor-pride/npcs.lua b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua index 22dbfbb34a..84625373d2 100644 --- a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua +++ b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rak-shor-pride/objects.lua b/game/modules/tome/data/zones/rak-shor-pride/objects.lua index d9d3d3d62a..2bf3233d97 100644 --- a/game/modules/tome/data/zones/rak-shor-pride/objects.lua +++ b/game/modules/tome/data/zones/rak-shor-pride/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rak-shor-pride/zone.lua b/game/modules/tome/data/zones/rak-shor-pride/zone.lua index 57c77b6da3..0df4f94ebd 100644 --- a/game/modules/tome/data/zones/rak-shor-pride/zone.lua +++ b/game/modules/tome/data/zones/rak-shor-pride/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor-escape/events.lua b/game/modules/tome/data/zones/reknor-escape/events.lua index 0a6b2df62f..63b97ab7ce 100644 --- a/game/modules/tome/data/zones/reknor-escape/events.lua +++ b/game/modules/tome/data/zones/reknor-escape/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor-escape/grids.lua b/game/modules/tome/data/zones/reknor-escape/grids.lua index f7b6e4356f..71185d9e48 100644 --- a/game/modules/tome/data/zones/reknor-escape/grids.lua +++ b/game/modules/tome/data/zones/reknor-escape/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor-escape/npcs.lua b/game/modules/tome/data/zones/reknor-escape/npcs.lua index 0cb425aca7..7fda73730b 100644 --- a/game/modules/tome/data/zones/reknor-escape/npcs.lua +++ b/game/modules/tome/data/zones/reknor-escape/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor-escape/objects.lua b/game/modules/tome/data/zones/reknor-escape/objects.lua index d6f3335a6e..922e38c5b7 100644 --- a/game/modules/tome/data/zones/reknor-escape/objects.lua +++ b/game/modules/tome/data/zones/reknor-escape/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor-escape/traps.lua b/game/modules/tome/data/zones/reknor-escape/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/reknor-escape/traps.lua +++ b/game/modules/tome/data/zones/reknor-escape/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor-escape/zone.lua b/game/modules/tome/data/zones/reknor-escape/zone.lua index 77d02469ca..6e5866ab69 100644 --- a/game/modules/tome/data/zones/reknor-escape/zone.lua +++ b/game/modules/tome/data/zones/reknor-escape/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor/events.lua b/game/modules/tome/data/zones/reknor/events.lua index f4104550ed..b9d2bfd120 100644 --- a/game/modules/tome/data/zones/reknor/events.lua +++ b/game/modules/tome/data/zones/reknor/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor/grids.lua b/game/modules/tome/data/zones/reknor/grids.lua index d2dc057544..42d9621138 100644 --- a/game/modules/tome/data/zones/reknor/grids.lua +++ b/game/modules/tome/data/zones/reknor/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor/npcs.lua b/game/modules/tome/data/zones/reknor/npcs.lua index cfdd3e1147..99cd14a053 100644 --- a/game/modules/tome/data/zones/reknor/npcs.lua +++ b/game/modules/tome/data/zones/reknor/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor/objects.lua b/game/modules/tome/data/zones/reknor/objects.lua index 605208b6b4..6fd71ae7d5 100644 --- a/game/modules/tome/data/zones/reknor/objects.lua +++ b/game/modules/tome/data/zones/reknor/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor/traps.lua b/game/modules/tome/data/zones/reknor/traps.lua index 9115ac3848..848fbf56b5 100644 --- a/game/modules/tome/data/zones/reknor/traps.lua +++ b/game/modules/tome/data/zones/reknor/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/reknor/zone.lua b/game/modules/tome/data/zones/reknor/zone.lua index f35c98bb0c..63dc08a731 100644 --- a/game/modules/tome/data/zones/reknor/zone.lua +++ b/game/modules/tome/data/zones/reknor/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rhaloren-camp/events.lua b/game/modules/tome/data/zones/rhaloren-camp/events.lua index 2a29f47cef..f10a1736ac 100644 --- a/game/modules/tome/data/zones/rhaloren-camp/events.lua +++ b/game/modules/tome/data/zones/rhaloren-camp/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rhaloren-camp/grids.lua b/game/modules/tome/data/zones/rhaloren-camp/grids.lua index 3fb79febf3..7f2d1c02f2 100644 --- a/game/modules/tome/data/zones/rhaloren-camp/grids.lua +++ b/game/modules/tome/data/zones/rhaloren-camp/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rhaloren-camp/npcs.lua b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua index 25e44f38e5..839238cd3c 100644 --- a/game/modules/tome/data/zones/rhaloren-camp/npcs.lua +++ b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rhaloren-camp/objects.lua b/game/modules/tome/data/zones/rhaloren-camp/objects.lua index f3c02bc1bf..5cb00249c2 100644 --- a/game/modules/tome/data/zones/rhaloren-camp/objects.lua +++ b/game/modules/tome/data/zones/rhaloren-camp/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rhaloren-camp/traps.lua b/game/modules/tome/data/zones/rhaloren-camp/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/rhaloren-camp/traps.lua +++ b/game/modules/tome/data/zones/rhaloren-camp/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/rhaloren-camp/zone.lua b/game/modules/tome/data/zones/rhaloren-camp/zone.lua index 9325af033d..941764a238 100644 --- a/game/modules/tome/data/zones/rhaloren-camp/zone.lua +++ b/game/modules/tome/data/zones/rhaloren-camp/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ring-of-blood/events.lua b/game/modules/tome/data/zones/ring-of-blood/events.lua index 0d300d100c..ba169aa8fb 100644 --- a/game/modules/tome/data/zones/ring-of-blood/events.lua +++ b/game/modules/tome/data/zones/ring-of-blood/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ring-of-blood/grids.lua b/game/modules/tome/data/zones/ring-of-blood/grids.lua index 635db9398e..6e51b3366d 100644 --- a/game/modules/tome/data/zones/ring-of-blood/grids.lua +++ b/game/modules/tome/data/zones/ring-of-blood/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ring-of-blood/npcs.lua b/game/modules/tome/data/zones/ring-of-blood/npcs.lua index 9d22815167..556708c478 100644 --- a/game/modules/tome/data/zones/ring-of-blood/npcs.lua +++ b/game/modules/tome/data/zones/ring-of-blood/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ring-of-blood/objects.lua b/game/modules/tome/data/zones/ring-of-blood/objects.lua index cc44937cbc..f4fe0f1ecb 100644 --- a/game/modules/tome/data/zones/ring-of-blood/objects.lua +++ b/game/modules/tome/data/zones/ring-of-blood/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ring-of-blood/traps.lua b/game/modules/tome/data/zones/ring-of-blood/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/ring-of-blood/traps.lua +++ b/game/modules/tome/data/zones/ring-of-blood/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ring-of-blood/zone.lua b/game/modules/tome/data/zones/ring-of-blood/zone.lua index 8a41061fe5..bd052870e1 100644 --- a/game/modules/tome/data/zones/ring-of-blood/zone.lua +++ b/game/modules/tome/data/zones/ring-of-blood/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ritch-tunnels/events.lua b/game/modules/tome/data/zones/ritch-tunnels/events.lua index 52b6a7a5d3..db09ff1f81 100644 --- a/game/modules/tome/data/zones/ritch-tunnels/events.lua +++ b/game/modules/tome/data/zones/ritch-tunnels/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ritch-tunnels/grids.lua b/game/modules/tome/data/zones/ritch-tunnels/grids.lua index 73c22660bc..6b69856f88 100644 --- a/game/modules/tome/data/zones/ritch-tunnels/grids.lua +++ b/game/modules/tome/data/zones/ritch-tunnels/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ritch-tunnels/npcs.lua b/game/modules/tome/data/zones/ritch-tunnels/npcs.lua index adf91fc3d4..bfb37e1ee4 100644 --- a/game/modules/tome/data/zones/ritch-tunnels/npcs.lua +++ b/game/modules/tome/data/zones/ritch-tunnels/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ritch-tunnels/objects.lua b/game/modules/tome/data/zones/ritch-tunnels/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/ritch-tunnels/objects.lua +++ b/game/modules/tome/data/zones/ritch-tunnels/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ritch-tunnels/traps.lua b/game/modules/tome/data/zones/ritch-tunnels/traps.lua index 0c6a829714..0c27e99ced 100644 --- a/game/modules/tome/data/zones/ritch-tunnels/traps.lua +++ b/game/modules/tome/data/zones/ritch-tunnels/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ritch-tunnels/zone.lua b/game/modules/tome/data/zones/ritch-tunnels/zone.lua index 094322cd07..2e4fc80c4d 100644 --- a/game/modules/tome/data/zones/ritch-tunnels/zone.lua +++ b/game/modules/tome/data/zones/ritch-tunnels/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruined-dungeon/events.lua b/game/modules/tome/data/zones/ruined-dungeon/events.lua index 18c2397ca6..c496693353 100644 --- a/game/modules/tome/data/zones/ruined-dungeon/events.lua +++ b/game/modules/tome/data/zones/ruined-dungeon/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruined-dungeon/grids.lua b/game/modules/tome/data/zones/ruined-dungeon/grids.lua index bdb6c3c73d..44b5c43904 100644 --- a/game/modules/tome/data/zones/ruined-dungeon/grids.lua +++ b/game/modules/tome/data/zones/ruined-dungeon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruined-dungeon/npcs.lua b/game/modules/tome/data/zones/ruined-dungeon/npcs.lua index bcc0c8b1ed..b36d022717 100644 --- a/game/modules/tome/data/zones/ruined-dungeon/npcs.lua +++ b/game/modules/tome/data/zones/ruined-dungeon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruined-dungeon/objects.lua b/game/modules/tome/data/zones/ruined-dungeon/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/ruined-dungeon/objects.lua +++ b/game/modules/tome/data/zones/ruined-dungeon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruined-dungeon/traps.lua b/game/modules/tome/data/zones/ruined-dungeon/traps.lua index 4bd266e06b..f071579755 100644 --- a/game/modules/tome/data/zones/ruined-dungeon/traps.lua +++ b/game/modules/tome/data/zones/ruined-dungeon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruined-dungeon/zone.lua b/game/modules/tome/data/zones/ruined-dungeon/zone.lua index 62be5e7e34..9d9eb7f8a9 100644 --- a/game/modules/tome/data/zones/ruined-dungeon/zone.lua +++ b/game/modules/tome/data/zones/ruined-dungeon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruins-kor-pul/events.lua b/game/modules/tome/data/zones/ruins-kor-pul/events.lua index 9cc616105f..bc4d2a59c7 100644 --- a/game/modules/tome/data/zones/ruins-kor-pul/events.lua +++ b/game/modules/tome/data/zones/ruins-kor-pul/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruins-kor-pul/grids.lua b/game/modules/tome/data/zones/ruins-kor-pul/grids.lua index 1764696b34..32ba2fa723 100644 --- a/game/modules/tome/data/zones/ruins-kor-pul/grids.lua +++ b/game/modules/tome/data/zones/ruins-kor-pul/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua b/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua index bc620e0c45..49de1a5c5e 100644 --- a/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua +++ b/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruins-kor-pul/objects.lua b/game/modules/tome/data/zones/ruins-kor-pul/objects.lua index ed94721cd4..5b297912ba 100644 --- a/game/modules/tome/data/zones/ruins-kor-pul/objects.lua +++ b/game/modules/tome/data/zones/ruins-kor-pul/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruins-kor-pul/traps.lua b/game/modules/tome/data/zones/ruins-kor-pul/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/ruins-kor-pul/traps.lua +++ b/game/modules/tome/data/zones/ruins-kor-pul/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/ruins-kor-pul/zone.lua b/game/modules/tome/data/zones/ruins-kor-pul/zone.lua index dccbc5d4ad..38a0692d6e 100644 --- a/game/modules/tome/data/zones/ruins-kor-pul/zone.lua +++ b/game/modules/tome/data/zones/ruins-kor-pul/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sandworm-lair/events.lua b/game/modules/tome/data/zones/sandworm-lair/events.lua index 822937485b..a29575b517 100644 --- a/game/modules/tome/data/zones/sandworm-lair/events.lua +++ b/game/modules/tome/data/zones/sandworm-lair/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sandworm-lair/grids.lua b/game/modules/tome/data/zones/sandworm-lair/grids.lua index 73c22660bc..6b69856f88 100644 --- a/game/modules/tome/data/zones/sandworm-lair/grids.lua +++ b/game/modules/tome/data/zones/sandworm-lair/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sandworm-lair/npcs.lua b/game/modules/tome/data/zones/sandworm-lair/npcs.lua index 40d1d04cd2..8ab3066d58 100644 --- a/game/modules/tome/data/zones/sandworm-lair/npcs.lua +++ b/game/modules/tome/data/zones/sandworm-lair/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sandworm-lair/objects.lua b/game/modules/tome/data/zones/sandworm-lair/objects.lua index ce87fe32cc..369a398f3a 100644 --- a/game/modules/tome/data/zones/sandworm-lair/objects.lua +++ b/game/modules/tome/data/zones/sandworm-lair/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sandworm-lair/traps.lua b/game/modules/tome/data/zones/sandworm-lair/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/sandworm-lair/traps.lua +++ b/game/modules/tome/data/zones/sandworm-lair/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sandworm-lair/zone.lua b/game/modules/tome/data/zones/sandworm-lair/zone.lua index 1c9898de2c..41da0ac24e 100644 --- a/game/modules/tome/data/zones/sandworm-lair/zone.lua +++ b/game/modules/tome/data/zones/sandworm-lair/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/scintillating-caves/events.lua b/game/modules/tome/data/zones/scintillating-caves/events.lua index a4e0248893..de4eb74c98 100644 --- a/game/modules/tome/data/zones/scintillating-caves/events.lua +++ b/game/modules/tome/data/zones/scintillating-caves/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/scintillating-caves/grids.lua b/game/modules/tome/data/zones/scintillating-caves/grids.lua index e12400fbcc..e0a3985769 100644 --- a/game/modules/tome/data/zones/scintillating-caves/grids.lua +++ b/game/modules/tome/data/zones/scintillating-caves/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/scintillating-caves/npcs.lua b/game/modules/tome/data/zones/scintillating-caves/npcs.lua index d373066207..1f4db665ec 100644 --- a/game/modules/tome/data/zones/scintillating-caves/npcs.lua +++ b/game/modules/tome/data/zones/scintillating-caves/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/scintillating-caves/objects.lua b/game/modules/tome/data/zones/scintillating-caves/objects.lua index 3945fbd24f..9a6f9f208d 100644 --- a/game/modules/tome/data/zones/scintillating-caves/objects.lua +++ b/game/modules/tome/data/zones/scintillating-caves/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/scintillating-caves/traps.lua b/game/modules/tome/data/zones/scintillating-caves/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/scintillating-caves/traps.lua +++ b/game/modules/tome/data/zones/scintillating-caves/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/scintillating-caves/zone.lua b/game/modules/tome/data/zones/scintillating-caves/zone.lua index 92e68a6a4a..fdf4b1d3d0 100644 --- a/game/modules/tome/data/zones/scintillating-caves/zone.lua +++ b/game/modules/tome/data/zones/scintillating-caves/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shadow-crypt/events.lua b/game/modules/tome/data/zones/shadow-crypt/events.lua index 5ba2ca759e..66544cb9d7 100644 --- a/game/modules/tome/data/zones/shadow-crypt/events.lua +++ b/game/modules/tome/data/zones/shadow-crypt/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shadow-crypt/grids.lua b/game/modules/tome/data/zones/shadow-crypt/grids.lua index efb73a89c8..049816b7eb 100644 --- a/game/modules/tome/data/zones/shadow-crypt/grids.lua +++ b/game/modules/tome/data/zones/shadow-crypt/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shadow-crypt/npcs.lua b/game/modules/tome/data/zones/shadow-crypt/npcs.lua index 3581d3b25a..2d71bad8d8 100644 --- a/game/modules/tome/data/zones/shadow-crypt/npcs.lua +++ b/game/modules/tome/data/zones/shadow-crypt/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shadow-crypt/objects.lua b/game/modules/tome/data/zones/shadow-crypt/objects.lua index 1e95167379..dcc8d8f694 100644 --- a/game/modules/tome/data/zones/shadow-crypt/objects.lua +++ b/game/modules/tome/data/zones/shadow-crypt/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shadow-crypt/traps.lua b/game/modules/tome/data/zones/shadow-crypt/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/shadow-crypt/traps.lua +++ b/game/modules/tome/data/zones/shadow-crypt/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shadow-crypt/zone.lua b/game/modules/tome/data/zones/shadow-crypt/zone.lua index 2c1df39ce9..052752c254 100644 --- a/game/modules/tome/data/zones/shadow-crypt/zone.lua +++ b/game/modules/tome/data/zones/shadow-crypt/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua b/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua index 7989ee563a..6b31857a78 100644 --- a/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua +++ b/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua b/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua index 7e05b176a9..e4581b6a42 100644 --- a/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua +++ b/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress-caldizar/objects.lua b/game/modules/tome/data/zones/shertul-fortress-caldizar/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/shertul-fortress-caldizar/objects.lua +++ b/game/modules/tome/data/zones/shertul-fortress-caldizar/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress-caldizar/zone.lua b/game/modules/tome/data/zones/shertul-fortress-caldizar/zone.lua index 7312f51fbc..fdaa51a5a5 100644 --- a/game/modules/tome/data/zones/shertul-fortress-caldizar/zone.lua +++ b/game/modules/tome/data/zones/shertul-fortress-caldizar/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress/grids.lua b/game/modules/tome/data/zones/shertul-fortress/grids.lua index 3dae1d9088..65ad9260ed 100644 --- a/game/modules/tome/data/zones/shertul-fortress/grids.lua +++ b/game/modules/tome/data/zones/shertul-fortress/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress/npcs.lua b/game/modules/tome/data/zones/shertul-fortress/npcs.lua index ef39c507b1..b942d18ec1 100644 --- a/game/modules/tome/data/zones/shertul-fortress/npcs.lua +++ b/game/modules/tome/data/zones/shertul-fortress/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress/objects.lua b/game/modules/tome/data/zones/shertul-fortress/objects.lua index 5715e6f6c2..0fe49c72ff 100644 --- a/game/modules/tome/data/zones/shertul-fortress/objects.lua +++ b/game/modules/tome/data/zones/shertul-fortress/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/shertul-fortress/zone.lua b/game/modules/tome/data/zones/shertul-fortress/zone.lua index 67e3851eab..f0b8869eea 100644 --- a/game/modules/tome/data/zones/shertul-fortress/zone.lua +++ b/game/modules/tome/data/zones/shertul-fortress/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slazish-fen/grids.lua b/game/modules/tome/data/zones/slazish-fen/grids.lua index b06c2946a5..f933b83eb3 100644 --- a/game/modules/tome/data/zones/slazish-fen/grids.lua +++ b/game/modules/tome/data/zones/slazish-fen/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slazish-fen/npcs.lua b/game/modules/tome/data/zones/slazish-fen/npcs.lua index de1196448c..8bcdbdd483 100644 --- a/game/modules/tome/data/zones/slazish-fen/npcs.lua +++ b/game/modules/tome/data/zones/slazish-fen/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slazish-fen/objects.lua b/game/modules/tome/data/zones/slazish-fen/objects.lua index af2848e1b0..080c693511 100644 --- a/game/modules/tome/data/zones/slazish-fen/objects.lua +++ b/game/modules/tome/data/zones/slazish-fen/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slazish-fen/traps.lua b/game/modules/tome/data/zones/slazish-fen/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/slazish-fen/traps.lua +++ b/game/modules/tome/data/zones/slazish-fen/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slazish-fen/zone.lua b/game/modules/tome/data/zones/slazish-fen/zone.lua index eda70111a4..a07d6856a0 100644 --- a/game/modules/tome/data/zones/slazish-fen/zone.lua +++ b/game/modules/tome/data/zones/slazish-fen/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slime-tunnels/grids.lua b/game/modules/tome/data/zones/slime-tunnels/grids.lua index fa55db04db..eafe06c1f4 100644 --- a/game/modules/tome/data/zones/slime-tunnels/grids.lua +++ b/game/modules/tome/data/zones/slime-tunnels/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slime-tunnels/npcs.lua b/game/modules/tome/data/zones/slime-tunnels/npcs.lua index 2931f23b54..692d2dc7be 100644 --- a/game/modules/tome/data/zones/slime-tunnels/npcs.lua +++ b/game/modules/tome/data/zones/slime-tunnels/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slime-tunnels/objects.lua b/game/modules/tome/data/zones/slime-tunnels/objects.lua index 1e95167379..dcc8d8f694 100644 --- a/game/modules/tome/data/zones/slime-tunnels/objects.lua +++ b/game/modules/tome/data/zones/slime-tunnels/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slime-tunnels/traps.lua b/game/modules/tome/data/zones/slime-tunnels/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/slime-tunnels/traps.lua +++ b/game/modules/tome/data/zones/slime-tunnels/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/slime-tunnels/zone.lua b/game/modules/tome/data/zones/slime-tunnels/zone.lua index eb2f77bf29..5839183448 100644 --- a/game/modules/tome/data/zones/slime-tunnels/zone.lua +++ b/game/modules/tome/data/zones/slime-tunnels/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sludgenest/grids.lua b/game/modules/tome/data/zones/sludgenest/grids.lua index 944b9dfa41..b5e1422643 100644 --- a/game/modules/tome/data/zones/sludgenest/grids.lua +++ b/game/modules/tome/data/zones/sludgenest/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sludgenest/npcs.lua b/game/modules/tome/data/zones/sludgenest/npcs.lua index 29f6492d2c..8602664ce2 100644 --- a/game/modules/tome/data/zones/sludgenest/npcs.lua +++ b/game/modules/tome/data/zones/sludgenest/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sludgenest/objects.lua b/game/modules/tome/data/zones/sludgenest/objects.lua index 1e95167379..dcc8d8f694 100644 --- a/game/modules/tome/data/zones/sludgenest/objects.lua +++ b/game/modules/tome/data/zones/sludgenest/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sludgenest/traps.lua b/game/modules/tome/data/zones/sludgenest/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/sludgenest/traps.lua +++ b/game/modules/tome/data/zones/sludgenest/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/sludgenest/zone.lua b/game/modules/tome/data/zones/sludgenest/zone.lua index f5e321e2a4..70aa162664 100644 --- a/game/modules/tome/data/zones/sludgenest/zone.lua +++ b/game/modules/tome/data/zones/sludgenest/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/south-beach/grids.lua b/game/modules/tome/data/zones/south-beach/grids.lua index 8e8af4f65a..94131ec0ab 100644 --- a/game/modules/tome/data/zones/south-beach/grids.lua +++ b/game/modules/tome/data/zones/south-beach/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/south-beach/npcs.lua b/game/modules/tome/data/zones/south-beach/npcs.lua index 2b4379db82..130566e03c 100644 --- a/game/modules/tome/data/zones/south-beach/npcs.lua +++ b/game/modules/tome/data/zones/south-beach/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/south-beach/objects.lua b/game/modules/tome/data/zones/south-beach/objects.lua index 7ca09cb7fa..7a6788c992 100644 --- a/game/modules/tome/data/zones/south-beach/objects.lua +++ b/game/modules/tome/data/zones/south-beach/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/south-beach/traps.lua b/game/modules/tome/data/zones/south-beach/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/south-beach/traps.lua +++ b/game/modules/tome/data/zones/south-beach/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/south-beach/zone.lua b/game/modules/tome/data/zones/south-beach/zone.lua index cdc82c6442..a228fd69f4 100644 --- a/game/modules/tome/data/zones/south-beach/zone.lua +++ b/game/modules/tome/data/zones/south-beach/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/stellar-system-shandral/grids.lua b/game/modules/tome/data/zones/stellar-system-shandral/grids.lua index 419a83ac3b..c774a4e97c 100644 --- a/game/modules/tome/data/zones/stellar-system-shandral/grids.lua +++ b/game/modules/tome/data/zones/stellar-system-shandral/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/stellar-system-shandral/npcs.lua b/game/modules/tome/data/zones/stellar-system-shandral/npcs.lua index e20c31893b..bb8d0a3701 100644 --- a/game/modules/tome/data/zones/stellar-system-shandral/npcs.lua +++ b/game/modules/tome/data/zones/stellar-system-shandral/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/stellar-system-shandral/objects.lua b/game/modules/tome/data/zones/stellar-system-shandral/objects.lua index e20c31893b..bb8d0a3701 100644 --- a/game/modules/tome/data/zones/stellar-system-shandral/objects.lua +++ b/game/modules/tome/data/zones/stellar-system-shandral/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/stellar-system-shandral/traps.lua b/game/modules/tome/data/zones/stellar-system-shandral/traps.lua index e20c31893b..bb8d0a3701 100644 --- a/game/modules/tome/data/zones/stellar-system-shandral/traps.lua +++ b/game/modules/tome/data/zones/stellar-system-shandral/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/stellar-system-shandral/zone.lua b/game/modules/tome/data/zones/stellar-system-shandral/zone.lua index daca37d38c..0d558d0765 100644 --- a/game/modules/tome/data/zones/stellar-system-shandral/zone.lua +++ b/game/modules/tome/data/zones/stellar-system-shandral/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tannen-tower/grids.lua b/game/modules/tome/data/zones/tannen-tower/grids.lua index c429de1a70..459c7f2843 100644 --- a/game/modules/tome/data/zones/tannen-tower/grids.lua +++ b/game/modules/tome/data/zones/tannen-tower/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tannen-tower/npcs.lua b/game/modules/tome/data/zones/tannen-tower/npcs.lua index e4a5b880e9..53196a6f9a 100644 --- a/game/modules/tome/data/zones/tannen-tower/npcs.lua +++ b/game/modules/tome/data/zones/tannen-tower/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tannen-tower/objects.lua b/game/modules/tome/data/zones/tannen-tower/objects.lua index e2ebe56d27..ce5180f752 100644 --- a/game/modules/tome/data/zones/tannen-tower/objects.lua +++ b/game/modules/tome/data/zones/tannen-tower/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tannen-tower/traps.lua b/game/modules/tome/data/zones/tannen-tower/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/tannen-tower/traps.lua +++ b/game/modules/tome/data/zones/tannen-tower/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tannen-tower/zone.lua b/game/modules/tome/data/zones/tannen-tower/zone.lua index 2eeca36368..2f4132675a 100644 --- a/game/modules/tome/data/zones/tannen-tower/zone.lua +++ b/game/modules/tome/data/zones/tannen-tower/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/telmur/grids.lua b/game/modules/tome/data/zones/telmur/grids.lua index 1764696b34..32ba2fa723 100644 --- a/game/modules/tome/data/zones/telmur/grids.lua +++ b/game/modules/tome/data/zones/telmur/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/telmur/npcs.lua b/game/modules/tome/data/zones/telmur/npcs.lua index e861a29a3a..dd6f78178d 100644 --- a/game/modules/tome/data/zones/telmur/npcs.lua +++ b/game/modules/tome/data/zones/telmur/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/telmur/objects.lua b/game/modules/tome/data/zones/telmur/objects.lua index cdaeb13c39..48f35b600c 100644 --- a/game/modules/tome/data/zones/telmur/objects.lua +++ b/game/modules/tome/data/zones/telmur/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/telmur/traps.lua b/game/modules/tome/data/zones/telmur/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/telmur/traps.lua +++ b/game/modules/tome/data/zones/telmur/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/telmur/zone.lua b/game/modules/tome/data/zones/telmur/zone.lua index 7646211f09..6d132ad2ae 100644 --- a/game/modules/tome/data/zones/telmur/zone.lua +++ b/game/modules/tome/data/zones/telmur/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tempest-peak/events.lua b/game/modules/tome/data/zones/tempest-peak/events.lua index e136b15384..e320e05341 100644 --- a/game/modules/tome/data/zones/tempest-peak/events.lua +++ b/game/modules/tome/data/zones/tempest-peak/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tempest-peak/grids.lua b/game/modules/tome/data/zones/tempest-peak/grids.lua index 80ce9acb88..7afffa835e 100644 --- a/game/modules/tome/data/zones/tempest-peak/grids.lua +++ b/game/modules/tome/data/zones/tempest-peak/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tempest-peak/npcs.lua b/game/modules/tome/data/zones/tempest-peak/npcs.lua index 1365dd1659..fc8722312e 100644 --- a/game/modules/tome/data/zones/tempest-peak/npcs.lua +++ b/game/modules/tome/data/zones/tempest-peak/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tempest-peak/objects.lua b/game/modules/tome/data/zones/tempest-peak/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/tempest-peak/objects.lua +++ b/game/modules/tome/data/zones/tempest-peak/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tempest-peak/traps.lua b/game/modules/tome/data/zones/tempest-peak/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/tempest-peak/traps.lua +++ b/game/modules/tome/data/zones/tempest-peak/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tempest-peak/zone.lua b/game/modules/tome/data/zones/tempest-peak/zone.lua index 5576fc4449..de320e2c3c 100644 --- a/game/modules/tome/data/zones/tempest-peak/zone.lua +++ b/game/modules/tome/data/zones/tempest-peak/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temple-of-creation/grids.lua b/game/modules/tome/data/zones/temple-of-creation/grids.lua index d0641146e6..c5d67c900b 100644 --- a/game/modules/tome/data/zones/temple-of-creation/grids.lua +++ b/game/modules/tome/data/zones/temple-of-creation/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temple-of-creation/npcs.lua b/game/modules/tome/data/zones/temple-of-creation/npcs.lua index 3692bcab4f..294b6b6b45 100644 --- a/game/modules/tome/data/zones/temple-of-creation/npcs.lua +++ b/game/modules/tome/data/zones/temple-of-creation/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temple-of-creation/objects.lua b/game/modules/tome/data/zones/temple-of-creation/objects.lua index 07d1f12fef..2871703a42 100644 --- a/game/modules/tome/data/zones/temple-of-creation/objects.lua +++ b/game/modules/tome/data/zones/temple-of-creation/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temple-of-creation/traps.lua b/game/modules/tome/data/zones/temple-of-creation/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/temple-of-creation/traps.lua +++ b/game/modules/tome/data/zones/temple-of-creation/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temple-of-creation/zone.lua b/game/modules/tome/data/zones/temple-of-creation/zone.lua index 4a00f52060..5bcd4f9813 100644 --- a/game/modules/tome/data/zones/temple-of-creation/zone.lua +++ b/game/modules/tome/data/zones/temple-of-creation/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temporal-rift/grids.lua b/game/modules/tome/data/zones/temporal-rift/grids.lua index de7f1f2449..20502f83a5 100644 --- a/game/modules/tome/data/zones/temporal-rift/grids.lua +++ b/game/modules/tome/data/zones/temporal-rift/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temporal-rift/npcs.lua b/game/modules/tome/data/zones/temporal-rift/npcs.lua index 97d4425488..20d853f4de 100644 --- a/game/modules/tome/data/zones/temporal-rift/npcs.lua +++ b/game/modules/tome/data/zones/temporal-rift/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temporal-rift/objects.lua b/game/modules/tome/data/zones/temporal-rift/objects.lua index 93f9e7b7cb..1aaa14667d 100644 --- a/game/modules/tome/data/zones/temporal-rift/objects.lua +++ b/game/modules/tome/data/zones/temporal-rift/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temporal-rift/traps.lua b/game/modules/tome/data/zones/temporal-rift/traps.lua index 02f32361a3..ffc0dced3f 100644 --- a/game/modules/tome/data/zones/temporal-rift/traps.lua +++ b/game/modules/tome/data/zones/temporal-rift/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/temporal-rift/zone.lua b/game/modules/tome/data/zones/temporal-rift/zone.lua index 47d4e0f569..31afa34a83 100644 --- a/game/modules/tome/data/zones/temporal-rift/zone.lua +++ b/game/modules/tome/data/zones/temporal-rift/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/test/grids.lua b/game/modules/tome/data/zones/test/grids.lua index 17ada6b736..2c70a68e84 100644 --- a/game/modules/tome/data/zones/test/grids.lua +++ b/game/modules/tome/data/zones/test/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/test/npcs.lua b/game/modules/tome/data/zones/test/npcs.lua index 31d77de964..7ed5c3bb0a 100644 --- a/game/modules/tome/data/zones/test/npcs.lua +++ b/game/modules/tome/data/zones/test/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/test/objects.lua b/game/modules/tome/data/zones/test/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/test/objects.lua +++ b/game/modules/tome/data/zones/test/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/test/traps.lua b/game/modules/tome/data/zones/test/traps.lua index 02f32361a3..ffc0dced3f 100644 --- a/game/modules/tome/data/zones/test/traps.lua +++ b/game/modules/tome/data/zones/test/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/test/zone.lua b/game/modules/tome/data/zones/test/zone.lua index 2a35fd0dc7..92f8be7fc3 100644 --- a/game/modules/tome/data/zones/test/zone.lua +++ b/game/modules/tome/data/zones/test/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/thieves-tunnels/events.lua b/game/modules/tome/data/zones/thieves-tunnels/events.lua index d93eed09c1..5bc9c5158b 100644 --- a/game/modules/tome/data/zones/thieves-tunnels/events.lua +++ b/game/modules/tome/data/zones/thieves-tunnels/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/thieves-tunnels/grids.lua b/game/modules/tome/data/zones/thieves-tunnels/grids.lua index 1764696b34..32ba2fa723 100644 --- a/game/modules/tome/data/zones/thieves-tunnels/grids.lua +++ b/game/modules/tome/data/zones/thieves-tunnels/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/thieves-tunnels/npcs.lua b/game/modules/tome/data/zones/thieves-tunnels/npcs.lua index c079271942..8e0d99b718 100644 --- a/game/modules/tome/data/zones/thieves-tunnels/npcs.lua +++ b/game/modules/tome/data/zones/thieves-tunnels/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/thieves-tunnels/objects.lua b/game/modules/tome/data/zones/thieves-tunnels/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/thieves-tunnels/objects.lua +++ b/game/modules/tome/data/zones/thieves-tunnels/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/thieves-tunnels/traps.lua b/game/modules/tome/data/zones/thieves-tunnels/traps.lua index bdc0bde7c3..509316ea09 100644 --- a/game/modules/tome/data/zones/thieves-tunnels/traps.lua +++ b/game/modules/tome/data/zones/thieves-tunnels/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/thieves-tunnels/zone.lua b/game/modules/tome/data/zones/thieves-tunnels/zone.lua index fd9f2d12a2..33fa73d050 100644 --- a/game/modules/tome/data/zones/thieves-tunnels/zone.lua +++ b/game/modules/tome/data/zones/thieves-tunnels/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-angolwen/grids.lua b/game/modules/tome/data/zones/town-angolwen/grids.lua index f2ec47b971..d9d953aa2d 100644 --- a/game/modules/tome/data/zones/town-angolwen/grids.lua +++ b/game/modules/tome/data/zones/town-angolwen/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-angolwen/npcs.lua b/game/modules/tome/data/zones/town-angolwen/npcs.lua index 06c414aaac..a7602d004e 100644 --- a/game/modules/tome/data/zones/town-angolwen/npcs.lua +++ b/game/modules/tome/data/zones/town-angolwen/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-angolwen/objects.lua b/game/modules/tome/data/zones/town-angolwen/objects.lua index f127021785..cd5ee9a414 100644 --- a/game/modules/tome/data/zones/town-angolwen/objects.lua +++ b/game/modules/tome/data/zones/town-angolwen/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-angolwen/traps.lua b/game/modules/tome/data/zones/town-angolwen/traps.lua index 86356908e6..1453f2e720 100644 --- a/game/modules/tome/data/zones/town-angolwen/traps.lua +++ b/game/modules/tome/data/zones/town-angolwen/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-angolwen/zone.lua b/game/modules/tome/data/zones/town-angolwen/zone.lua index 8fa6da5170..af7e84ff45 100644 --- a/game/modules/tome/data/zones/town-angolwen/zone.lua +++ b/game/modules/tome/data/zones/town-angolwen/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-derth/grids.lua b/game/modules/tome/data/zones/town-derth/grids.lua index f976593c07..cdc1e0868b 100644 --- a/game/modules/tome/data/zones/town-derth/grids.lua +++ b/game/modules/tome/data/zones/town-derth/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-derth/npcs.lua b/game/modules/tome/data/zones/town-derth/npcs.lua index d8e77812b7..96f290ac42 100644 --- a/game/modules/tome/data/zones/town-derth/npcs.lua +++ b/game/modules/tome/data/zones/town-derth/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-derth/objects.lua b/game/modules/tome/data/zones/town-derth/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/town-derth/objects.lua +++ b/game/modules/tome/data/zones/town-derth/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-derth/traps.lua b/game/modules/tome/data/zones/town-derth/traps.lua index 5c0ecd83aa..7a5a6a69d1 100644 --- a/game/modules/tome/data/zones/town-derth/traps.lua +++ b/game/modules/tome/data/zones/town-derth/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-derth/zone.lua b/game/modules/tome/data/zones/town-derth/zone.lua index 26a514f65e..85ba634898 100644 --- a/game/modules/tome/data/zones/town-derth/zone.lua +++ b/game/modules/tome/data/zones/town-derth/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-elvala/grids.lua b/game/modules/tome/data/zones/town-elvala/grids.lua index 1726f52678..e57ee0ee2a 100644 --- a/game/modules/tome/data/zones/town-elvala/grids.lua +++ b/game/modules/tome/data/zones/town-elvala/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-elvala/npcs.lua b/game/modules/tome/data/zones/town-elvala/npcs.lua index 1689a45b95..c7c61b5945 100644 --- a/game/modules/tome/data/zones/town-elvala/npcs.lua +++ b/game/modules/tome/data/zones/town-elvala/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-elvala/objects.lua b/game/modules/tome/data/zones/town-elvala/objects.lua index f3894435f5..e2e94b5c5d 100644 --- a/game/modules/tome/data/zones/town-elvala/objects.lua +++ b/game/modules/tome/data/zones/town-elvala/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-elvala/traps.lua b/game/modules/tome/data/zones/town-elvala/traps.lua index bcba3344f2..664c6e9470 100644 --- a/game/modules/tome/data/zones/town-elvala/traps.lua +++ b/game/modules/tome/data/zones/town-elvala/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-elvala/zone.lua b/game/modules/tome/data/zones/town-elvala/zone.lua index 8b42f678c0..d181c9653f 100644 --- a/game/modules/tome/data/zones/town-elvala/zone.lua +++ b/game/modules/tome/data/zones/town-elvala/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-gates-of-morning/grids.lua b/game/modules/tome/data/zones/town-gates-of-morning/grids.lua index 31ae5ff4b9..2351ef5640 100644 --- a/game/modules/tome/data/zones/town-gates-of-morning/grids.lua +++ b/game/modules/tome/data/zones/town-gates-of-morning/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-gates-of-morning/npcs.lua b/game/modules/tome/data/zones/town-gates-of-morning/npcs.lua index 570a3dc019..c858a42c88 100644 --- a/game/modules/tome/data/zones/town-gates-of-morning/npcs.lua +++ b/game/modules/tome/data/zones/town-gates-of-morning/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-gates-of-morning/objects.lua b/game/modules/tome/data/zones/town-gates-of-morning/objects.lua index ee3a50b5fe..9fe9032b7c 100644 --- a/game/modules/tome/data/zones/town-gates-of-morning/objects.lua +++ b/game/modules/tome/data/zones/town-gates-of-morning/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-gates-of-morning/traps.lua b/game/modules/tome/data/zones/town-gates-of-morning/traps.lua index a95e1c4fa9..fa68f13cd8 100644 --- a/game/modules/tome/data/zones/town-gates-of-morning/traps.lua +++ b/game/modules/tome/data/zones/town-gates-of-morning/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-gates-of-morning/zone.lua b/game/modules/tome/data/zones/town-gates-of-morning/zone.lua index 3f8fb17edf..bf75c7b80c 100644 --- a/game/modules/tome/data/zones/town-gates-of-morning/zone.lua +++ b/game/modules/tome/data/zones/town-gates-of-morning/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-irkkk/grids.lua b/game/modules/tome/data/zones/town-irkkk/grids.lua index a883fafc81..5220151daf 100644 --- a/game/modules/tome/data/zones/town-irkkk/grids.lua +++ b/game/modules/tome/data/zones/town-irkkk/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-irkkk/npcs.lua b/game/modules/tome/data/zones/town-irkkk/npcs.lua index c66ea8a67c..d6e3910fcb 100644 --- a/game/modules/tome/data/zones/town-irkkk/npcs.lua +++ b/game/modules/tome/data/zones/town-irkkk/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-irkkk/objects.lua b/game/modules/tome/data/zones/town-irkkk/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/town-irkkk/objects.lua +++ b/game/modules/tome/data/zones/town-irkkk/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-irkkk/traps.lua b/game/modules/tome/data/zones/town-irkkk/traps.lua index 997204969f..c31d02b56b 100644 --- a/game/modules/tome/data/zones/town-irkkk/traps.lua +++ b/game/modules/tome/data/zones/town-irkkk/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-irkkk/zone.lua b/game/modules/tome/data/zones/town-irkkk/zone.lua index 9bff144133..1f2d68a617 100644 --- a/game/modules/tome/data/zones/town-irkkk/zone.lua +++ b/game/modules/tome/data/zones/town-irkkk/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-iron-council/grids.lua b/game/modules/tome/data/zones/town-iron-council/grids.lua index f32281ae1f..a0b9aa8121 100644 --- a/game/modules/tome/data/zones/town-iron-council/grids.lua +++ b/game/modules/tome/data/zones/town-iron-council/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-iron-council/npcs.lua b/game/modules/tome/data/zones/town-iron-council/npcs.lua index fbfb736c23..5882c3ac07 100644 --- a/game/modules/tome/data/zones/town-iron-council/npcs.lua +++ b/game/modules/tome/data/zones/town-iron-council/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-iron-council/objects.lua b/game/modules/tome/data/zones/town-iron-council/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/town-iron-council/objects.lua +++ b/game/modules/tome/data/zones/town-iron-council/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-iron-council/traps.lua b/game/modules/tome/data/zones/town-iron-council/traps.lua index 3c97f2d44e..71896fff84 100644 --- a/game/modules/tome/data/zones/town-iron-council/traps.lua +++ b/game/modules/tome/data/zones/town-iron-council/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-iron-council/zone.lua b/game/modules/tome/data/zones/town-iron-council/zone.lua index 89cbcfe9da..fc532ed2e4 100644 --- a/game/modules/tome/data/zones/town-iron-council/zone.lua +++ b/game/modules/tome/data/zones/town-iron-council/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-last-hope/grids.lua b/game/modules/tome/data/zones/town-last-hope/grids.lua index cdc527ade1..32d788f971 100644 --- a/game/modules/tome/data/zones/town-last-hope/grids.lua +++ b/game/modules/tome/data/zones/town-last-hope/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-last-hope/npcs.lua b/game/modules/tome/data/zones/town-last-hope/npcs.lua index 35dd02988f..8d20ae5f7c 100644 --- a/game/modules/tome/data/zones/town-last-hope/npcs.lua +++ b/game/modules/tome/data/zones/town-last-hope/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-last-hope/objects.lua b/game/modules/tome/data/zones/town-last-hope/objects.lua index 5781cb2851..88e2b491d0 100644 --- a/game/modules/tome/data/zones/town-last-hope/objects.lua +++ b/game/modules/tome/data/zones/town-last-hope/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-last-hope/traps.lua b/game/modules/tome/data/zones/town-last-hope/traps.lua index 3e95e50573..8c3c4957a0 100644 --- a/game/modules/tome/data/zones/town-last-hope/traps.lua +++ b/game/modules/tome/data/zones/town-last-hope/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-last-hope/zone.lua b/game/modules/tome/data/zones/town-last-hope/zone.lua index 7f9ddfe6d7..2c28ec9703 100644 --- a/game/modules/tome/data/zones/town-last-hope/zone.lua +++ b/game/modules/tome/data/zones/town-last-hope/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-lumberjack-village/grids.lua b/game/modules/tome/data/zones/town-lumberjack-village/grids.lua index 1726f52678..e57ee0ee2a 100644 --- a/game/modules/tome/data/zones/town-lumberjack-village/grids.lua +++ b/game/modules/tome/data/zones/town-lumberjack-village/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-lumberjack-village/npcs.lua b/game/modules/tome/data/zones/town-lumberjack-village/npcs.lua index f759c47fdf..e26c280c6a 100644 --- a/game/modules/tome/data/zones/town-lumberjack-village/npcs.lua +++ b/game/modules/tome/data/zones/town-lumberjack-village/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-lumberjack-village/objects.lua b/game/modules/tome/data/zones/town-lumberjack-village/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/town-lumberjack-village/objects.lua +++ b/game/modules/tome/data/zones/town-lumberjack-village/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-lumberjack-village/zone.lua b/game/modules/tome/data/zones/town-lumberjack-village/zone.lua index 276c1915ca..f362bcb339 100644 --- a/game/modules/tome/data/zones/town-lumberjack-village/zone.lua +++ b/game/modules/tome/data/zones/town-lumberjack-village/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-point-zero/grids.lua b/game/modules/tome/data/zones/town-point-zero/grids.lua index fbe5d765ad..0cd988636a 100644 --- a/game/modules/tome/data/zones/town-point-zero/grids.lua +++ b/game/modules/tome/data/zones/town-point-zero/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-point-zero/npcs.lua b/game/modules/tome/data/zones/town-point-zero/npcs.lua index cd63c5cc30..38977792bb 100644 --- a/game/modules/tome/data/zones/town-point-zero/npcs.lua +++ b/game/modules/tome/data/zones/town-point-zero/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-point-zero/objects.lua b/game/modules/tome/data/zones/town-point-zero/objects.lua index 2eb51861a9..419b784e92 100644 --- a/game/modules/tome/data/zones/town-point-zero/objects.lua +++ b/game/modules/tome/data/zones/town-point-zero/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-point-zero/traps.lua b/game/modules/tome/data/zones/town-point-zero/traps.lua index 289a739e26..22d4903a1a 100644 --- a/game/modules/tome/data/zones/town-point-zero/traps.lua +++ b/game/modules/tome/data/zones/town-point-zero/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-point-zero/zone.lua b/game/modules/tome/data/zones/town-point-zero/zone.lua index e7942f3c5a..0ecc1db916 100644 --- a/game/modules/tome/data/zones/town-point-zero/zone.lua +++ b/game/modules/tome/data/zones/town-point-zero/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-shatur/grids.lua b/game/modules/tome/data/zones/town-shatur/grids.lua index f6772d7a20..e75fe56ecb 100644 --- a/game/modules/tome/data/zones/town-shatur/grids.lua +++ b/game/modules/tome/data/zones/town-shatur/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-shatur/npcs.lua b/game/modules/tome/data/zones/town-shatur/npcs.lua index 6eefaead21..0acd68e26c 100644 --- a/game/modules/tome/data/zones/town-shatur/npcs.lua +++ b/game/modules/tome/data/zones/town-shatur/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-shatur/objects.lua b/game/modules/tome/data/zones/town-shatur/objects.lua index df9c8f3446..d28a8e4eb0 100644 --- a/game/modules/tome/data/zones/town-shatur/objects.lua +++ b/game/modules/tome/data/zones/town-shatur/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-shatur/traps.lua b/game/modules/tome/data/zones/town-shatur/traps.lua index 82ad841fb9..90691b3321 100644 --- a/game/modules/tome/data/zones/town-shatur/traps.lua +++ b/game/modules/tome/data/zones/town-shatur/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-shatur/zone.lua b/game/modules/tome/data/zones/town-shatur/zone.lua index df2b02da8f..bd890f7cc5 100644 --- a/game/modules/tome/data/zones/town-shatur/zone.lua +++ b/game/modules/tome/data/zones/town-shatur/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-zigur/grids.lua b/game/modules/tome/data/zones/town-zigur/grids.lua index 7c4c86ef65..e6b5727c62 100644 --- a/game/modules/tome/data/zones/town-zigur/grids.lua +++ b/game/modules/tome/data/zones/town-zigur/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-zigur/npcs.lua b/game/modules/tome/data/zones/town-zigur/npcs.lua index 8465d4778d..ce8aff0a35 100644 --- a/game/modules/tome/data/zones/town-zigur/npcs.lua +++ b/game/modules/tome/data/zones/town-zigur/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-zigur/objects.lua b/game/modules/tome/data/zones/town-zigur/objects.lua index 66093bb675..a9a38306df 100644 --- a/game/modules/tome/data/zones/town-zigur/objects.lua +++ b/game/modules/tome/data/zones/town-zigur/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-zigur/traps.lua b/game/modules/tome/data/zones/town-zigur/traps.lua index bff0a2a220..2735a9c329 100644 --- a/game/modules/tome/data/zones/town-zigur/traps.lua +++ b/game/modules/tome/data/zones/town-zigur/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/town-zigur/zone.lua b/game/modules/tome/data/zones/town-zigur/zone.lua index 38091ba339..4849dade94 100644 --- a/game/modules/tome/data/zones/town-zigur/zone.lua +++ b/game/modules/tome/data/zones/town-zigur/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/trollmire/events.lua b/game/modules/tome/data/zones/trollmire/events.lua index e4ada46390..978f98dc06 100644 --- a/game/modules/tome/data/zones/trollmire/events.lua +++ b/game/modules/tome/data/zones/trollmire/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/trollmire/grids.lua b/game/modules/tome/data/zones/trollmire/grids.lua index f806afc3a8..53310e3108 100644 --- a/game/modules/tome/data/zones/trollmire/grids.lua +++ b/game/modules/tome/data/zones/trollmire/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/trollmire/npcs.lua b/game/modules/tome/data/zones/trollmire/npcs.lua index 4b468b2c1c..8bab077cb6 100644 --- a/game/modules/tome/data/zones/trollmire/npcs.lua +++ b/game/modules/tome/data/zones/trollmire/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/trollmire/objects.lua b/game/modules/tome/data/zones/trollmire/objects.lua index 06cf6c1710..bbaaed0ef0 100644 --- a/game/modules/tome/data/zones/trollmire/objects.lua +++ b/game/modules/tome/data/zones/trollmire/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/trollmire/traps.lua b/game/modules/tome/data/zones/trollmire/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/trollmire/traps.lua +++ b/game/modules/tome/data/zones/trollmire/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/trollmire/zone.lua b/game/modules/tome/data/zones/trollmire/zone.lua index d780a03153..a13a442ad0 100644 --- a/game/modules/tome/data/zones/trollmire/zone.lua +++ b/game/modules/tome/data/zones/trollmire/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua b/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua index bd309d1723..7ea4f40b3e 100644 --- a/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua +++ b/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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 @@ -494,4 +494,4 @@ newEntity{ --q:final_message() end end, -} \ No newline at end of file +} diff --git a/game/modules/tome/data/zones/tutorial-combat-stats/npcs.lua b/game/modules/tome/data/zones/tutorial-combat-stats/npcs.lua index 3c114b42ff..f48b3f69a9 100644 --- a/game/modules/tome/data/zones/tutorial-combat-stats/npcs.lua +++ b/game/modules/tome/data/zones/tutorial-combat-stats/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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 @@ -533,4 +533,4 @@ newEntity{ base = "BASE_NPC_ORC", combat_physcrit = 50, never_move = 1, combat = false, -} \ No newline at end of file +} diff --git a/game/modules/tome/data/zones/tutorial-combat-stats/objects.lua b/game/modules/tome/data/zones/tutorial-combat-stats/objects.lua index 57d8e61788..fd04a4e793 100644 --- a/game/modules/tome/data/zones/tutorial-combat-stats/objects.lua +++ b/game/modules/tome/data/zones/tutorial-combat-stats/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua b/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua index f2f93d8e64..c809b5c5da 100644 --- a/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua +++ b/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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 @@ -462,4 +462,4 @@ newEntity{ base = "TRAP_TUTORIAL6", define_as = "TUTORIAL_TIER11", newEntity{ base = "TRAP_TUTORIAL6", define_as = "TUTORIAL_TIER12", name = "Cross-Tier Effects", text = "tier12", -} \ No newline at end of file +} diff --git a/game/modules/tome/data/zones/tutorial-combat-stats/zone.lua b/game/modules/tome/data/zones/tutorial-combat-stats/zone.lua index bc663b009c..0dd205eb96 100644 --- a/game/modules/tome/data/zones/tutorial-combat-stats/zone.lua +++ b/game/modules/tome/data/zones/tutorial-combat-stats/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial/grids.lua b/game/modules/tome/data/zones/tutorial/grids.lua index 1726f52678..e57ee0ee2a 100644 --- a/game/modules/tome/data/zones/tutorial/grids.lua +++ b/game/modules/tome/data/zones/tutorial/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial/npcs.lua b/game/modules/tome/data/zones/tutorial/npcs.lua index a256e7308a..3026f085ec 100644 --- a/game/modules/tome/data/zones/tutorial/npcs.lua +++ b/game/modules/tome/data/zones/tutorial/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial/objects.lua b/game/modules/tome/data/zones/tutorial/objects.lua index 41163a5c5b..ca01a5f5b7 100644 --- a/game/modules/tome/data/zones/tutorial/objects.lua +++ b/game/modules/tome/data/zones/tutorial/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial/traps.lua b/game/modules/tome/data/zones/tutorial/traps.lua index 1e9f637913..15d8096a51 100644 --- a/game/modules/tome/data/zones/tutorial/traps.lua +++ b/game/modules/tome/data/zones/tutorial/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/tutorial/zone.lua b/game/modules/tome/data/zones/tutorial/zone.lua index 8c559f2611..c206063315 100644 --- a/game/modules/tome/data/zones/tutorial/zone.lua +++ b/game/modules/tome/data/zones/tutorial/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unhallowed-morass/grids.lua b/game/modules/tome/data/zones/unhallowed-morass/grids.lua index 6be6607e29..e91f0043c2 100644 --- a/game/modules/tome/data/zones/unhallowed-morass/grids.lua +++ b/game/modules/tome/data/zones/unhallowed-morass/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unhallowed-morass/npcs.lua b/game/modules/tome/data/zones/unhallowed-morass/npcs.lua index dc1f754344..159884f8b1 100644 --- a/game/modules/tome/data/zones/unhallowed-morass/npcs.lua +++ b/game/modules/tome/data/zones/unhallowed-morass/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unhallowed-morass/objects.lua b/game/modules/tome/data/zones/unhallowed-morass/objects.lua index 4bd50f7744..2e21235fe3 100644 --- a/game/modules/tome/data/zones/unhallowed-morass/objects.lua +++ b/game/modules/tome/data/zones/unhallowed-morass/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unhallowed-morass/traps.lua b/game/modules/tome/data/zones/unhallowed-morass/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/unhallowed-morass/traps.lua +++ b/game/modules/tome/data/zones/unhallowed-morass/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unhallowed-morass/zone.lua b/game/modules/tome/data/zones/unhallowed-morass/zone.lua index cbbf1d5910..8c1cebd36b 100644 --- a/game/modules/tome/data/zones/unhallowed-morass/zone.lua +++ b/game/modules/tome/data/zones/unhallowed-morass/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unremarkable-cave/events.lua b/game/modules/tome/data/zones/unremarkable-cave/events.lua index ebd66ff0e3..fece8d6d9e 100644 --- a/game/modules/tome/data/zones/unremarkable-cave/events.lua +++ b/game/modules/tome/data/zones/unremarkable-cave/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unremarkable-cave/grids.lua b/game/modules/tome/data/zones/unremarkable-cave/grids.lua index a97f0cbd2a..70efff07fa 100644 --- a/game/modules/tome/data/zones/unremarkable-cave/grids.lua +++ b/game/modules/tome/data/zones/unremarkable-cave/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unremarkable-cave/npcs.lua b/game/modules/tome/data/zones/unremarkable-cave/npcs.lua index 24d609aaa6..80778e264f 100644 --- a/game/modules/tome/data/zones/unremarkable-cave/npcs.lua +++ b/game/modules/tome/data/zones/unremarkable-cave/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unremarkable-cave/objects.lua b/game/modules/tome/data/zones/unremarkable-cave/objects.lua index 1e95167379..dcc8d8f694 100644 --- a/game/modules/tome/data/zones/unremarkable-cave/objects.lua +++ b/game/modules/tome/data/zones/unremarkable-cave/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unremarkable-cave/traps.lua b/game/modules/tome/data/zones/unremarkable-cave/traps.lua index 18480d56b9..2be21dc888 100644 --- a/game/modules/tome/data/zones/unremarkable-cave/traps.lua +++ b/game/modules/tome/data/zones/unremarkable-cave/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/unremarkable-cave/zone.lua b/game/modules/tome/data/zones/unremarkable-cave/zone.lua index 770a9ca511..5130da3010 100644 --- a/game/modules/tome/data/zones/unremarkable-cave/zone.lua +++ b/game/modules/tome/data/zones/unremarkable-cave/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon-caverns/events.lua b/game/modules/tome/data/zones/valley-moon-caverns/events.lua index 413d0e49d8..9acec1f703 100644 --- a/game/modules/tome/data/zones/valley-moon-caverns/events.lua +++ b/game/modules/tome/data/zones/valley-moon-caverns/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon-caverns/grids.lua b/game/modules/tome/data/zones/valley-moon-caverns/grids.lua index 23bbdcc333..9a71576a62 100644 --- a/game/modules/tome/data/zones/valley-moon-caverns/grids.lua +++ b/game/modules/tome/data/zones/valley-moon-caverns/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon-caverns/npcs.lua b/game/modules/tome/data/zones/valley-moon-caverns/npcs.lua index 2271667170..de498287cd 100644 --- a/game/modules/tome/data/zones/valley-moon-caverns/npcs.lua +++ b/game/modules/tome/data/zones/valley-moon-caverns/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon-caverns/objects.lua b/game/modules/tome/data/zones/valley-moon-caverns/objects.lua index a0d9119b8f..85d3a0bb1a 100644 --- a/game/modules/tome/data/zones/valley-moon-caverns/objects.lua +++ b/game/modules/tome/data/zones/valley-moon-caverns/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon-caverns/traps.lua b/game/modules/tome/data/zones/valley-moon-caverns/traps.lua index 6bc3e89d31..11980c29f3 100644 --- a/game/modules/tome/data/zones/valley-moon-caverns/traps.lua +++ b/game/modules/tome/data/zones/valley-moon-caverns/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon-caverns/zone.lua b/game/modules/tome/data/zones/valley-moon-caverns/zone.lua index c9ec13d69c..18be33ab68 100644 --- a/game/modules/tome/data/zones/valley-moon-caverns/zone.lua +++ b/game/modules/tome/data/zones/valley-moon-caverns/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon/events.lua b/game/modules/tome/data/zones/valley-moon/events.lua index 7b96f51079..737ea50081 100644 --- a/game/modules/tome/data/zones/valley-moon/events.lua +++ b/game/modules/tome/data/zones/valley-moon/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon/grids.lua b/game/modules/tome/data/zones/valley-moon/grids.lua index 14efddff37..3a9c618eb3 100644 --- a/game/modules/tome/data/zones/valley-moon/grids.lua +++ b/game/modules/tome/data/zones/valley-moon/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon/npcs.lua b/game/modules/tome/data/zones/valley-moon/npcs.lua index 274a088230..97c6daa366 100644 --- a/game/modules/tome/data/zones/valley-moon/npcs.lua +++ b/game/modules/tome/data/zones/valley-moon/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon/objects.lua b/game/modules/tome/data/zones/valley-moon/objects.lua index 1e95167379..dcc8d8f694 100644 --- a/game/modules/tome/data/zones/valley-moon/objects.lua +++ b/game/modules/tome/data/zones/valley-moon/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon/traps.lua b/game/modules/tome/data/zones/valley-moon/traps.lua index be5251add7..ae7fb15b35 100644 --- a/game/modules/tome/data/zones/valley-moon/traps.lua +++ b/game/modules/tome/data/zones/valley-moon/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/valley-moon/zone.lua b/game/modules/tome/data/zones/valley-moon/zone.lua index 9fc987e0c7..b094a05ec4 100644 --- a/game/modules/tome/data/zones/valley-moon/zone.lua +++ b/game/modules/tome/data/zones/valley-moon/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/void/grids.lua b/game/modules/tome/data/zones/void/grids.lua index de7f1f2449..20502f83a5 100644 --- a/game/modules/tome/data/zones/void/grids.lua +++ b/game/modules/tome/data/zones/void/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/void/npcs.lua b/game/modules/tome/data/zones/void/npcs.lua index e55c9c193b..995e086c77 100644 --- a/game/modules/tome/data/zones/void/npcs.lua +++ b/game/modules/tome/data/zones/void/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/void/objects.lua b/game/modules/tome/data/zones/void/objects.lua index 41163a5c5b..ca01a5f5b7 100644 --- a/game/modules/tome/data/zones/void/objects.lua +++ b/game/modules/tome/data/zones/void/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/void/traps.lua b/game/modules/tome/data/zones/void/traps.lua index 02f32361a3..ffc0dced3f 100644 --- a/game/modules/tome/data/zones/void/traps.lua +++ b/game/modules/tome/data/zones/void/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/void/zone.lua b/game/modules/tome/data/zones/void/zone.lua index 499cd89d7e..d0814f979b 100644 --- a/game/modules/tome/data/zones/void/zone.lua +++ b/game/modules/tome/data/zones/void/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-armoury/grids.lua b/game/modules/tome/data/zones/vor-armoury/grids.lua index 786b8be49c..c75ddd17f3 100644 --- a/game/modules/tome/data/zones/vor-armoury/grids.lua +++ b/game/modules/tome/data/zones/vor-armoury/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-armoury/npcs.lua b/game/modules/tome/data/zones/vor-armoury/npcs.lua index 23421f2f69..675c250e93 100644 --- a/game/modules/tome/data/zones/vor-armoury/npcs.lua +++ b/game/modules/tome/data/zones/vor-armoury/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-armoury/objects.lua b/game/modules/tome/data/zones/vor-armoury/objects.lua index 67a509fab7..03b204402d 100644 --- a/game/modules/tome/data/zones/vor-armoury/objects.lua +++ b/game/modules/tome/data/zones/vor-armoury/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-armoury/traps.lua b/game/modules/tome/data/zones/vor-armoury/traps.lua index 93f4c73f6b..7da1f39ccb 100644 --- a/game/modules/tome/data/zones/vor-armoury/traps.lua +++ b/game/modules/tome/data/zones/vor-armoury/traps.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-armoury/zone.lua b/game/modules/tome/data/zones/vor-armoury/zone.lua index 0932d8f05a..20ec7c2029 100644 --- a/game/modules/tome/data/zones/vor-armoury/zone.lua +++ b/game/modules/tome/data/zones/vor-armoury/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-pride/events.lua b/game/modules/tome/data/zones/vor-pride/events.lua index a8fa841a14..72d4c1358c 100644 --- a/game/modules/tome/data/zones/vor-pride/events.lua +++ b/game/modules/tome/data/zones/vor-pride/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-pride/grids.lua b/game/modules/tome/data/zones/vor-pride/grids.lua index 1726f52678..e57ee0ee2a 100644 --- a/game/modules/tome/data/zones/vor-pride/grids.lua +++ b/game/modules/tome/data/zones/vor-pride/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-pride/npcs.lua b/game/modules/tome/data/zones/vor-pride/npcs.lua index 3b0840b49b..3b10291d25 100644 --- a/game/modules/tome/data/zones/vor-pride/npcs.lua +++ b/game/modules/tome/data/zones/vor-pride/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-pride/objects.lua b/game/modules/tome/data/zones/vor-pride/objects.lua index 221a34d586..3017e08734 100644 --- a/game/modules/tome/data/zones/vor-pride/objects.lua +++ b/game/modules/tome/data/zones/vor-pride/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/vor-pride/zone.lua b/game/modules/tome/data/zones/vor-pride/zone.lua index b5971cc135..611129dc6b 100644 --- a/game/modules/tome/data/zones/vor-pride/zone.lua +++ b/game/modules/tome/data/zones/vor-pride/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/wilderness/events.lua b/game/modules/tome/data/zones/wilderness/events.lua index efad9e8294..ceb395b0d1 100644 --- a/game/modules/tome/data/zones/wilderness/events.lua +++ b/game/modules/tome/data/zones/wilderness/events.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/wilderness/grids.lua b/game/modules/tome/data/zones/wilderness/grids.lua index 7b149dd87e..c85baa348f 100644 --- a/game/modules/tome/data/zones/wilderness/grids.lua +++ b/game/modules/tome/data/zones/wilderness/grids.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/wilderness/npcs.lua b/game/modules/tome/data/zones/wilderness/npcs.lua index a24acffb96..127fc82ac0 100644 --- a/game/modules/tome/data/zones/wilderness/npcs.lua +++ b/game/modules/tome/data/zones/wilderness/npcs.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/wilderness/objects.lua b/game/modules/tome/data/zones/wilderness/objects.lua index 41163a5c5b..ca01a5f5b7 100644 --- a/game/modules/tome/data/zones/wilderness/objects.lua +++ b/game/modules/tome/data/zones/wilderness/objects.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/data/zones/wilderness/zone.lua b/game/modules/tome/data/zones/wilderness/zone.lua index aa030e242e..fc4be6867e 100644 --- a/game/modules/tome/data/zones/wilderness/zone.lua +++ b/game/modules/tome/data/zones/wilderness/zone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ArenaFinish.lua b/game/modules/tome/dialogs/ArenaFinish.lua index 42da2c38bb..a4d00b7555 100644 --- a/game/modules/tome/dialogs/ArenaFinish.lua +++ b/game/modules/tome/dialogs/ArenaFinish.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/Birther.lua b/game/modules/tome/dialogs/Birther.lua index cf1812adb8..dbe2cff806 100644 --- a/game/modules/tome/dialogs/Birther.lua +++ b/game/modules/tome/dialogs/Birther.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/CharacterSheet.lua b/game/modules/tome/dialogs/CharacterSheet.lua index bbd7ac1c53..18e2afda15 100644 --- a/game/modules/tome/dialogs/CharacterSheet.lua +++ b/game/modules/tome/dialogs/CharacterSheet.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/CursedAuraSelect.lua b/game/modules/tome/dialogs/CursedAuraSelect.lua index 0ec47d24e5..dcd5ed7dea 100644 --- a/game/modules/tome/dialogs/CursedAuraSelect.lua +++ b/game/modules/tome/dialogs/CursedAuraSelect.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/DeathDialog.lua b/game/modules/tome/dialogs/DeathDialog.lua index d61bb3941d..b77ba92d49 100644 --- a/game/modules/tome/dialogs/DeathDialog.lua +++ b/game/modules/tome/dialogs/DeathDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/Donation.lua b/game/modules/tome/dialogs/Donation.lua index 3f835f7fe9..f5256b01b6 100644 --- a/game/modules/tome/dialogs/Donation.lua +++ b/game/modules/tome/dialogs/Donation.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/DownloadCharball.lua b/game/modules/tome/dialogs/DownloadCharball.lua index d83dbaa858..fc6a71b94a 100644 --- a/game/modules/tome/dialogs/DownloadCharball.lua +++ b/game/modules/tome/dialogs/DownloadCharball.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/GameOptions.lua b/game/modules/tome/dialogs/GameOptions.lua index 68cddfaf30..624d48c53b 100644 --- a/game/modules/tome/dialogs/GameOptions.lua +++ b/game/modules/tome/dialogs/GameOptions.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/GraphicMode.lua b/game/modules/tome/dialogs/GraphicMode.lua index 4e28f71cee..0504cb8e3d 100644 --- a/game/modules/tome/dialogs/GraphicMode.lua +++ b/game/modules/tome/dialogs/GraphicMode.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/LevelupDialog.lua b/game/modules/tome/dialogs/LevelupDialog.lua index 17b3f616a0..ef54ce60ad 100644 --- a/game/modules/tome/dialogs/LevelupDialog.lua +++ b/game/modules/tome/dialogs/LevelupDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/LorePopup.lua b/game/modules/tome/dialogs/LorePopup.lua index d0179d944d..43a9fd7efd 100644 --- a/game/modules/tome/dialogs/LorePopup.lua +++ b/game/modules/tome/dialogs/LorePopup.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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 @@ -104,4 +104,4 @@ function _M:init(l, w, force_height) game:playSound("actions/read") game.tooltip.inhibited = true -end \ No newline at end of file +end diff --git a/game/modules/tome/dialogs/MapMenu.lua b/game/modules/tome/dialogs/MapMenu.lua index 3aa86c9261..6dc9d42cd6 100644 --- a/game/modules/tome/dialogs/MapMenu.lua +++ b/game/modules/tome/dialogs/MapMenu.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/PartyOrder.lua b/game/modules/tome/dialogs/PartyOrder.lua index 9f8fc2c12f..fd0ee55ee1 100644 --- a/game/modules/tome/dialogs/PartyOrder.lua +++ b/game/modules/tome/dialogs/PartyOrder.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/PartyRewardSelector.lua b/game/modules/tome/dialogs/PartyRewardSelector.lua index 1c84a6564f..ea21c86cda 100644 --- a/game/modules/tome/dialogs/PartyRewardSelector.lua +++ b/game/modules/tome/dialogs/PartyRewardSelector.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/PartySelect.lua b/game/modules/tome/dialogs/PartySelect.lua index df76b083fc..a9a81abec4 100644 --- a/game/modules/tome/dialogs/PartySelect.lua +++ b/game/modules/tome/dialogs/PartySelect.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/PartySendItem.lua b/game/modules/tome/dialogs/PartySendItem.lua index 82dfbd72b3..5bc08fe2bb 100644 --- a/game/modules/tome/dialogs/PartySendItem.lua +++ b/game/modules/tome/dialogs/PartySendItem.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/SentientWeapon.lua b/game/modules/tome/dialogs/SentientWeapon.lua index e0be32a186..f221283bcd 100644 --- a/game/modules/tome/dialogs/SentientWeapon.lua +++ b/game/modules/tome/dialogs/SentientWeapon.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowAchievements.lua b/game/modules/tome/dialogs/ShowAchievements.lua index c8f128d256..47e9f8f517 100644 --- a/game/modules/tome/dialogs/ShowAchievements.lua +++ b/game/modules/tome/dialogs/ShowAchievements.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowChatLog.lua b/game/modules/tome/dialogs/ShowChatLog.lua index e2739242be..cbb4ff79bf 100644 --- a/game/modules/tome/dialogs/ShowChatLog.lua +++ b/game/modules/tome/dialogs/ShowChatLog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowEquipInven.lua b/game/modules/tome/dialogs/ShowEquipInven.lua index bcdc922ffc..b913a1819f 100644 --- a/game/modules/tome/dialogs/ShowEquipInven.lua +++ b/game/modules/tome/dialogs/ShowEquipInven.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowEquipment.lua b/game/modules/tome/dialogs/ShowEquipment.lua index 28047196b4..ec8b8d397c 100644 --- a/game/modules/tome/dialogs/ShowEquipment.lua +++ b/game/modules/tome/dialogs/ShowEquipment.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowIngredients.lua b/game/modules/tome/dialogs/ShowIngredients.lua index 10e64ce198..88584c6484 100644 --- a/game/modules/tome/dialogs/ShowIngredients.lua +++ b/game/modules/tome/dialogs/ShowIngredients.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowInventory.lua b/game/modules/tome/dialogs/ShowInventory.lua index 21b89d41c4..83ed5c301e 100644 --- a/game/modules/tome/dialogs/ShowInventory.lua +++ b/game/modules/tome/dialogs/ShowInventory.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowLore.lua b/game/modules/tome/dialogs/ShowLore.lua index 32204e4e84..be0df5e30a 100644 --- a/game/modules/tome/dialogs/ShowLore.lua +++ b/game/modules/tome/dialogs/ShowLore.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowMap.lua b/game/modules/tome/dialogs/ShowMap.lua index d7f4669d50..c3b5b711cc 100644 --- a/game/modules/tome/dialogs/ShowMap.lua +++ b/game/modules/tome/dialogs/ShowMap.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowPickupFloor.lua b/game/modules/tome/dialogs/ShowPickupFloor.lua index e88800a7db..1f83752c64 100644 --- a/game/modules/tome/dialogs/ShowPickupFloor.lua +++ b/game/modules/tome/dialogs/ShowPickupFloor.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/ShowStore.lua b/game/modules/tome/dialogs/ShowStore.lua index 3ec2e9a756..4af0d3e61d 100644 --- a/game/modules/tome/dialogs/ShowStore.lua +++ b/game/modules/tome/dialogs/ShowStore.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/UberTalent.lua b/game/modules/tome/dialogs/UberTalent.lua index 85b56ad63c..67c0402c93 100644 --- a/game/modules/tome/dialogs/UberTalent.lua +++ b/game/modules/tome/dialogs/UberTalent.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/UnlockDialog.lua b/game/modules/tome/dialogs/UnlockDialog.lua index 393aaf8fdd..c865ae7d06 100644 --- a/game/modules/tome/dialogs/UnlockDialog.lua +++ b/game/modules/tome/dialogs/UnlockDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/UseItemDialog.lua b/game/modules/tome/dialogs/UseItemDialog.lua index dbcbbd5890..e97da2641b 100644 --- a/game/modules/tome/dialogs/UseItemDialog.lua +++ b/game/modules/tome/dialogs/UseItemDialog.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/UseTalents.lua b/game/modules/tome/dialogs/UseTalents.lua index 559b30bf46..9e8deed486 100644 --- a/game/modules/tome/dialogs/UseTalents.lua +++ b/game/modules/tome/dialogs/UseTalents.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/AlterFaction.lua b/game/modules/tome/dialogs/debug/AlterFaction.lua index 2a2dccffbe..78fe6a6f0a 100644 --- a/game/modules/tome/dialogs/debug/AlterFaction.lua +++ b/game/modules/tome/dialogs/debug/AlterFaction.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/ChangeZone.lua b/game/modules/tome/dialogs/debug/ChangeZone.lua index f705befc5e..a14da30bfa 100644 --- a/game/modules/tome/dialogs/debug/ChangeZone.lua +++ b/game/modules/tome/dialogs/debug/ChangeZone.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/CreateItem.lua b/game/modules/tome/dialogs/debug/CreateItem.lua index 6c1ff9d37d..10fbe30de9 100644 --- a/game/modules/tome/dialogs/debug/CreateItem.lua +++ b/game/modules/tome/dialogs/debug/CreateItem.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/CreateTrap.lua b/game/modules/tome/dialogs/debug/CreateTrap.lua index a19a1df9cb..d6113daeac 100644 --- a/game/modules/tome/dialogs/debug/CreateTrap.lua +++ b/game/modules/tome/dialogs/debug/CreateTrap.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/DebugMain.lua b/game/modules/tome/dialogs/debug/DebugMain.lua index beb81234b3..56dd41847e 100644 --- a/game/modules/tome/dialogs/debug/DebugMain.lua +++ b/game/modules/tome/dialogs/debug/DebugMain.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/GrantQuest.lua b/game/modules/tome/dialogs/debug/GrantQuest.lua index 73487b431e..f2ea1f1eb2 100644 --- a/game/modules/tome/dialogs/debug/GrantQuest.lua +++ b/game/modules/tome/dialogs/debug/GrantQuest.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/debug/SummonCreature.lua b/game/modules/tome/dialogs/debug/SummonCreature.lua index 082bbacc0a..97e31e7b09 100644 --- a/game/modules/tome/dialogs/debug/SummonCreature.lua +++ b/game/modules/tome/dialogs/debug/SummonCreature.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/elements/TalentGrid.lua b/game/modules/tome/dialogs/elements/TalentGrid.lua index 1133e7ddea..3270cd8736 100644 --- a/game/modules/tome/dialogs/elements/TalentGrid.lua +++ b/game/modules/tome/dialogs/elements/TalentGrid.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/elements/TalentTrees.lua b/game/modules/tome/dialogs/elements/TalentTrees.lua index 726a0c6cec..467de25747 100644 --- a/game/modules/tome/dialogs/elements/TalentTrees.lua +++ b/game/modules/tome/dialogs/elements/TalentTrees.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/orders/Behavior.lua b/game/modules/tome/dialogs/orders/Behavior.lua index 0cc0a06aea..028038b034 100644 --- a/game/modules/tome/dialogs/orders/Behavior.lua +++ b/game/modules/tome/dialogs/orders/Behavior.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/dialogs/orders/Talents.lua b/game/modules/tome/dialogs/orders/Talents.lua index aff63c1a23..b6e597471e 100644 --- a/game/modules/tome/dialogs/orders/Talents.lua +++ b/game/modules/tome/dialogs/orders/Talents.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/init.lua b/game/modules/tome/init.lua index 8bd9248caa..bba90cc8dc 100644 --- a/game/modules/tome/init.lua +++ b/game/modules/tome/init.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/load.lua b/game/modules/tome/load.lua index 8cb5712441..82fd68c6dc 100644 --- a/game/modules/tome/load.lua +++ b/game/modules/tome/load.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/modules/tome/resolvers.lua b/game/modules/tome/resolvers.lua index d519a432af..26e94c1d14 100644 --- a/game/modules/tome/resolvers.lua +++ b/game/modules/tome/resolvers.lua @@ -1,5 +1,5 @@ -- ToME - Tales of Maj'Eyal --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/profile-thread/Client.lua b/game/profile-thread/Client.lua index 6f9ccbd34b..007afe6e9e 100644 --- a/game/profile-thread/Client.lua +++ b/game/profile-thread/Client.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/profile-thread/UserChat.lua b/game/profile-thread/UserChat.lua index 37d928b808..8d43790947 100644 --- a/game/profile-thread/UserChat.lua +++ b/game/profile-thread/UserChat.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/game/profile-thread/init.lua b/game/profile-thread/init.lua index 0227ee2a7a..785fdbbe9e 100644 --- a/game/profile-thread/init.lua +++ b/game/profile-thread/init.lua @@ -1,5 +1,5 @@ -- TE4 - T-Engine 4 --- Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini +-- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- 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/core_lua.c b/src/core_lua.c index ed77bdaf04..57cf4951d9 100644 --- a/src/core_lua.c +++ b/src/core_lua.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/core_lua.h b/src/core_lua.h index 5d92d8d231..dadf4d2cc3 100644 --- a/src/core_lua.h +++ b/src/core_lua.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/display.h b/src/display.h index 4ce3a0a071..1e0703993d 100644 --- a/src/display.h +++ b/src/display.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/display_sdl.c b/src/display_sdl.c index 65dc0a67ee..70148f1a4e 100644 --- a/src/display_sdl.c +++ b/src/display_sdl.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/display_sdl.h b/src/display_sdl.h index 28914faf76..aa21b16821 100644 --- a/src/display_sdl.h +++ b/src/display_sdl.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/dmnd_square.c b/src/dmnd_square.c index 72f88fa485..5a513160d1 100644 --- a/src/dmnd_square.c +++ b/src/dmnd_square.c @@ -8,7 +8,7 @@ Lua glue code itself is: TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/fov.c b/src/fov.c index 9ea0949c3e..46831132f2 100644 --- a/src/fov.c +++ b/src/fov.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/fov.h b/src/fov.h index 7f28f23c17..e1ea09380d 100644 --- a/src/fov.h +++ b/src/fov.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/fov/fov.c b/src/fov/fov.c index 833ef528b9..840a690d91 100644 --- a/src/fov/fov.c +++ b/src/fov/fov.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/fov/fov.h b/src/fov/fov.h index d0867d3109..04e5c3507c 100644 --- a/src/fov/fov.h +++ b/src/fov/fov.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/getself.c b/src/getself.c index 5a22d60cb0..9babc433eb 100644 --- a/src/getself.c +++ b/src/getself.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/getself.h b/src/getself.h index 41052d49cf..0388c3019a 100644 --- a/src/getself.h +++ b/src/getself.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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.c b/src/main.c index 2c3ca1de28..79fb447d1f 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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.h b/src/main.h index 0c71ec9de1..9b0f17bc4a 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/map.c b/src/map.c index e571b91c24..05935c25a0 100644 --- a/src/map.c +++ b/src/map.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/map.h b/src/map.h index 07f7137fe4..a00465ff7f 100644 --- a/src/map.h +++ b/src/map.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/music.c b/src/music.c index 49b9fae9ff..e8b137fc17 100644 --- a/src/music.c +++ b/src/music.c @@ -5,7 +5,7 @@ Modified for: TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/music.h b/src/music.h index 8efd70d35e..2f2b5d9bda 100644 --- a/src/music.h +++ b/src/music.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/noise.c b/src/noise.c index 21a2e4c1ba..86bc437c41 100644 --- a/src/noise.c +++ b/src/noise.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/particles.c b/src/particles.c index 6b5f295499..fc73dd26a0 100644 --- a/src/particles.c +++ b/src/particles.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/particles.h b/src/particles.h index 5e69ec03fc..1adaf74a94 100644 --- a/src/particles.h +++ b/src/particles.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/particles_gas.c b/src/particles_gas.c index 160555366d..494b46cb21 100644 --- a/src/particles_gas.c +++ b/src/particles_gas.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/particles_gas.h b/src/particles_gas.h index e792ff1a85..14f650e253 100644 --- a/src/particles_gas.h +++ b/src/particles_gas.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/physfs.c b/src/physfs.c index 1b4c9066f4..d4492e6a6b 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/profile.c b/src/profile.c index c25cb41181..2f1eaf0118 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/profile.h b/src/profile.h index 9e1d22638e..7ae2e349c5 100644 --- a/src/profile.h +++ b/src/profile.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/runner/core.h b/src/runner/core.h index 13e29745ff..d19e4c3ba7 100644 --- a/src/runner/core.h +++ b/src/runner/core.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/runner/main.c b/src/runner/main.c index 9a690d40b9..6ad3b9394a 100644 --- a/src/runner/main.c +++ b/src/runner/main.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/runner/runner.c b/src/runner/runner.c index bb02344167..f75d9781c0 100644 --- a/src/runner/runner.c +++ b/src/runner/runner.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/script.h b/src/script.h index 92c5bf61d3..52fedef2ab 100644 --- a/src/script.h +++ b/src/script.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/serial.c b/src/serial.c index dbd844b40f..ba07bee8fb 100644 --- a/src/serial.c +++ b/src/serial.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/serial.h b/src/serial.h index a1a3d69506..6730cd3e8e 100644 --- a/src/serial.h +++ b/src/serial.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/shaders.c b/src/shaders.c index afb4dd2e3a..83a6623e5c 100644 --- a/src/shaders.c +++ b/src/shaders.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/types.h b/src/types.h index 517c084e6a..b98e5064d2 100644 --- a/src/types.h +++ b/src/types.h @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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/wait.c b/src/wait.c index 98c6b1193a..e9001a5a77 100644 --- a/src/wait.c +++ b/src/wait.c @@ -1,6 +1,6 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini 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 -- GitLab