diff --git a/game/engines/default/data/gfx/ui/definitions/default.lua b/game/engines/default/data/gfx/ui/definitions/default.lua index 7d04f5713373928ce6842781221fe2889d250a8a..48da28c5f40b7273ed87952c11350abe08c7d48d 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 a087d691e73bc007c46068428f5b4369ae5b237c..27477e75faa1b966b3a4cfcf579e1fad85e73355 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 fc1c9b34cb56ae4731d0c7669ce0aa77c05753c6..c9be5adfe95cc43a1662df1a9bf9b154e8603f3d 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 82e3ee51f02abc68256b4763998afd50fbdeadfd..42ed140cc237ee6145128682f296656fbf886a48 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 97eb041fe62aa1a5d308bd6cff3177058660645a..b72703b5f24304e46642f96cb7bed451ba5b5d8a 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 76715884f75174de0b9fc8d99f50fd7d1ceb3bec..2b13f3015f587e594e275fcde64800866a76d0df 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 0bb3b85c9e374c93607fad03288f23c33d11f5f8..800ee947a20b8e13d2da233ef9d23f4f40c27cba 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 0756891b9baa0f9516152ed4644af7a211246ab6..3188a69d3fc84e0dfe2a5d4d6d5b4aafdf96d50f 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 655b3ab299db2c04b1fb9ff0583a8274ed55bb20..a8313e7dae252786572d85fa1d5c08cd0bd9c18e 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 d769b1b9964221500fce341a3dce4c62c00fab90..03a19a7dd8025c08009d3fe27d8aaddcb9beafbd 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 e6126bb4a1705f2ae968195bb6531d45746ed589..49ce41e385acafae6e4522b33b69a8932401d78e 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 0ab1a98f5cf15b12cdc9f8a45dfda01b21f1f254..e24dadaa055af7db18cabc52a3c84099613d95c5 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 421f243aa721d995849f793b7660518dced2dfbd..87b6635f51f906327a9ae7d3a2d95b2bc8b5ab31 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 b2355544d3f2edc7e2e84e7e17797187ae9faa2a..92ffda44c2a73d13ad044c638f3d99c31251cfa7 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 8c7f43aa7203c16eb84e482a9feda2fe9e4f9a03..a49b6bc45014bd4a3319f6cb0801a54c70e63c34 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 33a1f304933dee941f0523fde2e3898304631c90..b303f8d052248bfd3052e79c2e57bb0077fd78ac 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 dc2cdc84d905aefe9e7fc6c2a857a0b6ca00e76b..c0fcde5fb0dd62336c2241e78cf5422563426815 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 4c2f1ed313427d0ca6e9705554bff2c987a545f5..60a78709ca5149b3d439350ee92fec7bf86f80eb 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 8244475d153e34d3d4e4c208707f8d0f4637a3ec..daff44cf4bd14676948efe75e5d0fad256596db1 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 34516e2af0bdac1f14ee8d32810e24bf01f39078..fc21053267757088830966743f4958e88fa4c535 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 adc4984a8d72845e095a8dce0e0c09464044b86d..2cb26a3461265acd4b43b25ba3b59c4673d1e165 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 1e557e6da1c91f187768eb1040fa6c30f4c34ac4..895019e0e2bd6e57a2e776a46793964798aaeecc 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 9e4b6eae1c9cb53505f5ec9e2f384c5f6d9d28b7..d7e36a3e4085c91ef0152980851e568e3e755b0c 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 ac6f47bf583719d41e5d79df8460d13bf74febce..ebf02987afc9a7c4c232814e703649d27d3d77e6 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 4f036325dd17624f66171c84ee4d9c3a80d2ee36..b0986f827b9397e26c61f8d8e833a8a120a2cc89 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 66e425eab1cb56f5dce8b5120661a2511df7610c..dfdb003562c625d8d027f92bc90d5a8278380a15 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 2a71646b2bae81ad4303d4ea49c1ea7c6e0ee6f1..dbcb077b0d8c45c33e441d2682daf05efcfe68b9 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 fb306cf82c9c789b00c8ec93fac9017d85aac8aa..db8ee72f205f8f4e3c09a7e47371fc81ffa6e61e 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 a91a8bcbffe1514478862aa065a491b3cba52aca..ecaf4262d14a6543e8ec25d8aa3da0216d8a8dff 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 a94f14f91fde9d6330ec4056ff3367fb39c99ea1..9a7aeb9ab551d2c690d69e9e416fe5e1450db44f 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 f23430da313bc2aea5b416cfec977944f1f68035..64a24182115fadf09f80ead3912d9d37eb23a4d5 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 9e0332bb69993b9c81dd9bcfa6ba78b442615ab2..f3018eb2dacb7e1a8681b040f878f71c998cdbe6 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 612bea3f837abe6fc5ba74a7b46950bec1eb3344..8ff1a22ed40a718be8bf3e45a75c00607e34c40f 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 710bb70c1aebce5678f56975208a82c21854e4cd..d8249b71b1a69d4395f60ac06b42aa9c9ad6127c 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 e0f1b68623a261aff050359102ac748bf89eb8da..a9d6c409a7e05022057dfa79a73195f7838fa32a 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 8535d229c5a2b970822c5119d267844247f44920..6688ff6ca3b9a220b9cd29f9f2c5a61d4245abaf 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 b4abf550d1d552d1a95f64a68972843506531961..46f540c73bcafaa4b0706f3706c553b8818aa988 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 5a70772cf58280e9004f213aed94a359e2099546..5b70e346edc7d4642bfcc880564327dbf7b9dec7 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 dcd9095da33ea434c050c760d0bf24d1131ee52b..8831460050ef275cc2ab05e032d93b6c96f216ef 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 c4573405c5a89829f98048f2bf7717ee895101b0..05ac5dd06c8b7e2b839f11d0506ebb424275574c 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 416e22efb86f412d620d53abc7d15cf194efac57..60163a42720734cd5317c666620b15c4545285c6 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 4c99d8026a5ed1143fb86a016bb3ab21ed4e9bd9..bcba568dfa2842de7021ae82f7068748c7f7b53e 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 07859d507448bcba44187cf795bececb10379538..b7fdc969f65ce821b8d4395107618d392d2117bb 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 8014a7a5adcc1024598c3a8d9fba42b35a4d3b10..d6f7e8bb395415e9490889fd59b69d84a5900de2 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 605206b3c74aa42ca90ace56c3876824a4dbac5b..5dd0c9081710768c5c72da6f00aae84cb8aa973c 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 af1438ac7db7ff66740b894e6c97ee344a53844c..a1741d8b2f2a15fe62590bfa5416cd9f5be91aa3 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 03523594c0a72a4821c9242c3357944bf0e09e2c..4dff64cf1ff13ed860e0f90a8919d18a3b83a6b9 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 e321be0d8d3c83af87bdd73fcfb1961a7c6a04f9..55be33180636125f61998eb9da0d98231eed9a48 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 64aede704b313e47e5ef99bb82de9aa743d66842..c01ab90398d022f7ace696e2335a11c441849d41 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 99503b9c8157437cf45d20e103b3fe034f784182..1a31559c8330132f706e5df508d045766ceabb05 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 f2982e4b11fbde145ff3e02372b39af19be9c7ce..a6306621d63fb8ae8f0546bbf9c903a9a53594b3 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 3e9c1daa36270f250f586903880919e3eeaa9d6a..6a370f797b682ea12fc214cb2e840bfd3850eec1 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 428ebf39a3962ab9479d5ef992c98dc8ec28fbc4..6fc52ca69fce1a2b53cc5467f5b7c743d4b89663 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 d7d585a72e6a57e3594175945d7085203aaa895d..10149b5f42a88f9e7b6871ac056f5c625c8349c5 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 d1b432e0e06ab69e6c2981f3fcab575093963f99..8755d53f8bc3ea4cdf4823bc381196a70bdc9660 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 6af7a5d1e671de7b2660436b010f248add1b0696..2c1e196afc379109e1366d0167aafa0061dd26f6 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 656ffa520d7ab4621fd41812696691bcc997f873..a5fb79ff032a451679276ffcd596bb71901a6418 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 057bc7a57559e15d8fd235acd3ede297bbe52116..97534006184f1d1368c95b95e2e5bf74b87b1169 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 cda55cfbacfb94099c23afb0b8226b8684168555..6fcaa24aa8f45c19966dc5a90bc882ea36a4eec9 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 3443301ed9e877c39ca49a69c4d662230a66f058..12b5c814ed77bcccf1b90569834524d0d98696d2 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 f3785c67627264edc288645576745bcb204cb1cd..d53489d83c7bddd49a6c5892a6487fac412a8b15 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 4f65e73144fbd79afb8d8d7947ed2cc9139b2523..ee8b5fdb68cea6e867e7c7bf1b980e6a847addca 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 91a93edadc3bba0150d1d82d8541948e88414bb1..7d239d2fe9260776c01f2ae31cb41519728d4fb9 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 d11c70cbda93dee3ebc09ad1c9fd450e9171b044..b65533e9826433c075cfe3acfb46c11f08d495d5 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 c43efc54873ac9c7b5dc07f7201a38a6397318eb..b58272523043f7c231a240dc9894131bc69af79a 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 934c70698709d2037f43d38330e44d4eed8a4ea4..b2bd43fe2b4e0c181c4fc31ff625f0ba2f0eef38 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 4d71774cf100167588f0f048b14244954b27d117..5bcd1a1e44baf040d02d7761c8ba33ffffa21f43 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 42e69073109c74a79a03a26827910411b05c85f4..9e18d2a25f5e301cf26394098cbc893665285bfe 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 8ef4e7ee8c4126aea9bb6c8e8e58d3596c8ffb8d..8d9ffb7916f5677ee0621ce698f4d2cb6d30b063 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 28546579b147b2cc56f302853e4e08b74b2a0f13..a140081fd5aee910ba44f066deae14139f788629 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 cb50438a1eca04fe70ccf97c4ddb818b4bb6747a..452b445f251c65b75db9a63cdc57bd06b780c2ff 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 dc79de55100719202485ed4c13af7b4cb7b133f9..eaeb4a081a3456e0a73990dd46bbf9d67710c913 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 cf4a75724bef90590c1d8a060bff8f6a9f12d878..e21bc1d15b6dfedadb93146f6a8eb038cae47139 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 3f903193a22522e0dead3dbb7a07db96ce566336..9f94954f688a8910bfe163df7aa7d1c6cf516d88 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 45087d275eb7a9247e7b2755550e802547ab456c..86241410ca507d691126a94da376495901c37642 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 4b59aeb942adefd056a3ccf93a4544c2bcb78dd3..ffd40429db1b881baeae30ffd6fc23c24089db46 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 0c47f7a980fce47c3d6ae978a603866988317bda..c93c861b5c99a05410a6f22ecff5f58d3bc068d6 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 67002f7396e59dfa15b5b694133ab0c0162362be..0ca9d060bf19bb8219a849985dc7dc658c003357 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 a47c34108dab58db818a7711a18da64a48c81cc8..0ecf1d32cf0a4bd4b9b3538a801963c109dc1fa0 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 f1abe12d7442bcda6e49ce3d274ce8fb52e12424..5fae2b7476bf8f5310e61a5a2e2d8d2d717f619d 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 4b26913505689768a56850f5bdf5229b61d967ca..8f2ca5619f03cdbf8982b17ed926c0a14d915d90 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 d75ec9619a3b501ab882316e75ef7dbd69ab987c..d9ef0e4f27c7a60eeb4fce38bc234a2b29ddf6dc 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 0f424ad1dddb6415c3b574260565653d9f4eb797..4c54c3cb1540bd51c0203c6fa57c59c250fe2b57 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 9e75d155ad0c725b2d4828a2c62708371eb5aa68..b1c466b7caa3841b8b9be5bb3aa0a67ee33f98b7 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 340bf75ff7a277a5fb751ffbdc74e22076925213..3e87ef9c0849923fcb03e24d3da4119fb87c373e 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 3d21263c604a0c45a2b40c19b82fcd5f8c6a7dba..1e0e5f492ff9aefbcbb9ff8ae996e043a344d72f 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 eaa938277060058b7306de3328da85018ed5a511..7d095c13a6c9e71cf55f367d6adfcdf644430308 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 4a34e372edb21ffc67cea970b1be5e2488226af3..e5578ce6cc1110f7125a9f04f4d4f93f7470b9f8 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 6fe27838ff82d51045154b37d5ebdff9a90bcafe..901b6966643542b9ac96d2ac19ca40a4bfc8ecc0 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 76dce4694e48ca1a2bd20cc3b6eeb62842b0842a..a5207a0c4db99a3ab826c7cdf34ab0d5c578ab4a 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 5d0e964d714db35f06f42173aa386a1814f9aadd..93a0d78c4309274b9255a69f907f4816f0032d96 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 6fd3b768bd0fc9bf0599e0b956139c4dde04400f..9e272f1fe115e2fa726a41a908d75f66f2033b78 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 5351a2f7c0e36df91adbe27e0f4df37729e73ec5..25bd2eb800da838a5586b7f4b909cb98fc9473d9 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 53d959eed77361c304e8f3cbd30b0c3d8ecd5726..bda47f732029358d5da04fb0a48e2375644dfb49 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 90ef364e8c0803663ca3f928616a8bd06e3c8818..d51eafd08e27f7161a7dc7295abae6e5c6d82c32 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 22c51c2a402044a39023a6e2a8ad30013995faa8..e2051da097d98377b95a3a772c8764ddc4cb2cb9 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 128a9d3dace839b8d6f2b7756bf5494b8942b5d5..847959d59caacea1b117fadba6b1e941955173b8 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 daf010227ccd771bc1868fbef03885f3a29763ae..e8deb284a5839cbc9e8fe28bd2a1fec0cc5b179e 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 dc0b7ee59ef1716cbe865af0bc57444f646bd93c..917a5e64a819e8b6fd4642ae550da7b720f8b7dd 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 fee2fe497c86cee8340b2338b2ecab3801ae6d00..542ec372c46b7840007620698c6b0a076f2ea68f 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 a6ef8af6b45c53716f9f195448a96589a2472ea0..881dd79b12e5db5ac05d22ceeb6d197e94dbca4d 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 dfa2fdd34899b3ed843e58a2f42c3139d7d4d308..f9e52c4eeee0ad727cd7c7b9ec43a10ad435d5f4 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 786ab9bed9254b3162cc419133b40a875e16cdb6..fd828aeb68dfbafcdedbbb84770d181b38862b18 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 0ce57e684f3c77fb3e12f13b5eb5d2edf8624974..cdda87abb4317eed937bb32ed8b24e8b9e08e57f 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 770bb053bc278070a2453e5e45ac35e39bb33028..e84b527970cadd3784d1bab73e3d5fb4f9ec5b97 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 5010216e1327c0a646e3316a3b275db6df09c4e8..b854244fb2c5ba781f4bd867b484593cc6b4c76f 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 f05bb07586ad419a454349cfe24923f7923a68b4..a8a1ee24b113e0e2aac5bd3c51c9990c9a76583e 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 73de4c627c2b7b8b18c0d968da90dd08a82b87e8..d35694081e9818b32024a7e2e6fa4b25e0a413a5 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 adcc942909fd5ad663d5e9745559875821a31d47..6d54b49f8bf5f1b75bfa40e354353edabd7eb77e 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 2ba8b0f94c5612a13d01b8a76f76a595cf02db18..59a403e2ea05d6d342e9ccaabd1c996b7c19496b 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 0affba496a7b9281c9a7de55a513fa59d8b07ec9..1b2c47f842a28a13c56fd80a3945f84ae8c54560 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 8a1c4cb15f54dea5b458c2fa3e36f50b604fee6d..23fb90c028ccd7dd6cf2fd87b6fc91c2beb316d0 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 66b19c0e4ecf40b895ab90d32431b35b0c5d154c..9f6c9900ee4c910538e48647f6fd37bc3ff40253 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 f652f04c6f52caa4c61021f7cc9011861c1d50e5..b1e85c3a9651f34a1e2a75d79df28246245498b7 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 cb0c9b3fd26950c51fbf4edfc7070a3179bc0154..07807a24e41ae3b5356c90beaf974275f7eda457 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 8c88d41165b3736125555fa9730f378b4eb48d0f..4aa0e40cd4d4b9a9f50a4c62ab713b010158206a 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 3d6f61d6ebfbe39dcc3f3ff3dc2278259c70b374..568d9e74c6223109ba0ff7219ac97b642c993b5e 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 482ad8a54528b8a5b50a1511c1c36910a7a21588..f1743a6de3012f2417f9ba19279ca77b073d5957 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 592b0c5a46165bf8b2a22b81b1b355012a4f1d25..30fd0583005cd3e9633148e63b1316b78ea63db5 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 9155a773de4a0ceda0891b7e73c70f4c51a82b83..fdd136e1127e5624967f621e0621dd927b08970d 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 9e9b117bb65bedfa0232a29c3ca0d299fa44c99c..5c7df29b024f84ea839480f3daf411286c067781 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 b11b80cc25f6da5599fae8e632935c5be562bead..e05f68771e0a9268edc1c48550812c30c31f507a 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 f5e99e48021f2278a40eac980678d9b2eb5d0ebc..580e635e5978a83c5da4d4a4250357a436f8057c 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 634e8f602ebb1d4ef03507aaf2a838c06b9cbdfe..eeb7ee5b2e87b0da7418742f439b68edc8e323cc 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 a3f9b4303100374b2e5f96f13ed6793be2065842..5f61ae7e8fe3be2ce26a9d77333cdda34d3ef845 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 99aeabe4806f6a95f8109ceb091ff3efd9965918..0bf25ff2df8b77cea6d2c54ba4c1e08c47c93b79 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 c97889b121b1ebf752c2858d698be16aef68d98c..1403b1515b286edafb03a5be92603e1fd129ba7e 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 c0439eb6899bf727697c14a55290ba3e94eb396a..bfeb6407ae1b3a5586f938fc747efb00e8bd737d 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 02579ec2843caaffda958b052a44ea16449151bd..4bc34b7a1e1575c34a70c7cde5f42b03c15ccd5a 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 0fa7d9fe3b305207d99b8714687852e40f8750ce..d1d81eae8cb88b0fa09b4ea2ed04b8f64d1f2fb6 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 f26618259e4f7316e96f368b2ea2e9fe4f69fe82..5a8fecde943977c83539c794f36e0941c237ae67 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 b30a963b74a149045ac422187f1134ce0d964ce8..20262bc97306883a5f44c822f229b7b3d7d87724 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 c09c195dfb022e818f10b43e662ddf5b10154dff..dc9034fe0ce0926809931a5661ad31e7a1844d1b 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 c1866dda80da5b3b384d64ba0c5c24863b1c215e..8ef7f2a21a790e5826d99a16c7f815c16e2d36dc 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 6379023c0006e93bed494049deb936b32b5d3583..4c60ec4e6fa85856bb107ae09e6eb193a1bf53c0 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 900ef50290b91b0f771d4b29624dee8aab34874f..c3b2c094de36ef6adbd53f621fc1dd02bc060a62 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 d323e77ee067a1b59998c9f0ee1eeead7026804d..1eca3cf157564a5efdf02009878c1240de73ecf3 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 d16d9a4f7d696c3bf1ea3ae6e9a9a7916dafe9e7..79161a28e6183a5b55c9e6524cc4df83380dd3a9 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 179711dca679354f1e2aa92ffac8b0ac0ced36ea..13d159138f2b46ae3ecd9ff08708aafc1e1903f1 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 fe61566cfa60a40609e3070df5aa3fb39b06c53e..4e346de91cbbade4e33e396445e330b57f6b9697 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 f846b8debdc83a470bf58418f4dceca2b7000dbf..53c4ed2625e18b86e9c365e2126bf09745df1a88 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 23d5c059d4325bef71094fe8a9fe77140ec21fc9..bf45ee3b78c028f74fd0e9c3b32da67a871c4cca 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 3cf228ea621747c7aa9af28d5d17aa8a184abe43..3d53538d3be53106d7b819e05467c1cef6564773 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 2d7ea14ee0ac4d094da207c65266874bd854a534..dc62ac3079cb96aa0897dd12153de64e6f519131 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 48e8dcdccc6d0ea0ebf0bcc5c6fc2e70c2667858..3aca1dfb84fc55b4492c0e32731a006853f8ec2f 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 53bd60a006a4d1090cd393f4c0e5f478698df811..be2bb86b1666456780ac935f3e705c97f21a53e2 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 1b714b7f82a9c4e47a5a2c89b32aa310941fafd7..e51c4c78e2437b60c0c5a3a0aa04f43bea50b38e 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 3f5176ffb4ae10dbdc11100fa4f21c0bdbcd0e91..a670c91ac9417e7c9460d29d3b0cacbd74c0ebac 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 6fd7291882bae197779dc9c5bf4d828f2fb5300d..1a93b5f875cf341ff1e206b2cf91ec8d7a4ac69e 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 56e67c9eb947db1b740a5acd4ba0f577bd481ad1..eb338d74967fc5aaf61c0bcd0d67865649f41928 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 7c3dafcfbf14642f3dfbb93c664464617f25eca1..144a8023a3b013968b61b61d3276df8b21e65586 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 764991d5d32959cf928980be7a7d7f2bebfc46c9..460725258b0af21c5b190cffc67fef33a0130601 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 30b8516d180bc509b6eb16a2d1433f3c264cd955..ab77fed1a6555376e08ed9d2a7880b14b9c09173 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 7eb8b3c415410988ed961381b4bea6f1bfb6092e..490058246f9def6c510006a2f769ed25e7b85af4 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 015e369a815c70abcacf1f829c84427c13daf5d8..c0dc7c0e5bde6d939eae1db949dc5cd0bf0b8f60 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 957dc85705cf458a73de043ccf195ff64e3b2d9e..306a27f1df4e293aa2e68999c5637f5df67aeafa 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 3242d176106e0de2a88277b6d4a11a97f0288ace..d550355eb54a9bd0ce686613d59bc2041da3e4f4 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 cf7169bad25068079e81d3bb46c2484c028c8a21..0b9165fe70be3227d537e6ac6b31ee2b554e71bb 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 7ab1860142111c1d4e7884bc32642efdedd14069..459a638f7863cf33b98cdd23251882ccdb85228c 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 68f3397fca9e318f62778ee72e5304f660cf17cb..eb118f0280aba11c8fabc7e90bdace2ef08e6501 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 1d5154fdef8768bbd850b7856e205b4012367824..fbc8dab26afdc917b5d6f4bf2eb674118cdc4498 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 2b59ac41ec8636e245b6887544208003bea0ce3b..60a9ab21c516e07a9f23f0cee95e61eacf43e37e 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 3f8e9e720df1bdffe0aecd7aaeec967450054812..e689c6f32f2ad92e29200ddee90e36e0f1237a84 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 3d5ea3d32a0289773d73d16a2d7224f515955926..895f347d7de7632b8b6bac2bfe2a57381d5de4af 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 04ea50cb740b57233489e2853ed2ee42c8d7ba0b..15472b942e3851aa4c1da0cc15b7cef05614d0a3 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 4c65a7180ec9a182c575b3d880c81088ad144309..2e6179cc6f87e76cbd9f192c7f9ce66e69d4c556 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 df7254718a970ac9e2b52bd565c3eafd9cc2c819..bb453f02ec2a2ca0885c8ca661d012e0a413e56f 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 45d8818f848fa9f4fe48d0ba8771068cd40a4327..120e190163589b3b7b8c57209d2dfa09f1d8a7f2 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 87b40b5b84f34f5fb9a5b2235322bc6cad7f3e17..372d64f4fcbf17d2bdedd57ab8380100cb782115 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 5da6c5aac4b3760e2dcb5fee0653b1d9befa7074..d0c4aa9d3586503cd5cd93b8b4b0cc083d4b02d9 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 382ffd0999cf99854cae955b3056a8a2dba142b4..acb2ba8d4ad11bd2e7824cf34fac0f06c3c14ceb 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 6d45ee1ff9920c9a51ab1151478e4294bd99c91b..26711848eb582e89c66b7aad12b44ccde40f1c1c 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 e9fb95491006bc0d92a3e3fcb5236a5a59031332..4ca408c9cb95bad28657f0ea5daa5b90682f2aaa 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 23f532ae9d94ce34ccc0d9074d951aba855cc083..bdf3a3027f53202db64812eb6fba9538e6f16ed4 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 5a626a3b8b75037cf6f815aa4d2c1cbc376cc0e1..bdbd691c76f14c60fa13804f58a6a60220c4f806 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 a6ecebf82a32ee37df1e4b6eb4a626ccab521bc4..98ecb498276f1d909ef2d5175fe85517eca141f5 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 7699a095319e07bb4bf286cb50205d569fd186a1..475877395ce5fb6662845074e916a1bb7c512240 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 f66c6a1af6c1658aad552e3c234878d369076360..4f2e1e536b1a893472cc8abc57ed36ea7c38ab19 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 2a4e365d14bb3cd47a52f55a760d3e2140e821f0..ca4b3944d677fdaf39495820afab02c273358557 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 fc24ef4e283f902dc3d9ee5521233bef602a0f5c..bae725d0ba316716ee7483696689880f44f0e4bf 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 b4d6aa41a6e2aa84e8b61de0cd9a42bcca6fcdf0..7b8b746076bb74377781ae26e20a39f808e7719a 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 55fb968c59df64ceb418726d389a45e63ad03091..16e920e9e5a62d68ac4e2e343a194e7702019edd 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 357a8a15b4732686be0f01e165e2f8f0c7e557bf..9f506156ac3e94113f2725ba1e7cda2b8f0ed175 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 f1136908f57bce2e42ee234b7461d76d2910b795..4b70886972cd990073e747c6401cd56b38f022db 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 f520c9dcef2e86d23e367b03c047c5e330bd91af..ace642560644bd8be8aca4e081b4dec1317d4fde 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 f8e4fe3f2136355e4e44b16d43acc88f54f8724c..3349266d5b2b172ec330640b15804da1c75c7628 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 a5e3335644adf22266892cc06ac704139fd8dfa5..1d4508c524550d79531b9419b364a4fc605e9cba 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 54bcd27a869bd4293342be5102e89af3a538ee5e..ae389de571312d6202c3c7026b011e9297de4cee 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 1ca68e0107eaff2c1835c4c16d7dafd5ec7e5acf..decce192ce3836cf5c26045de1f570927e32e1d1 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 52e276c10c5a256cd40fc5596b45813301a88374..b4b6e6d94c87c47674bd576b6910f7cc038f05c4 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 4b6edb449ca7a0b10bc47c2c4a43a0bfdee26667..30e4c29261f7b91e34f8a74b8f21eeb0cf52c577 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 23cc97416e58a0f0ed861aa5399451dd9f63a85d..03b25e8a61bd06e543fd07e6a2de2557008519ae 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 6628ba5a039f19ed747ec8f34ecbbaa167f8158b..ebff694ccd2915e9933acdf6eeb712f76c3a5885 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 2b97619892e579c2b8118348b0e5254f67258090..ddf4cfc04c25eea8fcf765c791190efa81d29fbf 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 acd72151e80046b242644f641211b4aec8b8e3e0..aef80a620f34c48891ad89b823b92466eac4848b 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 effe20ab615890bfaec8a9c3b968e1857e2c61ec..61e36314369b0aa8a2c507182dc623339d525109 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 46a20cc4e385dc1b282dc246b0b1db4452b94f96..6c09fb6b8e028989d3dd408accd9ce72a099de8b 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 4ee7d5b7378a0d07ba057459d51d5ef62a3bf03b..53cefd97e90bf0cd7c9c9013433645480c87e245 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 5e3d975d0bb41191d63afaa93b2031c0680e0210..c25c582c1692e5f11ccaf7a1df4441d9e7b4e6a4 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 2a524c07640d3a70767921f0ea4019a39430959e..1ccd5153b5887daca6f14083854966a7bc7eb157 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 e29928e8aab9f989d771e66f943155905d2ba0cd..8db1e93fd977d818b9e885259d6980f9c8a3413f 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 85fc00ca083d332083c207fd9f895d4a854194ef..1dd916eec13ef0e4cd1556648b2a16c5bc22342f 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 41b64528ea278ef9222676242b0398aa3475c92c..dc4af5be79175143626f381a5a3182fd48f26933 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 138843a5c0e8060c5a6824d52de5454c491874c6..ef744f56d4446f9ffcea2e980ec1022ca1d09d44 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 afea56f7d653ef9627f6271205854e31c21837c6..3d45d5ea46ffb3aa3453731e3bdb44474c78ccb9 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 bed37ad839ba939af84f610d266824655a3692c2..54647b71e0983c978743d5371f6e5f6ff845760e 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 13f8447bf7fbdbd6840bee96bfba9882fda04931..3c36efe0287f89e54bb4e99687bf447b5f6b7a36 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 19cec4dfe9086ada52eb085043cb5f58fac5d31d..557c4eedbf13e8c0453deae525b3638d05bea7cb 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 1394913f265310fec98416f73a92fabbf37dd528..22de65fca7fc6bfb1666275d669a5aac7d2eb735 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 659b9e9581de0e68dafaa328d31d0c184113774f..fdb75148e5d4c3877afe7bd8733c3f5e2a9910c9 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 cbebc6765b1f8be974812524f57a4d6ad1b0a2b6..6dbc5d564a03d0528bd68dbecb10bcbcad9d20ef 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 8ce137eb44a76a203de2925412b978cc05bfc0e5..516a895f33c2f7a1a770a04435f7330c23571373 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 8e94c44d81c0c08d21875718eabbda8c9677ac07..4309fb72d285715b062ad3eb5aab044602658ef1 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 c82b45693aa3b53889a4c2057b64aa53f044db6e..ffdce6b14ce4050b2ee1f72782035dfb3f4e631d 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 7ffe1590f31b6e8c20795a1231486a492ea5b6c6..a0033a5b70dd8c8c4eaf88f3690cc242628419bd 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 6c4522e02058ff4f45265f650454b0a1474120a9..a3cd5d0e50b781b59beba81e6ff87a4a78915acc 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 41afbf50807200e7b08a9427c52298e4ec2c4321..8d388ce7cd4e3df5862d305391f1f0aa8e9fa39a 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 22494043189c85a0cae91bb3f31b79a230cebba5..e321c239fbc74d8657949a2c12364479a3f4ea82 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 d581b8b0e400c7c88ba01fc889e76dc8bab0d6b6..0ca4ccb711387a7ffbe0174950af3192aef90f49 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 969987cb9ea30cf483f2c5464ab55a8de36bf2f6..a0b61129342ff612cd8c44c10d8777b8d47f6195 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 41e8bae7d2f5df0ec97b46b4551ec77cd624fc0f..cca3f3dcae60472dddef32df0089b8486bf0aab6 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 f15e39bc63f932a9a3932faade4ef43a6c321080..0734d0bd0e79ed10fe7cac76a1c923d07d4aaefa 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 3007c2aeb10352fdc31f441af97fce3db4b4c119..1bed09eb049c28732e19df9c9b354c1efdb9afb3 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 5537865cfc60055383d6bd0c3714f64451786dd3..500febfbf562d16c5ae21834a27bc623b302f50f 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 b1ff0564b50b2fa904147fd9107107faeec89a02..10f425495b583a64792aa3b91595e23f64a32a5e 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 3e3fb389a07a9657c462a10d051e6bb45024e517..80e994145e1f2e6d9cb0774170352f05d6a8c988 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 e404df6951c3e7b0900418a9e6f8dbde9a83d785..9849f3d985690c98dc44f6c67b273fb48ee042d5 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 cb990d716fd2a8e06c74cea9427a196a90596b26..fb4eafe2fff731c76702ccbdd2214f4d53bba544 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 7d2768e0baa1c76a01170469bea2180e557ede33..045357e193b1a41a49150ed7eb7636d8efd0bd75 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 83d226b0c9048165d9a4fc19363dea36a9a40411..79e16af3169614e5bcad26bee9c14b6db3d9e7a4 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 c87099e8a9440976be4da5474e9b588adaba78e2..88d275f8be4edd76939550a195d4195c84dba873 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 4b95b5c7bc04646f5d5a773ce503c81e2721f2c1..316910f803504952bd8643a2d9ec6d2f7b9c7c82 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 55cff7454b3eaec9d909da7a1d09538070562647..42476a9b3f2e65bd69b249bc09c3f7453780c751 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 6739eacf31930396cfc2d0897f4fae7d9350ba65..58097c82f495036018719c2deb1928549283145c 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 111c2e976ad5bbfb7a7b24fc609cf767abe6be55..9f58767cf1971674a5c11d3f809fe4882a844d3d 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 5e646d95ac5da285dec46b0a0bee9d1c13df8700..fd5286584b70213369a78eedf094c7f2b0679ba0 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 c28f331e8379f8a123e282ee974034f9cf75c63e..7b900eec3fe5a1585ad0716f17257da48d31dba4 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 4da2a6bdf66407e5caba0a9afb9c1ed408d0d91e..5bd1dfe9837773c5b80a048ddb6d376b385272f5 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 4c0c87562d0544da1fb508b688e2f1f73290a3a2..7f5ab132daef562200490479e70c06e9b5dc0678 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 e6a6f68002de4dd4026391542bdc6434f55d91c4..773f49e3ae35525d61d3b95eb3cbcb8097c2a1a6 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 b013f249a85cd4e0a9e56e95f725493f70f5e4f5..75a40b1806aa2640cc2887bbb4b9457fd16ce27b 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 f84fe7908e9a692254fcced7ce8a71350b3dd639..4fdacfe190e95258076a1c317979773c60b4419b 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 3e6d0d7a5355239a6f5dd170f627902031f3b17b..ebede92a11b8fb13a3b177f17a4f54fec43b7ce2 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 9d5daee86dab2e1c1fbdff33b5dc40c9f83ff9e3..6bc8f7cdffbfc48a8060c9dd1017921a5d2f23aa 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 9bbff84ab443679fe20d10e58c3ed4787951af9d..9f7983b858cc86a0d7eb8f29907800f13d3a4f4f 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 b1ff0564b50b2fa904147fd9107107faeec89a02..10f425495b583a64792aa3b91595e23f64a32a5e 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 3d3947a2aeab8c6be0256f369408d9559beedd14..a3d04836d56b6abe242426a8d3f1573c15fde76a 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 b361657df0e752318d5e41cbdec082691e01aa16..b67f731e7a9a99dcbfb707c63ca464c67b434e6a 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 fef18369ed7a7a1c9f6ec0a9bc8feb6e6d3fbd23..904d0d68260b8dcaa514de955648162d6d38bbc3 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 898a59867818183909eafd25d71995cff8a617b6..f86407cbb2bcdc3bd83bcb7e6ad3197fd43ecb88 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 496ebb71b082752b0eb156741ec89c02123c4c3e..905a34081e2182acda5e9e2b52782c3408018ee6 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 310f9414b543c2ba8ccc933257af0fb033e00d0d..6ea847beb89f72842b423ab1f3860c50966ec0bb 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 48e45817611fb4cae04d90d2257e272ea3e80093..82f89fe1ec47c046ee212567b83ccb7a4e65efe0 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 872985131fe321b3ab1fff97e1f0d30526e946cf..eebaf3e8a48764b8183d9fa94a6afcd77d8f5379 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 4b99f1017cb724c792f1fab163722599a4a2f902..958fa9cc02e9a62f97ef68494be7f8aa3b132b50 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 92f8210d2fb28dd5a42678ea8e98ccd06ce2ddf1..63e5183be4a7e5f8a4d9700200edbb793d67065a 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 d60fd7b059f22ff4de30e31c6396ad0011b75107..86a408f07e7cf824c375c4cfe5647c6dbc469e48 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 eecb76746651dc73146831c9885e93103d9a3d6b..e7dc33e98f88579978db31fb8f40464544a554c7 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 03d597da68ce52c0c3a8b7f19f7cec4700d0e209..133baf369dc4299789b121ac6beb52f51c9c0401 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 4c5daacd1aa1d79889e18fcbc766fbb445b78226..153ef1a1e0be22bb717fbc70a3ff1233db6cc122 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 8479f96bc8b2e929811800100fdc8dc1dfa83d97..86ce09985d7acc3ec7646b7c60b3f0e156ebed64 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 5c635ff6a183e7eca33030e077315cfd885bb8bd..e55454ec70602e16b24863375c8ed4fe7b93196d 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 a9d95a6510892a477f0379c4fec8ce3d933202a8..324f242bd2cc62ab8c7336204d2ffbd9e56ced79 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 b539f04df822bb651bf1cfbe15645fc665e40f91..86bd4bd511fdf46fcf86b114e5892548dc464f85 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 71ba3ea0a0a40511bcc1beb8d034cc5ecc0d7d2c..df49fea950c86ca98e2dd3fc78423116b91f7976 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 54f0e2b81df6ade6f0ad56fc09f9bc1972d1a1ec..f4bb94a8afb2961d54b85258dad9d6df02aee465 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 233a55b5d2dbc841a0390cfe654bc0de715ce32f..581ce46af522ea5c5485039e8360f832c27ccb3c 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 df86fda8cabf6423a2ef18d368720728f6316a1f..5d628b28af862aeeeef3316697fecd72f0071978 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 0914cd107b361584cba396fca1147f517da28eb5..b3648a10c1f33d215c42d06f26d38b937851f457 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 0914cd107b361584cba396fca1147f517da28eb5..b3648a10c1f33d215c42d06f26d38b937851f457 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 ec0b69464956cd398cffa0efd09cf674aadc300b..12eca6f952886825dd1489e19e2d8b02ec41a0e0 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 d35de4bdb159e0b6b5851144dc7173be06ae0802..548efff18d5120cc4b44614a518446fd1259eadb 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 a99c890ed8497e10a7080defd44d9bccb73b8b00..9278f8f37602c0353487ab86222f727679063e7c 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 09e39c926e7ff0846d95d4741664f05f34854f4d..6d9d330cb5422ef2772d13b9d70de0ef135ffb66 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 4ca8d0370763c0c315e6976a8cadcb18f3f6df98..ea57973b372484b3a03d8695b9177eb0a33e5c97 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 4d6fc4545b2c32789c79115068180b987f44bf21..dd69afeadb6fd23e288ef1090e4a57a7e8df1130 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 6a11d30b114522e55159e6a06af5e7f4fe6a3c44..cc71c5b5009791ed9ea71c42c4b7692a8899cecb 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 aaf96cfaf062d42053b70b93e6b8bc86aeda0e4f..b611fa2ed0fc3bad9c754c197d04936f18bd4bbe 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 c46aab68a77745944eca9ca90dc18cf8fe65c9cb..0b68ce4fdc89f875636bef3eb0b32653564adad7 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 d9fc35d4d84778a6d4298442d309ab0d3ef46645..fed1d696fa570225c5271f7466a525a0ede1bca7 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 c4ad221d6967066533cd7e9842dc18cabac423ce..c0b5b6a082884bb3622d129cbd3ecff4a15f2d58 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 477504384e05f41b3bbb9d9a0fb4231b8fb1da79..a68c1881a04230aea6c1b218b4e09673c27c9c14 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 bd968d845fbb852c90c23635d9fabd76f5cc5418..3a237f30d018639ba6f39f1e41d86986ad6f84a5 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 184feb32464e19656ba2bd1d09341f6a8002ba6d..d1c4d1ae941f9219b6b2c9b9eebae6dfa94e7a20 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 4a84e2d6e742e05ed6b2ef6d2bb2a0c7df5b82ec..f6338a090903aa894f8c01281aca06b3845280e1 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 fa6e4e7827aaa0d2acd10be03f047ad260946e28..4d63bc46e89a71b879c6939369fc5917b9fdb043 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 bd4ed55c120a11ee4cd1f3196461e8ee0fba06b7..ac6caaac833cfe8626928310259e8dd7b16bce8b 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 c3c894ff064c17914c7c49b5abb1f51f743919e6..44e21fd18bb1ab3176eb6bfb08f1b0c3b3a4ff0a 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 fa6144907a561e3ae18efe006306ba1d0ef59bdc..84c7e93edff24912299365be35a3b782cafe81ae 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 f1136908f57bce2e42ee234b7461d76d2910b795..4b70886972cd990073e747c6401cd56b38f022db 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 f520c9dcef2e86d23e367b03c047c5e330bd91af..ace642560644bd8be8aca4e081b4dec1317d4fde 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 489609e8501ba037ba7de0580e107229703f3a35..b965e49aaa32121debeb1fae4b197d2d815cb03b 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 e0fee7e68871fe4b1c65e1a2dab1d059a6814881..aef171a9b4a215d5ef9e83a519a2f13c3846e963 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 0cd5856e2e97439e681aaa1cbdda4d7171e4f925..687dc21ffff6e9dd0227dab9004de90a22b292fb 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 c7c37867af794af1aaa59c1e75deb13ae982e7d5..ddf4cfc04c25eea8fcf765c791190efa81d29fbf 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 aa2963c3c696d7d8a6f7e38b5558ec50e716f303..f3cbf6b5a1ab612ae3b158ed16ba4228b32f42aa 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 cdb37a692075ff9fe0c63d486b75471b8587b59a..2b132a10793675208c5d9791d6884762bbb57c68 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 7e6d79e20779db99b66612c96b7cd4f5653a7c52..33a9e2fd71fc241bf50357b9b7a5423479050d4d 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 21992afb6e9e1992981e9fad0cdec9e2c6130f1c..b567512bb5f91b14946573888017d1c6285a3b3f 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 5832131be7a237220cad308ea22787711d955aff..ed7f229c8b9c87db63984899d470cde108839594 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 eab65b627fbbfc7a3495013b48558d3425f0566c..ec5382314072dcef45fa6862b06a5ec37e20074f 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 16c6ffbed089914a87d0ca2b644dec785b652e68..b3648a10c1f33d215c42d06f26d38b937851f457 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 16c6ffbed089914a87d0ca2b644dec785b652e68..b3648a10c1f33d215c42d06f26d38b937851f457 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 9c98ecf8a9b05528757b957d622955a592a6b107..2e965b232c7f9fe015fc959581bd65eed70a13f4 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 05285eaa3edfb2007a6662446bb151fd316eb5b1..0d931a30cb093202c79c757cdf405793057db089 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 1fbce8ab4198c17a3d2a45234f99c50d551ef0b7..37dada0dbda14499a38f0588153c43ba9ffd248b 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 9bb5c2a99ad4a4a3fe2ccb9fedc3042652217fdf..b828669db7f0c97224a52778de7446a8701274d1 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 9db69c12dd780eedfe449b6364dd4c43dc3a53c2..d5f17564ce7cbb2a27d22b2675845e2c3bf66e26 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 472f55248b41540b00beaf251adf3c79c650cdc5..c507dc91cdbfcc0229d6ebcb598a591f685904f9 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 99d02942a499a4b45e36138ea99f683b06b872dc..a16aa9e0c5575670e800fcf6e20233392e7f2402 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 bd4ed55c120a11ee4cd1f3196461e8ee0fba06b7..ac6caaac833cfe8626928310259e8dd7b16bce8b 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 c3c894ff064c17914c7c49b5abb1f51f743919e6..44e21fd18bb1ab3176eb6bfb08f1b0c3b3a4ff0a 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 e28d8928c15295edfc9988f7bf7111804eedb289..e8cd48370e82ed4cf739748d3814d630efc310c2 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 f1136908f57bce2e42ee234b7461d76d2910b795..4b70886972cd990073e747c6401cd56b38f022db 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 f520c9dcef2e86d23e367b03c047c5e330bd91af..ace642560644bd8be8aca4e081b4dec1317d4fde 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 489609e8501ba037ba7de0580e107229703f3a35..b965e49aaa32121debeb1fae4b197d2d815cb03b 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 e0fee7e68871fe4b1c65e1a2dab1d059a6814881..aef171a9b4a215d5ef9e83a519a2f13c3846e963 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 0cd5856e2e97439e681aaa1cbdda4d7171e4f925..687dc21ffff6e9dd0227dab9004de90a22b292fb 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 c7c37867af794af1aaa59c1e75deb13ae982e7d5..ddf4cfc04c25eea8fcf765c791190efa81d29fbf 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 aa2963c3c696d7d8a6f7e38b5558ec50e716f303..f3cbf6b5a1ab612ae3b158ed16ba4228b32f42aa 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 cdb37a692075ff9fe0c63d486b75471b8587b59a..2b132a10793675208c5d9791d6884762bbb57c68 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 7e6d79e20779db99b66612c96b7cd4f5653a7c52..33a9e2fd71fc241bf50357b9b7a5423479050d4d 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 21992afb6e9e1992981e9fad0cdec9e2c6130f1c..b567512bb5f91b14946573888017d1c6285a3b3f 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 5832131be7a237220cad308ea22787711d955aff..ed7f229c8b9c87db63984899d470cde108839594 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 eab65b627fbbfc7a3495013b48558d3425f0566c..ec5382314072dcef45fa6862b06a5ec37e20074f 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 16c6ffbed089914a87d0ca2b644dec785b652e68..b3648a10c1f33d215c42d06f26d38b937851f457 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 16c6ffbed089914a87d0ca2b644dec785b652e68..b3648a10c1f33d215c42d06f26d38b937851f457 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 9c98ecf8a9b05528757b957d622955a592a6b107..2e965b232c7f9fe015fc959581bd65eed70a13f4 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 05285eaa3edfb2007a6662446bb151fd316eb5b1..0d931a30cb093202c79c757cdf405793057db089 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 1fbce8ab4198c17a3d2a45234f99c50d551ef0b7..37dada0dbda14499a38f0588153c43ba9ffd248b 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 ea4b7bc9db095e22da35dc3f02b418dbb2e88ced..dd6beb17c4321736ae1225bd8c99b034659ecdf9 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 ad79f7041041ef840bb2056e8d121cf7f34c6a0e..a9ab4f11d8cb7a58664091e13721e6eb919aa399 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 4a3ba5237eab6daeef96d6824fe03e34fa07b565..8f1b9e09fd6cb0436c1a43a4f08977fdb431af0d 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 7106d45817032a09d31f94874f592ebb8579234e..8fc8f9dfddbadd93a4502fe0966c9cb735442c29 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 71e453d823874c525d14702a27262b25c0f3d6f0..c05f5001a6f39803b38b096424be2e7d109652ea 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 bd4ed55c120a11ee4cd1f3196461e8ee0fba06b7..ac6caaac833cfe8626928310259e8dd7b16bce8b 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 42ef214ed0fe1a410d88bb8399f399880aa3024e..d4012e544bbe4227962ab237d9ffa4ca5209d07c 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 ea2ecb0083bad62c4e56151dc874c60b779b05a9..f2b9b8ffa50b3b356996e826a2f3ab271420e01e 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 9b13b5d0f9304d15965c40683f609f270d805a3d..ec3db28096d2e958c56d69d24e2a29cce8783ba1 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 19d30f3647351394bc4f5091c6931d9a0c641299..635acfed464cacde00e76d90b294e0ebc3e20387 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 573261c2641ba22b4e284006b481aceb7f65fcc3..6057a4a5725944ab837d25af29a22750fd841b05 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 6df5b7d998b6eddd3e8ea486f14e7a655d5adeb7..6f95bb9ed126a74a568dc19af462357cd50176ff 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 c2a8bfe202157938edc53b261e60a8b8ce65e0e3..b5d640a0029f01dc74050e25cfd84751826eb24a 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 2b9870a24457e17e17a82b89fd706da79a750114..24f178873264582be2bea2eb756a4d8597c4ad28 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 c7c37867af794af1aaa59c1e75deb13ae982e7d5..ddf4cfc04c25eea8fcf765c791190efa81d29fbf 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 8c97b5ab315d276f3c4eb17353d29292b96e1565..3156b86288808095e4862048fb14ec7c0d9d807b 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 aa2963c3c696d7d8a6f7e38b5558ec50e716f303..f3cbf6b5a1ab612ae3b158ed16ba4228b32f42aa 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 cdb37a692075ff9fe0c63d486b75471b8587b59a..2b132a10793675208c5d9791d6884762bbb57c68 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 7f66dcc0ad94c95e8dea5a58d9410643cefc2494..b8752f8c5cf0f88166cf5d84ed1fb3a694157106 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 21992afb6e9e1992981e9fad0cdec9e2c6130f1c..b567512bb5f91b14946573888017d1c6285a3b3f 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 5832131be7a237220cad308ea22787711d955aff..ed7f229c8b9c87db63984899d470cde108839594 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 3780af788de39c2026779f95ced6e21a581b44be..50fe2f3ee690dd6631dc238376f43b9ebf8ecc5c 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 16c6ffbed089914a87d0ca2b644dec785b652e68..b3648a10c1f33d215c42d06f26d38b937851f457 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 16c6ffbed089914a87d0ca2b644dec785b652e68..b3648a10c1f33d215c42d06f26d38b937851f457 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 26c4178b9e595b16278d978d25189334afcc8d37..1f12aa86df68406fab2c77cd52294af43f0d7218 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 05285eaa3edfb2007a6662446bb151fd316eb5b1..0d931a30cb093202c79c757cdf405793057db089 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 1fac925f545e2d3d2c5a0be5190ed9a906f4fe15..db258d138aafaa65345571de032c3f95261610f2 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 1fbce8ab4198c17a3d2a45234f99c50d551ef0b7..37dada0dbda14499a38f0588153c43ba9ffd248b 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 6ea63959110ea63b4961f1e7c1ed8c44503540ae..3b85800c95abe841ac865ac606d5abfc95788f6c 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 0a0d05cbc77922db2ee567b9802665fbab9404c0..07e20e2d80d1849f04756a1429f225cc58899e97 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 cbb9bf35d8416728c3b05eaabec280d8755daec4..ae7c55ff9b3f89264cb62fde027c5bf039a1f028 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 37b1416d675f9874bd6df3990962c727c9167678..5aae47c3fe9774771eb7d6e62376744a89cd7edf 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 4006f5215368d8e3090d1e427e36abd580adc887..16d148a193544b4914c025d39766aa3cb563191f 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 d2c7272a496ded4425b9dfe04298ee35f2d4141a..ada933a11df0a8670adbe5326a21dabd60775cac 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 2e1a749f57975d4c7578aea64deb499fd54c7dfa..57dfdaa59731f46eacf3d090aa21d787546126d1 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 5009ab45e91fbcb1aa43589128452ff6acf1e158..8d3ece590731ce9a52e3ed37273a15fc372a16b7 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 6a7d6f0446955c9a41f965b63007aa5ef65f0f87..b1f495181871b748c43413ea4dc4ed69cd5145c9 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 74cdcd575b45add34b1b8911e78384422226d0c0..34b5d9e5942308f8339c8da917488db2b25d442f 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 3cadfb7a8006c5cb65afa6746397bac58dfda122..a50904aea61e821fd8cd39493ebd63b4827d0010 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 3711b6f68ba687d4d631f5b4f956c4acc6af93e2..68a719b3461d4392a6de1f55e485696456f6342b 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 b804b910eb994e76893daaa71e0534449082a325..84faef32f73f13e8f763614bbb0ed44ae9ca2330 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 ae3dd989c2c7bd9e5e9d4f28dcae77c88a1d5cc9..52a887d385adc82223cbb1ed6a693233e7f6e617 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 feb19b892824422682587ddd91d63066ccaa4c81..83c28cadc23aff3d854a4f459df9deb0e237c310 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 0d648513fa00d216316de61c4040bc6cef4f4e66..56782c5a137f506b7d01ae272a362d2c4418fd97 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 f5c41a39751a493cf230fed325cd2f17f3b87fca..e7de163599f042290d4886164d3ec141b3243cbd 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 2f29a0254f916398f80bbcbf56fc3dba8e5fddf2..df7851dc5a6d5cdc69c510a16e62628f09f0ded0 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 4c472fd9b5f9d1552bd62bad9cb5fe70388d8412..6c789694df20d6fcd165cee1c2b85c72877b7ce5 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 bd55114a1e36f716d52393a64bef105df78ca11e..99e0792ef1adc621a945edf6aac59308689c61e4 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 72ca171bdb4cea39f3e6a160f474dfd031ef52f2..b178b969d4dff32370cfce050825d2418510c62e 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 71a96fa1bd5eedb3a2f3ffdbca7210f042a7e6d8..ce9c9b563c5e3a1395752031efb73683132773f7 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 099d276ab4814e595b1603b94229777b60741690..3ee7ceec809b1e9d6ed5580d78046cc4ef1669ac 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 ebc7119207c52181ea71b6a7da75135f4123135f..098dd249e50321e546befe77f0a715403210ec83 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 e5fbcf2b15e1cb559a71662545e14da0ee02bf4f..e7fd2972edb8f16c73054df590c4d986bd8cbef3 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 5b8fa37ccd939f937a5ae60f5eafecde72de658e..b7f19832235a50fe24b1bfc347a320845e5dfe00 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 5f8d3faaa0a4b587d0604133ec8ba830fa47129e..3aaf44a47bfd420874facdb73af8098f382c7c16 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 1d4cfd09a82b57fdf7aaff2ac5e204ba57813e86..1076d6b8dd787be498d18911b1eac68621c94eea 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 2e23ac40779a00ddbfae7d5862244ebaae68a5fc..f5f5132354d49c47d1a122d02789a4616a046b46 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 a52c91a259bda5d689e2062a9a40fc7b31d53fd0..b6abcbb3a92f857d5113c155ae17e247f9bf9bc4 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 b383f00d5992a37554709fe4029dbdd1dbd69ef5..944f7034904784a0dd331220aa67f1e6c0a14e51 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 96a979cb4d25adb8c01fc97f85bf05c6670b85af..121bb7f5568a063dc72befd6a6c909daf3ce7e8a 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 90cbe193f772ce069ba6622673a2a1e0f9e7bd53..8c52014365a86f3c8e9429765d79ab0d0aa689f3 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 757f00a2c3381358c8669433bf5cac974ff2fd34..5da578dfebbbbd6bfb11d5c54ea748963533c9f4 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 4b56688ceeada296def9d810c62019391e91b50c..1667afc37be02604ba4283804f2351b6fe8300ee 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 0fd7d517337279a4ac43d42699e18ced1a05a0d3..906526cc92dcd37bf55a900d88bfbb53b2d9a21e 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 ed1d8c4585086ddeaecc2012e71e4fbd11ea9259..67ea995d8c423866790e561fad86cedff5fa527d 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 3a4c7df7668bb63df8e01fc40eb5b9f1e411f690..d06db032192c9c84d8c7f35af90b1e6ffe59aeb3 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 62ffd60b159ddfb75499699e90fbf495d3f3671c..49548c62abcce7815ba71b2e2c6dd012b98a491c 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 2cc45160e50774926741afe89d56e9de3bcc153d..7ede121cd1e0e7e65b7c383b77ee1ad69bcf5acb 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 96682bb7a9dc4688d88350e60896736908d53d26..95c9abe141febfe6492066b2d8542f36ffc6be75 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 2fe2510e65b161929031990264eb41dffde617a9..801da86480318c3f5e233937e23e495d7979d736 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 25cb306456f88679a057b8e68057ba6e643902c6..1b17683958be38826dea0f2a3548da5d500b99bd 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 6641218eb632cac364e3bcab85d1345da987ea68..af8ce03a5d3cd0c4e086f40f23316f8ea2f254ba 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 bd4ed22092619744c3e2826794d3ce535cb4bcfb..6c8078772ab0e882d0173cbd7d71a0516f9d88c4 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 19fa686aff0b0769d97832e0b223ca46a5a2f9a2..d4230c5c46c103795be353778420425117a9563c 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 67e424f990555ffbda689d365a03269a2df675d6..89c1bd847af8933aa84d61c92acdc45132db9e43 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 b38b281d0d6ff01a1639ece91bfd61fef4d9fb2c..735502aa59089723e56a346146fb48f2bf2295fa 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 21b66425b62a46c5aa5421a80227e750f0ad43d0..224485726bbae8a77ac003c9989a5227411262e6 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 cdd6484517b42992874c1f434d7ba5e05a973b88..0f49a17819949496a2c15a2129b685f2c8937d69 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 f613980bde507422a8e1cd5094c7865d2c7653c3..8a6b5952b99738a9c181444e50adeb216ef4953d 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 3b81af2978b8dc538046c537bf0dd113d032f83d..91c609eb49014f4272fb5d0a7e8a43b5eb122d94 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 7a6301c2656babac9e85e4734e8c48050407ce1e..fd4fe69c7be718fdf4f90963b75d37c8e24ad39c 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 3504233ab3bcafc6a28154dd497697ba4af06755..2adc06b590cd3457df1dd32b615a9450a73583d1 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 9bc8b56b282578dd4220ba7591f6b1ea77420809..c15745745fa95f55a7a5e6cf1e271f0c6b638f8f 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 746e1c0fc05d6abe00dd8bdc23bfd89a6a58e3cd..e0d60ba8b4dbd0193baab42adc947c387f28f844 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 aa7a9951933396097bb3bc58fb7fe4e94aced670..dcd594ed56518d49302aae39739a94a7dfc18ce0 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 2ba1e610bc3bb68f5d5cd844a0bbc72334352891..d4f4c7cfef2078e83586424ab71b20631cf8d462 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 fa7502a324c560486386d6d27b4f87adef7a90e6..2852e7a4b3c7ce95642141dc10db1102b34283f0 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 9a04ea9b031c4c16c69db645dc4583b8ccc4b84c..09c8258e791f78affdf0e9850f53e5df55920b21 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 1e805574f12317f794edc8ba332e78d44fc1acda..50c0024dd1374a30743185583540874d871e4c13 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 03fbb2900fbc538efb1c26251a8879891dafbdde..3b19e28f4940eb14bb9063de06aa885602f4e568 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 dabae8f8917ba948072766bb81cf84a788643192..0333432625d7d3b40af1d5aafa272d429a42f891 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 c5fc59d6c17c2428a0fb549d5f2ff6b81b0dcc38..ec444eda651079b986e8d057dbbe124d881cae55 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 590a32d53433910e5e6a80279518b62775b1bb36..0cf7057cc73a4ee26f7fa7c87a85cd9d3f6aa2fa 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 b5980c8f757d6e66f25753e354f939c2c99a6ea4..2fdc0830dd4f7925edba822e53358777c7772098 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 f64a21848b103ea5112d04a19f83c655de302131..bda906b3241f69490857c4c1ab72d80f8e2dbede 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 2135504f1973b61f48ddabd996ba9d852e9242b0..792eabef30661bb1b0ab1f6a030d3b3557e8849e 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 9e4ae17e283239b0402dda9a9fb340ac2d2bdfae..68ff0c5dad2a257fddf39cbcebee53076d0ad36c 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 a61661359fbf28c1182b453caa24cc0aebcfb685..aa51e8862874705362755acac80f01ced467731d 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 9d3e66833e95ebdcfd3a0cf1da16ab9a9f5d017c..ce5945c9cf2c5e663b6a5a55783163f467327e80 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 db566ba611ede1eead0b46ee1768ffe3d4ed6263..21a1182140a015920c966f4f8db2776183a629b9 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 227494da4346899b723cf5b76889a060173b60ee..6265046c7072ae6d35afcb0703c16c2e29f15c49 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 60295b5976f8b4da772ebcf93b1b428ca70a1037..f57aa03a8e8c8d4042ede2f17d1718c20285836c 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 c93dbcce76f56a6e1a2ddde32633f073facaf482..5c59349f7016579f212694c0897eb15f90afdfc8 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 49bab432ca1baa7b68b2082e5b84bc3c3ccdb2c9..087ee87048c04b527b09420ec20929533b7d01a8 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 8f9252342fe8c4a98fd43f3de4ff985986b1d009..b94936ef3f64a94fef54a1e9215f839c08a75441 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 7b459409a5fa9f4c3f4790f03492a763d612dc41..0d3624f9ce5fa395b642c9dbd8c7d4ace4a892b7 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 a36b817f8b6af74543c6c3c38ded2d848c7e004f..43f243089f62ae75d813cb3e32c3eb05468d1d13 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 a3f10a68291de1b10b598c8eb4feaa55d1898289..e104d8115995d9fa3d5c7fe286c56e4c60fc7c9b 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 e9cb0f2d5bfaec3096cd8d0bd0c33a5341a3f762..5cce0d26151bb28623df29b877f5317c07fce4d5 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 55ac72583bc48fbc5fbb76cd2638c40b8555e5e4..2abfa68920ab1598d988ded3c0891f06178f3499 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 520e33531e190fd2a0f5c8a44081c855bfaa09de..f92f3deeca9a889a989843d02a9e45638c0668b0 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 5f56727d10ae43af453d24b560d4e70455d3a0ac..c3fed15bf1e3d97a8f203617d56f7c173a67f286 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 910ce7344d9dcaa67b95ae68bb4721513cf3214d..05859c3f4564fd1b7252260033a8305e0630b0f0 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 800fe107d9b6f78b1add1932f8bd25ee08c99517..d17df0b46d6c58852701805e3fe663e61235dabe 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 6accd8f732d19211066b5a42f30103613274c3f8..df8310b8598905bcad0c24dc055e21bbeb593f4f 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 f77324698ab597a504e1ac1c8aa2937294be2ab2..31c736b4961f8c4ba46e7f297f4ec09be6a30573 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 3763dce91b72dab8c63fced7ac98713575e8a086..91894a89ca7dc390917dd30c851b3695de6fb7c6 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 f411a4fe1da14d83b23fd4a6ab7fd1fcdafc4d0a..5463837fba5eb13e329c675c9e8d9d66ba693834 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 0c3f31b6d4096cadd9e272f78640f35e8faa048d..23e92c392b31a84f44f4080cf9214e9597382694 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 1f6018ef80f39107a27b4b131cd5fb5546cbffa2..5ac96e753630418c8b423d9426133a341b1ec38e 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 bca05104f5514013fcba90271f0c4a38b7a46d46..c0966273f9a75fc83970e739ddcc1e3cf0e56b66 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 10c92f72acebe0eb2c0b9e3a48a44ef6213d74e4..aedebe9deb16c788ef01fb84f50eb12e84408d1c 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 ab15de7aede878e48e70055f7c90f9ec0eec60ec..402460c40f3148aa90c4fa54815879e9de1f5f13 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 2284a09c2e92c8bdacef978c7523f8078e3d50a3..5620526762308fe4e28bbab9d34aa6e74112b7e1 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 2fe3d0ee8d50599b02e144546e21aecc41e9d2fd..848e5ecdeab97420108fb546d8d728f863d2eaa7 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 ae8a3349dde00b9e3004c66149d92ea0de747e01..cb56d125be4db4dba1fc6371c159b9e46f3cb0c6 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 16d4e4b20a1c694d3b7b9344906925f2798e692f..69072b2a140849281435c667d7f16abd1a94f8f4 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 65c92da7694eabd0156ea538167f7eccba546054..88f669246e6ce91123b4cb05c5c7a521b945ba6b 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 dba6bdb1449f2eb656d707abee53a9689a808a89..1d94fa85473ad4ebd3cd4b4fb5a0158ba18d7151 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 ff03b3c1f4b3e1fe84dc4643b0697899b75239f0..ab2d1a842686f7e9aef8eca4521997316ddf8d49 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 90da5336e6cb21ccdc93458a25cfea66c15af7bb..54c1232af35649236cf670e6ab6bdec8d4011989 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 6e1450802e329f6f5f65a0c5c7e8a9d26abd661e..19e3b226cd08e8fc2c634fe1373c99de3cbda3bb 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 eb97a68c0d5dd9e6232824bde4bd889ca0bc6088..406fb446a97e427c482e404c9e048cfdee1e6c65 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 1d13cbb779aaffe634a0708904197b8bfdbf79a8..77162b199469605a7d97f16ff163d2ada819986c 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 0f8cf56539d333735aeb6a8fccf78cfdc994c41c..326be7bcda8f84d130083d53a42a82a0f882ed4a 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 92122934f2fd8e982e8e710f0198b8d7c42fc058..b89dbc1db65ccfa06b928bc7f49f37bb6260fc0e 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 f4b7bd515255e3261b3192b210abcf315aeb104e..a21824e25e804f94ad3a314b79ad43069bb7ebd7 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 c2501cf52c71efb61696764997a621cf156d6bf9..dbe5c46ade7a140e67c8159069bb686f7816de93 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 821835e87ca23f44ec9b4a4707b0a79f6e746af8..d1c35acbf6797341bd0d7e67c3c6bade5b578f93 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 46d6e93e4a0d0e51c0bfaf671d6d200841a792c5..7dd5e617282e2dff6ccd2aa0cba108228276b6cb 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 6152a4ae3f33f9fcce92714d542011b7af6ea6a1..ef48e44b291e258e5fc27646c3759c2671cef831 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 215d829721aa3bfd474b50e47d102743cd7732a4..e54701e0caaf0e358ded17065e31505d5a467910 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 32ade87ee249fdc8b6d3d186fb6b8353d126b05b..4a5dc35b06e817bad725d62b7c5c7be40d434e1e 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 40e64d28e973bed7a4d9f5eca3485d6593f44b95..b255caf0eb58dcb021b82c4995aa8eeead25fdc3 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 ffd86de90b70c7864be3a7fcc28d05afc3e85a6a..84277dbb4769158f167f51e6ff62c4c2eb5f68d1 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 48b5414bd1de3da6757fa9e0c82e84c307cdc774..e85b50579addf73e2b3e1a8c4bc77e7d032a94f2 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 558d774ba08517027cdf2daa0d7232cb6413bcb7..be1724f5067a225a18a9a4199c54622ffb99cd56 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 60d9a76d8000612e9d9d11a63c5dd724ba3dd805..ca83ce15520868703af7ecb215dec04520899d26 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 b81079ace63209dc1660ef94191c82f8178cf513..bd25fe2ff3a003da19141d5dd1b2ce1be7d24182 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 568e06f30dce21a62048ccd6128f5130180265ba..69ce997cb22a9f66eec7997385902a6b1f8070c0 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 85fb366e13b2c99c2b60e1231761bac250440fda..caeef7a9c5f4175df9f1bc986c3248d553faa05c 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 b33f491cc0913ae02d1ae97be762d63a51109350..9b4a751e17d6e81ca79666d59332981ced1d3331 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 6b50623b177667d6f63a5f66d6229c01e2785251..9c6d120ef360eb41ceb0feb69fa4c413a03289b2 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 950964e3a41a5d77b3bbfeefa16cca7c715b872a..2e840fbbb1a254b382e81d3e23001531994f2908 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 5d3f12cdd4e11264735d029ca90f8e15eea97441..a96b24511c1473394eea8330669b470ff9426ae6 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 8172a46deb02136f79e4ff448f760c2514665dd6..7cf7a89c5957c7231dca94d34b5dadf106f04b02 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 2ff1ca35bed9cb67f7501be6b1e5047948108f31..24aa910b702bb38fe10e4f99f46468f44e467de1 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 5272fb41f9539fa314df0ee73576ca6d6c3d6c1c..791f077f5507559a320f4793090a75bfd442652c 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 b53d9471a5b85c8847aee11b29a5f44e6cacb97c..7fbde248e6fd3d13ea356d3cfec666664b15b492 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 3eedcf089e51cc0c32265e476a8b442e4970f47c..e0ee92c1860e0dc63c015d16fd4cd9d44e42508e 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 59b407ba0bf61bca1f3186c69966cb316fa39164..464c78c121550e857f5fb307fbf88ed259c7c9ff 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 624f9da159dfc87af8ded6bb4d6e8828adbf7db9..f00fbb9ff818fa17e9c747309bdc029b81ceb773 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 31a5dadd21501f6b9e21487eae5163cba1fdc470..3903611ccd33efc8ef08102876c2862b8aee0e84 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 467391b3f19de267ee39b8b454367bfa88839fde..5e94a3be4956a2de3968c18facc1f9c4e2594764 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 035b070df59c4d218048cc0d9065dddd7c39bf95..c771b6b984026c5737bbeb46051f482a06c289ac 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 12ecdd14ccd22e016492320355f4bb8bfb24f9fa..adebc06d0b3a111f73faf934417a5db57a27aecb 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 5a71ba439b41f8f1d7404a011efdd7e461c7f28e..3e21f8ba9b35bfe6470dea9af92fba4dfa5b3db4 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 5f2e53e1d90ef53d213bebb7745041cc1e4f1619..7f56945910f08a1124beb152b966e2fbc685a52a 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 8c5c52a2582746ef6abe5e9b1e3d9854e42a9d32..a2fddc2f7ec7dd702ee8a6d13ae8f0b1bdb8f9e9 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 ef8a985d464526716db6067e4b7f265cdccb2014..5fb6bda70d1911b62eff63515b05c50a42d92739 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 e0275266c8291c25f367a6a1725e9a0b3183cdf3..71ee86f304e3fbd7def495b4d41311c4ffc702f9 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 920b5ba061a7d724da2dc74bb3048a4c06e97fff..7336b19d3a16efcf31cd77cbee1f54e01bffd4fb 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 946e70cf3842d7e7c08aad95ea33d4e7251deda0..4b332fe5825dffad5c00f20fcabc417e263cf38a 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 d6631b40a31f685704e6858dac18234b3abf0751..fd2a9e9115d008733df87af55f6975ff63d60f5e 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 16e076f5814c6f41970c9bed94a0f50d850d45f5..bc7375da756a0619df307b11068afc56f6a3cd33 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 045885e197c933c7493c67fad1be71ff619a5546..87b532c25ad546abdb8110fc42f20913a6b2d9ef 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 3d0dd26d8a89c876f6d2f94c4c15d3990be82ad7..a66f8812b32f5688fa50fc718af361119f1eaada 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 6415f632e044f126906fbe5f8a5f5beb90b4aa30..3a9c45d742c347cd54c677a2d7f132687fddff2e 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 d65554170436900b5425481005e5627778bc2126..8bb0fbf85c9a73771d5f7f91fa4204c3ffd0878d 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 5e1d796109ccb9fef3bc331ae22d72ae2308014a..3e4692b66aa270f40df4aaefaa73fee99c25fba8 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 df23cc1d56a67dc50026949fad7f31b0c3bccc24..33d3b1ee8e867e66faa9a25784bfc0646125c982 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 1b480e834b3b8a1fbc3e47762a05f4e95269555b..17f6a47dda890c428849d14cc2c31ae219ffe949 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 3e664d658e1f0587620d76006e4c808212cf7880..723ad0563592d529fdfe4b4d54fcaf43df883c3c 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 644a15b3460098737051f348ba6e92cbe9712bb4..eb097d028fc75a99e99d490ccefee325fcbc8502 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 24a414f6d788ea48f0721078def8bbb5fc45ce04..55da389124560541fbb56d8ce97d51952c015f19 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 91b0dd06f242e2dba2965f0f5ba1c1e9836845c5..0167666d907b19c8648c22134fcecc692de10f22 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 eff71d9a279fde77c3fbd7cd6eb9ee51fb0664c8..cf593d7c542e81de7cf749669fa85edf4feb05cb 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 48e2537b7ef0dd95b95a4a23a127611ff7d33213..a6497e79e0b4f8dfcf19a93ec2a4d02aa85b6ea6 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 7baa275caa00196d872977329e655d2a090b5570..cdf76302c6aa6e8e23b8a4da181d1ad99816fa91 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 7300e8176b4fda66d052c1e45625579f756803fa..21f12edec47bb375dfad422288949efe603cb424 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 5625cd7a5ae659b89036705e88ba5816c21e535e..a27a4bbd768339b095f873c42262ce705adc3cf0 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 5557a5aefd3f03b54f3e8886e5fff2a184698d6f..4f02225a8f87c96fee85020387a482f64d4d7abb 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 6f8c9b10e4164defb083911559f34cad49ebd5e5..49269af6c97fcae5daf49732bcbdcc2102bc69b8 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 f12f9d152683d292dfa632f376234e1c584024cc..49391ab8ff4d05402f49699db775eacb2bdbe6c3 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 07f685a35a7bc3af880a26c6f9f279d00cfde9c6..c446d535baad5827568bc6319c5dd4f1bad9f1a0 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 9626b56fec722c8fa2a7b59482b631c70f9474e4..9504ccbfea5b02c7bede7986ccda81da9563ff5d 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 a02962f70fd59bac1057b803f3af3ee4dac6237d..422acc895f04b4a8a75307a6d4dc32f6b2694b3a 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 f7b9632b5ab58d887f5e24e811975e4a23039842..8841cb209635d23c82dc74dd35efc3a409b07e69 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 d1806d2ab4d0710e39e0431d00d20ac20a29e73a..aa2487d7bd68176a3fa8c72b72cf9600c0f90b4e 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 7a3193a13445e1f72b167a9d75c38a8c0401ae64..efc0ffedbf032e67852c9dd490cd48b7434d50c4 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 86bda65c5cd1dd38cc10750fec5e7542f7675808..e12eee92b912251aacd3a6faeb650152dc04d7c1 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 91456a698af28a33882a9b6803fe37ef7b453575..ef8d8f1409180e39c70ded592c96f811636ce78b 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 f2289945e22fba9aec7fee70e3ddf54068018385..e73e56a615683e053bdb1b70b99928afafe157e2 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 a9064003ace9f95c6fb5c518b8f38535b1193b21..d62df25a3ec7929219b943a0e3acd3a25e3a878e 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 46b75003e1e0c769452a6638f3c60adef57dc058..138e9a786509b63dd47341a66394503a2023d1b9 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 d0c007b359baf9fbb4503580bce7b09287b54410..f0915584cb7e78c381fadc8cadf048f0535b7a40 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 fea60621e9d388bc2043f59ca6044c14fb8c95ca..92e38c0113b5213cc77c96360b9916a9d6fabf07 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 1c750ce741907dd046adee5465d0786813accf3d..8ff86b7b15ab044b25ca84445cdfe6a538863f58 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 e6b5f7748bb55e2175e7501ef1e4417fdb821d9f..5a8d6a57e9e1d6ac3d8da0e23065e165d273b16f 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 edbd52eb7ecb318de13d0a3a356bd14100776787..24723c3b69e791a2a1c953415e3e8adf068fcbf7 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 0526e98103147f8a9c992644acec32f85496fee3..93f159d1e7e013d57e604789e4cf513e9d39e4b9 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 7aaaf3aa8e609d8d6568c4b3587385096bda38cd..ac148ba3bc5813eed6798fc647c03b0a7c871d7c 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 5ae34d5c518d640bc6dd92f23e60f1f218f8d052..5d065a84c9d9538933cabca56e8c358b991142f4 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 ec2f17c988be0b4bb785b4fb933604d547858c2d..2afb5a93ec5498c0f7d541ecd3a4f3597c0785fd 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 b12ebef919771747c0f0ed1dc467bf35c40b6c65..31f432f4b1d7db2bdb134c76b2ef202b38e3c5f7 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 151c5256fb13cf3f49737ee4f1300798fd1b50fa..6150d93595cd7d5d8fd0d40ab3a7b3a53b080617 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 65f22eb3722d7d98998751d90293b27a3ec0d028..05cb25101be8d9e1ff3f3ce9da92aca447b2849e 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 d5c419f677eafdd7f7a76ae69bcd5ef89f457638..0729f868fdcbca7e022da61073506f3760b3a716 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 5aecd6eb49444d9e75b327555a8ea2169ad35cfe..c3810281d675d7cb5b8ed21116c4a33a0cab744b 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 c5289b1971a21c301e41fa23267b4c5a748a8178..52f73d4009140735ae2dcef409159cb4693d29d9 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 80bc4e5bef27a7125d75940849056defdeb00b6e..a236d76db1468140d5ccae26b493f49832b861f0 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 2e73c0c81a34974b0663a8191605f46157e02d7f..55c5935be7e2d8889fb8810a0198e8b51af4f343 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 b59817b259fd1b8a76a7b44b50d13c66d967bd09..f53c15edeecdeb596c2bf8b8a783e55a72a63cf4 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 74d50cfdca598d39e44ea0d237a233393450ccbd..1b64ee0b743dd95f560467289477dbde46b10dae 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 c9ec26a126da7a5fb7d77bc0252ddf5fd0f93b46..d441d07237eade579c37bee5d887b3c131dd00e1 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 dce5cde24c774dd3d47961f827d2d22c34141a47..d976c87649cee0ed36d641e1f8550d0749a6bf43 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 ae783540b67892665a1142683dfeb17ff8566fac..1dfa7b979a5d531b1779cd1ee99aeeaee76a4c2a 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 3c86a5bd7f5831b6ee662d3c7c9c27cb27217c6b..bfd8327f65e750791fb43f77eef202d1dedadb1b 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 85a5aa50b4f8c936f99d9c02661daafc90bcb0da..8148070f64a07162b07432658f6e56ec80991216 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 715131c17c008970fd8251e07e30d83e92aaaa75..4757e124579556c764cd540652227f6e8ff0c31a 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 76de31b60b07609bfac65e92578609d5ebf8221f..3d50d6e0f0e6e1937f8f18b76e6c65738f3cf5ae 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 4f5adba92836f73ff76f6ce84f740eb33cd93c04..92d0af8687cdb8354e9541db190766bdb49e8de8 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 04bb642bcf53c07eec1d6a6ed17762cfa315e3b5..fbe3e48193b76ed9a4342a8ecb32ea2e4ff5e5e7 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 d013d12e6e0a120e284f3ce301ea4b48e13851c0..75e80ef5c2706277651b84dd535abac277859089 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 84fcd04372f9f9f3c78c2f75ea91bbffb5d1111f..8fb5fc4b4dcadebf4d34e5764e5f3a94efe029a0 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 8b363bab914bd824a2f42ffdb1f5763bcff759c6..6cf15b18d01ff5abf492a94b6792a016707ef364 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 f0331c11a99963ca4658a59f100b3da9b637c61d..4caf2c7668bbe7a4abd6e52aec163cfa2491bc79 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 34c851c465b3ff1f3a31ea8937959907690f0b06..a2ab528c08d7e5f833fc05c0fd3ca6ec56f0e9e2 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 eeb8d29e469fd90c94e96bf18ca4c3bb6350d303..abebbd827a68a3165b1c14fbb034d57490082802 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 492bc6fcd7dcdd78046d3958eb34a27b9a31a1cf..2b49bec1e5730c39eb3b44b1984ad5cb4f5f170d 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 8058359a639c60d7991f152222903c19494b8ac3..de07dcd15c5a46b0cad97b4399325515c0144873 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 c9d187fb00b658427c1eda5fac6eb2376d370765..c4373330d83375094ab3d0e164d3d918a87a7dd9 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 59b1044ec9600eec7c8e17506f0995a1cc309307..25a1e9bf22b5dfca4d161100d351444b02ef0219 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 ac030ffa10c22c39487194b4a9c8412674a4d590..160eb9ef31a32a4ac863d4b280a4c6df7e582538 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 33759d72b773c0356cfc9771b425d9fd0c106e27..eb9f598e2f92f67b385382dedf97872cb7621904 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 d8bd80503c89625ed300dde7a21a194d825bd4f1..4f49513bf34c4af000ecdc07d24cab1b0a1d2f5a 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 7bee2e3434e66d03d96f31c37d35ae69bf98e868..2fe32d416408ccf281671562b3ec5fa706805e1c 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 6d52ce4f29cae806531c8694983cec12347553d1..483de96ce6264f637325c0a46249b7960d47116a 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 0c254b9f1053ff1a3f40fcf74e0ec0acf277ec65..4669add732eb9777f59c7cdb7228364dab828b96 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 b49b4762a22246cead2df97ca1ee81fe83199027..abcd10b096711ad4f09fada800c10565a052ed3e 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 52293eb3b9237334225f1fc88dc3eec915a6e0ff..6f8e6d5e4a5745969c150627ad4506146fe788ad 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 3ce0f015d6b6141bae8d1c27cb93d88a286384f6..c14ae575b975f9e83fdc2d13c720b4a9edb223f1 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 089f35597c217ff1f53eaeac08bed0894145973e..1f33b5a3778fc5d657f1135d1f92f8276def534a 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 3f00d0528f4b96004a4dbe8ba6d04b8e078f6acd..57322d253ede2a223f4dd7f8b27ffa4ecf7e1188 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 9ecc820444ec8cf9396730db69fbcd8b714d8cc7..c66d3d6d0dd70b89f3920b289040a862ad90ec2e 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 60160713d9ae4f48f18034ab1ef6f037663c0c03..4b5e282e790b78e61929b8ed3e6dca5632e80ad7 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 32be6c3ff8845af531b494db975b2423ac5fbbe9..bdcfe79dabd96fe830ac1cd1b0ac43308031e8e1 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 391c5505bed846ec20c37cb29a8d49a280f64d85..97e94f882cc13fc0ee73f1a967eeb673607fcea6 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 7c8a99ee890291702e97532ff61bab91467b0170..5d1550d3b6e242c2b141c30ad57b1b640a8ce226 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 29b16825cce6be930e39be545498d9d1a87c19f6..1f0f343e94ac1f4eaf3e5fe25d54419f075e678a 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 261753a4f53f0451e1e1696614bb769ddd3849bf..8ad93ad5cd9eb7138b9597c488904a723477cf14 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 35e0d2ff9245e587f945860884acf0ddaa2229c1..f8ac82117b2e728276609ccf5a25ec582c2d0293 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 236441091abccb91838ebe1e61e60d7519ae01f9..92b50b888d3a6023c9e4b77e44ac65863d96061d 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 eefbd7dda27195dde7a8773a56a3c864a304b586..3f0937b0b0e26efc12df67a8a489c9fbb39371b6 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 64b6eeee70341ccc772c1412272cebbaacf2f919..88aa8729606d374679c5b887386a3993f01b4144 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 ce6a0fa8654536a4f582e61ff94a252f278dc354..795f6a94a82803489e89f717cc46bc177f78fbdf 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 e59b0266a83f69dac5233275d293ba9c75b01767..c534bdb0a6e838d0ed23d3ca5cc6e5795327be9b 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 ab1b93a0282ed67552b9a8de8b6c99e1d081f543..adbb45db89f358069211ed603ce30fc566c6e312 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 f40b161edca8d63b79cb3aa3971e80d82fa46a78..2e7a72b14f97223872f7922a2e930a2a9c947b00 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 cd9ae8bc0c64daa0c672e093da94859764940f9b..250cfe2692ab078452cedc82e4e2b3aff476cb9c 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 c5d24bd8270fd4991c4aa8f05d01f7b7dfd7c81a..05ba74b480329238fc03316139d03e885263cdce 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 1a41a54f8cd87a4510cbc93da7590e45fade3af4..1908780f9cd0078706691b799a84ffa91a6a50d4 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 b695bc1c418fcdc88cd86495b748520fd38758a2..fab39ac1f899455e3c1c0e1baab7dd9d937ee1b2 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 dbef0923139602dcc6e8fbc236b24816523135be..3a40f267614f67a20c51ee4db90b7db24b00f956 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 029ee1f6465a249d486e00eaa05b3eb891a448fe..f40f352c5c1e48f1982137575a99d9571527a8ab 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 df493e3aed7a585d3b307ef78924c46b02762729..d8c2b6eb97a9856bdafde5cc72278ac8b570a9a5 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 1884bebabc94f6b2df82bd1b036d3559d08aeda8..fbed20788c8b1d938fc6aaabef16c9ed83b5adfb 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 e1673bcf9b6c6bfeeabe2bf8c83c31ffc47a5cd0..f0e74376f7c0c57438ab7bec3755e58e8022d0b2 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 689dd64f600c8d069b08b9ec58e56ea9f537e601..05cb98ad3088256a93754de95bc094d41eba40ba 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 9dbead7c1d5e0ea80b970789f7f727a6b9ecb53c..7a2c0a7965e74981d42f73c129cb2cca15d3cef2 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 465cd9c9b8ffb6661ae5a5428645331ae2d651c1..992ddb2214f3f4951051a94f1b7d6390e11575fc 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 801fffce6449de2f7132b027aedd3b20c3ee8e31..4f2f178a359f6aa1f01fae5ed88ccb6e9d1fc83e 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 29e2cf51121e5a99a16c94429fec2d4851f7e1a6..bfacce1c34d128cf5eace197f3df8980930fc0ef 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 e26387c97d79c8d8f4a8212b32c452bd31b9c2db..0a40a37db5e79b5eb97b1232dcd61b1b88fbdb5e 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 c3571cba5df6450d2dea8bee93deb3b4b9f275b9..3364d7543639af216f4e723e325a7cf2198a435b 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 7110bb6477476ec0e0724b5a2c97c8a09af744a0..9bc76b4d61091481c426147e6fd7ea35870647b2 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 c6f498c7792f2f5459cd1f7a048150251988d8b0..3e55d8510559420c39d50242351daa3fc896406f 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 28a894d169e7181bc519219c562d784530b87bbc..9650140ea44742db4153b092be474f741b0df0fc 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 d8ab57420f29b00b947e93a59211ff98e55bdec0..2ec94b2ed68f933cb495bd240aff6d820e932120 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 aaef93d540914a0047b76959cc8dd32cb558c636..b900a03e1adaac0719dc6b12d9dca7fba45bc2eb 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 1b51d21ead7fb349e114712064d94576e5b3dba4..cf91c213f88330c5489ac93305da56c4538fd33a 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 07b5e3841233906cc6e91550e5b543981c1ff1fa..ee6221caae1a865191c8c0034f1d0280a071c0eb 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 f7e3ff702656a0db4938adcaa14a95d636b5353c..56ee4927f3f36aacd883c3033b7f95aeb8f58348 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 f1b920fff685ace9730aca3273a4659291ffed55..d6c98257ec92c98dc9d2c056ed4971a92df5c7ba 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 6118a2a33a14805f8687c73f7678831e0789fbea..76207aecdf103aa076d1c4c5fba404a78a64ea3d 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 32d97a6b0f6c4dae6b65cf14e98e060f909b0e31..465c900ac9aeea9504abfd37bf96f53e81f07003 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 16d4338bb20977e8dd03171979cc945b24a6d925..ccee4662f01ec18a301d8592365c5da7f9830bda 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 72c07cdfee36cdef5b4ebd778507cf2182dcf99c..0a14809d55d4353f1c375db9c7edce18ab3c8c9c 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 dc356c00342632f4aab8d2cc55a569603aaee706..21ec1628d58c64544bcf576fc224ddd9444f4e37 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 1959083cc5caa5e75349f4efd7c00b66630cc3e7..6d18fa7fb4283f8760d59ccb49e7fe936c113b3b 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 a426bed6fa57b23587a11f7f2b8af1afbe0971ad..01bcdb4875288887cba677ea90a9f9b80b1ae15f 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 252065d32d0553af00ec463beeadcbcbd97b9edf..788d6b5b089da6f9a071530877716ed7c959d584 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 0ea9680c6a8a2a69a68d6843a3646f78cb7111b9..d4dbc782bd008ce4a9ea9eda18fb42f12d889c7c 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 8536a0de02bb1dd6d1413103fd0892306104c95a..9de25491cae2f9911405560e91cd32e077ee174a 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 4400a64164996890ac5ed37f926073575247b16c..70aed2de4dd40d13331fd3bdc43347c2380f7f53 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 eedb854283b4274fd45898e7f47acfd690bf3fdd..ba91341c7a99f9db55450242da715ff85e493cf6 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 50d1978c71306376cdcf58222176215dc60cd540..07f051e198a4c5131dcdfa98262dec584af87abf 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 c420961cbde27e4789adc18fc360948723a7e54d..5a43f2870e6446695e6b1b34c0378824d1f4058f 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 e1b9077348b666829acbe45890a70c838de5b4e8..fe0de4a483a0b870e75491847cc4e8b51fa3ca1a 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 97ef2409428e1486f82ecddd59c652f2d4491024..5079784c2c72451a6ed8c9ccd7d6eef69b422972 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 12b1cdbd607fb22cd811324ecca96bd60cd13500..7707d0fba492d675692cbbbab1a55f108577b8c1 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 f8280db6ff4b27b67d256253ddc54dc2adcfd32d..c9a121a3cef4b62f48388ff0e0ba60185323bc4a 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 1af25fe46190c2cb7cb2d3460e09e2a1dc677a69..5d11a3110e1b3fe25dbd19c22895c86867c982bb 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 ea3018dcc54258f51a6a4cbd1d515ecd1faeee0c..fbe86abf6c2fee099f76424a89717e6d2050b86d 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 bbd4c7d8870c6b4d50fae3e84c613ca5fdb29baa..306c2b1c7b5f4f95d53a0efdabbfd6ab9600c6f3 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 e9511ea94c90ce80bdd1f07829f86f31a5ba2bf3..088724fb579098745b21edb49ee96d718f77e6cf 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 2481d008a2a3743dbafff3f72c05a46d7af289d3..502ce28b04d621b5781e0134dbfe1d9b43d654a1 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 2b7af09c3200c167f02da3ef51e05866b30f652c..7136fed605ab85639d32a5724acde6d5db777eaf 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 15fb81b3d93ec322ea892b4730e9c7248355d532..0d9530c93597fc6ae0906fdea548807f2f9dcaf6 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 c58734f3a609563ed748b32682284e201042b406..21bff9a4b22cbaa98683debc2e644ca20d03df58 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 f031c6fd2d44cb22f742bded6edd3f65f9ea7054..49a52b56c3f0f59a1df396650716fc3d8541cfa0 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 45086dd43c1d787a8359f4db64b5a11335775b94..47da10da3a8fe81d20cf4fb2007460be528e34b6 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 68691bbe7b98d62a54a525afa5b12991cab9dd19..91f3e69195af8fd7aacec6195dcb75aabba1e770 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 5bc1fa80c6c8da8932209655fec0bee49c56f756..c0cacf12c758128381ce6243afdfaf098d1bd865 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 39c6660e89656f2809fc3694eee4f981d7b0ae4e..3f2cae7b52e005fcae5325ea3d585c86f699d197 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 783079cff79ad52d4b590aea2862aebfceab44bf..a9067cf5c5c3603caa47b2ed9abb9017979d1434 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 e2270b0bfb5975857e0c6f5e55fd4de198d4e8c8..b6d8c89612a43f1b32fe40ad15111140e7ec31df 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 7901bda14d3ebe42500938cd3e245ba005dd6b03..4362aab14d6aa72b97a68896caa8cfbf744adbf2 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 d136221e8a13bf55689e0c69fea381840d30fea6..8349bc2265a9378f63c6efc506e2f9d8103e974d 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 d45fdf0667eef31863aadc90cca6384908d626b1..5630d1467d77709e4c6e13b76da5da93364babcf 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 dc302631eff98cc466c5b8341b0c8bff5c703f02..bf54af666681ff45060710421d16088e6d5be8c3 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 74c33b83019cda78ef551df57ed1779bfcbdf881..b876d41e1910aa9336bdda4140bb46b6b2051430 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 f98ddb0de91332e3b265dffa79774384fceda44f..49469f1869c85a404e82235ecb8a241f9f23a8bc 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 c2bbe6cac23d7e8464ecc3a29631e83dd8a968ac..94cf4071fd63f32a4451565880d7189096fb5872 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 af09971bb0a8176ee542658baa6ead977e090606..d182b8c3423fe794625ab0d3abd6ba0bda83f76b 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 90d7854f4614cf3f8843692ab3869f1bd50cf2bc..4d37da49e25817336e6201aa6d25faf9ebe284a6 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 f3310d928badd2651003abdf20110fb19eefa98c..58764dce0f0a87e598c9e404bfb2ecfaa3a08efa 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 9ee90e0df6e3844efb356d48888f2218376cbef4..6d86c879f7cb41bdc50e727a18613a86b8be23bd 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 dd5cf5da3b99c48d7eed7c5f3f1af1005bed17c2..30ddb58ab55da52185814ddae50ba9d3a2a47bb6 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 f48c5752e5c403534b0199da8ee50cd251dce212..5118ce76c18382052ac11051d14a407f35a537b3 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 54a96a994bf1b3a030f927c94d5d19d0739ac2f7..798623943a17541771d2bfa7f35c37c5da017e8e 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 0cd7909c79afb69b7bbfbb19201dee743741eddf..69d3e5ceb4131cecc434d1abcb2ad88e4c664b1f 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 876193b1ba7388aef184197237153676339bc825..1fd4ebc474b959e1feeeb2e613671fa003341257 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 0e9ff6b3dc0973d5a669d4afd414a9b9264c6fb8..46d45333859ecf3c0605d6029c395891711e8ac0 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 c786c9ed3ada5b471b5feb2502bbea9bb2d644ba..68339fb0a1236ada45787a0842450d3585e92f3d 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 d801f9744ad43ab2d830ca2f6bccade80d50d274..f2b08edd3d787011de0ce8aabe3fcb1e8802bbf9 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 63aba88131c3aadd5106d1b584bb29059df77783..1e529128c52dc4ba75e0923394fb6fdcc6f2495f 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 df7568c415e7cad04ecf71eb47cf0ce7e90f83bc..32229fc59501994f8668ac226752008232b7ed92 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 2cb66186b00653d452fe06cbac173abbfb52c085..75296cbbdf5504004919e29b9a74cc7df6032a1d 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 d8994ffb363ac3803ae38d68340962a758569f8f..c9ba79838bde5bbc785880e197b60dfbaba023fe 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 6691c7ddfc5843388bb3db1643567c26ad801856..d7524a1339da3bec50625da2fd40506d3a5c7213 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 8373e90546096d09ef3185d8432fedfdf940b29b..43fbf73ca55e00523cdb9dadd4db52fd562c54f4 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 659b023d77bb60d6e109d0eb3b0b438c6127fced..e1effb370a3140893475229bf12cde6b1dd114e3 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 6950b7336c6942b4b26ba8d35064d813de68377c..4fb7ba84617cd73789a744cc441dbb65f3cf0229 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 9d718c3ed4347f5dee32ab71e5a767fa090fbf08..9ee52eff97ad19d93cdd2ed6de041afcc2a4e829 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 df4735dc2ddd48ea560915244726720646a4d836..6990a2aaf13af8f472fe3e206816496ac2c80aad 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 805908fae6623431548ccfa935dfffe56feeff78..b0027c59770c8602dfca6cf67242887e9cb59b8e 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 8a174cd928424dd6c31e8a4a379c6183f679e8ed..6bd3f66e8a0c132ad1f58acfde84761537f46589 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 417b5122cfffd586b4d10a9967ba30846abd809a..f112bde9e6c514e89606f1072bb3dbab2894dcea 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 b374948847ba1ec0d05268812e198987f0c88b97..edff20d31cd5134df48c2c6a4d928559094dd9ae 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 3d28ee29cc2ebe950b1e434586f7406c3fc892f0..ea6d17c409c77216c328032bd7cda10f462171a8 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 d9c24c02324e864066f946bd9eb12195622c60ba..e7c1c89f66e1badca282bacf5d2480d0fb8026e5 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 0f94d05f4c86e2def057a14704e3bdb94124d1ed..8d829e4457917f18529617bd865a53472eae6e5c 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 20f261f9e996ce1f1474e560cae9127328e48b97..0fb7bace3c3d977639be8abcf203f0d943dd8995 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 26ff104eb571eb75b537de4483c0f1569e4faec8..293db8d8e6b86d110789360dc86c7588dc46cda5 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 e28150de7435bd2b103b48fde09f00a19b8be63b..ac5f11da65536823e0ba289f2c06dfc347b7f6a6 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 522048c40e3b7c6030f319a1f193236a74873115..e952f4dce06639e8a5df843990620f9c0b143b51 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 0189be403abda8d00ef6bbecd8aaf207cfba437a..aa8971212c75e2c56e14797715062f531c7022ba 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 22b75ae553b26ee8366b65eaf39a44d10305b761..5b2d020ff2fa4debd71fb08c31206fd8219c784b 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 4e9fd76caee259577e6175a993ea4e5db574dc08..abe4dd10cc70d99253919da550f18e1e6aab4d54 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 d44dfc17551181bccac23435dcc323b3a3290f3c..64b8189c09e53b60afc9710f53c06f2cc44f89ea 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 89a3a3cfa4f2ffc4ab928a4f932f501bde282225..df797062e050f75e341b3485bb97f63dca0d5fc0 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 76138fb6a1955ffe8c42021e1dc054db15ae2315..faf87b25ec0fa2a1546013ae34924a963d646e5b 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 3549b7ead503f649f9fdbfed83ba3ce12dac1cd2..cf3c0add149d850a820dd029d8f7acd93246d56f 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 c6603d5349e6cd230208c889c06e6e300cad9352..ad22983fa6ef49cbb7e0046d2acb22022cf6e4ae 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 279aca72126f24c9997ba45032401a202b3ae495..713f6835209a6f1b20c548fa1363ed1f2bed5134 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 e5bac93e0dda33bc9c46e166245cc0909a98c4b8..42425295e6169fb130bc2557734b625f51969b71 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 6c2730d75c2f331d98e1a11f27c26d6f493aaf5e..93a84bb60daf7b1492516bb339269e293205ec07 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 88f916a23204eb4e8125bf312e1490ddf0f23857..f2198c8c04540e0db19ca4d9285e1ad015572039 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 12f4e8bc820ddde5fd930611d150fed3d56e3a51..2404f4c274df6bca2170f6b4455e5c0425d44b17 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 d486335fc71a9cf6f182cce89fe9172aa349c39e..484d2acd17b25d3bf27d3aa5a9c069bc0b3cf425 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 d17671b0d9c59b70af6dec9a46b4f1250deb479e..e807e56cb9beb5e30d59def5f98f033ac0b0b496 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 fa3ada4e1938af7ec7d757b40cdd0b8dd55e18f4..930a8e4dbe5abe93682ba5c822c7f219c9ffba44 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 b48b15598b84323d427099253f0d083494df71ac..91eaaac9f910d59df3fe76a51b1ee4dfaead1e2c 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 715aa1e2a9c8c06db547e0f336919f8795333ec1..e52a0e397b9f174a2c8ef3142105776381a707a6 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 65e8a16e6855e2c5ef8e85a0ed21f9ccbc671977..7e67f8caa0627a4d199af6841c23991ef7926375 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 cb8bb9c8200447e8e2233d2e1dc8e2b487b5c4b9..4b2c41f8421d28c34eaa7537edc9272e23ee4c9f 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 370d319902f502a28858e51f8cf35654723ad7ac..7d5496a72b49fd0209eac8250cc682682107b211 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 49c93ec6662fa6d15df333f48438a4506717049e..b531ac633b05e68639837cf78714fa368c96a7b0 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 9bfd8a38df901f07f9effdb140cb4f956fd67385..91c60b1485ea7095915689ee871f807490111b3e 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 fccf3028d64df8abe6821d8d8b99b1a8d8441629..e863684fcf3583f93d193ee88c5fec2e5b1c01dd 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 73e33e8755f891280cb5780c9edb4e74545b3adc..bfee406376f5fcdc368fe1eeb1e42d78e78771d6 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 9e4a6de74449882a136eeddba981b8626ae6efea..369dcf7b31f76056873c7601f39bbd253467015a 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 19d2fa5f0dddeec2394c669fe0cd28e1a265e6bc..ece215f575e155c4b9bab41f22174aefdad20ed8 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 93942086d2f1661273203d34c980cbdf2fffd6c6..4b78f31527dfea9c6a5a6e17874aed72ea0059ee 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 3c9a2fba706133a3cd9dfd702a8b4a65d6affa17..94bf8236d2e1a2af14a9818bc1b9859735c18eab 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 7b4659f376f20f2261c294a12c7f3d52fd96fb46..3151e0cc52bdfbe610b74037ab37d2c9352d70a9 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 163c4c76f4e290ee8dbd2c4682cc8b3d03656372..ca8823d82659f9e11b1621645c80d915e58bfb72 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 3dd3932908a74816ffd799d82726d0e2a1215adf..48f982876f33eb5fbd3200a45032a0e44ea2d9d2 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 13d183d312085239dfb1dfe1ffadd29183c64067..ec914b0e2e54b93b1f53d8244db54115e8ae4f50 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 e77426c5a267e597b810d5188b98cacb825331a4..990a709c4d3852844c8e669b45f70f4d3d86bfb6 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 32931e31c0c1c1b3748090ad1ffee92f11898828..dea12242ff2b89c5d712b64566eb146516b218e0 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 99dcf7967aee741d897e71b12221fb2bf69648e1..6d9c4e7858424f6c478b78a269ca6a1d732388cb 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 90b93d1b76e08e7fd19f41d6590606879d33915d..0cfe496ffa437516999b65dfdc57fe159211bb85 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 43864ea4f9f738bc02b6c9e3caf4d6702ff825a5..fef331af166ba5a5686eff25d19a7292ebac65ce 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 72b853acc22acc8b8b1f0cfc19589754a428d73f..db6f256cc6bd0b875d9310bfb2d45c620c923252 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 bd3cd8319194f82693a0583d8ecfdfe6bffd9376..d4289631b5597f39443f7c8ed273d8c287906e0a 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 460e51a1937f1b8aab85359df352e337bcd898e3..6985c489b2915a45faa3266e6e55d9e00476d12d 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 f86ccab2c61ec442ac5e09dd1e2da5ec2a78f179..489e6f4fe4c7776f93773db2d13fe9579be11634 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 1c0543a66bddbc84f48cdbe2fbed9c71a2424f7b..da5f59e643eb3286572af6c12609349bb9091166 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 2ba9ad064a491c144576c3e0b968d277ec6c2d6a..d8c7ad25177f93c83f555a467d43bdf1153435d8 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 3b0e232cc2dc2eeaf0e32ed379418077a74bd75e..c726ab068724f4dda0476463e4cf9d2108adfbc7 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 fe39b97e012db4f6f043533fe1fef80a53e64630..d3c9cc33398b59e9cfe95203a3f6978c37aa9683 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 7bc88d922e3b43fb2a00aa2d20d006413d536cd8..d0a068aeea0db436cbf18658807faa4cb17db806 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 3733f892a29e6a332bb95dabef13f2b222186633..82a0722db84c7ce9319e67b2d253ccd55dc4f1a4 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 9c098cf82ad0d8a7f9c106e6e41344376daf4b36..e8279bcb83416dcffeccd6b7245ab27021465c50 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 d3a220dda864ebe85526f9b97fdf04e62be5ba5b..711c312c640eeabf509a0af717c032ecf13110a4 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 9226f3a78d78844b00f8a23c6dcce8452c15ce41..cc1dbbb9fd6208eb1d650b085ea561d349919c72 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 81f60420a2edb62ab4dfacd0521a59ff821cd748..d56513f448d6d289766d9fa9fc3a6cf9c0c82cd5 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 cd0a953ecd1ed6426e5f75269fd018f649e6efaf..c5196047f540ab38e86dfe458b0dce6a869bd139 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 01650b612bb49489f9d39a5847d6c2ad885764c0..4be68c136db140a538034d3551f29b38509a8b8a 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 0a1ffaa491310dc91e0e2676203b2c7ec82f6fb0..92d279e131e8bf258066240ff65bc52b501e7aa9 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 008c0b3ede3654d709569a4b3d970c9d14123895..223e06360fe06f86c102e8b49252b4486a628157 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 5ede62733e4dcbcf8dc285fbddec04e0d7dff4aa..e174878c6f9a7ee2b310af5ea8842dc0b1660faa 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 219075866c3c746818834b769a4be1b3d3d370df..f60f8da58d474ace0a2e1bb21b59a5a77873668e 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 9fd8cb976662cd2f80fd50872c03e6d0ab5214c0..5afff19be3381aefd1c35a51f7ab1fb667c1e258 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 f1dd940f1261abb8f4c4da7243ac1eb7f072e419..e64d5735a7aed0db2d10af73fe1649362c9f5005 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 2213a796a64c4cff22eb5cce800fa50943778204..7d45c70f1908029edf144299e06eebba3e26fbf9 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 7471d858c12e48e1c03a9966a1b1fec98605251d..9dea82639c33bdd0aba5480b82e849436f55b6b5 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 2495cbb14e17fdca16cf095453e6a58b03c75360..b3c7b08fb98aad6e8422b41e5e74c6c5aeeeba69 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 c1ac44f2f10a2cfeca34c95b04cdb78bc55d89d6..d2982ef62bfe40b17b30bf287835e12f7baf961a 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 ee0bb3e7533aade0e4c6b076cc1c78bd5ec27918..6f9cdfdac48ecca587c4c77d0364a93da79a9e1b 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 95df342e5730402129c69a2f2189215817256657..76151c23db85bfb5f8a04d266ca181ee06d44034 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 a65b4fbbbe97e634a598dbb01a098cc335ce080e..e640e4095a974966fd1d55f924b2e95ff217b089 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 53405ff96e2cce29b59d31038f608b2abf4a9969..c059231833b72f7294117e8aa12710157f3a956d 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 5b50754120574d2ca0db7988fbb6709eb6fa6406..b54d20108d6451e353fe08327d1e9ba0a6869511 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 f6b76069a6190ccfeb83288759325151723db74f..91d21d7bccacdaa5612bab90c6c008f0ceaf6d00 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 735f93cac497d8c5194d811155d3d69a9b2159d8..83ff78e73f8638f2c091497e8db928ff3f194612 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 82458dd60a238187c89b66551d0f68feb4d3e86b..634cda40c561c963d0f09f086cf2946b4fc504f9 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 8250b890b05189cba3a440ae8affa0aed69ca26a..88967bfbe5223c6221e6690ab2a09767253cb04f 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 ccb705e29849fb93529efb38ff8eb779f4147d55..28ab2fafc44c9724364d22aee59c93bc5a837ebf 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 3004bd4a295a1844ccc3de68b9712e669b8450f4..c50ad2cc305589a75ecb3c4c20bd0f9f75b16511 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 576053d335f107c74bbe55a51a2c931050b815ee..407eb9eca9ba6142d0c08f21bcd92c89d6bf8a5d 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 1e3bf0aedc5359c5a23bc608a7e6b104891d8082..51190c645bdded6d92f6fd3047f1904d2b467103 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 4cc8934340e2c87f56fa2debeb7bb8ae316a5b14..fd5db4575207bf66e6185c6d2b44c343dcd92200 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 7ffb591b257dbc0167a083926900cf8a80323244..ec9b0bf046ec91026583d7b139625b5570d8c850 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 c5176801bc538db519c507b865b265718fd2b5cf..6a0f8ca567d82f466a6fbbb922a9386289f30ecf 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 190a89305ec10488f0ac5a49512b4fdb446e755b..4ea4c3b9aa4d95fc3e2519662fbd53aae056cb7b 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 d62d54f86bbc0af2e64ff0abe5ab22660e5b4fdf..89895dabfa90b8ab413ba0158528f638fa4dcc76 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 9b84ae916f8480dbdfbe25daddfff64ecbcde931..2ff53c0934934fb22ec8b5cef3cd1bd58f1e5428 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 1629351d151214163c4123a332cceb342eb08b1d..8d71d2dc254359cf977eb650804e5fd0658b605d 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 3e8260c5711f59b3ca72af5aa9d4ca036e7644f1..707841e2581b7a9c50be7c649535c06dfa1f6cbf 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 713aa8fb381ba60396099c0e442ae209b8d697fb..a62f639e4ef0ba6610d3ec77ac4fce0f946fc681 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 a568fc4c039d91a79a70d5bb85aaf42e3b7d7695..b89e935344f1a1f6ece96bfb4212df3140849163 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 b5b99ce97a71b772de03a48a869c2204ea5dc35e..c5ef5282597b383961b1bb42c37464bd1d690b12 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 0107976d7dc2d82b6094ae523181ef5110e6fb6d..c17da28aa32c1faf4a1cba9194558bdbd8601161 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 cf9f9861c61efabbbe3a221d6b4099b0b3544a83..c87e255aaf4390d03745dd40221b479a6c6ec67c 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 61d23eaf43913867c1ecac83c55abbf21515abe5..04b5036d1c836df4ac6adae638a8aa415a94da34 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 2100a1f259d4fa2bb38e39625ecdd9d9ca64a283..d7679dd5a63aa6cc9556c28a9a70b92e4da432b7 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 4432fbf0d8eb5f0cfaa4d4d777e4c4098b4cca9f..8f7f7fbd179bb2fad13cc2f32529d03e06b566a3 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 bb52bcb7dd16c90cd89501f74fe6c846a9448f09..0d2d00636602a268407fdeeb1f30d8e9bf5de8cd 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 9e828a0b66c08cf278087577a1087b710b54f8c7..75d5d9a603c5057c15ab282ec32006ffa2eae0bd 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 00e880e78d1ff63043c4772200bc71768a91cc15..575b14d90a28822855a114bc766db2f389d54705 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 c002e16b8283447ab33c1d3b7eac07dd7b67bb0f..03bca9958d41cb17baeded816a9c20d6d6fd96d8 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 66f23553993eb2ce09d4899f1b794b655dab4ed2..1d0469f133f6d37b9792c910a1547bf180d4ad99 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 5b2025a730949dfa7b386294198021f940cc517d..66be8e75c72e852b5779097db2957f9982d5bb5d 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 259df564697059ca782afbb320b471f22b673356..f2654641e8123b4d9f1c0ba124ee9e76ca9acd7c 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 e586c95ff53de0365b6ad1fa19c25d701e17313c..f240b57f6d67da311e98d54c4546889f680909a4 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 f26e03a4b68216975d0c99f5424f39870137b110..dac0dcebd7e5136e3cdc36181fa73d6d5868ceaf 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 d768c7acd89903719a27eab980cdaecb89b456ce..3523ed70e302860a02bece93754e8c4a05be5692 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 1f4ab5428fe181ad27456509fbcd2eb132a5dd67..16442f5d63022aece5d35919a9f52104bbf26f81 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 34ef1f174e379a33442d75775906b15f2f5bfc34..0e524fd177362ce4554cb7416e57d6a0ae378f75 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 b135499e12ca225a23adceef396f92f7631c778a..574299fe9c926e37d0ec0bbc3a773fa206c5f5c7 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 121558744c13a19a869d17f045ce1e3325ee1dad..91ef18e55459c397a756904fcb089742ca4e7cd3 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 29b87b4b6bad09965a87a6b38bdec0d1a6b26094..ff6b324a974e79b560e1d9961ebba532a3e14099 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 d957c500fcaaf89ea656b4c1a4998bf53ceec246..fe459b1062e5993d1f27102e351a4eeaafa0b7c8 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 b3194c0d6499dcb25b66be215443cd7cd24fad78..c92ebfd92ada044a9979d3e36c79f50652e0affb 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 58ab4d3e5861630985e5cff54cec400c7b96edb6..4e9c4ce4e1e79fc3ba6392e5338ed0cf1f3fcd21 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 498eef956f89278e7e2eab4ee5566b94b8b8efc0..1b28e3ce0349ddc71e5db2ea7c69d33ed9b73e2b 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 2a827f546b4a89ba88c4e061926de71058363949..5ee97409812c7bd03aae27c9eb4ff3f29c02cd67 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 02c9ae18a8e78f747b55dd260c744cb51587933b..fa51cd026d374b96be9f1ef9c8ae90358ba65835 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 4bf4bf108571c95a4e0beca0f9ca614389dffbdd..7b2e0d1a3bfaf27b3d4d4d75a2cda6e5ba1d7cf8 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 63b4346e6c6b81f9f7918be7b8da93b892aa020c..1db2667fd83e92d507c1442571d80be74d3dc307 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 87d3af262c6bd965152cadefb55ea0103f63600b..dd2c94fd21fb2d7e68f8cbb0917bcad2d8f5a9b1 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 7fbd7aef16cad4eaea6e189ceae817b06bdfeb30..ca8fa9656fd7c319c06e52a63848955884f3fef9 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 9f6cfe905c1b6a683a0db8d20ae1058f23783da5..9dd7c70bbfd7b7062ea734f56a48386bda1047d6 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 d13ec59ddbcd8992d7382971d3638de54c38e858..8c36f035e0204cbc374c9cf8809ddaac0c510a0e 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 42fae946bcfad41dcf5d1ae7f5f96a3403f9ec8e..d858ea269b078a27c01559e640833ec03d084aa0 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 c512bc48e69c893ace549a81e6d4d90de6789a0e..2fcff4e50e0aee42c16b3528f4b997b66225a1d0 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 1b1b1c5a607a5447b1731a0c13a029d2b133f13c..4078d5c9838b8c12fb2fdcc9b8ab277a52f0c37d 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 8d67e73fa0a16769bb34d108378319401932ab36..05341a835df6c715c5de4ab6f3e0c8ee27bca411 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 ae8b4e2e31737c9e2396ca45801e88f1b0beb8d7..0a5cfeb0cd4da95c99c87a0b7bf97fd1f87285c3 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 3a784fa426325d2bf341e22cbe047948a8a8af85..307c9998e042cccea5cddb876c79a4c13cc67264 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 b99baaf5457cee164d90c465b58383f0670a8397..b21fde5fca7042e1dc1cd7d46da832eaf6066c61 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 6ff7400427490ccd4c8c2a9a5319d048df0716f2..e09e98b6085e4b25bfea97fca9246b2ae673b3bc 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 e6508aff128627363aeda485cd9bc807665464b8..ec21982d644b79893443784e307acbe9893fe758 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 b7bcfdc2121a6c3bbf840209c5f7fb7ee1901e14..1e4fde77e577726e135c3670674f25f7b404b7ce 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 f93f62d695f4a4ccc504bb48940e93fae97ef49e..1b63e72216d07df8ef1ebc89e9b67e83c6d2e525 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 8279913fb28b032a4218cc27709ddf357578341b..39717c2b64ed096ce58e339407ce16e3798867f5 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 a8366023398259d814854d4f9c7050743b71656b..a6f5ebd6a426afd629516d45ab26996d6916069e 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 3b7dcc295f89149d77ca0b1105f3a133dd6a56ab..e42058ee876a9af431335f21c889ed4707f6dc99 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 c19381713399e54d0d349abda7a84a2f235c72f4..22f7d63cf705a20fdad5d333e303e0b91fae8d6c 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 03d600f7f4aa2127fbd3e7e1947b0e56ddf65e10..431aa00acdb3eb6b12a922f0e458b14954a24b52 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 4700134ec7fde70e8351ab7b04eccb176830fc3e..20dcc457f52eadb09a1a85bc6c78624ecc76badd 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 197b22d2149d5ef63fac6a9754a7453d410a0425..61e36314369b0aa8a2c507182dc623339d525109 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 8d1eb586900ffbb2f2a4d44a621974df15d3c22f..561bff8c410c2c3a9d7639bc3a7aa278e65f2d11 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 ad41a3dd13b175c0005c5d1b20ce7ec72a814aa3..151d190c9795c0bef05701b6c346a6765e16493a 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 6c48628b56fe32fb08c8a65e399679c3366fd025..538f7b817375a87ea1d8db10dba2e03275345f71 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 0485e50b5057ae1e24cc9f76ba7430ff253b019a..d1ddd7c90c335f31634c9c8aa123ec6b6436972b 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 a10ba167a7d3d90197af6136983995f7d067e24b..384395a835a6c3b93883db4519494e2d0ca69989 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 b7d5e7ea9aecb77f31dc548bb7ced0f6a039cb2e..bc60e663b4f761b6975e1689f4071ce457389f83 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 b62de6462139baca03dcb6276f1ae4c8f89a8d53..ec064f53a2854cbc55115534304488faefc253be 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 8f20859a877393a4ab8652fbf95c2de93cfa4417..d5e75cd3b708957ef14ae4f1ebfc4b0039a84daa 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 923c7d697b6bde3a982295dedbc6ef01e103ee17..fccc63e8e1b752d6beef2662a1642f3cadf43a3f 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 c3ce778c22c2ffba9f8c7345e7972a9722f52d9c..b200cc64a173c7af14f2cfb4f00eb40a1af75c3c 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 8b1cf8f6441ddc0a5a017bf2728b50424c22e4bd..98da64aa5f2a69faaa6ff64fba49d3b3079ba820 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 d0d079795b0922808203f7d6b5937d40bb11c794..414376134caac005f60da25d0b24e8be526ab579 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 07716691f5317504f176ad9d98d3e1c541e96970..65955b6303472fe8b490aaed26dfdf72012345b7 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 f496c3f96268af51c9eae3402a561afaf61a3561..6f63e64b1b06fa0fef052c57c20a5d24e11b1d18 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 c1d10c030e58e26dd2f5a85f4e48f50c3db6de3b..b29401778d30353fdf24876673c89954f46388b3 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 20f3489241e3130a194f8533ab66907be0a2bc60..3661818893c441708cb23ecd9d1546c4c5122eaf 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 3d1865c910c797f6cf3f3eb6d9cafc04105ccbf4..26aebaed65f4b7736612d3da5b31b07b6fbc96fe 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 1230723c1ce4ada7eac1c9610e4b7006cc5cda01..47277ef9489ad85b5a22cf0e3d46a17d4c5e9b65 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 a16c384e3cd8dc7830cf850ef3841200837f552c..0b948d3616a50d8f0d34b58bd9ac3beaecc7ca83 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 43004aee29a18b32e8f84c15ab4c4cf4385e1789..1383ee9bf65f3aaf8f13f5ea3a6c4d9bb9fd2bdc 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 041ba0ab98eb7b6a5e28d4fed37116fd09603bf0..e5b02a287eaebe22574e40082839d1dabcb01d3f 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 7b98890105f14966f039a336f993f73b1999945f..a1798e743244f5d83c98321590758fd7f089abfb 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 c553598876c0175d83fe3dcd29d7ed4346887404..b40297e9f47045a5b4aa3fbfd3d919deb4c3f475 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 44f3041fe132e50ee1cd180ff3d31f2f3db0b6af..1bb7f1fd141796b2e43ff9a607b1c3633389a9fa 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 a10ba167a7d3d90197af6136983995f7d067e24b..384395a835a6c3b93883db4519494e2d0ca69989 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 7f85c4678f5cb594ec46184f4cd0c3156b08bc3d..bf55f2dc4f8cf4a0f393807686bb55bc5735935d 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 949ac58b5227367a30147f14542b27e1c4d36ea6..e70e4eff75416749aa2d5121094031e87ff4e76d 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 b0278c33e9a80d1d6ade8e93fddd98adb7b4d9f3..395dfa17a7f9a4eb56799130e67b7f5cd7fbc92f 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 e53f14baa0f9456338c39f48301ab5543a372462..f90ede001f38dcc048a34561ba17cf54156cf2f3 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 13c153c96f7ab7305c45b308e08d2d12905d88cf..733f6ee3059aa0e694f871eb1afd82c573fc7177 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 b1226ff77ece1e5089fdd31fd2a17d8e9f70b3f6..9b18d3dc8bdbd9e79544b532de98ea4ec4d89e90 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 bb26534968e23cb32a564496d8a88c913adeb825..d0653b977e75c1373f97725de5803b2fe736cc1a 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 fbc9f524f8716fae867da5a7d3e9473833945ef8..0b82c0757c0b9cf36c6bf966469b7523e0ea3597 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 984a45bd6c0d36f7705f9b753835e9b65417b7ba..adb081f5498fd30a49f126358e13a87eb578281c 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 eae16d1f81821fa02e2ef060c783f9e225789a32..1a513a505450fe66a56491b64b762140e70d2485 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 7fcdf25ba21882856e05146928b89a7d2aa21d26..d4a8abb9905b9dc3e94dc6ea35a792e6ce28d22a 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 b4e1f211366e71dea3cec50000b22afe47c8e869..d951c88b0641224d2e372cba28eeb2980d51e3a5 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 6f5e53b496898c739ab11483bd25b7532604db82..7fc1a5a1a725add6e355b4f75402548491f62b91 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 32ba7c69905b9ef84e76206263886739b88cacb3..dd5e558eaa5aa69f6bad05e36d7baaf080cee35e 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 7375061d7077c5aeaed78651d7424d28aca778d0..c7c637e32b47e6c95a8cee2a6a0fa2ed265dcb82 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 1f6b7bac72db660aad4a6d86e69bd6e289a01ad2..774c30846c97c6e400b906831051a402f3f0daf4 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 0f57cd9334e7db39cf40d228b97c1f071cb534a6..8a73b80415c55800b828f48ded110a172c8cfe32 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 5d54b559c2a739e301992a704301a9c0a68a7cbe..d55567802f0cf9682ee106f024576e120ba4cee6 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 18e62d588c79c02a61cc994c4dd4e88d3dd28495..b7d56d0804e5e08975484a26e773f6e3932e14ba 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 58e4e63c64f6fbd9066fd051079a60e77ef63eff..781886b7e048caef22c0058a5158aa5cfe7aa9a4 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 b325ea40f33adac7980d6e328726f7b8330d4d63..5c515d04ded96384da6251d3071aa247f70c1878 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 f74b5d3dcec27f294273627cce35dc369926f65c..bc0a2bc12111906077755e8acfc6723d7d2f2856 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 59119fb950d9c6b2d40ed02084c0e67a75b2b3e1..46387d9362bde5be54ed05bad6565d2785c7b731 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 49292c6affde4c17273b9eeb002ecea0dfab825e..2f15a0871a451e423dd194027116a03bb4ef76e1 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 c9cd7578952108b0e0bc8b22396f9ab8e9296ec5..9815884e7d96f81616154c27612b357d3e520d24 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 f8acc6f9d9afb242fa31bbd466f6e093bfb122b4..8d8709779f1cec31864b39fc8e754fb689d64430 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 4131c877fc553c5fd9948cd17af978f4a0dd546c..c25c582c1692e5f11ccaf7a1df4441d9e7b4e6a4 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 4af920d08dfc2e7acac383d245125dbdb0947956..1b9e46cecec3cb95e7e473c5a0c0144b0c682348 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 4b610ecb42d365a91e9449165c3033be641a2c86..5431f69d6b31ce1fb28a9b89678615678210e0c0 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 cb70e3a0abe568736ea1e1a7501f006f006717dc..142caf3fdc27b28c546b62d3e03036b8bd25645e 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 a0376b3c9eecb62a9d3bf45c274c9f5aa70d48be..3e074c725727580b6113156e8686085cd87a25cf 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 a99cfb7436b7f35ca2419aedea6162ba7f7fab94..09d4151f076f8bd85806cdc03c272bb8c00760c6 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 58a3572193b36a1807b15e816c7e70f6003507ca..d38bc589c62d9e57075e87ce76187cbb679b1b00 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 e6fdc8b052326e04982f372a6919962edd833db7..3b02ff6e495cc2efcd7e39e765ef0ffc869f6d18 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 db69737f52e7ef0540d8dee060f8836c6aa6ce87..f0928535479ea5b09eac93bdc16edf878eb98d2a 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 5aa8a78c8b74c1ff531ec50b73fe170051e6391e..b2207a5b08a1b07d951e8be98aae8ecd8f166621 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 6b9f71d06bd5eb2e6b4d440b4b26d188b08af7b9..0ae39cbf146d35d8fcfb43a4df44a9fcb5d2d5ed 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 0d97c8800b76f810d63c6c7cd81338ecacc7aee1..e1988a90a2d65ae79b9f67f8d9d50ecee0dfc5ee 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 b4d551cc4b6e41bd0db4fb7958729b6fc3099442..135385a806a2a42a8fe151c31d4fe24e23c150bd 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 8217f3a6d7618b47c725ed8008eadbba6749dfaf..04f076a526c22fff2dee708ccbb634df67ec579f 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 492e470161a7c8e9d689b6bdc105cdb4c40e4bbf..79f8763d4edb8eb755f9062d9e3ab75916c45ac4 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 9e8cc66e44083e4a9e28b39b1bf54790cff4cf39..264f2ef7be4042b142d49a7f5ee4871400139e1f 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 23ce09fedea04bd00100804f42d530a53af3cab4..54a19ac440b498007b991b9b4297e51639958f37 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 e7094df9e4c0b66fb9bd3189e37af964ce34d94c..7c5f380bc7d205d9d0c0840c2eaa146f350660f1 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 8d7b56d816eeaade94ca4c7d14cbb002ab615e7e..79817e3124619adbbb0fc2e20b70c7476a3730a8 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 0379bc7e766d5d6089a039abc7c6aec770bd060e..2e1f0b19e5fbeedfd266aa1361097ee092ccd1a1 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 15a319e1f2de03047578a49678787f124834e5b8..42630acf1be26dbc8cfb0b9e2bb53e8c4b644f2b 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 91c1c36cd14851a3fb96914fd0b7561bfe3d611f..ccae1e73f1e4b421225b386f66aa9732569cf612 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 ec6a4a8667dd84181f59f8c8e16a27b173df178a..578d87180057821ddad3e2715b4f168aba779f06 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 3de260aee817d8f71a1d183b1e3106cac7140220..60c5034f5189cde60d3492f29f419de26d072485 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 5d59c04eb60909cf98b4e3063fc59a41c1eee659..5990e862f9697c1d29b0708d8757a350f7719eb9 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 29fc28b0cb9404b70969709c23ff6dcdd7bebaa1..1ccd5153b5887daca6f14083854966a7bc7eb157 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 23380f273df341005319eb77bbb7e59df91a7e54..94173e354298923331d95e337d30c1979a94f001 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 ce72d9168e939556654267ab0494a329de1bf728..107934a26f3faa3b5fde96a604ba114ce42410b4 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 612aac2a60f08b8833a5d689f0c98612b926ad6f..e07eccf66af892b1b119b76bf09c2063157729a2 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 fc4c14d80d8ebec8e21c69ff2e77e1cb13a233b3..2e899b9e329e64f5bbad4b816b260107c4eb0aec 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 5c4a619d69b1ce052c82e6a9be4f3af1b6c759a3..5269b709db98c1458dfd4a4426c73cab264057a5 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 798452b0f3257c1d45804a5b5daf59426081e2ff..5ec577df3c7a8ba3f3ab65bb92be638a47ced207 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 0158d923553a3e656b6ae542cf4ad5ee443bcc2e..2a0314c61599fe998d2a8e44cd15619e4b39a1ca 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 9f1257026d16e716023c56d0b8e5ec79b2f67d71..22b9187f363b2b42532b5baa4987b14ee0f5dd9d 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 c6febf854896f657a126839d15932ec0951e2faf..0bb68aad2f969d0f58e0b2711fc21dcc338ad372 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 8f5366db9c423866b424ac69093bdbfeda348a22..3cad2cc5d6ecf49ffc3a70db9e9fe3b8bddadd11 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 8c6ecf0f346739ca4238df2a67ad9c68c5ae28fd..24b54d6d6c47789d57750c8954f43875f415d937 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 d92110f969653c143b03e538eafaf5dadf8bac3b..474f908b6e9d4e4230eab1bfe73b1e942cf5623c 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 7cf54310b9cb1565bafafddd384000e4c54007f0..94c170abf1dd1a7aaa968f677abb82a172256e49 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 2457bb450886f20588aa3fc48e60b141844bba98..d2f028556223034b373e180ca76f168e6de15e7b 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 c7f073b4f71024f0912989691365ffa58bf172dd..8a65ac12854083a9f3c05bc7c6c0afc152863144 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 c2b9cd4268c910144ee53471474f79a5d19ca1c9..aa69ba6f3ecd4edd14f1163f57781e70db75d938 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 00596955f1909d6c92356a4ba3d95bf1b05e6f11..de05d80e260d0d8d38008a8b32b437f2c69eefc2 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 ef86b15b681a8cac5154b229e7b051d6e18dacda..1e3520661f44b12fa04c51d5aa15c63bb62641ff 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 f2ada3c0ab4751362f3faf868f26ac3a6c83045c..fe9784b0f4533968b2a3c4c6d2ea1662c6f4efb8 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 5661774a8799ec0ad8a6d3a503123a1a77e1865d..ab76d4f1249106015c1b071bd2ba7af76f10d240 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 81d5eaad3969135756678043a1a92fd6c3f26035..85d1addc2c54ba0d07da487bf08ccd9d09d2082c 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 f21670057612e206893ce24c91ff5fdcf69993f4..ebab0942a6aee9aff97556fd511f0f4e19e532e5 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 f40474b7c5b899ea4f8bea06a84aa93a5d58b7aa..737149a9a6a6b199da89d097f8a6951fbbe9eeba 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 87b4b21014c00181cfce571a116d0a37a520cce7..ab1995149ecf50d2078170c7303fe7628b8cbcba 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 7cae49d7abd33fea8385051b237ecf53f406bc4c..3f797706e586d2d853977a5c1eeddfef44fbf88e 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 7c68e99d1160296ca0269230794ad0d6695b71b3..2023655a0d348061bb94d21262f6c775bab8d585 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 5e6057d39cdaa9a72f76b1a6cafd5759c2a1d96d..f37a68aee95f74311b148737516af78851b16bf8 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 83d93d476a2c56f3822e1cd5d02168544a1f5073..f1bd8403c5cfcbd0fae9a763b93dd508e9a66413 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 7d6df31d4e10176f0055823a1dba5e7490df847f..8db1e93fd977d818b9e885259d6980f9c8a3413f 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 0edbfed618a655dfef9b1a4edf4c31fc80305aad..d4ea4c3be98150983e1e5499df0f1db5e161716a 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 8a47c004a542c991236f608af05cc06a668d77e9..9090f2e0e1d233211ae3307da8bae7b3f2b142d5 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 81be25442481d736a6656ca8ec48352281685092..903e46ae3c08436313b48b34e0e4c22366f4725b 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 f9abd711189dc21583242d7bf79e530cb7d6d3ef..4f7a4da4ff6226c7c7f041ed511c3ccab42e5e3b 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 371f318733eb630edb38816c30e615133d0ccb68..255fe8389918a403d14e1afcce507eb2456b8aad 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 3124339d2078fbd3fb5978cf1b27cc9862552411..87a9bb888ff75e17147923cb4389bc68c92a67bd 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 ec12b1c5645b8daf3499aeb2d68308cb923b50aa..fd2f16fc28f829afba3e6f062b826bebe3f7346f 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 ec140f30b49fcbfe2ae345ea3dc942a1aad23d61..e2f1100c12b5f88b1672186ec6b0b53ed2aa4cb5 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 01174963e8b422dbeee0e943b034234963848d8e..f679a78bd21bafb0e4619543a233ff8f51df2c5f 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 d2e5ab84ecf560388347d00c4a7d4d297b56e949..182cd12daa84329235d11046264130e6f436394c 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 e15db43aa2682b7146c51b463299ebe20376dd87..e36b7fef44f37eb67bab9d39f1b5f5b520a0772d 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 1040827bb1b511233eb064674f6ed3ecc4a4c710..e1360293ca4f0cfff0d1125dfe821913897185c2 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 5a84543ff46f51a15489dd1bfff4a5d448fba000..ee4d87acbaf88fd815f037d3e9a6a1f34b1453da 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 a93c4928e8c89328156180f446c42528f747ad41..3a947f580199fe87aa492d3375ae2aaeb0b71d8b 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 7f5478f9916b025dea0cc3526b0873703d25c31b..f2b67ac89c2bb144126b9d30093f58a112356a72 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 eaaf32a56bfef2f3e5288cc26babb29175bc3645..ad991e16f5ba8c5627bcaced05e463e9cecd8ed3 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 37220f6429618439de5b0166eab65629571cb316..5fcf802236d8b9b2fb5be9278bdea7ee6b70324f 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 ad351c23d5f2adda1c1c7d59c8076c3542ad22cf..ef8f87a6683b6c20233ce16c5c3323df703e051b 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 0c73b2929bdf158d7ba42848f077910816c8f110..7ed9ee5eb9014d0abbbd9c733f6f098ca8027181 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 3076c82e1c220773988010aaac724f64d159b96d..1648ef35825104f755448aefb0be9feb66fd376e 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 f03022346e6a81a727331e11534f7c20a95656c7..d5ab93656a249e8379cd4f2998c936ff61e8811c 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 e92b5b1ec4e9ef548ffd20ef3b8ac247aca62b9c..b1022281023ff170fe8ae367b99f39ebd357522c 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 87ec4b21d03473cc79e2dcd230adc8e142f30f64..382d6290468e2527e645237a3af6dde43c8d7c70 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 4abebe06ff076c0bc50294a8c780446a2bc32b55..4b01c14fd5489ba835330242c07bc1a1b1ef5389 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 ba63ea17d037ff140ef0419333627e7076516853..d68e320fa7d218084d19d41ea8065126d265f734 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 e9fc57717a61d0476299435c78857c2af57c103a..45f8d9363030efc5e1fa3a79d56c2d96c7838f1f 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 e8da1569504b1cf35b8293e8631158141db7298f..5754a46a5c66e64fb06187b23b110e5800dd2c0e 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 55886b0fd00d44dbcd5d7d485e0dfba3407659bf..776dcad1c61a120b4c8aad5423d4aaea6628e2a1 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 23cb695f563b988999c6cb2a361c2195256e7667..3782d33682dfd50d519181cafbebd349360d0665 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 9fc146c8d1f1b03c90bae00884724ce361fa96a1..2ad5eaf21f6d10e0a682d49e04b3d28ccdc31c55 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 21b9a5ef1f6600393b5bb7e145374dd64b9dd872..3578465a88a69d9caf754a094bffbd0ae26d1dd3 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 f47ee7fd09e0581ed6156cf30d5064186f676d86..15e091ba028cf64d58ab0e56f1c53cfab6500b13 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 90eb6604c3c2f48f29cc445006351c5cea09700b..bb205a141cdd3bacd3f204dfb03b5e60df069d6e 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 d243a641dcb0adda9b577f25b376bf8d7b4ffd39..e2c096cb345178eacb5f25a54def691d389323ca 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 ecf3da4dce7ce8817eefdea4d0242c1b5dde0a9a..399ffe61bd00900b0f1c9eb0e842a28a9adcb029 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 3573a900d415b4642106174b050b7800518e0f7d..3c660b8591c0e469d0e6dc236eaa43689490a922 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 b194295b2bd270631b918fade91221eb14bc4409..d64581f80b52d98432ef160acf6611c00baea43a 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 f4fe62797ffac909175f2f080ba9441a63c54aa4..d764a7262db5eff4db956f5ce6fae3fade544aac 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 d75a6035ac0d02dc1f669ab9a6fc281f6caffb28..b312fee5b0bc11609cce8baa6a35a479ffc3b699 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 edb80d6f64d0815db7c55868d47352738ef64440..5e8501983ed91915df910c5fba0b05f5e3f81a9e 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 75ac92858dc33934e8d3af1e6f6e81e3bdb756bf..0044b9796e491b0278ad5f7e15742827562bd9d1 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 a1dd56dd6d645cf3470e8204af69bdae9ad444b5..00220f8641b93915fd8ec6dd46aeea91f46b8adc 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 1ea150deffa6e9ad38656ced51c0f5ea0345e955..218aa62ee5622c1f0ba136f60ef60699265c558c 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 7a4ef169e7287df878d7914a01576d2d5ed3e176..ba79eef23f66ea555af5d103b14aa5fb9aeb656a 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 1a7553909572a7c3340c2dcab0d1f26a027bb3c1..c0cfb733ebd60f13e250ceaff8786dd438c0d45c 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 96d8ad9f036302063f1ebe1c05fce111ffc04969..78053bcd4cb0b4e7eb89c0f494b01c331223c70c 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 d6c770cb2b17f7bbc101b58d94b7c0ccc37f3ccc..9bd34a195a38b3f7b0048ef76c5da2d351088036 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 a34e28480ec0f9d0180b519943df938803530718..d943b0d7926e510bd43c9694b72c35e1fe41455d 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 534a84d98e931570ae0fe0d725a44f29983fd942..91c41acabd9b5c6f593936f543431a7c9da3eda0 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 c64ce35498dfd6479016cb1e20d51e296578c9df..71f2c3659f4f6127b0c1fb6731c398d5b65e04fa 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 07a4b27ede140254727039bc2f4678b50a65bb47..93f4a46ff94fb00de012099177eb9d463e8885e4 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 1297084e46bee1180db3056c82a06dbde0e46edd..1b3aac25969a62bb9356013b500a6bab00880602 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 442dbccc91c4e9ca195ac8e601c0d045e1bb2b3c..5a35d4a3ed43a4c8c9ab8f526b06b2d7ebcd1d32 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 b361d2203df00ad6d3a27b4c4afd2bb38639166a..6017452d041f98ab82f3c5b756add006d9423dfa 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 eea9b6eee20702b28efc2554b068e612a4a6cf14..03e3ae786771e1aac86bc8cab811bdb487ffd5ff 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 2c98df9dffa790f8bf3121643c2938fdd6023691..3fab7c9b84b42255955955fc8d1c3855065f8b62 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 a85b5546cfd29f5dd4e451fc51225c6b94917891..825d26a388eb8234a506bf6b55fca0cc19a71522 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 2e06c526a883f197d1345e2e38583f4ea507f9eb..c127d15c54a6e1cc7b5512d53de79fb9477d2fbf 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 ba768752011304b3d3b55e3bbae43aa37a11909a..f462d84cddbf961f3e5e2c2b9f3abb26b260a86a 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 af72c0e57da0ab39ce15b9399df4c9aecde0efa5..fa57ecbabeec17eac247974a5a232e63709dc2c6 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 763ba85b259be37b0560bdcf3ca7cc3fbc5279d5..3bd976c0080d4020b0cf690273925efada8c99bb 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 f685547693541d6a4ae2e078b939ee7854243221..4ba4a885fa379cdd4cf5e6da8cee7595a8d4cae0 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 c465c4a95893689d82c7577877e6283e2f003daf..ccc338234a5821ee588900efb6f0704c711aecbf 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 20091744af163664c2de41af1e2165b94e29321d..cd345a68a6cb40998d9f64b6470a8611e90679f8 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 1e2f657c19b1c60b2c233ebff7967e5627985c66..9f6466be6230b01679def56b54438662b8c2c9dd 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 ed9d93cf41dc5e241448dd58c7ead640d916f0ce..ade57e6e27ee93844832731a0b97bd46e8855fcd 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 c801f72defa33f6bdf4344299849a91faec67d86..0e6977c6fa7e8d53f5bf61e84e74ea4507643450 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 1aa0dc097c295433d04c4eee68595f3cc5aaba9d..4df109e3940d1eca20772a845c0b8d22943d9b3e 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 731d377fb59eab13a8d050d8d4d837922bde32e5..ffc6a8d8afc29c44d21fc0332db9c8b638c7e1b4 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 55ac509ffb8feccf944db720ce2aab63430b05c2..b562506668ea3bc8deb21a42631c6a6c6372cfb6 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 0b5a8e5d38c5780f2331da2a8e4b59ecd6080021..fd5c53b14d7d7295daae4fa90aa7d1bfb6ad275e 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 ed8e37777a2ff9f89b06b7d65d9a0bc6d5282870..d4631505dfcea9c3a6a95b62a2fe8f4e7bc1f1ce 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 74928bf1c1c095cd1ece394dd9f96a7910f0bc91..6e083bf8be12c375ab18e23ff8e6c84cd9e228c5 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 96eaef34fb7f6c9f691c57c118e4e91b8f88cf34..f99b7475c664b211450c7b8e60eeffba8b479462 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 f394427f193c84b739fd5ed5d9032a6a4cc179be..4039554f3b5514198194f7d10afec713e45793fa 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 2a7912e10ff41651ea915ad814122473e291e40a..c5d0abdb74cdd0cfdef5d05415f40eda0b814073 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 9f1b471c2afe7e6be5d129560400a816b5118b82..7125d38354ebc6a2f6cda3c456fcac962c652ea1 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 c3f988cf9913e859758b007d8792ed57378a68bd..a4881b5afeff5dd70fe4bd60386b0b6ec8bc99fd 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 4cb1ee72333e98381af6542e623f7b6917050c08..269ee5065cf83c5ab3c1c002a0d908b1790f3829 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 0f827ba64c2acea24f8fdc76465ec59d2fa706d2..44f6d750ad783ccf99e77c572d80974ddf08e527 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 7a717cfcc2c80f480d221b5f2145a66ee54e9347..68b218b01a0dc7cea896845a5d326d7bc646d7f9 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 f3007f7445457ebed446436f7b13ac0d55b3f276..49a2a718d34c9f5ecd5fe1ae810120f9fd6dcbeb 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 b73a89c3cab270b0e293cb53c6b1029a3c9dbad2..0fd30f561a3876d98a39b916a10117009240a837 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 c25dd12f71b44f95470f46f45246dae372023ed1..6ca0e5d227ce0c7889772acf6dd99c8e550559dc 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 749e55c0ee3006e9fdd9d6f84e93997e681eaea3..180234036f43c78c0a57443c174e685da90f2df0 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 da2d4775686ce42eb41face34dfa9382e33cf5f1..21af36458f83ad5d16408821856e2ec357b26c80 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 e2efb43bac6bbf95ca2718fcf000feed02a58520..b22846471f8ece8dbb94873048b784ed38304951 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 fb0120c685332c22f989c42815ab26cc572fa2e1..9838077385e13ac29051db5c91c0652772962d65 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 c962504504dc181b7a3a9f3e0248bd71a8ab7bde..ad1570bdf5632a57f82a3445a0f646a2be77c2f4 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 35ad065c0648dfd131da4412f4fd5e1826cd631f..8d9106c01256a4b56288c2d5fae0155ff93298aa 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 b22a37d7a73408616c50115bcf8041f362a3f6b1..464f85f54c1320d677500ea52aca4e65dc32f899 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 d01b2ecffa0587a1dae929b123383461f2096a99..9ead7a6d3773a7fe4d744a8e14a7379af2212ad9 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 d204a76ab1da6d88f1b97dc1c4e318110938552d..4acb94af02b43ef3fb436fa06f0bb8097f6020b4 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 7779bbed0e2cd1971690ac98ed7b13a009607e18..75acbca24925f0aff004288ee323ef3e839c9750 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 c7b3c5b5966c5e17a63a66fa466d8a81bd1b0581..b310c5119a47de6d2bcb39e084a6d7922589ce9a 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 e19e8011e69bf75c80f2ce5c2f832765a7cfa663..1f7a998ab1605fc8d21ab35bb4ce17e4fbb538f7 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 75e5d7d02ebce48dd180a03566d9d799920e33e2..ccb3495e48eaed8249688364c6f425b2dc47447c 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 c06052928452260a67bf7b46ea4929fbc2013577..e64ab522c6f1a940ef07f71b5f153c1f6ac77763 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 d957ced50f796e376076120fb910c71cfbf086f2..7d6aa985ae2b82e90f1080f6b8a8920875141c11 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 894d34a436ed56e8b363dfa2b4c624736906f5bd..a3ca970094fd961be8f06069cfd7c3c1ee805a88 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 78deeb0e42d970bd63ccd2977571ca49ad165453..4277f3af1c57648afe49c2d7f39f80598d8ff4c1 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 33452d6812d4209536a33d40776fb183d4fdf212..febfbc1d3566ddf57f668f92d08df0d13b5c9d98 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 61921860e9e7e73d2b9f64f4b3ae8a4f09997786..5781eb27d6fac43293334acd66ee77ed3c9b52ea 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 ece3f346c22efaa3f807ea27cab27552331aeb52..1c052909de44e2a1ca5e8a6011a99f7d21248d1d 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 e0844f918a6aa145c91ab6248ebddbd9145c4957..d88402750c96af99d939c0f17383fc3c1e08acf7 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 4595a6254c22581ccdcf36a1441a53fbd8af8d51..24aba4d50234cd11069e2b5ac1bc971f5e9f8666 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 76db2c441f5fe06e7246c97ad0d9cd597ddefd6c..649780fa79e01392ddd5f9d6787f7d23a9933cf6 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 db10806a2765f90f7e06a590625c917881d9cafb..aedfaedc2dd00c0e9219b6436c9fa3c9cf181938 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 6288b8b3779da6260c7d398c47389096022a8580..3d5475cf2c1ec4ddbe918b3d9e6eea0750d04095 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 ee52892f1cd4ddebecd2538c5f8a12a291ecda31..2d1ad2f634b2e59fcce867b9fc2a8fee01c644ab 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 824ce5a1b068f6256be578b0dbdd16e8c5530d41..29e6667263a7d8d04b4b08d3ad5e43636f8a4a28 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 5f8a649b7c4ff08b530d4c5f0c1833db6972329c..35b30a32a5358a863864a8318e594178d4ed77c1 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 fe230daa81172e84c4666e1c90a7030c8d9e402e..7e5c868fdb9ad03f20af7d463449ac92b37f7737 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 5d15f72ad7a08d1e5f505ff8cc5668e8451fc9aa..1c33fc14ca86dee22985523b716dd6de336d6273 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 0cac4f29e70702a1e60825ea2dc8c4495899145d..e9631c6aa72349cbbde5c50ad7ca238dd9ecf518 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 20a07d3c06ae782da2a88fe619cc11e9a0c14bfa..ef5e4c203e797a0a552441519d5feec364a23640 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 6fa76ced607295696f9f7c21244a304c665a5b20..c594494ed167dd83fafa2bc5bbdca271b1c2a963 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 e132cfcf72966c4ed83f1a617ed7428b8b9083ad..36ea7a96b2d98df54b025366ed70a9241509e4d9 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 e1047c907547b3d9ab61d5675724b1ac1abbed71..38b7cdf67f535e1b758ca00f5710c4c0dd196e4e 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 48721d4e0c076bc949100ba3d04fdd1b9e963855..af568325a11444246958f30d9c0b7f3e99de4d9c 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 94d2f76b76557c7ea66296983ede3e2ee682a40f..7928bcd8312814af34300df4b1ca647877d8f18a 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 c4f7c6ef3c59811aa7e192217f1b0e13f86c91a0..1036e888d21e3e100065c6b668e6019b362b8f91 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 c289fed0b3dfc8a535d0ccb77f2239f1c9733492..0fdbe9a028af9f6c719316ee2db64073a38f48ce 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 27686f6af0ee4f829ebde846792dc768a5be31e6..1d5c1bc2388cf139039c5f5747962178a40fcabe 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 5661495284c28f9951c575f3298ac0ab50909d7e..20d272210aac91290661eb421bf7f2d2da74d105 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 e419eda87dadb08660627dc6cde3a837f6148bc1..19a3d3ae0c519f0509b6afb1fa378150611e2673 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 077d8f6a851a20f99a72a615ef76e6be8c762202..007846e2572027ce4b42e1128645c07ed0e69da8 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 2e4655a0a40c64e0520ae4681582e840182a60ca..d16c8b07e41c7e405a303119e5d5310f4e67e1ce 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 b8d180d2fee59ab98f873d4f7ed4f982fd5c7af2..561b3fed0fce02e024397813d93ebcc0d46f5cd6 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 b8d180d2fee59ab98f873d4f7ed4f982fd5c7af2..561b3fed0fce02e024397813d93ebcc0d46f5cd6 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 06f71ace419bee4249a3a5fea900ba2d9a70bf28..445fd7601ec691a897ffc893913209cdbbdc0c5c 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 4b878a2d63a42683eb48ac6ec6c3d3350aa0250c..78fc290660b3876b7a6b872dd15ae04de01fe5b2 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 d29cf7d95df9ad0131e24bb81b4463f1fc929552..1da3a72fb938ed92192dc7a84d52ffd505530600 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 14ed43fd2f82d2b88b922bb237a755a56d4ae294..88d49cc584cb667c2af173834944b530abd39c06 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 8e0ba1def4205224fd586ce3cc7d59de8014ac05..b0abf9a7cd953ff2cd3d876a1ee1697bb15bf4a1 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 00a2290eec0e72b9187386e1e8150c78206d9ce5..ad142a17975389a8fe6f200931ccbd7faa14b1c7 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 a25e54e0247c19d454f170f9992bad96ac3d7966..dd0ec94f6e4e185e82a32a242caca247d4e07448 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 6ed13b36618b7001ad178e0e3ce69dddb41bbb86..3a54a0247bd41cd3bd7d01d76e56601e82c403a3 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 50b2488eb18538627edf9e8531828e773ae45978..58b082bd9cb036e537be55c16f407423c9d50136 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 4629c9dc500a176e2e8cef05159e978d370c1dc0..682376cdebd67a42f25068f6e48c619e6d5b69e8 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 1d34570c245c091438f70d069d704257be20427e..ec45dbc984708860ce9470d3e55e0812cf188b64 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 77896877573d265be625c01df8898404d777e423..8313b95d2c41037819cf9b3f4d5dc8d75ca6ac73 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 f8d91f23dc9b5d19b055a2ed5d32935afda81dee..36e1d785a5d6d5317ee9e3a4b6762d6e44c44d2d 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 cba7436f2d76f4fb525314e1845c1df018742dda..163f0a6ef36b2dd3009617e105d846a6a65eb339 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 ae19006bbd8f32f758d60fab09a9343bfa490496..55d0e415d51860ae3b2a44a3f1b67f889fa55d1e 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 a06e854443e4b444ef59a253440e82c5c4c2a0a2..3d581919b7f482edba898072ea859c92cbe545eb 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 f085cf3d5c3e6bc33fe63f5ef4c0bea11de6f0e6..d25d7e77453460c2485ee2d081604c51b69a5f7a 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 9b40b107a74319e2d84cee4a6206c1faffb8a236..46da886e9e476f30d48b116aec6b4b3f09304fdf 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 d2cff8661f46681f9acd4bc9cf929ddd4526c09f..37acc9337b3410d0d4d77c7627baa7d451f50929 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 d06c89c6833383381ad9dba2698da145bc679b61..536f82be2f9e91a8b3704afff81fdfe2bafc06a0 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 92e90723f05af13a81d6a73e0df72f3e455eda76..4cf1ef438b6d51c03ee5015181ff2b64755ed269 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 a55bd1e7dd1cd116a7cfd9f88c683f0cfb74be2c..3f76dbbc5f55331339d7838e943d55e3753459b8 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 34fc5ed4869e3fbd0193da2c4338bbd53f5f46c3..973f721ff2c241ddd9f78a473c6defdf673a443f 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 964cc0a9916ca15a9c7a10bb50c498b38d95aaa7..de2b59c62d7e9cdc701ca345811c32fbdf6f42b7 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 8f5db5273eb01cab4a894615766a900e11e17856..ba5c6691f7a50993785d5dbd536e19a96b00ddfa 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 0c59cff5c088768ea7f08880718e95d7d381bc7c..58512dc8380a9ae90c539f042649662b1c938ed4 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 b7c266af0bee0e98be501c4803a326229fe1d754..2282350185f718b85b0c610c91b62f53aaaeaafe 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 e8ef7d98dd6351894f615fe4a345c70704a10b34..cc22a82fc0ac4415d2f6877e7c352a2b4ca7f79a 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 23b32eb18b3516987ba3451c67c6838a5ecb94bd..ac00fcb9fa08a8ab09bb27099efe0ce61a6e6144 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 1355752e8b5bde168e9e30fabf6a583b8e5035e3..df33522f7e1ab8c2f5f3b4605e19a8c2a9161eb4 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 4ad4f99e03236c72cca07113cecce7886f3f0f6e..f3680b8536da6a8f4003db6198ffaef7984b18b6 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 5076a1fec50d6ace6a06693ecf40804e98d9197b..3226fb5aec951554e3e3c6f0cb70d7afc939de8f 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 d5b416ebaf00dba80afd9f62c6ba25371d2cd415..ea1dfb010f1102247b0669bdec6f3614b20634c7 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 8b1abfe189879c79d974b36929ed5b3f802c19d6..c5dff59c7917b4a96f3ba6cd499f3e5e45a5802d 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 f1d9ddca03e1641c27b1ad9281a597a9966b3054..3b1bcabf85a5dcd8d9cd7aedb2c4b4166c6304aa 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 bc82664c5d79682bc18a1d63c4c58c07bcda83a2..42d28945d27be53c7b4b17ece6303f3fa516a144 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 02d3ba95bc67fa660575ced68959935fd09f9e97..6a906c013309bbf77eaa3d48257cee2b6d9c5a23 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 1a29337e289db88a50cfd9ef484d2f9e58d4c0ae..85378a943f795a8f2f7729949392a9847c41d147 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 5defcd80b7e7dd464db7163cd4405bdd7c6be529..75deb0a93d40e2877a91a007a54bb2e43d036f7b 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 74e360d656996c5ce35d61174e08c41dfd6199c2..eb1903e7017b4bc58c93fc474d3ec920394f0588 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 fcbc94768ac8962f85a339e97d743192396cb5fe..d0a9484fd9ce7077795e0df1143fedef3f043884 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 a3e3d41a25ad888423345ed2e2179fa975d26603..05fa2a78ee339e6fe3e596a09ebdfe126692da70 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 541f87d03fa8fdd28b68a004ab5da7164cc6b41e..7ca7a8d03c4be6195ed01ba9f0447ea633c93005 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 5472b2e1d78dfc0a77942bbf46af1b05c3f237fd..f717094bb1a7f091f461f78997c78c152a9038cb 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 4c431be0c7f9cd99fa06178e487ecb975fe17a02..f5725c45846c8597dd74d7e31538a9f3847541bb 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 3770ffcf6bf503f42782b95c5be426fa7db4fcca..c8b86883fd2edd1685b054e7735a5dc1b3928275 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 8cbf114cab8cba125adab9dd4c83118b81362db3..3b95df16b28eff668189a5a36c5e000fff8a8690 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 455fe99b9e13ca70f12982d1d3029d85d7bf7ee6..7b60b79c8563efad8b998e0e5b49474b19ce614e 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 5e5be30c2cd2a98e8f7ecba807a37bd01eef0fab..a67ec5e8e6ac21d398f8249fdd66bf6e6b57624f 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 396c3d89374d35dbf7f24cc9adc4c14ef5477c00..19c66dd891432638060002259505f195f3837622 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 876e9bbc0281f1b940a31160ba92b40216b90e67..eec3bb223e34c1eb908f2ef21acb2616117a004e 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 65c57f5d4cc202c67241108ecd111f36d9637220..4e01774937bac01e10a79ebbc27260856a8371dd 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 ea52fec1d0515dbbacc40077c7e5ea95d67e27ea..aa6158f214bcc9b1df539f958176eb8760749501 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 20ea058974092260b3cf1338de16b0e7f2153c54..26950fb2228c5824199cd260c42adced0f10a4e3 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 da99379c5493cc6d5e1321a8ef3822891ea981ba..089a845c59ba5a43ab381ffc8269b4d60e718d73 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 15e81b3a7a146d1870a5f672d7cfea37f1ed693c..393437e32bb6a167cbc31f44709008ea10821674 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 652d74f612e46a347fbff485103e6b5d092359ee..591ae8802a67fec4e7a54ed8894dfecf202369dd 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 2b27ec4bd0ad652d748d56a299b1bd94db6ebcd0..63a3cc92ef53ec8391fe68fdf823155b01b85e72 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 10e23573e3709aae90252b187eb4c9aed0c170f3..66b323406e6b7cbf3a103d046c5988ae3931f610 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 9b0bcd14fb59ba0c6213a19f4047ab408f47da17..136a1ab89402193946544ba0fb8dddddad898f78 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 14026098566cef25e72d7482cddaf379f3492dd7..a54d1c72834a271994d6872a61fb3917fc7ab290 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 b2911ac105aa361793d0463c82e838d717c06050..28200fc21c278f109feefebe2a05f4b2c265b95d 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 8139e3aeb14b345351f3b411edcda1aa08c25a14..1181102eaf342c0595994790e8556f56e55d2b57 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 c222a19eae761bb3659bc05b7daf3251c93bfca6..26374b65c4b694999ebd027ee20c185ca7dd654a 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 c3cf9d8f15324b69ca9107c8792cb845dcefba10..52f0ac3ba0701541026544cf2a9d18fb957fb04a 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 05ffa259ea45e6ba7b48d74ffaf1c90bc4381e0d..de6abeadb1b8db059306eae8686fca4a6595e05b 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 e6788a1b9e13e0e7cfc16143213eabd948cf1422..b6380d86a777994b1152fddec2c7c9e6ef95a993 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 2585660dfb1f9966b0d8e8c233cc82d507bcfc90..f8e151b65b2989a49b18ede7c1c5ced0ed857e40 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 06b480bb384383fd6281d6e28643576362d48d40..a78b6c16c630a482832e85c39277766820ec537e 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 fbb926c719f47ddefb88c48fb2f7c4e5db7f17d7..1adbb2153da09768a64646163a6309629917ca57 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 79f6e7fc6cc21cc54db29039477e24bab9a59295..8cd2c64fcf01c7a1d7ba507cfe7e57b8e41a8285 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 02151d1624e5d53dd61bd45acf4da13fb00453fa..9ec8a94cfdfcf0d54152117bac8616cb7c25f678 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 b25fd062e7013414ac776093764fdd610af4fc7b..bf59ed149297a14342a9c5ee16233890a73d45e3 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 3807e5002276ceddbaa8449dea5bdb8b159e075a..fa175e1cf6dca606370b4150f8b9066b5973e5b7 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 18ce8eb1729289ecf7331e7e6fdd963c63deabe2..4b398635e8a943b3349dce929559f5c75c3c81a8 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 25f9a9581b815d4644603096819e49a803e201d6..0f98ae5f9073460904eecb4f628aba1f75f39f62 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 252bc1813a2bc556d40aa49e29db0a62cc9d76aa..f7dd5b2fd38f6680625456670f2467be5479bfb4 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 b683d98d1e2cc87c8caa196731b534232f6d46f3..f69e364403ee979bbceb21e400da873c66ad2b4a 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 31bfff5f300714ee57848a18d09b875f7f0c46b4..bee05844414a8b33e330648796b19c9e0840d536 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 5132da44f8cf28d7ce79591b03d914f19b69d356..aea7be07bcb48a14ae0910b1c080b0d223d0a91f 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 a17c1075df8877ddc9734f2d127a54e478345298..1de3c99b098c6a02cfd6a124230b0f83a92e8a59 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 a296ff25781d4cfbabe27eae471de121763c8978..c9e7edc16369f4172ef486e3483e9d7ada14194a 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 1523d792d00a8aadf82ad67e53bc4858b1bbd851..0197bd647f839a53189538a4fc31a6aadc566f95 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 4e70e489192e1bf5d9a60cf66ea39a8f246c00df..bcef42b584bcc36876cdffd1787801b9a5a898cb 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 27437febe939ce8b9e7bc8e530e0486c3c76bbe4..aa0087f6d041de5e57b4f909ef4ccf112dcf2678 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 7730a3ddea22447d1573b1af17b399f06b4bea49..8fb4d76f928918cf1c45da1a6377023723df922c 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 b5513ad8f05f80cb153f584a436d803cf347ff8f..cadecc21456d232f454e6adb162614914701ce0c 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 e67ee46d8f149885e69d26c9bbe808b3af4a703a..16a9d58e4831067c9164ac3e832ae5fae72e58fd 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 9634e03c3128f380103ae91aa4c460bf15bdf9bf..4750418f79c71f3d4dec1892518f0bfb90643899 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 f43699e11557188767590264a9dc324ebc6fd12a..6dad08690b308f3f734c9e59c916b77fb2c33615 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 a45e092ac5090bbf9256c90401fb43c8782e5a9b..6e8f8c0597ea26fa1bcb1acb36a21def97814b7c 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 aa243836ed2aa424b852d027e01445b640c1f1e9..ba13f7fba5f7a3aef183de48901809dcd71cdb59 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 e74ea2489a6c8e3abc91694abf82b830ba2734af..7a5dde1823e162011cdb084545cfedc8e9c94c7a 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 98ec2541d39090a36159eabdc9c9f3d48e809708..b0a588a3795758e22e99d9e2d1660a1dd69ed922 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 7d4cd0164dfa7f6f34be019db354ea9ce735ced8..8cf0fe207f8c9ac92b383a6d18948cab86c0fc8b 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 3ea42f8eb42913d49e7fe47dc900cfade83e4297..35609e0991e2bd2707f6836ca222c0bdfdbad9ce 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 158f0b5dcf3ab0772d312237909d8e8909f91ec5..0163054e3224fb75723b04aac9864b506d16d53a 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 0b3ebb69823473880284c44fe319b21483cb92a6..3b96b7849cbca0a966aa036a7c1b1ee5262eaa9f 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 28f1c74199830c7ffa08a3e48c76142d1e2873ac..62f8f858016cd8a63ee9962e8013b5c1174b3432 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 25c1455a7de71c6aa3389865b0fc50b5346f262b..35d0c92c5ac306d9e804df1c49d7bc7b21d186fc 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 f1c9dbc1721910bcd8349638d90f5abea388599d..88598b2f0c40cf6501101f76dedec83b2ec89826 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 e53eebf77a824d01eb5249f7fcedad424339ca52..c483dd6478b00d302c7545c96fa8ebcdafd21f0b 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 981340dfbc8e98e468409f75cdcef2f01a288566..d79aa90109da4f9bdeb93fe8fd6ac25d220f8e47 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 9b7e99beb9d9b36485d75b454b5ae611c957164b..223af86329d9adeae3199cb6399d1c503c025be6 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 1570a4e7a2f205dee1bae3d98fb632e4312b0bfb..86f9460fc75e60abe108cf2464f3920af113ecd6 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 fcf13fcad97dbec94ef79f0a20b89e7691302501..409af2c8c2dddf04d9d61f0acc7e3926a1d5990c 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 f086fa50599d2b5fef66d3055d05378ed8c76bd0..f7450093566c185472cb4e4996a84dc42cda92cc 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 87009d343f1a867f1a66bb7805c2134ae13ba306..089eae7f8f6b943eba96e2b229c18d6b3483dcc8 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 bf8e7e5dfe9138d66f1cbe4577bc2fc5bbbeb5f4..c0d71fb8fb2de65e0ffea34c7fd66a7d2f28e010 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 4cf9020354572045970e617f5c42a5ac79f97643..4d91e5c87a8e5b2348cfa3b3aa09a5be3f866226 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 3f01b18a8dfd48f47a33e58ce3bd42874125684b..a8ced220aca937af6bfe086615ec47c492ead5ee 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 fbb4ab5b4840ceca790cdd2911a9e61ddd71f9bf..a83c477c24f4ac99ac4f909be6fc2eb8d6a28c29 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 9414c80ad1d12c0296afd3516a21813e6f908022..90c28ede9decb73e61429d25e3b0ac141111c1d7 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 139f3b4bf049480a4941b80d37d0c4bf5824cda0..ef18809545f2952cb6f3e4fb5380a96b2b982ca7 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 b41011a61d4eb66d91c8d3f158675766bef0e65b..4cd815014cc8d1f57d86480f49ba91b8a4508190 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 538fcd5a463ab226ddcb7f9ac0368a6a7d187a31..a10dcbc846b445cdb53ef4089d958d8f758fa7a8 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 731f1b0a30a61a9fdd7b5ee145b8dd7a4620c731..514936f1aa001a2f9c9b5d13005ed2e00ed2a721 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 fe04b59c0a621368bf75df2dd740495094c6b052..6068e5c9d8410f3ff0a2e54f05ac6b68cf6dd913 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 f40621e6ddb9b5cdad743776b43bcd97f69d0900..5f2be6fefe4ed731557642f1fe07742900df9723 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 ca73e3d75ec47305f36fa850c46f1203f10821c3..ed85dba713270337c1c1a1bf3d546f261b8a2786 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 f1776ac252c389d0d93c29de2896287f48f5a69b..112e421b36099637574037ef1b515e27afbba03b 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 8ba55ecc943163d34c045a74a8454e6b9462d245..18413b36a04109b49b0598218b5e86695ca89a93 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 8029dcbf787f46c0f805df4b2a8b4ef27ce03aab..08499827b125c0598a6e91b81107d519adc38113 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 4c370b94b74020feb05e678abea3e0d520b0213b..94517593b49adb5a4491578266915bd35a81d5d6 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 a14ba684f55f9ebd7fb9270823dac42c616ce367..b4c82df7a32583d456d48fae3737ef01cb177aad 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 d1ce54ce8807d5e894a79b6549433aaa12d6d55d..1e154082146235468e0a7cd24f9384094cb485a0 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 436ff646f64cb104530f8a74ddca7eadad26077b..efe4e6f6f6d609ebcd59d232e5e751400ae25d4e 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 1ce2f16ff2d9daba53a2f8bf8f5d2947863dc957..e33c559ccf4a56726b6177f97968625769f5a907 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 d59c65b46ac84ce2b518c621bd6732f2663dd9ba..2985d6251a46e78eeefd5f45ee91d618f7d21e3e 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 8c664dc82d047cfe3446a621c0036fd43f962c70..8bb3bdef5930e74db4cf6fd56aba43cbff970bb4 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 7d73dea7efb307836a92f05fd80d53c2c135b0b5..a9dec966c5f1883da1c203e36935f3c421ac46b8 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 e0757d1ed59e6c1294c75d6c0f230bca8ea285c7..45d4ce788e74df4f306a35c14b15648c00eb48a3 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 d0fbe5ae6400a04425fc33dd467658713f640d00..a56906d09277483df73d90f8b38daa0503f8db63 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 b849638195327b9b67b28f133c40d03c1032143c..57318745ce39a5be8b93092fba41e87fd72e4f3e 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 43afb3bbc47ea9678e837eec3664cac7e7183b74..d99d9618242ca95a8afb29c6e9462b6605c6a125 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 2d2f75ddfc129be6c93510a45722eb49e9276dab..1f2717f67a0d930cdf6a7853679e9dd27037536f 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 bd28d78b6b67e9eb67b606ff5d3eafda49232b68..941e943e6bf5e5a0bafe179723b3898b524783d7 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 6a233a8326e22e79f5949f20cbb26b481f4ce5db..14b89a1852700867f0d3d08010e690032706c9ab 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 916650b35cfde3984ffcbb92f19ce91629544fb4..b90baf566db8204439b523b721104c75f5ec8509 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 9657b7964701f54fc3b626bdf6a5f286e20c7a80..c9c13300d57c2bdbe892a86c5084a97b545dede8 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 214459fe1a444e990e3eeec9e94e8fa17d1e34d2..c066b31d7b7d4becebfd6d4209a4a2d556389984 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 e16acf3f87377e52777337b86757e4cb05dc8a85..16929e4db35210f14882c7cb7bcf75a635ebf8c8 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 7fb257950cf3bb31cedc95875c5d162739a0a666..61abc56bc3f38723d16389533654bdd8a35ff0d2 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 b79e2d4792aae3f9285f903f8b95141bd2913743..82c5130a897ac728226edbdd0bac5f6d5e98741f 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 02bb2342a3128ee584c4f3edc76489d3ca112344..264bb64afc76c07456df1f673af943402053d757 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 c5008ca8ce2e64d3260263efb698eaf256558afe..e8c3eb375b9c4a29d85022bd9deba1d8dfc7970a 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 afe930198e2cc604d839eaae0dee97653fcb83fc..a0b95a06237f4d7d2c1d8887f7609af24c1f46b3 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 a61ae15d55ed4d727c51f01b802461a65b6c97d6..f988ee5d2e9d2fafa3ef0665ff8fd5a89b7af298 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 f0cf94ca04550becb1f72aeb89ef6684a3284efd..64613cf97cc88866a9269bf3088a31540e328231 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 0e6f0b00acb79bbba472dd53464b90b13fbffd99..bafa788e14bd0e5fdff40db87d73459ad55a820b 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 07136e4bd04d6b430563c5cc9fb7b891c11f640e..632b492f10e49005868feb9898fa01451d5090ef 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 14a9fb3218093f5df3a529014d3536f5854cbbee..be0c0efb2703dfb008a12b6d062991f098301a70 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 b19a38dbc1531caf492023f6864fbd28e85dc0fb..3dff01b6c6e6691b84755c8ea604f227236b6231 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 95422aa9175978058db67a25026a591a003e2aab..fcec443fbc9af9e55171146b6059461a85db89d0 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 83b20978415d816f3a1899c58c0628d8f086af20..4ff707a6012798cd76f016d5817363e40b1735ae 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 e155721d262d09dddb22e7d51e6835c9ad8e7010..10558d3a719e6775079c9b0c1d1deb17ddd1d719 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 cc535448ba79027f521cd7ac552e6e6e3d58f95b..0cff83b4108d964a21ec9679a8ca613c0dc5962c 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 9d619bc8abffa214d3e75d4c016b0a9fa4be37e5..852e37cf2e2aa94968ad0ecf4aa3c9c979462b52 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 1ed80099e5d80c40db5963323d7a652f3f105005..43077d7e1f6362d578ba0a100b781cb249fe9930 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 13606495198ecd975d522615cb7540d94d30ac39..a23f8033aa436ef06fd1de87c7c469cbbfc01246 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 578d6410e954423adec20b821a2cb45953910edc..a379105f48b7287648ae1ecc9493404772718646 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 68f3d93a40d365184186c4d11e4f46ee4d188cf8..56a95067aa1796956fb878447aef10a2b8671dcd 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 25c3554bf213887736386cb550e8698ea731c30a..3afdeb962631d2e969bf7069865e4dcaddac9a38 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 c183bd5dec0769857aef78220e4911a9261d86f1..2a495a640c7ace9ae15e55a3a8c9f35b60cc2d19 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 a21a013bf170689d1e1c9c8e189a6ebb1feca356..730f89159da384263b90c434129fe292c294ec78 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 7f46dc6ff570a4af83d19978db627d4df9b686ba..7ec8186b291c10e3e0e8c13325b0f2b681debcff 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 28519866c2dde5dafeda042467cd6c8852cf9e01..666e56ccf4a963e409faf43352910c48a2c120cc 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 a62dae7188771c95da8195b3d0cfda2ab1e14e52..53e3d63816092b5284feb4dd8eb6bf6ca381eb0e 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 8423ffe76d9d4d609983550302a34b4cba53ed73..b7f13a6e8a380c5020cd1f2d6618199c6f9bf62a 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 27de173ad02c094481153921bab88f2794e48a60..9fe29a9bfea0b58ad79452f99201d5e0300c7f49 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 ef70546f893a98c0a096e9d50b385ae3fc754875..800d1aff8f9bedd558f1dfa1e102d369e4e77077 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 331fe70750b16458721d3283b8b2eea412475bdf..e4019dce3b10ad8d5ebec015641b006458135296 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 66391c0f9c0ef120cfaf38d56b4253a7051312b4..f013d38b5644ca5842c22cdb7be334c62291a978 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 904cbdacd39e66aa532f044dce848b01177193b6..d41dac08a7f4f4d45b294a2cc25902dd34e94381 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 8f66d2b80c84d7fa7d4f03dbc077109033c52edf..98cc50e1a17894e3c117f4f657f9d2a62493de50 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 a4d6fa67ac8d608ff8f6296ee8ea2ad85fd088b6..4a6614bcea9e93bac6b93d1446513581d15e0d14 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 8c5b33cefecc06ddf53ff76ed3d0ab039944b1da..5553dfd91506d8c994aa959ab0f4bd8b4c24d072 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 2c3b5f346e5887764b2480e442354b8b2207b1fd..f2e8d66c7b94281c198b9919fa2f13fc86599105 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 9b654905bad08ca5d0d8ab8b629e474a81add787..b6baccc68cc650907b36da4d75c3441614e28283 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 34b2be7d2a37f5be59228738740315aaf2982138..dd441f87de349475b91e6425bb142c78453b7ccb 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 f82c0bfc5074db509443052b230cf1fda0e9e56e..096a9b7c4b38fdc4440fcb4e4c2b463a685a9e62 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 0b4dadfe36a61657eda5cad7d9689bd1c6ef4489..bc89367811d5c1cfec3333189dcc7f2eb7473a5e 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 0877b9057094b43927d5c48df6a16974fcb86a4f..71c2b28c03e94ae9e86447df13ab047557f5e86c 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 06989455680553faffd51e65a06497fbec9e0b76..682f2907ff299ba2be4cc4e8a771d7906a6c628b 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 1e674e171a179e7415d81e529a9e313c740e30b6..704341042d63f97597df5d7f2a8355ba4fa0a914 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 a67c06158bcd573279c8027aab242f9b45bccfb1..c0f05f5c14ca3b9b3bca5147fa9afa8b2d05a180 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 fbb98143c166f24f8fdcc4b54091e19464ec413b..5b2af8bbc7a5b6da9344b1c65694f19ac3631e12 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 4f1398fc83be64716ee68160855c8de532095e36..f8ac9e7b53d78feb6a8f71c1a71bdeae1d892c44 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 b4276db966f851d50e6d3dba1ea30d808e14e80b..8cd6bee548d7dae5aeabaa5979009fd350cfb668 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 fc36ca3f562f248f033a67c4e769848c3f5a25e8..30549479d080738808a589515c859baefb42eaff 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 072670b30a387416372dd90bcbf4fb473ab68024..e5969daa808e39f5e491c1e6ad941476594a31ca 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 0b6844b56059683da4f6373ad6110c6c031783f9..d918c674aa6877dce62e5b37563ae0666541d180 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 c959c0306ee5d008a9b85f0fc30d1235d6c77035..ee20bd892f8208277aed6b8333f159807fab16a0 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 288bfde50b9da71acb6c40e7fe2ae621859aef9e..5e3c7f0dec3687ef3b7f78fdf0e69a2d93417aee 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 14411b2fd9baa42d7f29cfefc8dbfc1ee9ba02b5..08751dc67764981ee5de5c454bf3d2edb400f3ac 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 affd0ce8675f8cff7f64ffa31bffdaccb94fe457..dec39c76b401d15d1ce0ecb0b34c62f2e5c38260 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 98e529259269fac34e7e1b7696455f2c7d732239..2f10fb9a159b07f92dbc10da8ac3ba4284bce674 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 11181d3ee6e427f9a1488dcbd73270e92f30b74f..18d5bb08962a5baf4de851d448800b5157d9daff 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 a93f6df223f6ff44da032cccb18fbc381a4a2713..48183c46736587092f65f044be94acb82f8cba32 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 7af827fc9f0f7c8e0037ade28302951dc0f4ba15..64c618e5c5fff1ca050684147270d11b2f833c51 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 d0f66a4c864da7c45b932da64ee052d9142b3053..69d2a6b349652cad1ed76d4e423f43317cf38ae8 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 848867c6af64a0b4963d74b170198404e4086ab6..52378d2f1703b74b485014d8e053232c431664b5 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 cd36e469e0495da0a771ec6d052cedcba90b2c94..336ac3567a9f292082e41abe3d7a9e6121705377 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 131197ee35e5c861a8c0c89fd0017f2b0d98a5fc..ebde64807e6dbac1eda7bd629a34d95aa08c71d8 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 d38fb365c1c8a20f28ba97adc2ff60212c2f7799..4ecebe5f0a42a1c2cdf01c67ff19331f720ebe24 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 c3ec30cb599f97b61bae21da8b4373989901da9c..7e2bb0717202c3b78252a6e42bfd6d75f2eb4c9a 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 5789dd6a4f6e89f336adb1aaf15a11aacc1f069b..07e12283907a2c0e001e5e5d5002c023f1cd3291 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 5adf105418697a89a2a36b6569c7e615d1853260..4d30fc11a315347cf8b97a849eaa3095c3429be1 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 353f90359a15f98fd082bfef31e8908bf8fc95bb..e842dfff2c0fd855437ad56f32c6d1767a664654 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 9f066b1d3531561d68176e659f54fd793ba76775..fc1d63ee8a8718b9741ec9e6bc10f65f1c7b9b2e 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 35059e3e7fc543a1fe74cf97f38c70cd8ca40b45..a8ae8e2a31fc9b411e79f72531a508cc4fa62c9f 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 f7df8510790bf422c5d022515e5edd09191d6140..d529a0933bb2d7c4dd8e60a830943adfcd78b5ac 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 f9b7de97bf23604b5e4e7e599a3a36e6020d45c5..7c19d2f305d1ffffb55c8f2215147a27c1f17785 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 3ac22ae11f93e2aadefbbc6a3e8a49f0ab662f77..8e746af04a823672f45a71bba83906224e6ec2ac 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 34e39ce970a12132dab5134f145bbd64d29f99e1..d31fce7f84114c75062f71041186c3639ae2a0e9 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 b40e24847dff227072f127441372082f92b32d74..528f1a76123493cee3a4c9d4f052a60c44f3c24c 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 72112d7b274a31cc7b6712922885e1322c87eb78..e26b4faf99f9d8392f2d595bd37a84d0cc4301f6 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 13f8447bf7fbdbd6840bee96bfba9882fda04931..3c36efe0287f89e54bb4e99687bf447b5f6b7a36 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 96b10f4b906064224c15fe28de87961e56713a78..557c4eedbf13e8c0453deae525b3638d05bea7cb 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 9e204f7a3782022287c8b96ec84f9cd1aaddf32d..22de65fca7fc6bfb1666275d669a5aac7d2eb735 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 7378b9b1839dea4db591aef059daff84d6f6a76a..fdb75148e5d4c3877afe7bd8733c3f5e2a9910c9 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 cadbd55a46fb0a7ef5681ee9770c47167dab1b38..6dbc5d564a03d0528bd68dbecb10bcbcad9d20ef 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 8d133a2e0a62c05eeb755230098dfeb3d9c15ff8..516a895f33c2f7a1a770a04435f7330c23571373 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 9a84f4d2e4373c4aca6796c377c07e658be0b8d8..4309fb72d285715b062ad3eb5aab044602658ef1 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 4fb438d54c6d3997e6772da27615eff16050970f..ffdce6b14ce4050b2ee1f72782035dfb3f4e631d 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 7ffe1590f31b6e8c20795a1231486a492ea5b6c6..a0033a5b70dd8c8c4eaf88f3690cc242628419bd 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 7498261cf76edc6a1430d2adb67388967eb4166e..a3cd5d0e50b781b59beba81e6ff87a4a78915acc 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 41afbf50807200e7b08a9427c52298e4ec2c4321..8d388ce7cd4e3df5862d305391f1f0aa8e9fa39a 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 2ec4d51ec38a9552893f01237bcf3fd882789103..e321c239fbc74d8657949a2c12364479a3f4ea82 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 0f8cd05fba798ed8e9532a877bfc387c93521059..0ca4ccb711387a7ffbe0174950af3192aef90f49 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 5e3d4805814dd245c19a7d2be73e8382204ed765..a0b61129342ff612cd8c44c10d8777b8d47f6195 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 5db64e224740e5e0fb5604e6c8255684074da2f0..cca3f3dcae60472dddef32df0089b8486bf0aab6 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 bb730fc4fbb8c86668cff3feaa167d7d7d049d72..0734d0bd0e79ed10fe7cac76a1c923d07d4aaefa 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 49fea2f58c17da6ca155d0d2e52787361540d33b..1bed09eb049c28732e19df9c9b354c1efdb9afb3 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 7112c21697de28e9472a0ae739d23f0f36e63b2f..500febfbf562d16c5ae21834a27bc623b302f50f 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 fac2b7dad034c920a8a8b9b9cfe6d2cf3d292016..9ece4261f7d30bb541e1264085762fb46d2e6d0c 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 c6149c623e999614398e60c49005ab44bbd6f3d5..10f425495b583a64792aa3b91595e23f64a32a5e 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 737e0d473b426328fa51145bd6050c74b2c13b14..80e994145e1f2e6d9cb0774170352f05d6a8c988 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 08f8919a3377f5227f957d26aba003502a8c1c24..2afb5f65b6ce4ce78bb743a1005ce4cf7b5616c0 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 ab6b8224d091c4fd9580732253ecad1b02384df5..9849f3d985690c98dc44f6c67b273fb48ee042d5 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 3173ba7b322528adf59012918bfb8865b07f02d5..00b0a09fe5606d4a80abf32b2f5f16396c331fe2 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 cb990d716fd2a8e06c74cea9427a196a90596b26..fb4eafe2fff731c76702ccbdd2214f4d53bba544 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 e9f9e6dd8e11b891f9adb0d745f406e40f585492..045357e193b1a41a49150ed7eb7636d8efd0bd75 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 4f5502b6e61531743d7c1144270d2cd3053ee8b4..79e16af3169614e5bcad26bee9c14b6db3d9e7a4 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 091b6778579691fd40213413d7457f20885c72da..9f78d3aa3c9bb2b7a31deb6ac84b642521ab7018 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 3b25cbb3ced380c07dec9527edbae5500a741052..49065e649c1836e33ae83ac69e4e7eea758c24ed 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 4f5a0bd6e193235e7a074dcd7799fca8a7b52125..bf78e5926ea5dd66e081c71769538ee50183d7ec 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 89c749eb21732fa5440d61fca7e84d3ca71c767f..74e76b353426395ceeb447d7ba88848da650c67c 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 9aa652493569104a3b66fd026b7aced1b924fac9..73c0901f8e38d4c1190b369e01b4fc7103f75a24 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 2c0010759b33240bd08aa7ec1774da1c62ab7d68..d17c5e88a19353599c493db0f814e26dd51e207b 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 82851fc3bbce46c23314d877ade30d4846db7498..fa0d31e391fad561bb0a485657175fd7343c1195 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 55cff7454b3eaec9d909da7a1d09538070562647..42476a9b3f2e65bd69b249bc09c3f7453780c751 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 bdae43c72e57d470158f360cf81ce6bf9ffede54..e982117540da815723629cb7c8646cbf3e1a2e59 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 fbbedd58f51b3f609798f7c96802fab4fa65d96b..58097c82f495036018719c2deb1928549283145c 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 520d2cc1e2e1e64d7cfa8915ef2dd5cd7ccc0ffa..9f58767cf1971674a5c11d3f809fe4882a844d3d 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 8ef37a876e9516b6e0348e1d2325cb56b0796ced..fd5286584b70213369a78eedf094c7f2b0679ba0 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 e992319af73091046bfc74e7cfd8b82ece2cf55a..7b900eec3fe5a1585ad0716f17257da48d31dba4 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 7c73ae531213d5811ab14126c634c5456233cf6a..5bd1dfe9837773c5b80a048ddb6d376b385272f5 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 c25a9dadb2604fadd7e2d3ac4e77f615adb7a234..7f5ab132daef562200490479e70c06e9b5dc0678 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 f7a186586afaa471a884c54d1576e80eca6ca164..773f49e3ae35525d61d3b95eb3cbcb8097c2a1a6 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 b838abd3c45fe44c0096301bb4777227e21d09b8..850d73beb534dab94b7d6bb19a7c97ee477a301e 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 6f118213e2eca57a599912ac81be3595dd6095e1..d1e2d2edf1e879c99a11b47a77e9cab9c109e30b 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 43dab37f1326fee6d35c1584ed13eb9874e0100f..3e4fe4edc3a42b1318dc380881c042e3d9affb51 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 93c9e346fda28a326f5c762b384dc88f84f90e46..50d27e5158a5d8074f00c7e665e6287e1613059f 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 61f2a95d0ab3e6e161d7e99e449b0e7fe243a6a6..4fdacfe190e95258076a1c317979773c60b4419b 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 f88d2c710bed7b370b6d858fc18977f76cb972a6..ebede92a11b8fb13a3b177f17a4f54fec43b7ce2 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 b9d00dcffc0434e50354fac91cb05359aafee080..6a5da3f2b87dcbc5d3854858987789b73822cf01 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 f19702e5378d40ad9e41d6071b5b06366e38a47e..9f7983b858cc86a0d7eb8f29907800f13d3a4f4f 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 fed7ad481b8490f239a4455b5dd8e3354e5a0c57..b828c01a2d802e601cc6618768840d88c29be7f5 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 0ca2653ac79539ca43ec11248191e3f67de9491a..7b69f4e924f392c3cd8ce7f6b7e354d65c9ff0c9 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 c6149c623e999614398e60c49005ab44bbd6f3d5..10f425495b583a64792aa3b91595e23f64a32a5e 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 a7fa2eb3f9bed8283d4dc3ce63385f50b693fd55..a3d04836d56b6abe242426a8d3f1573c15fde76a 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 b361657df0e752318d5e41cbdec082691e01aa16..b67f731e7a9a99dcbfb707c63ca464c67b434e6a 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 fef18369ed7a7a1c9f6ec0a9bc8feb6e6d3fbd23..904d0d68260b8dcaa514de955648162d6d38bbc3 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 9edf41bfb9da5db71e9558b572b37a240a38baf3..addedb934ec391c3c7ba271a6fbe750473200ae6 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 e6daa50e9ab490531d63924a80a5719917ffd251..9d401fb5ec7f63c307a2b43cc49473ce29d37665 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 d6bbed63b93b66b23dc0dc7c0f6f3e5a3369ede2..9f1d3e0a65d64212df3e9e379878fd03eda76f26 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 575525c197c7e3591a0222b7319719474a674d22..6ea847beb89f72842b423ab1f3860c50966ec0bb 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 b96855dd57f733cbf772949d986ec6b71d6c5082..82f89fe1ec47c046ee212567b83ccb7a4e65efe0 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 07eeda44f20e40949317071b893ecda02ca897c0..f99eeb5fbe8a5d2f55b1acd3c2f78dce9dc155bd 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 c2e6aea97d23b2bfdc23c10b1c962c0a2e9d7213..1173ccdfe0e5a18ef5617e587d81d92d4e7b0f3a 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 b178721edc3569c72d22980d4bec520b4da394be..52a5c087bd998d0b16fa0544f9011885765695d4 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 fd2f700e09cbdb1e92dd58c4969470ff0e6d2e06..eebaf3e8a48764b8183d9fa94a6afcd77d8f5379 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 a5e7b13fe64e8a200966e272578dd76dadc71cb8..958fa9cc02e9a62f97ef68494be7f8aa3b132b50 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 92f8210d2fb28dd5a42678ea8e98ccd06ce2ddf1..63e5183be4a7e5f8a4d9700200edbb793d67065a 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 d60fd7b059f22ff4de30e31c6396ad0011b75107..86a408f07e7cf824c375c4cfe5647c6dbc469e48 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 44f72ce1d8c46bb9949a1b099cd54447be30c533..dfca99e07299b972ca3fb3d50cc37fa08928de97 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 69a0a3a6bca9b76f1d7610ced462892550d543ce..ff86b1d8d7afcbc90a46a7a6047c8869eef36361 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 eecb76746651dc73146831c9885e93103d9a3d6b..e7dc33e98f88579978db31fb8f40464544a554c7 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 3eeb6f7f43be5621dfc4c1ced677df2c65de4f25..133baf369dc4299789b121ac6beb52f51c9c0401 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 192e45938d630b73f48cec91e0cd04112d4f852d..00760692b5bf03098232236700bbdceda1c68f60 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 d39d6c924d2c030968d936d033aca36b3f025bf3..1153b6abe7cd579a22e483405937cdeaf2a48485 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 e01658b0aeef345c3aa1989e7297153ba964dd50..07bd086b3ffeae5d164bbb37c825ff46059bc5ea 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 94e0a0d401a665c4010d84785a2d7660e00233b6..8caf97e8b127109f22723efabf747c2a1c826a83 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 09f62248cc2e20311bcf15ea52c16091a1602a20..a3cd9103ef56f65db656732608de579d3e44ccdd 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 4c5daacd1aa1d79889e18fcbc766fbb445b78226..153ef1a1e0be22bb717fbc70a3ff1233db6cc122 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 915502fa24b844faa2cf0d6d0ec64aa47676acbb..86ce09985d7acc3ec7646b7c60b3f0e156ebed64 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 109cb8f3701f9bd60824ac53473c455f23679d14..e55454ec70602e16b24863375c8ed4fe7b93196d 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 0b678e9a345f3e5f0de723b9f9c7a1e993f2ec6e..324f242bd2cc62ab8c7336204d2ffbd9e56ced79 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 c9a83a6cc3ea8508bae527b206ab08d827d59b93..86bd4bd511fdf46fcf86b114e5892548dc464f85 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 e9d1029050da5aad031e21581bd127c0bbeeb490..0baf46e26dc2b7f6c51fa01326fb733507c9a06e 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 37067cb806474320679690f921785c0f27de9ae3..8932e44f9705878a8e6804b14d5ad215168afe26 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 f067b42cecf824663235dc1a6d5fbc8f6597efe3..f1a87cf7871d53defa090f94acc947b0ccff3353 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 5eaddd1c99979d71f1c8f8c1b4eaf67a20e552b6..11a01db61630adc575f7986f72988111064f46a6 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 f3c1308e6dc354d0ba364c861ba59e71179e909f..072ac79e4db24a46ebba4b1340a1e86fff46c0e9 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 b8b0f3573c6a66cd28f09a9db7a3fef319692d6a..437d9fa248f23eacb0461190c840c4647b68cfb4 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 55a1bb9b7fff10e5a2924230706a86ad9180552b..4d9d22d14769255c522ed5865ce58f016dbfff0e 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 39ec927da4cfd6e49fe478f51494316a71f35ab1..8b3331d7ad02b93eadd9f6e6c9ab4d832759c876 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 e78dd2b669eeceba31ef0f6540ddaed78a2c574f..52e43d15e261b31c11dc13f03b9103e27e973021 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 31346e63fa10244a5294f220871609f0102f5f4d..a02c203c0fb9c0029093e7bb0c0b1377e140e5cb 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 a3a285798ccd0395931b18c4179965f7d70430fd..cc83d9702d84fd9460168b6a95089b7085d38513 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 c3fb9084e4265a1a946d50a14b17f5bc3f542641..5e2c8e3f8876ad30012e4cb811f8153c64c4d376 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 8136e4b7e8e2a35b6628866cfafd834d44406508..7cd8501b0eb1dcf2f6f31185e469a841e7a61bd3 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 167edfdf98c03d16f0091e65c370c29796eaa183..b89585eed8d6fc09622615e5e7596e748db0d4f5 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 9adadb421a9df65d49ad981cf8524eaf0d4657aa..2ae3fa349f319b9b966eef25adbfc0733ec0f8d2 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 a935a0f897d6811faabb2e8ef2a0143b9db01f25..6aa1dce6db388a6168eee192c2f1b44b7daca5e7 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 7d8beca1c5429ca8845710bf25a0746ecc4cad9a..cf645386fed0aa45bd4a47e56306cd39699acb8f 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 afd4da184f761fbd37b00518deb01424a25263a6..f603df807220fbf26099ea143b129b82f6d4c333 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 17a4e924d6322e026170e4c2b43be934bec3749c..969d537b7db0da15c2f6684f8094b36f1e723a6c 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 76a0753acd46effd1e2b4fdc7e317f7c219c5fc4..3ebae73df0b7700ec188e2c30c4079d481eff994 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 32d20c41a36366a9d82f3c2a8029603b063ebc0d..1b5cba661702dca6f0ff488b65f5aedad67a7498 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 9ba807ed21d0c61ed33ba1eb2ae01fbd82e2b72a..1a435102db3760f160d8d3cf5d1ab715dd02b503 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 ad2a5d97c33acd1e7a77615e91e60d76823626f5..e468b5b0a288eef47b9569d3d75e99a0dcb85198 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 a070c87a24cf34077cad3e8f44fe0f18f5d3061d..681e9902b5f48d3d41090cd6f5dba5fa028428ed 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 8d147f8a87dfef1ac2270393b1af6fefcc88474b..58b6e52587694a99b7bcde08bbd8195187cff110 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 5cfa119ec44aa84ed9c46f88facbc496500452fb..a95babc6f97c490f3484688ebb586b86a9271471 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 2f629c71504acf91049df6a0fb127a787b9b6eff..21a244473d37dd6892fdea74f33b80f3f0970324 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 fc5a1d7c6b32cc0ba149f8de9a7961a5a356f917..f72d1c4991a2fa3b223137652bdec46022bee370 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 c3823dffee401a7b61030588152eefad61afd2e9..3ecb2906eb14ccf23fc0d1724b0c85b43043d0e9 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 c784f62009a75e86181b1a613e66b3d30356fd9e..932f2aeb30cf4f17d2bb0f5ebccf93aad95afad4 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 f5d7e059a01fa7424deea368dd82d75b3c53d38a..d1b62f8406a37462dfd09e0f9ebc3d8655c88985 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 6cbe51a45e65ddfd091f258b28ad26654586331a..0898c6c8b811bcf435580d81cfb02bd51a9398b9 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 95c45900a97efd86a8f8a03da5997f6ac52e74ff..c9841d1de40a0bd16ece4699c98ea35aa5fe5460 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 a9334b040e28e7e03301b2f0c30a4d17d3a5a778..0980ffb19167d8c7037e9c528aec01f6c008b5d2 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 6a2f0f02434c017de5656fb83349583dd436ff3b..7bdbe8a5c82a8ad9d58aa02f452215bf64c48ea9 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 2c1612ac1ca62dff04adeb691e5a44b18e540119..c9044081270f4e293237d49ad67bb0d50dc72614 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 42cdcdbe2c8506331b18e3eefb2eb34899237e3c..74119ed846bf63acdf7432411ff8c90646c5b242 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 e8a176104d4290a709c545725540fb87261953cf..5e967ed3ab1162b5cde44ba639167320be9b4396 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 cc00794bbcba710b69246c40b247c87a25fc0237..b7675c833276f78d87fc0ecc29b79ab37bec491b 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 c967d5061bd3d80b2636078b2c4184cdfb86f701..be91a98ae767ebdf5cadf7e32f4f2c830ee5ca05 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 8d7cccdb931c21ca7569dba309e5fa409288fc8d..f7c45e90708b6be3e8170cfb12a35a3377d89473 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 3f638965d9ee87bed1a82a7b91a17b84c1415e35..961e5b07d663e6fb020f799ce9cc8da609b4a648 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 081939eacaf03ea8b3718cde295846dd27b0fddd..4b62c2c87c0615ac5cb88bfa8ba4da4f38a2c8c3 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 d1081a718806c87afd801628ea356767b45605d5..5721e312ebbc5d2a8eef53d0587fdd3df8fd7c6c 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 dabe9e3fe489f5576b9a362d80b5ab9aa91450cc..710cb48c3d0815a327e5ebe0d4e5ba5051c9ee5d 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 eeb5fc0b6d5000acef5c491277f3b473ca2b2dab..79ba82bc4ac8409a99abd58317d682a162bceb68 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 45bb0f8b9dd9f90cfdef8cad619fba4c3572063e..389258372bfb77961e95370792eaf62484817b3a 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 b473183f033ea3125a57692050827b3f9ab0cf09..4c8de35959c67d2e5dce1d6d39281fdbd3f35817 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 8be6e641432f8ab0f72a028e6ce0eb0f399b1365..54ee86dca351a9daf18e6e3a16e56f8061bbe519 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 0023c3b4d92d6c2fe46d88574de0fce3fd195abc..a7c54b10c367f5e66705faaf716c78a2ea1f0c2a 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 ed8f1c3b3704d5ae74eb14422adfc3fd8f6463db..1abf5697e09dc220b488327f95dbc631454d6322 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 dcb6d13f69ff7a03588f19e5f98726a87541cf08..03f7c6dfec9b443260c94cbdb62fc727d32241dc 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 aa882f17892248293b4086690fbd53fb3e113785..fee45c58a3c41a63eb3ec58b5d800a95f779b433 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 7dfc53b4416caf355040c379e60196b3389f7b56..942b0d697310dfc6aefb7c622c583b996af94015 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 1d5685ee2ceedc8b2b61d44e60dcf5568b64ae98..cbc6b835fb5ba8aea6ac336a78b64a3c92c24257 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 dda4701f3e7cad0fd8b5814c4b6a91dc51990a4b..be0a924a3e2d830690479810aa6364463cda62e1 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 c7808b2fadefe80c93c76ceead75692143c31274..0517ee96053159bb07fc8bcdb1a13d699cccfbfb 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 ea6403c0302ad6545e771c8a5b93c80fa4c22163..05bc19a700c4546738b955ad8042ae606d2fc3c3 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 d47ce39e753122777c3dfa78afe83a39b7be0fdc..fc2032fa1bf16ce59e709450bd25d964433dd54b 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 4b4c8b142fb44c422c9882cccc1773f87a9c68b5..f0efc8423195c2a18eb4f5b7fc0bec071fbfc77d 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 39dbe90df8f4b6196e110f2dc6350cf5bfb9ba40..18550c01a6ad74ced18ecb86ca77146cbc2b657d 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 bdda9c69bff431aca3d090687030d41455648134..1fd54aea2d6c8cc97095a6c73e2c82976c03f663 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 3b3d928ad4574060b9192421a4f4d76751d96c8c..dfcd2f4316a7f9ea0c2ba22fffc9e75a94bf1295 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 0dc4fd7324be5865386f66004cdc98d731febb9e..59466e10d82d80d79e8a90f0737d6cd50c425295 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 60d20e635c5ecc01219f4d1cbdadb2d70f631ddb..5e5082250b7eee1904fe4226caaded046b57ee49 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 1ff2036ed78226c68197f32b16c894f33e07163d..68cd723749dfcb16de52324ba84a57901117fdcb 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 477c44c42912a6c8d01f732cc5d29e247ff04f63..35f632ce3a7110d9fd6521b500ff0689901e89c9 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 04db0f8a485f5b7199d02de06413edefb9c68eb9..af7f061e41d62e99987bec3d04191f84225054a0 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 826232bb198034863d51e6cb061c5945fdb41b07..d46ce43f36404d5f47d51e8f74dffbc364639699 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 cad4474b0c6e804c18b60e2627a8847d22f9fc12..85f09c5075863ed769b777c77a76ee945a6b0791 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 c49b6a6777320bdb50619e705e25bd91a33f55a8..06022991896c14cad24ac86a4b98fed68451c75f 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 18b3fcafd825b1862601dac63fb2bbb5de6804c5..2dd35a1ebf328b81934027ee6af847f50ded0522 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 d065316c845f485ce79d014563e8268b905188e3..0ae43c5210475163a38382d656e2ff448373a964 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 5665523aa7649d0a26d71682c05e9a43f2d0d6ee..3cd2ec125dcca94b0ccf05d429f9d687d4d15603 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 f44c592b522baded9aea558ac47bfb4b51fa7d80..cc5dbd587725ec56a2e4b03d34e8e11c0e2622c3 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 67fb558e5c213c4ad7532d2f7082329ce6b54971..7ad4e3976f7d912ca80d35ce4a847d3fb56622bf 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 ffc8dad4aebb99682410bb2c7c21564d4fad6b16..d0ad98de917a436ddb66c90b0813949061893c44 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 2c2275ff76ebf3142a790a9de82ddf631e93afd4..6d31a1c3e149843ea94cc783b87611cd0a8be691 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 1aac7683b5a4208b20d4d0d9cac751c789f118df..004e62aa23c8d6a8f4e52ca525ef71d122f28a9b 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 a0fad121672545c51ce203465de5a9d3d16266ab..5dee77ded242ecbe391dddb6a631cf8f490ee4b7 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 94fa834e5f6d7bfac6dfb64a426a8dde83ad658a..dea5548f4af22a82aeaf3f7253aea6eae16078d8 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 46b80ab931f7a580ce0f03b5d275284e2c56ba6e..8ee2f79d1441f3102915d13574f541f4f8b0d5c9 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 7fd108cbfc714a593917e46305ce20c042afb130..8f9230bf4f6ac58a7df289630cacbb79414d6ad2 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 9ebda3aec1fd4637716fa0f68a2df63a6c013f6b..d47e0ea5b4bbd7f2c3392cee8382a98b69b46f9f 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 d09dc34214454ee30de8b89e9e1cb7fff8217594..49fd5141386600343b39492caa5e05c1547e1a8e 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 d75986931efcf115b5089f2619e260d1029dee02..ea24fa16b34aed8790a72f79cd91408f577bef9c 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 e3771218e78e6d0cd86a94bbab1cccdf5be6ad9c..31928e99cbd6801e47161c080464d33196a647c0 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 34d3f5ec445c0ffdb57dc17814079b4fe3ec4adb..0cd9f46466f6233ec10624fc282d089b1d5477bc 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 a1d03b094a61e2ed8c0d864729a815eaec2ebc0a..aa72b7a370485e2fbf6221d0962f836010d65524 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 d61d74768d05430e8e7f7a740f68d878e4b9bdbc..cabc138d9025b25bdcaf2f8e6982af1b548df1b3 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 4cb3d2a6efd704f444fa74c9f7661b75584c199f..b1b3a6c61b732a233b4648de2a6dfb40e9059c79 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 0fdf00f3d3345870da28ab7e487d88e9fd7f5102..09a8dd5670d2b4eee07648af8ad229e31db077b8 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 61361ecf8e8cfb363dc9a88fe381a2b8ea2f93db..48c1e8d257e3c285324d0a11a28e386f0335cffc 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 aeac37c428958ce31079285cd8d6c1114ab09228..42a9537008ba9d475be70120252ebd7662942d58 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 28e6d7a1a26bc839a14463650914ef20bd84a58d..387fe85a5332037a21518e274ea7f86263d3863d 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 5eef5d60c3b847853e94a4395ff1672871f6ea4b..fd904cbfb8d90d34fe26d7005a09ffce0155c7f6 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 3efd4f78a725fd0cd56c3a8a78b621e675cf77de..a03d25f4637490c5dd8b26c811a144e8da8dc5d0 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 3b562c481cc13097867e50bac8378eb6aafb81a7..54931730a1a3fbed585423b015caae8fe4bd0c2a 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 37bd5106da478b852bb22c4e6d43d47514a455cd..9ab9c7da345c06aebfab5d3a0dfc98599708c7b3 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 f290204ee6e025287432b390571d51725b8e588d..93e2da54ea5bedaea8c4650f3c825d18cb3f3ba7 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 5ef0379fa1f73022f529bb887a56e9467f88d469..1c78b82d302b78b791ce675d0c583a79e8e4069c 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 37ed1759ec0cbf9ffa867a937e26bce4ca9e103f..757359470338492c3812b3119ad9ffc96bdce440 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 1a253d32658bfcc4183cd484ba2e2be7d71aaf0c..98e8096f85002151daae2a472546c4cc9e732399 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 c17f5f87d73b5c1f91974923fdf152b711353ab7..e146dfd58ac7a177fc850843c6497984fc3a08d0 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 22b7ecb74e53c887c844a81792d1bbef38cb1bfd..4938e6eb7b48a129e8b8fb2219b59053c005a83c 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 6e84ab0057073377f532390161c41790f38d4ffd..017bc29e35a3b995176f50d7fa2a749fa366bf13 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 01d82cd37f1c044df3f9ef34d5dc31250aa3a28f..724a1c9aa4dcd0d89d7732ce51d92ae01ebdc846 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 4f4c1a1ec68db96f41b1d22d46c0ddde0fc634d9..bd0e8b82293cff177967776cfec0a19a3e4a6e8b 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 e1bab892aee21a826f650940fe6d76d723393176..7b184a1fbab922ff877e9912a01dcd67510001b2 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 62a1c26ac7b471bd4e95172846a847362e910c2c..de22ca752bc2aa197e587d1dd86fb62546662e5a 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 6afd06c889a0f998bdabb49d0cc821f144a6d002..3e7bc50095198eab610d8bd87946001ccf13e505 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 f8ade13f3b2a2dbaf731e00bc4d88af4dbd09ad5..435f8e06c296affb0be20864af8227f56f0c5063 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 a530764704813cdf388282808b26dbddec16cfda..3fea87ec840d3faa1c864019315b885069d11432 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 c3300dd717b2973d870d4113ce7d463d8e3f321f..2861a41e71b34cba8fbc02984efc9f10a1fc8e2e 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 eb77a2aa79f3a6741833efc8ed26772569a67b31..596cac6e3561ad0f88662c4d81c045a48eac03f8 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 c58429f08b5b49da7348892cf3f8170f74967210..b618ae49b4c93995cb4b6452cad345296d4b0405 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 3b96e05fd564df1263bdc312d971328ea1246d81..15eebf6eacedcb0d2cf0addca1a904fd954a12e3 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 c4a818e5f650a50de79c013228a0ef68d848e5b1..f81de6f137d883c20e263c62785ee6b98eea4d94 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 b36d4450291724115d20b09ba915d796ec774356..cb83e99b96262eed6f302685cfbd30efb7db2f80 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 a4b4d804c96b696171c102e470c05f1edf0caf3c..5b6c7ad3161808d38fc03f71ba99b76efa1378df 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 73b2232d77a3100d68033e67b40a7794a264f323..783b95641cf88559a3c1f85754e0bcecf2bf6c6d 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 793c56cc873b305c97d8c15b655ebcdc030ecd03..8b2f92096a7a73cf77bfb72d9f2c6a55653cba3e 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 2ff9e91b567f165c4b94bcf493c70f2462befdd4..aef95430609ecc5d43c9ac872ebe63acfb32a973 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 97a245099e00bea11cb5e3031498ad81c016ff84..1aa1a5af92ca610826e35a0edbad7d43fbc5cecc 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 147110190691e090525977375738836b9281a282..9ca4beefc349e63b8a370e8077f7c4b5f6dd127c 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 d19e03e0357db8fa77458db2132601408bb9774b..cd855d9c32f9d442c8b164d663549547dae4ed93 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 e2aa5cd5c1fa429765a8815639b1f87d08458dd3..d7b8908eaae49cc839734eda32a260e49f29addf 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 9fe3fd2428ca0add1577d92ccb5c6ec351810e1f..18fc9d01914e45dddbd1b3561f38b8594241668a 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 4fa1040c95c06b7c30c26f9eb4838694fc024d2a..581e85ace50a905ca31dd3fcd86bc9c745ed11a9 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 12394a7fab779d785943861505a05c88eff4c23d..4aecc4f4fba6ac49018c12fcfb55ed36a2b97648 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 80184aa195c7558a60e6e4ff6a724410816fbf94..707f226a28aa013fda1abf4c3411698e1f9bfcb5 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 afab0b3493a047ba75caa47da08d339945a2e0f2..7f853b11dbd3e7a4cd1ae50077ddd3ae95a215fb 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 61f1f4e9a68d28c9e92363dea4e2e8b9e2e8e087..a18750a6347d4d95764413b9cf6af65acfa3a286 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 b90fb3e1af0eb9a3cea5cd4c33faf7f06af31fb6..6f920084d0061a00551e976029f096dba009d613 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 b42bbf6b14cd8affab9bdee0204c95081ff88e4a..ac1ff91ba1ff85d03fb5e2f25ab57b5a5c125590 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 f022460264d25cf5cc5ee431f859f48fb8a8ea3d..43ed942ada9c1ed739b4a1ac0a20dfc41d1b43b2 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 5065d114c521759ba49821691c6b1bfaeac611ab..b2c7e0cf8e4eaf8df2b19023982f2e9187693cdd 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 1a5ba1ebe1233eec8ee9d9f74a27ca98e1dc2a88..338626d00c47ad3a7fd41ff9e74d0df3b783efdb 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 3ef402d1981a7db89d5217aa76db4d4fd4caf43f..80e78f71b140ea8f9f3471a136b60503303b2088 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 0867ca1ed800cf22c9302c39dd7afbae2ea9203b..6e7123ffdf5d9ff9e270be3c21013fa3fb182316 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 09c2f2880e7c286ec5e5d1904e318692f81899e5..faa49384015e2fbddfe80a227eb3ba1df24d6912 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 b77186a744120e4e56b960e4802fdc99b0435ca4..2e2c6ea525f9a62bc1940ac224b6e35e8208f6d5 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 ea7067af4d27dbd195073f3ea1191bd3bea3e403..0561239573f30ad635e60a130f2f8438694c4be7 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 398dc82be51f126e9cab487d3346d91f011f8fa2..fec07f846d5ddf6273f8915521ac641a5839c72c 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 dd54f69fc0aa5f8723525c788fa910c22ca2968b..5359020b8bc4f4ed4b63195bee9b719fdd83da9f 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 8202a2dd5d60f3c74caa124df70ab92445a5d6b1..8feba588151451cb7ba93010f35d99ecfea2c580 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 4321da13259e8a179b055def8a4f89bb5aab6ba8..67fe765293c575326c95b289e4120b18232fa308 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 5de0abe1c5273fbcd6dab3f0b01f062da95d74df..85111d484b23847a5dec6bcaecdbfdbfa24c1d3a 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 922ecb65af3e32eb74084761b69b20dbe20de24e..20f2f1c79b0a6426f41e4295886ab3ca04cbe99f 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 7b75709defd32f84a40950585bae5ee3c0391392..cdbd3e699f2cd16ad05a27936a3f721dcf10cd4e 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 6f05aee165ef5de3f63b8b8c0fa6295609273f7d..97ae56f0fe90caf35311e547e7f2626a60d330db 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 5c3acab336757cfcd22251360526fbd8c05785d7..47f147f7d2e4d105190d8ad315f442d8358cff3d 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 55b05f8c0cf4a30ee3adcc21fce744268bbf522f..5a7a16760da9328125cf1000ff441a7d5e26e7d8 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 eb8e2a6acfd0220efd9d63ad4e09b76103c523b0..0132e40b224d7b6ea7b3d920603d4951c2d1e1a5 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 5f2f33117b224a1cf3151e69f3c0ced8c978b88a..4e2107fbc32009a2debede8795cbb68acf20f543 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 082a66908f0759cf46af37ba1ad8247bd69099ae..70eabb04cfdd84d4cb1dec46cd8b760d0f92bb6f 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 cc0843c528ddc0e90596d79e2afcc9146c0006e5..aba4e65be2590eca0a447e74ec78e20bffd54cd3 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 ee62cb3d83200096e063cd78c153332aa7101473..0e20fc25eee25e064ea68a7fe66cf868ef0bb9ac 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 1f149980d771d1ca9be887b5a837fef7dd52d57d..8237c3cda4df114d00faeaf0a9e84a6461d049df 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 6a77581976a28c9b5c8fac926a0424d11e4c2219..1cb6dece418309445efbfa107b7311a4b76298dc 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 0bca1840552e39e8428384f43e53ebf1bd90f6ff..4ce71cfb221101febc611f1eaa8510ca2a01a4d7 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 99c802c9f4a937a5af4881bcc9769041226fda65..ce6020b1403b1bbbdee115bdb1217c51a790b866 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 52e484305e08d0bc3a111076b8ee1bbb972b3243..cfee5f3a6b266d6602721947358396fb73be3ad4 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 421dab7aedc2a899fb041796e490d2281b09027b..1b3c08dedf96c3cb48432b3e1869fb6ebd8e4c0d 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 e3322bb8985c5a8a443b4676c793ba5e63b0b084..f966ec1ef7fd7b50ea2f2a3fdc6e20f9767feecc 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 1eb37151a0323a06a3efbd26b42f0b4d67c92362..49c80d3e750cfe1ba5ef00dde40fc8234aadbb12 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 644cec9403d9e63a6bb37724acc2a7f4b1bceb77..d7c81109bf8667dbb2a0ccfe3c06218ae8dc848a 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 ac7d417aa4b29f45e32741ff54b81b42a3a6eed6..2a30bcc56dea31921054295be6a517c0d7dfe970 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 e6f57eb39be6f05243e40fc20f27d2ce7a5878bf..c8bfd15eb99b10564a0e5775d0bc410f7b4c6126 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 f8758349254f0d96c9558c961a51e76d64a93553..229f5a56bdbf0ffbe34675beea3698e52d378be2 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 236a54850112acee8d70e7884ae19c3de7787e65..0e0bc5eb163a43d3d6151cbe5cf438befea64701 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 aa9711cc22bbd3475fe08f5f1eca41e7aea1866f..d45993ff3d6f3d1e0c42ea5729071bd98c72d348 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 bfe67f5ecd7e81af3103b1c006d543b0f57e54bd..f57156cb96c1227255be32fe8b554dcde3c43729 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 fad1d29f4043affaba81619b4db896d55f8478e2..1855901237754ad9d70f4fe8ffeb91efca14af6f 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 971620b8a6ace948fd33fc70d2186320588665c6..efd45bb71ac10ada6289d6a6298bb9b970a2402c 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 2bf0caad87f14d862305aff6f4f023224b28d144..15b594fe0c0002667155cea07d035a8543870b97 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 27eca6f7c71113f18ef8971ea4d87f93f98bb2a6..2519189b1f73f9c72084b67c5d52316952e0a8f9 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 242a9d12ad86fe71a817b0c63a6cbde22e3efcc8..dae486f58cfa4117feafc87b0e0dda0b6b053faf 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 28800db0f6eeecfba9def5864c44696316edf593..8c98bd91d1ebd977506cc46067365566cfb7d13f 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 41f20b7103e0f3e16563b8b2ccb87381d645adfa..617809a1fa669a728ed134c41d0310c29332145c 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 dc9dcdea0c0435e4e7a697496311f3b688be25b4..b2421372046b0e928a41112096bd1de9eff6234c 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 c617fee78dd89ea9fa6da0869d8812475fef0724..37bc5751a6f73dd4b0de7fca748ae267bbc6652b 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 8529d729167e01fea7aea4f4bf0d32216cc2c04e..43c9ac72737ef86dd0b0f0cdfe17189796e336fb 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 320997178a90e9f5fa7fef39da5152b50bd1087b..87619c76d77791d3db0f5753db1bbf5aeb9fb611 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 11f3d385cbb44672084e81d14607b5e7258cad76..b7ba3ce062545a0eadd99769ae282e22ceb97e09 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 49cf523adcf9501aff7512951577fe0ea926fc2a..43ff0c24af1fea885d0fc6699b22ca46221732e6 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 7526a6702fe467f1617234179b1c40c6591380d2..e3e6952f5370307ea9d12ef5de017a022e554213 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 e712f4b38bed6a730cf0a7992f43eb13e406c023..ac09229bf45c15dcefc629ca32fcba6b38f304a2 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 7b009d5bb09d4544717e05d790c17069e6a03e4c..a274a50b8a943c311a246af0ecec8d7402447ca2 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 36eeff6ae852093aa3631fd268c6f69dc00e77a6..0589a718464b33607ef9a71a2c6398d3269eff77 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 06c7f80d92a2109193ea0a1a10ebb2854a9f09cd..5fd94ddd6e491ea2fa2c55fa1ff9ecc31ba74b94 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 2ae67060e97c15bd88c696d3736865e62df28dbe..e007fce9174db8e79090175ce142bc45f35708eb 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 8caeb766c346f25aa47abfbb5c6ef35e318a4ef5..35e0f5af4feb616319d202901d86b00e22446c02 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 c697c783dbc205bd3f7c81195bfdaa388a72bee6..9202a4d4ea53731099366587c49b59d102c9e3d1 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 47081f2e9ad3c18c9ab7810319d4f851e9d8c432..adcab0515655a574a85a7f0e1b09ed8c3177d55e 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 379ca8096bf8571799b1f93e16c5132d58c752d2..b020ce5d0062b3b80b7d1b9b5754a3bcf9c222b3 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 231e1c33c10329d5eff00d2cc18771a3f236d429..4d6acc08bdb4aade402cf79daac189bf0c96e063 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 c979f206f3b3218f8bf175b2f623461f3a231ce5..598e8c75c63d9bbafb831d0c48f46aafd582a7e7 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 2ce060673764e0c8821c59a44483ef1c4d47ce4c..15ee33ad9a2279a752108bb88a75c8c86bc032d2 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 a8d11cf5438b05e7f45159189a14fbdd4ab59d3f..30ffa79d5251564e5bcd45d682d01595b9c0d3c0 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 7c6f88b0a35b7f103e023c77072ba8a30368999e..11a5b52d4556c62412bbf4d4454f3591b6b93f93 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 610a4a897a390ed76bdbc04da01f719f4bf6be01..4a2bd0f1a52a0040b67ed91acaec569e91431321 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 11130531a02de4f9edbb17b67d524e8d98cbbe86..3114f0873ded502715aa10eee88ba08776338496 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 7e535f344b0436e5a0fb69f58b6db466b13bac8a..e2871108fd5bc8de22742e332dc6b5831518bcff 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 89d9e4e93ec777d0b95eb909b09cd8791504030c..cb44af53514940938ce6a5ca639f9b75457f43ee 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 ddb58455f9a363a2f63fb3c8b60c13a0b43a6788..fd367c021617f62877444ef0a09abd9845455db6 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 0e21c32ce3c592fc0c0448ace107aba983440f52..41f259be4a65b8e674331d3895ea53d5b208b91c 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 100096f1924068ab6d6447e2ce54abb280268875..c9e049e22165c4d6d3a1f0f79e1859cfdda9f46b 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 18bf5425c302af0ab30ec09398ff09cb69566c10..9147295f558e08341014f34b2eb4a02d4ab1c58c 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 f0065f070e24cf7298791a51a2c1fea421b44a70..ce553f7c7ed12f7caba2fb0bcaed2432c68cafdf 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 07adefd1029ce0ab3944ab385832393f96ba86de..4fb27a91b33dc1f5561ecb8927ef05c3579dd562 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 1d4a23b7700c312ff41b0ec3dd5e72a5d46d3dc5..8d601b07a779069d6bb36f390c385f60671eba9d 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 57ddd48c1279182ed77bcb2df672f80053d53955..2cc4dd4b864a99182f267c5f49de011c41f16baf 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 c8e17e91e663fe359d362c31383f1161f9f14b4f..9c6db8ee20d7064f766051dee8044744329d5da3 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 ab351bad5d3f6694f36400885d61b4d11e75ade6..c5c9c3baacf40645e2ebfee366d20a61e938296c 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 ee54b1078638833fa7662c8dc4eace9518597e7c..ae05f18765b5e0df2099cdb85fb4e403d03a0a30 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 4202c0639a480ee7b26841872ae0a80d40dd95d0..a4ce6997cc6501d0e8ddaa44691e2949de50daa1 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 3669d760f6e71d5fd6c399001cdfafea216c58dd..e1e7a13b332cc56fac14813507befa6be36364ec 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 21c5a49bf6bdd432d62647e6f37e8c16708a46e1..ca08651651bcc93c425313fa63f3f2a419970a30 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 dff376869adf7e493665a165f7e21e9b61feef57..b0f8510e7fa8774d51ffcb5d39f5f7f819a599f9 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 961f01befa7494ea7a429d745c89a07145234849..7e4e072e187cd3cb6b6d1f1bbf9ce1ce674f1703 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 e6a181f513eda8ffad10e46b5228d210258e9f4d..eb184a368d683d90b0f494cc3db038571849481b 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 26ea2eb3423b0587d11a467b889ad7ca2b0ecbc1..6dac57e611a229916d8423ac25956ba558735fca 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 4ea63aa8bcf2410c47fb6c4556f8843ece559cc9..3d006767cd3833994ebf4a79d22cbb5da61e1ebc 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 612e9983c10971a8ab5afe83a8f3394819c1f5fa..0a0b528075bd8d5ac00d5874129842d5cbb62703 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 ae52615abd594cd69eccc0873ca1d3890e04385d..8d03c8526405ed225a28c78db45a25be6c9c6bee 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 bbfca55fff52819faa9e4ceb0c5acc33d0a7e584..cfbee8eb3b24904b796ce40cb330843ae0b942f8 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 edb7cff64a1782bc578347e67ecab843cc36cb55..7ee9372424a83f8a54eaab575844822c11a58f19 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 325412c84905d67ddbb1104ea1fcf34e615d37c0..897c5ae963dffd5618545cbd7d1d02132420d557 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 79d5f3ed5f543271d16915919d0566cacb0436b2..b282a24d7241a22ee9cf4631d46280736e7f0077 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 9962863a81f74fc2fb3213aa2b4d31c5412a4880..759d4bf8def81cd80535b3feb5c9cd5cee2ededb 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 220e31f31049048184ba0b94a80e7750fdc2aa3b..170dd9327549a079f37e226a62c4824769f4c772 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 5610bb234519aac4af81d6ee19f649fc36006d77..afbea4be5114b24892d0154649c3a8d9a51fd3a5 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 245ea9cd1bac996cce528c9851376f56a2a729c0..81badf1a28ab3efadbf75ee53b2d438126b88c0d 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 c94e906279a2fc979dd3eb5a568c750d3ff29b61..66d3657fe44332cdba0cd04c832e96b8215ece66 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 1824a1cc8bfe2741cbd2463d135dfbf4554f35da..ab92c2df510050dbf5b444112f5bc0d30bba4d5c 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 9c92b4c20cc0936a931ac61cc257f6c345f3d939..292d615c4cd8c46deb79c179d07b95643fd7f19c 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 11f6d3e829fe905065bce6c3f2511fa56ed84468..beaf528d7e51beee7195b26f5cb97d47418b41bb 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 8f6fec0554b0cc881dcffe29ae80be88a11341f2..3116db3f32409173193320bcb12baec6319d64ac 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 c23f1d86fc5aa2072306d54ae0085b17d63e8bc1..743a0f801937fe27ee62a12baf31e543af7f583b 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 e87d9e44d5ee42363b873f9b2ea5ee4debce8357..914b958b5da948637114b658f956170618e0bd18 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 24158a604113fab82b55bf72c8b555a02e572c9f..5d977450a4c88b9770eca47eff1afa170d353695 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 200c640749e73c08df198940447be07e18b22f0f..f610e42f2984e28089f10cca995d6ff431861cc3 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 5d350938c5b274664924400142a8afcd77d9b80a..68880e77860deba227dbad94a6f7df6b5cb1c950 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 f32e1c99bcef428e134194db62270606977b6736..c8db2ea465d70fc3c3046e6f9458d4dd4116e24c 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 b65e5133dfea7a41c57a60a1b8ed52404c370d55..a56fc93aa475abb4474092cafc84526d85d26cf8 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 41c47ee3be765c73b9926a55a59130e8c56a7a6a..ee6c58dc42270d0fc09ac3a2c62e02153956a264 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 a8b3a4e08ebb6bce1e3cbf728028163695e26486..bc06d9a6bb7b3ff7c5292f7178f5689d5c445290 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 487c496f401786ba52b4d817406f6381faab38b1..83bd17a97a0f9a1d3a05df5a342d1587825bb691 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 b62f7889be888438fa09bf6cf6a33b21f2eaa42e..b46b3953b220fb63aa03a51bb69bed78857b2b31 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 e7081f29196b8d0566b53f7b439ce9dc8645286c..868b69204bdac78047ef707a40004e0172ccecb9 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 91d6e5f6c13644e3b34f5ec5f432ee22e66f7eb5..2229e904af72301b6bf5108390200882a964c1a0 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 cb39fdd5cf15fbd0592ba7f2898dd7b0fe817302..76c74893813dde569208c2b5f8e2f8a43ca26651 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 9ecf78b0fc727cf154d741c807aa0556311857cb..d0fbd43b967c5cae50dc3718a3869f1b4768139f 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 68c0fef795554f4f7e4ff958dd091b76e719fc97..0c9dcfba61a2e36b3a3171bac2c59e387eda5941 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 80138aad7d70466488aa338a4959a672ce63d7a1..7c19dd937ec36f76761e4b3eddcca0da877d0b42 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 6857f1725524bac9dbcc099444272346e97c98bd..6bbed3fdae433169249812a3406a4ed8682c7cdc 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 837ef9db0c1beacfbd4eca8c280b847ba2aa5cc5..686bf6e8a4f015e260b7e71b7d706d4e3f7fec09 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 e649394c49b995e05c4bfb1d88e80f05255ba5e7..1a41a8ff80e4a4cac1a8a68fd2bb38595125686c 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 8084b0430d641889f7661d8fbaec02378138c453..bfcaa26a9faa4162e67021009c9b0062f0aa6ef4 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 17e82f8b8c0ae1082c199afdef9bcb23c1f66360..d5e9f7db30431c3f5bf766afeb4d033c4bae6ddd 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 60780533a1115c2801172c4e97aadf6828e7e2ad..95f828c9acf78f5581ed7fd1d149c6afa5cedbf0 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 f77ebcacb620f56a61695310d42c27dffdc34b11..d4a465859431dee804e76a049389769d257a5bcc 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 31a3682ddb0aded23d87f4e38ae4fc109b155095..0e9858d88248a32586ffc69e4aa3f967be49c5e3 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 7e82c0ea3cb1b67ca290790b3165846c1431c7c2..918468fdda2c0f83209d729c708d967b6bd1a272 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 6916d601c4c7d696de39e5275ec1c9f2875d9219..9ecd8763d8cddcc4aa2c894872b1adec8e5542eb 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 2067c0cedec0408f58063b1442f4c0ed5293a177..72a7e7b21fcb2c0007d608bb9490ecbd5c60f0ce 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 f6367e0681dafd1ed7d038e0b79a865fcece2fb6..7cd961bbb2ea09fba6600733c2a0dd2bcaeef97d 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 a00088432791e178de9355303c9251495715a0fa..0f5a8ca5654df23af3d55f9f557bd8bc9c778d6b 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 999e357a6b62747616709459ad632c8c2efdb9d0..0105f1fcee81594e056d8767781871e184725e03 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 8bad97033192f3a8acd7953e7a44adf2cb72335c..966c9159bafca86011931fa6e813d25b6e94290c 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 a5eea58683c256cabf6f28884e6b5b046540e397..e9c99972fdbf58d3102e52db7f007b22ec671348 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 1e5c81e76d9e95a5cb3bccaf5ea061c227e951c8..796a30f393cebd6420fa5edbb0ffd84f22613f80 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 54e4bef690efb880596a854a1579fd2e75374e60..a6c3119b279fd948ea93f65502968a6fca79df57 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 9e78770217d5dddeb6806e91af520d3972a06f74..15590c7ec81f196dbe3de16c84ce2c6ab6d16770 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 57690e017c6ffcd635c0cbeb0c1719167b08182a..0bd108733bd5ecdec88312ab01ed150f9d2104e9 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 6ef2f1b55b9be0901ea8d18373bd0341f1d04258..5eb8cbf7fbf939e659ad5948dfcafee46051c731 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 9fbf924062ed1085e0f9379d2f08b4cb8cede0a4..4263aab42d5904cf62b106c2ee779023b6b2fc27 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 8dd47ec078fd4498bf7975c0e4fe05c218971a18..1c24d8823a5170fa1173a00a84e7945e0e2c146c 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 dfb12592456d54ec6d122362ccd1cc51ec881d3d..979fc380f366ef257454e8008f9201a9cf3b1762 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 f3b0011a30497332ab4ff73e02b2a6a991ce3a11..83aaa0f0695304c1571073dbc98020d315a7f2f0 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 4b05491c8725b46e077e11f6263fc5e135f40798..1f5fbf78bd2d94354ce40f44f661cfe06f1d01ae 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 d577773bd1e5380c5276c288a0a72d473c054f33..2fc73e20b3b8535de09f516b52425082717b8593 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 7b65e6f08bf91c5e6fa9e799b0426cbcd5251f3c..5e5fb51f8b3fe0e557b49b66ae409f1c1c8ad13a 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 11f233f76782ae72f987103b2d57e7aa80d59821..b4197241875863567c9cd9a51660cadcb60d47ce 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 12bcbbc49dc5fc7296bcb0bf6ec2021b0418e5bd..92d277c7ecde70674240e6a3f709ad14e2a1adf6 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 f09507a64dda7dfb08407c9456e1bd490340ffc8..e9da3c21a6ef459416ec2957b57c49f75475fe8e 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 80e67c8c4ea2eef6ec5f4b1b5b676341238aea7f..c126768e9e99c49dc09ef76b78108539bc3e7ce1 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 bf6c496b906136431e8304438a2ba901b0cc8afb..076bf9a71feb2ed7758121477081e8e6201eb162 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 af138f3e1e6d48a140313d48bd8e5a7c49558645..b973d7a65226aa35bafaa01d1b9a41b7f8e082a3 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 02d6d06f8cdaaaeb3f7abdf0a2f4b30579062ad5..a8054fff8ab63f9d1c1a368883e555cfb7472365 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 ddb8182c59b1087656fa8fbf77c136549a902359..b16321e54258855e4806491fcebc6a29164ec279 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 69dce6cc4d63402de8d53495378d13a2872b26dc..fa8d2da04566320ed34f226b2c3f51573fab4254 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 89a021fa23705c73005b06c342f95897769f2b5f..752c1f360ffd9b48839850b00ceed82e3dd469ba 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 b3bcfabb2f34d49571c4f9d9383bc2bd928c88d7..00efd40fd99ea40a39f16b64d93dd387e3158a05 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 bd3669d79ce4eebbdbfe7b5af85afbf0b5cc8ff8..ad235e28dd3efa2f3b5f08e164f502bb002acfa4 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 2d5104201369966d8c06a486f3d5473998d8bfdd..4507a1cd335859944c48f63bb62a636e1d8493a7 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 c0e5d3722be5d4f997dcb46f990556fa6165662f..80089dbfff8b5345749cfa0297177175ee90b1c8 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 604419d7c80f316c5af7e5eb173b0d003be878a6..a2f9cf6fe7479dadb3c9c190366fdebe66fce4f6 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 818d102f99291ecd74301a9f3c27bd9cff990358..18a18b01f3fa0d56135bccbccf947716724f2f26 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 075331a308a9374dc2a0722d4fc4a40b9f91b912..26bf7997ce12febbe741a5a5b23b084355e9602c 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 aa0d60e6bc85339c53594e732f34fac39d3ba70e..f7897566f44b68140931f2843211e1f99f25e779 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 0a6c5547399778e306af551e1e60b98004afade3..b6d2bfdb2d75f9f7fd9c1baddb32e0cbbbf040c9 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 51e75e6429570f14b2bd26a16d78c656d9ac76c9..1e3a1a366b139aa385a9440600c8d79a92d39dbc 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 4cef9a197b21daadc6297d54b79580698b720eed..baa260825c495f06a158a86902893c9407402714 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 0a7676fd53cec02cfd0bf17acdcaafd1151383c5..e2571ddee6baa14749bcb9717763b5ccf5fd01bf 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 70657d5a9097d4220f3c906212de9990398e2c96..28d938c89ae6c9e9c2a66d6c4bf59a33b0c5c8fd 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 4b6ddb6c837da5853cfe76df15a56ee885a88c8d..44540f4c7280d8d90641cd4ffb76fa4e56a97850 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 cfdb2845f1714d9d699d398dedcb04866c423620..59fd2430b5bd0ef5abb0293a71098606501b8548 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 5b69ac40338229ba257418462c3982fea30a905a..0cc30773c523f15f14268ea1252a32a58e49f853 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 cbcd0e884145c0c35704168356689e6004c41d00..34ca7a09d535492f777bf6c5804c5a14fbeba90a 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 00fac9d9dc455de6d8651ffacf3a7f1ecd0284d8..64a222bc2b5304eccf94ef3f596527257175bcb2 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 3fbc82f5a7bad1acfc096e177a00841372aebc4c..8fe1d961b5dbec843cb2719155c9aea78a807391 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 911211163816167b70dc17d4be7892cb37a38ecc..517cb21fb9ae127f4413b1846618dacfa5afc7a3 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 8d376133944cd8e1d91b00251e59e36578fab2e1..586263b686c1a82e8caa4d738be628e0a5011e77 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 20221477b68e7b4820c3fe0acb0708d2bdeeaf3c..d0fba83c2cd37a798a657aa5e9f7d6b8d5a81d97 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 170535819337391b5ae188a7c10e13045bf28b51..c3661f946b84c951d587051ddda2e286cebac117 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 cbaaec670454164901ce19350201637267b24b2c..86b8c105ab2defa68d7d6979b0de73cb785a1429 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 9ac91391e9f1c770d961d10ef50972505f32d4b3..7dbbbefd0dafdd76aca3f503fec823ad91f31ed5 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 b1df6fee195feb069b5ed833434afb32f83060f6..ff847d5024dc7aa9c6546e1a3abc713ef993233d 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 041a3fb677e0e83543508ac8f610e07e0915cf30..99376b9068dbcbd8d91dc9e5f14b8b41493320cd 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 47a3a0b4aafdae33b5e116064ecf70984425be88..f73c8e2bd4ece60f46822fe750d2095466879615 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 9e95675fa10ceb0ffbeb9d66e641297465bd1949..4b4f65351d14dcba2abbac1a60af23f89cdbcb58 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 7077b92775bb66fec64be5d35fec6a3c7aab0e49..08d52ab06944ed7fe1c30968b3a394cfe8f60e13 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 678942cd785afdb36db371535deff923cacbe4de..f3d7ad8ded47427de67f069f94434b3430451314 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 65371b81f5bab7637e48580786ca8cfe2f967663..ffb821b426b341169931bf6e54771a739c5fa4a6 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 7624122e78d26cfe0d455ffd55ec7f709f90d1e4..78b719efd0998e1db1458791deefdba5e30947d7 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 b2a256ea367cbcf95377c1d3d947473400dbc50d..d62f09dfa6a4b003fdc387df8962bb410186b092 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 e784c5b3741d02b8bf416fb7406ca803487362cd..438430606b02de2cbb134c851dc24444ad4b3150 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 b9a23bc357d036b6febe41a0f3c09c9cb6d75620..97147d2533b5c974c5d9cbe640701a27e3408388 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 bbc15eaac2ffb0ba8bf44d694618345ed8161dd5..0a95f35a4b02b8a227a957d885bc4873e45df801 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 22bb104f4645d12befa36650e02096a98bfd2a63..16c6d3de58e143a86c38cd88d6f5b8fc866198bb 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 eaecfd76e8034fd8dad98a07cd4db624d051782c..cb83d37f2850dfde29387373752846b8452e0eee 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 e7cab69531b239167681a5a74503b8bbfbd45df3..d80e1414a229cb27c4a532401661d41ceb7cdd7e 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 a580c81cf6e4fd57d30b91966477e4ad0255f47e..1fe47509503078510340d6b026b5b170b8cc4f23 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 fe3eeb61abd40bb7ced965c97830e8da1a8081b3..5afab7c7d8167016e58a48813633068852fe613b 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 fdbcdf894509b875ed5db30ae2dfbe9b99a609fd..e3dff07f2d7c556d8eb484ab1e01e7e9642a8acf 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 e4c9037ae5c501e0dc7e6f37f6e3a9cf259dd3b7..7c0cbcdb954c5f46b3d5d665192c8397551e5e91 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 d13f55d8fb41c09978a362256cee3456adb15032..df286ddb6b7e6828539c73d06ba375a602a43558 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 c019c67e2317fdbea5928db816fca9ea46972c0b..372e1ba495c8f2af2aad50ac63f4c91d319a4487 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 c834ba28d608d0e9b451e19aba3cb6edb51428b8..223828cf154e05ddfb5a9c66cef582daea30575d 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 daf2b8ebff9bd25e5059ad39d1cd2e8fdd1d29d5..7d18ed1450d21d710eb998ab63f187ec3463d395 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 4bd50f7744a8a94f3c52316466234f308d80da7d..2e21235fe3fafbf7609e6643a743d69cb5dfa470 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 32053fd0aed1fe2938374c21927be9f59ed83b61..354b54cae84b4832e0c664d789446f698ce6cdcc 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 634c33b3eac80f82f126c4c5008413d4355023d6..b1603a660df06cf2c290c6a81ee9a0194d847bfe 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 efb73a89c8729383aa76a41be96da3b727b4dc1a..049816b7ebccd29a4a9dce95a4f1859474684a2a 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 71c2f6a1c27a271cc802c42d2734afd1547ab0e9..eb254abbf9b18a1a980f187c3cf9bf4415ba909b 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 e3a378d1a18ab6da5165ade1522c0a651c9b461a..61335f50bc086c2f49accf496341fdd8e785aa0a 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 562d820481caba0d0cf861ffd94b178c2ceba983..3af0a20c50d6c7ba9f9a679f0cf6a1f4e480492f 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 1c29ed0c50cdb35acb190103fa7125e9a29a34e6..8f050c766fd5327cb4675109321d76f95154388c 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 ebf6a6d63c095bb3ba4fe0a982600502c4c26bf9..6b6084e6d2924c3ac82c55c48f53677aca74655b 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 9a3fe2a66a9ea8b014892cb7bee2bafcd364a0d8..e2545f628a1c8d6a1f6bec9e55104f56a72a44f8 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 a0b087a6192e9bbf0637f0cb473796c7fde535cd..1d6260fc2b4f2005ec0f2a8efd8969c22dc45f9c 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 95401ad8586b6a3fcd92c126e50b6171971e03ab..507faab2b363cfad91aa7df59144105fc0135c6d 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 f35f72d19a7c81863481923b6b9c8f77ed3698b1..67c6d117c978f2401550faa2fd8b17344c497036 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 8e5e2153950a2895af6e7c10da354c4a83550139..a13ba9e93c6b3a5f2d2fa2dd945caf72d2edb4a3 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 d83f2725939596c6f6e8d50bb13dffb85c0ec4a9..1697f82d9b8819575415bbb6fd47e9561d7d87dd 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 da2d38b8fd074aedddda44be3518cef55fe7b9eb..fb3fd51c22652f5fa86539e4c410a11451e99f4a 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 1663da9fac71bceae39b191ac4634a841fad049a..f176b402ece1d72abd22b39e2cec41324530fcf6 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 9bad95c1e7c813648fd9ed024feee0484479ae1f..eb672276947e385b4fb83710008cd736cca8b717 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 cd7172ffe9b0b29f2fc627eec6fe34114c719359..5740caaa51dfc20e199b1159d48deb849d91f608 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 98e2efa34e9c4e23a78f88a59672ef90a1c41b06..ad08795f885c345e7f6e71a0031ed9e88b6c5b61 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 5097d39a89adfba59e526fb6d29304fe1fa0b8ed..5a56e6910ddbb2947aef769499a1dd73edf848b0 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 ba4ebeab329ff8dcb542acc60b4f794df411cd70..c63d0093c9ab77c4783493660ff72fc5d0895865 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 06268b8d460f4aa1a011fc9c02937176aa0bf6f4..2576e41edb170ce9b85b8c5f1ef7edef8a0eec2e 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 a4ad6ba1df1247bba4ec39534100d52419162716..fb1233875173765de033d35284bef26cbda9719d 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 9c4b2fbfd52063f9046d948e7f5b9572dca6b18d..76b889f005c520ed4067f195a713e23a57ec36e5 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 73c22660bce2c8a79d314b0266241db25cb4ee6b..6b69856f884287a3d5dcd32590dd0a9e06d0b204 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 194e6de6756f1c84de74dbc36775646be1a37f5b..cef9e0f3e2979e7c092e68f7862c7571124873e1 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 aa08dad8b41ef3b6cc11ea49eb170972816622e1..278c1710268e3b77b18a3a443aaf775435cde711 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 7d09d0832396f02a28d96cf3542cb2ea8f7fcf78..6186f7ae9078060fe42330a895a95c86c28d96a5 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 4843e55fbfb2c53eccd91610b7c335c951e80195..c210fd243619717fdf805bac1f00824e94542e37 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 598159157b85a8e530cfa597a8e3c75a41839a29..53482f9ad181a2ae179f3f4da123b78e404737d0 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 d83f2725939596c6f6e8d50bb13dffb85c0ec4a9..1697f82d9b8819575415bbb6fd47e9561d7d87dd 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 1fcb44c62a09ffd3c0afb0b4de1f85935b2d8fd1..12c43111a2c084932362d29b6efbf59c0144b7b6 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 ebd66ff0e39c0dc405817d50b80ad8274f8c24cf..fece8d6d9e6d5fe000ba907e816d061746edb99b 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 01df3471fa4541afc125f7876980f3153a36fcc2..fb09e723881db53901a87272e274fcc3ca2c2863 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 23a3519f11baed204ae2d376456152090fede552..e2140044a3436dd0fa90cc15845c3519b1f1ebf6 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 4bf9e46e884ce40c0280b70e8fcfe1b9603daf2e..e369451e970237a00505c0097e730884e6a2e44a 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 b1c43c3df0fd070d19cc8ec6afd429e13e2c930d..80fc0c8f6c8b0ecd0a1ec13fd88121110ab303ed 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 89b7fa4c73a769e394c6dd8af62a603b636facde..88f2dc568f9745f9429c997261a5663c05936e96 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 e5cf60a3ccf1e76651c5d6b7254ac15f785fb06c..610c1d49973a46a86f2d0f8bc39c69c86dede6ae 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 6a589204bc5b4852cdcf7ae2aeaa2dbd538378e0..15a157e27b4b027665c2df27e8a3dc5f9110bfc8 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 edddfa6098b62969c342665ecb1e3b41d6ef15bb..a07466076575f56bc7a4689108d9b8657498a136 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 c2e1ce126762796fb74644366e48ae448a9a6e12..1c350d05bfe2d1db8c89bfa7b22a69ce676a22c2 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 f8543dcbc25a49e1030062d3963ce6540fdde206..e61a462ec66ee659f3328c2da349be6aaa2aaf34 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 4c4aae1ee4a7274d0d2c71ee794bd4d79bd27e40..34c8120a1606d6c50881ca66e9e11106750a1b45 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 07938b5ff0a0e079fb0cbebcab545d4f26b9461b..4d25d90fa8ecc67489d1fda9a91b4a9764695215 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 3dcefb5f1f993df581ac680442708c891989420d..9feb7008cc1a254308f692c6d1fce578b4de5e3f 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 1fc5eefb80fb867f3b3ab1b868ee22bdaad62896..b2636260f177c392a173a94cc67ad3472bba3057 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 f800e740f0a6c3de3e1d69c7a38a087a969beb49..a0ded4193f416c0c1b2644c1dbe4222b2da6b214 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 4ce09f0e82a277e8ef75e3ad560dc9adeb370dd3..0554bf2949ea47ebd97193eccc978cfea0b5940a 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 41163a5c5b9694292a10e484a12ffa8989c1174a..ca01a5f5b7ce055220a9bec29de1dbe90343891b 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 cbdd638527115e01df563f20c779c70bfdebf0c4..c3ad315044371ca4eb1fde8165ebbcd4515e51b0 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 77c6808e982876e201e4faa5d8db28d2e4f80648..455c1bad30e340134210e97a954f23cdce7b2ce5 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 3c35c64dfe64afbc2e87020d5d379af2cb17b368..61d9cd13be1306e3df8666fed0b4012039da53c0 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 979a7ed512a8baa04566f0ded59203b8be5ec024..8485ee9948f182e6f38df5349523389c355d25a7 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 cf431e81fba12bcffda1cbca7c48675b56df3913..159b74ab4ae138d9b36fd439b619088a26626e45 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 3fb79febf33b037b2b1402a9664f2c0858960812..7f2d1c02f2b186be8765321f5ff6262b09b4d46e 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 e4402d31d93bb0e4736488a7ff7de64896dd2f7c..c0fd94e3642405a3b7b08436c18c46a9f647b9b9 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 4482986d57a0d80e778fcf1cda1fa903a11d4cee..d8f91e03de8bbaeb84ae8dffc56a0aa1d91e528f 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 a24acffb9687666588e3bcb023c251d1df2670b1..127fc82ac06e9b7ceefaa06cd708f14d9494885b 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 72710c4511ac08dff5e5544466db95f803d18cdc..a2094b9cc9a9d4f38747ae530cfc2767a2542037 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 2c8377462ea39ec05db86cf45a516c1b1962596c..45cd3ef78e9065ca39dd785c3a2714f050d15f9f 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 97b9002c6a23f7800b004d2ddeaf83c4306fc1b8..ef1994479ad0093e028f381bdf00631fa1837bfc 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 34e3c97eb0d105ad0d36a48a7ff5bb24049bdda3..97eb4a55a8f83662c0c7f8179d118d0c1ec8f6b8 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 ef81e998f35c520989ce3d974802c90b5dbb3cfb..75b7d8eb8fe3abe5a2cc64999d3060099312471a 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 6d4137ad4a6e33c5306fccdde4b059986d4df3ef..8bc818c5afbdb1d7dd3f7348b3845559f3bd1095 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 6ec37c182de77e12d9d01f2615b5008d9db562cc..d2715e350511d563d4fc84b1703a11d17dddcc88 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 c35a8f8c714e8f16595664f7bf47826a373203ad..e4edb9f0a6b4ce9b8e22392318fffcdaf8bb8b36 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 87b22ae370501541710e0b1ad7837438f12e5ed0..6a813d43867652c1b1135ceec9c69be0e497a885 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 a24acffb9687666588e3bcb023c251d1df2670b1..127fc82ac06e9b7ceefaa06cd708f14d9494885b 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 0d02a42d3d5559599cf2a1880cc27f33d76e22f1..5c1cade8f828be4b049cf1e53aacd17df0383829 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 c28bf241bf1a7e11b4aac90f2d31650f144601c2..4a3e3f42391037076494d1f27f75f0e5c1e4fe58 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 4ce09f0e82a277e8ef75e3ad560dc9adeb370dd3..0554bf2949ea47ebd97193eccc978cfea0b5940a 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 41163a5c5b9694292a10e484a12ffa8989c1174a..ca01a5f5b7ce055220a9bec29de1dbe90343891b 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 b56e8eceef2002031de0606273d11714b277e8ad..2e814efede9258763ab2246e7c2462d84f2c0a4e 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 e93537b960c7755778f055786221543d8a1bf235..f5e774066b564ba75c5f0950dc05e783463ff2c6 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 bde3c6231980be29c028f70799b6247f7a3df8f3..3a7de212522bda4e5cf1686eb3af7b951dd78cbd 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 41163a5c5b9694292a10e484a12ffa8989c1174a..ca01a5f5b7ce055220a9bec29de1dbe90343891b 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 313d41200a3ae4623d875f0a49a84c59c36640be..a5b104be11cf1473c6a9c533f510a13b28f50721 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 6f48a0607ce14032ab1c77c12649de0db36b1fc1..4b92eff913fce841beee698937abf69fcb522255 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 c7420f6edaf7e6a3009fb4f343a63e81a7ce067d..9db8bd48a10444cf23bcae8aa8f6ef58a876a91a 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 d10865e1af11c958a3bbed10ad0b960fbf6f7dbe..12be728eb0389dd704b8c9e2b53e230ebc1b6512 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 ee3a50b5fe39d4c8adc5dc088f2c0154e7a7cad2..9fe9032b7c6ce77be1db6d07bad27d63aa5bfa04 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 847f6cb52c5a679824fd7f534bde16fdc86d58ab..d888d92e370017ec088cbf4eb8976f688c081f8f 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 d0641146e646e26d0b70224c234fb4f905717550..c5d67c900b212f27b771efa43945345272d8ca94 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 f3c8c4ac13cf691021e1477d59c966d742553b7f..2ce767edb5143982c11b953f901ffe7ffcd11c3f 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 448a4ecff019dcd3a61df0183d75a0fd8ff272de..54ca920df8f99659ad5f49215cddfaf6d7587b84 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 ee11dfd349e98bc79237fd5560af596f526212a7..8efdc6cf406d35bf9a984c83fc76b62c2eb36461 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 783e2734c1d26c1e3a43d917e4a65d5b25fad005..b7f84463451ee112792d569085d29e31e9e6effa 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 31d77de9646b897494e8d88952dd6f6cf883cb4b..7ed5c3bb0a5111d68ae6a59ecd9d5f6fee94ef6f 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 02f32361a395c0d5716087b09a38d3fe13e0b8e7..ffc0dced3f63d81e4594309c3e3cff4b0018f429 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 1e6cbb37ace339670efa7ccea1180577f214d6fb..64b70ef7f1a86030072ca3d243e298d16450016e 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 c80ca73ef76cc9d24017ab0fd08a9b6a16b1c443..6c9067930ae95a6eaf6cdab5984a8f032438f8ed 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 3d171bfd9b2e925b3d519bb84ac5a4f174e3dda4..a8de2447e3908891f2e8df852f4c183e54841a20 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 bc18b5529a93bc71d26b04a6d01272972b84e007..58c7cc60c87e152af0a2f702d49e7392e88b35bd 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 226cb89c47f9ce05d2a91f7663c6f06b4246e1e1..d0eac1ae2b92b6933204a6372241b2f42f57bd82 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 e61185e2f3d8edbb0423e67991cc073440d352cf..3dae6914b6a74946d7cd67dd3b5a1524f5785f1c 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 150ab3c6d85bd3564919ec2e6f2ba0cc1c6e8f44..cba1f11a59f11aec9ac30516df7fe3ffa2b3f6b3 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 392ea78a933d0226e9bbd83d3245d5c226f4064c..cbca2dbabab43c62f4aa9b001956544ba9c1195b 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 b547e445390a16ba423b4a71bc0f7e99a5eab8c5..8a2d74fb594057c41a6f8108db9f07e25701a010 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 62f393f47f5e040632fc178a5049bf01c6a5024d..76fd8541dd2813118233626b4dd332cbc57fe83d 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 c2cb259a1b048e93175bc37b5976fac0cfda9a82..ea3341b07153ec137234863947d7db738fdf30ef 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 6f23120ec7907d39c473d34b8cdb469cd712ae80..7869c84623c9304d7f9bd4d586e38285c526fc19 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 610013e394fb8b4982f0ab7721513c3d709136dd..7af8a2f2152c9874fd7f1146abb5ed4b41590681 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 273481fe2b0114f06c101760bc844d36f0ced6c8..7381f1c9ed19de73655fc8f8e0347aa8095d87f1 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 d18787469ccddc203462c00c0ec107a91447ce44..a446efd810e8dc2e4f5e6bd7d29a308f12c5eabf 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 ffe09905cf169d7cdf8bd12eb21b8a39c1c2489a..89e208e1b6be3f948e4681d89cdad1afb4fcaab5 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 d57ef9ca4107bcc0f4a8e8b375d7f4f4d4afb87f..1f6942f13029996c630e4fef78aaf233e5a0209d 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 1726f52678587fdc9b9d7695e788ae0e6ba646a6..e57ee0ee2a897b5fe18da210921243d77fc009c6 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 5c170cfce3e060a2aff744d8d0648743860b881f..b65b2cca15c14f44bb7ffcb43cd39841b8e9c714 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 9be52aa9d7aea3c5775981a538293487da0a50ba..4888a3e98ae59dba83136bbbe28e33a7cd9e865b 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 392e4fd0348c0e06edd469808458aae1c043d44a..2858c35e9a529abae6d3913aaa188d2535974c9f 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 f8543dcbc25a49e1030062d3963ce6540fdde206..e61a462ec66ee659f3328c2da349be6aaa2aaf34 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 3a09c7a1d643a245ee5c2b2008866044ced30908..535345003b571729b290574220d945a7b4fb1cc0 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 2aeaac0f4059e5f790d2ad6c6ffbaac627393c74..eab2ccd7f245fcca5c17ef768d4ba99a29f729a0 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 39d3d8b002f2ccbb882301e4802f87ea7c56368c..50e549b9b05c861b6a335498713b02b56c10c01e 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 74bf64ca7a78e4cf2049959f5a8b869d879883cf..6b061e8a5de26e756897b46c2446e54847f97098 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 e6eebeddd73fd4a5f47f8054760208eb88acfbc9..a771c3e5ecc77382943ce5d73a3b3b81eb5cda80 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 ad07e21e928cc57bb2db4222b715d58e614e626a..e438fb3fdcf8368687915cee0dcf66b0be23f885 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 6d4137ad4a6e33c5306fccdde4b059986d4df3ef..8bc818c5afbdb1d7dd3f7348b3845559f3bd1095 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 e1ada0cf6c3183c78e9d68756a5125b44591bfcc..1e6f413d35e45adf4652f6282f8509fa35cdb420 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 1764696b341610ab5282e1f23baae568ff36db9d..32ba2fa723e6695054a9e707f722d96ddc096dff 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 ff8890cf4c836151efe17ec1caa2fc5b0a8f57d2..e1dea76a95456d89c2e48442edc7a27d3efc701c 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 1e95167379666b0f9aab13b88ed48e6b7874f0f7..dcc8d8f6947127f2f228ac10eee9b59c7c14763b 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 0c39f70ff9038cd83a1abf63bf077388f6664d87..87aedd83881188c925252542d9da5f419567b375 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 2e47da7fa44ae995a43812f05263ddec0f5c5bff..40c622f98026df56f90852f5953aaff8ed4eb67f 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 20931b869757a02abbf91008c722cb887c042bb2..be98c0ec4fe25f27a942fcd45f9a3c661bc03ff9 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 345fd35d88b40016b329d18b0a75177b4a5d2f7c..5594a7e8576bda280d953c0075f38640f08e0daa 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 44999c6d31ce665f50820b961783b5d61e2cb609..b665ca8c3c2d55d76deffbbeb898d31d52ad09db 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 f83938ee8e700737a4ba9687fec1c3c5c6d2ff33..2219791b895c169b687a62e432a9da541e9fe3b0 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 87d99a43adfffdaa3ee1888d786bb4ef5d18a948..4dfcd65c0996644aa962e991eb57ae20ec6597eb 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 ad275a0a0113c54f3190f7da38ff8015cc51d5ca..8bcbf2702b4400e750a241dbedf08cf6d3e28b23 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 df4220b6911a61c09bbf5263fb4335f63ecf3973..e765e776e6d4054a5f4c5e37057d712d89fe2f47 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 2c3c9a45acb02a133cd4d412c4dee87c805ff518..17a3033a3983e0965b013f23bcbfc6ddb1baaf98 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 470302ed7e29b25bd69a7574ae003077a6657cd7..8ca1152390ac821e4e0f2d0c5ea2b88d481b6e86 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 ad933b5b22383efc9fbcc78a0e693f28e745ea78..bca20125b0bc4611a1b028fd54179231364b2f6b 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 9faed03704c262c1028a2cf5da49da248d3278dc..a9596bcbd66fd4f2d1eba7b56c4d35b5134e6b28 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 b59815ee86c9ab18da6c0f74d044dd1658a380a2..c30d0c58be6cdaf24f22683792344a4760cf65a4 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 c48f1c491955d5dd72702e0c0be723df9303cbda..e04d0f12654ac3d9203d2390f99714a57a60fa62 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 02977a92c6c08112fad1fb387d4329d8f8f74f26..a0c841812c368bf8074eb93dd408e11c83a0824e 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 7292a40c5343d4068a2361e10a6af93c7c250016..a66e5fef1f59e614c865e3eec0697189dc94f226 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 2cb05879bf48efd8262a66af458b5870dec65e93..206bfbf79f7066360b22565cb3edc9a7a64e38dc 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 f06f4e8d48dff0d3585d2c5f8674958c25f832b6..b504cc3bc8f96cf75ae43184877af85d2134b572 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 503a59606c4e831e2a205cb3f576ecce713e1d31..e8de7673e1a16b322265e8573aabed52b5f9e1bd 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 2f71efa9142421d1f8a0445facda72a0357c6744..2e28b4f320e1d82efa239736c42078138a95c4a9 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 1df4d0d253b41ada29b5d34762c0d95121b0d2da..424182e884a75561071febfc08f2f0f601e06be4 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 5b62532b5780d0338e7ee51c053496c4ef4a4a9d..2e3d45de9eea4b0decda288454d018d0f4400a8a 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 179317d2462d3da6fb82cd1ed8d3c3e21c49ebc6..19bfd250e59a35b4622b82ed0a7e4176ebf770bf 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 aa67988da4b4e0fe9612e50178c3e588506c0473..be91b4375015d2da30ad39da6fb230d454b3701c 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 c94e7e75155210b39c1b9004d58525e33d9813ef..04e35966a82175cea6fffc6c300f66b4eb452d45 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 0a22c1f54885d398779c33ed08d8ce8f81181b93..72cf140c32746643f2c1b253615bbde96efe5ed0 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 b1d2ffb26249649b5f40d1a248bdc0db62b0e2ed..6d7649c93109d7118d8bd13365e4e099b63e63fc 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 118f3bfd75c93901102c335a41d8f98e75bef2a3..dc86e2a8b6796ded52b3b55d8eda2181d8c0ee79 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 d0641146e646e26d0b70224c234fb4f905717550..c5d67c900b212f27b771efa43945345272d8ca94 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 6ec32fad8a1e7d0f9018d5dd22fab8dcd0ea6cc6..d3873cc1063d081ee9fc2adf4a178666e583b6d3 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 3aa85986375809d6ab634646523197c5b768d9aa..23b569e9bd999964ebc8052a8d7fd9e2ae2472ea 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 da5bbbd64684cad46032246c11fe206230e67da9..45ccc0afc4f7cf7958d3cefa218c3d5864b9d370 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 8cb5b8395cfe8391f6033d5c873847ed9283ca98..5130c156f909f738ecf3a8605dc0632dd4487839 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 eca26eaea6ca40f6fb844332fcaa6e943cf75d51..ad335834a27fadbf71fdeec441d54934ef2a05a2 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 7e2d7f584ed3727d6caa05bd84a076bece76bdc6..0a5d864cea1688533e13e398fec90bf6f1a498c5 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 1e0ea6e91334550d51953f796ac06be39e8b4bdf..0cf5e9cce47711e2a2f5fe983edd968d53ddb6ea 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 3325ca1c4bf5198386b25316e3c51d365ed614f1..08c795e24e06065887722076fcbd620592920a11 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 dd9b9d417718d3b496a07911a0fd1b224a497371..0130b50114708868dae2a7c4504ecbb24afae8cc 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 8ee3e81d835b19606565fb4f4591b38083a6f685..5c3507d81d6a6e59e4f740b48ae8412cb9d0f5db 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 b4b3039fadb7780f95e7c34091ec40321ae400e5..86520c7d19d786d08a01e7b4f422c4739882d1a1 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 11b517713e7c620fb6e3edc6640b712af36e0bd0..f50c222877ae1a3232afe29c2d8d3fe7b483d17d 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 102479e25eeb171dfd83e62d071e16eb6698ad4e..a3ee268cb2ff654c18a3769a5c47687f2bf26bf5 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 b3354b5abf4385eb26f49c067656b9b0a68bbc6d..fe74a7ac76c6f4bdfb1c5cf476e6399fea1f3ada 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 8a76dccca3f8824766268362083da95d116453d3..ea7cbccd90a0f025e24f460da1e53dc5db3aa6b7 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 bb8948f3fbd9a742ed34e49dd3c4013e622f95be..6f4f393a7119bc4019a91d2e24b6a2bd0f2d78c3 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 ef177620f734ba380572754d69b23da95c75b336..0dbb90549d75107ada9ee0f1601655a314d75795 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 1a270efb82d0b08bcbbb319f636e98937c380b6d..d10eb8eb2207bea54dbd9b24b3b0abac3eac33c4 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 ef9a9e7b16255209194f455ec2f7c01e1309d4ba..395515d570e50bb5913873caa2c18bdaa7af279d 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 01c9c426f720352f5262c1c39a5852d65c411194..c09f2bfcf12331c4c48bca7a979a7ee9c701732c 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 db87b685fd3c2fb294ca546e0652e418fb2d2ea1..469b2fd1dd85d2cecf801e0e56ee026feccd3bae 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 45dbb61f6428aa9408722eeed6a71669146195d6..bda3b2f316e69466d8d8072778e9f4624514ac35 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 822b29a9ee083157e446bbf784ce15dae54cefa6..c6bcf71f56d4b1e9ad36066019fd14160332533a 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 e4b0b61338b6bd1a9b82078153f58943681af4c9..93d770a4fe65dcbc0453ad591e503ece0f0ddb5b 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 bdc0bde7c3a006a68d30157f48b562b204d470de..509316ea0973e6c662ae9cdf4d4e3e8501826c66 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 11f732962628617c8ab2d5e5ce16a67f1ccc74c4..28d0b181525cfdd096627393a3a981f5572fce9c 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 ff3ff99c6a17d2f556a4912b78f3fc12faa4e371..d2f4e199c97eadb4d1052ee9319a7b584d2a2463 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 5dc05813787e168db54735eed316fd4fb403907b..b1496cbf36b2332d6f535614e1d913b5b31237f5 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 22dbfbb34aa6c90d5938b8ad95de8a425d2bb3bd..84625373d2fc319e27cfe05d76927f03d8e2dd50 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 d9d3d3d62a196059a6a62697e20c264e793b3be6..2bf3233d973ee55d78af270bbdc0ace25cb642d7 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 57c77b6da38b08e2a8576a87c820413ef041a5dd..0df4f94ebd282dfea7ea3fca37787dde3acc40a5 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 0a6b2df62f0621936317de67d2f6b8cdf314bcc3..63b97ab7ce2b9ce6c85d00f58b93f5b6913a948c 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 f7b6e4356fd387c8ea99d4457124043ad41658ec..71185d9e4830a3d3c8ba2b318b0ad1a4341952a5 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 0cb425aca746426d36618c5579a220e8d72b472f..7fda73730bc87657181399554015e7f9b70391f6 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 d6f3335a6e4836d4d2919d993ffc2beb0145effa..922e38c5b746948ce4f492965b9cb1ccc45d030a 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 77d02469ca7bfde225b9079a26a7d393fcdb3350..6e5866ab69d35bfb8c7dbae9ad91d800fcbef55a 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 f4104550edf7debf0e0e3531269decc8f02192b1..b9d2bfd120ddd53120fd53265cf90c906c37a33f 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 d2dc057544381d4b50ad6a48bf176d7bce7c10b2..42d96211380406d3f2f64cf9f9d94658e18a6225 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 cfdd3e1147fed908a4eac144d16c1a4706fb22d3..99cd14a053f23da1d9a0be0672bb65086794fd48 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 605208b6b42fed0a16c75dc7de8c6bb9a8d8b946..6fd71ae7d5234f86dd8313b68eaa815e489c1215 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 9115ac384896218c420600097cae66962fb3f9c3..848fbf56b50b4d0d9978139ebecac3a5450ad513 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 f35c98bb0cea0f186e19ab08d7c11777f6a39bdd..63dc08a731db1c67ff58e7d071d637f3a46684fb 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 2a29f47cef279bf87eb7867d077e9ca486b2074d..f10a1736ac63d70e5bb2217665674bd30c5763c7 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 3fb79febf33b037b2b1402a9664f2c0858960812..7f2d1c02f2b186be8765321f5ff6262b09b4d46e 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 25e44f38e5bacfc58a279ff299687061fd537bd4..839238cd3c1772b130e6bd850de0d5fdb9566ea2 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 f3c02bc1bf9f9ead796d3e7b48696f44accc73cf..5cb00249c2e2c4020d51b6921b4c24578b9f5088 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 9325af033d7f97c20cf0ce9211f8fcb463de5589..941764a238052f3579a9a4afeaa39f5c5f7f1039 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 0d300d100c37cb602d148cb51fa31bb980b83fe8..ba169aa8fb4b0fcdb50194e75ccdc22cf4e1acc6 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 635db9398e9194c8f69df48f0f9f6dfedf17c166..6e51b3366dffb6e23c64231f0920fa5f78067b68 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 9d22815167a947871f28e7353d2d7454d6716fec..556708c478b90f748466531d929336e87942236a 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 cc44937cbcae253a854d6650588851c99ba30f8f..f4fe0f1ecb71ccbf52c8b62756fb444bb7614935 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 8a41061fe5b5679315814d22a948a6f12abbdc42..bd052870e14755ce0a026c1c487af66025991dfa 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 52b6a7a5d3f79e474328a4a390963e76d22eadf9..db09ff1f81898311eb7649a6d7e9e6693c9b89df 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 73c22660bce2c8a79d314b0266241db25cb4ee6b..6b69856f884287a3d5dcd32590dd0a9e06d0b204 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 adf91fc3d4a180686553176c12276c678825c6e9..bfb37e1ee45f88b9537834401c5c62330c853549 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 0c6a829714d49f0f6cf70e9b7eb4714b6f9767c0..0c27e99ced0f05f73325e46e710a388c99722f8f 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 094322cd076fd0011fef1c01d1186f327de4d79f..2e4fc80c4da3263d797db1ae038389cc98030c05 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 18c2397ca6cf6c7da71897394f11bfbacd5a9144..c4966933539772172150a43fb84af013e54afa89 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 bdb6c3c73d1c50dcd4c53ca58bd7e56f961124ee..44b5c439044a9923dcb6f92a6f65052673daa0c3 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 bcc0c8b1ed61b02461b1f657847bd20297addd9d..b36d02271794e933402ac9c1d281a76f799121ac 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 4bd266e06bb13fb96e543b24cc121d84f0d8ab31..f0715797558a8aeebc58d9a46ea2a5e998eab7ca 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 62be5e7e34e7e3ffc8d81529a0c0a5a3e3e9ade5..9d9eb7f8a9bc685a13559f3ab337a54dc6cac98d 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 9cc616105f7b710ba6d2db99a9c5953f80638b48..bc4d2a59c7d7451eeddb75e8abc4c3690bf9ad97 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 1764696b341610ab5282e1f23baae568ff36db9d..32ba2fa723e6695054a9e707f722d96ddc096dff 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 bc620e0c451b92fd6ff8efb2c737d906cde07e27..49de1a5c5e592ff18e68121af03a9cf5b3e2017c 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 ed94721cd4191af079737d0429e5dafd5b03aef5..5b297912bafa6c3aa4a11fe9b8540af37a4b0957 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 dccbc5d4ad0842e4a251722570fed2d144e19bb7..38a0692d6e49e12cffad76dc65d38e6421c3eb0b 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 822937485b01c4ebf5c570b6017966a55fe8b86e..a29575b5178439f7ee7945d5f61582755ac3cf35 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 73c22660bce2c8a79d314b0266241db25cb4ee6b..6b69856f884287a3d5dcd32590dd0a9e06d0b204 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 40d1d04cd23e52d5b481ea718d736db34bd8472a..8ab3066d58d26730dd7c79a10cc0f52313cfabe5 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 ce87fe32cc07271d3edb8dbf3f685853832028e4..369a398f3a0eb3e56a45516bce4e68b8cbe62809 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 1c9898de2c6db79aaed4d56e35b2ab6f37dda6b7..41da0ac24e548b8399dabc964a30d25d9a8da15d 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 a4e0248893d88d73885713093e640ad3e00d6be1..de4eb74c98b949821389f3e06b5115b0ca4e0cb1 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 e12400fbcc07d426c25365bb265d4d178c136bbc..e0a3985769532ee166ca3016a7348e7197b2e4e8 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 d3730662070837720ce6151da88148278ca24ae2..1f4db665ec68c6532a096a79219765d877d981aa 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 3945fbd24f43dfa41fa13744ba1a80e7744a4889..9a6f9f208dcefdf78450027ce6b3cd0389b7db15 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 92e68a6a4a4b59d6741919a2953976a4135cd9b6..fdf4b1d3d09e9a5177b921bf3a01b64fdd4b262a 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 5ba2ca759ecdc1538687b728e2f85e1a028e59bc..66544cb9d7350f324a70a5e94ea27ba9df6cf566 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 efb73a89c8729383aa76a41be96da3b727b4dc1a..049816b7ebccd29a4a9dce95a4f1859474684a2a 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 3581d3b25a2860782b5df815807126883d9f4229..2d71bad8d86002f718a60eadce91c3d5172e3ca5 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 1e95167379666b0f9aab13b88ed48e6b7874f0f7..dcc8d8f6947127f2f228ac10eee9b59c7c14763b 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 2c1df39ce957a6e5d7204e79b4e5d94e7dd14f61..052752c2542717812242d659d478b4020122b16e 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 7989ee563ad6962cb730132bd3dfe53be75ecfb9..6b31857a78ce9840ffe2c776d520683a72461cf5 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 7e05b176a904d4d0956f31d153196498fccbd892..e4581b6a424ed0bb997838a08bd8b6cdf20bf5e9 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 7312f51fbcfca141e04581e482ee086800788edb..fdaa51a5a549d9078edafb3fddcd17776a1f68a6 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 3dae1d9088e30fb411f10eb4f3a708fbed1fedbd..65ad9260ed3b63407c785f8be4bb51f95bc20247 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 ef39c507b14c59057d073014acb98201efcd8e2b..b942d18ec1061d99de9044c1d1d13eabd9c03e2b 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 5715e6f6c2f27e8d6b3824e5f0cb8f7c78335700..0fe49c72ff42312f37063a170333b51026807e2e 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 67e3851eab2413ff547bec7c862ba29f13448222..f0b8869eea21c385586ddcce80942ba79bfe0ff6 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 b06c2946a517bc0fff8f5c240ed68d431df406ef..f933b83eb3775eaaedda0e6e3287c420d4c5b844 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 de1196448c9dc220c6cbdc853d291c31d8700c7e..8bcdbdd483da10fce8aa09b6a9f6936c06071e01 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 af2848e1b01483be389e9352af1811c1d6622101..080c6935112027759f917296f887a7202955674d 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 eda70111a42645ffc9c4187cb8390e5eaeca7055..a07d6856a0a70e732855b1fc2e989822a556b2f4 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 fa55db04db02ca2f739fb6d9b56269452f517f91..eafe06c1f4e66149c248059a56309c19150fef40 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 2931f23b549f3e56ff4bc0ea920e168e3dd2bcea..692d2dc7be0c5052f17e5ac65d9cf6b672ce9608 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 1e95167379666b0f9aab13b88ed48e6b7874f0f7..dcc8d8f6947127f2f228ac10eee9b59c7c14763b 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 eb2f77bf299b7aa02aa1ffb8eddd9f7a525799fe..5839183448e4ab5ddcbac34db0b561e9060ef2ea 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 944b9dfa4199968815ac451b1ef4200eb477828f..b5e1422643d0504735e469b01113d00ca10c5b82 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 29f6492d2ce4c9990e70496c9c0d469a2acde111..8602664ce29f5b12c457b1ecefd71a755b51cbf1 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 1e95167379666b0f9aab13b88ed48e6b7874f0f7..dcc8d8f6947127f2f228ac10eee9b59c7c14763b 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 f5e321e2a407572e0c8991790b98d1eaf977a581..70aa162664ee9aa20d9d34d691ee0f267a6ee4c1 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 8e8af4f65ad9ade81081862af5bceb3d29655978..94131ec0ab5841b9c2d81d977153a639fa3d60a6 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 2b4379db82cf8ec18417a63340422fed2454ec5b..130566e03cef1f022e046d40e74f2af946a9f7c8 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 7ca09cb7fa21cfa65560027b446dfa9f57cc4437..7a6788c992034fb096f41d075d2d3c390a2607b7 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 cdc82c6442681060c08211889319de6b79b47dd1..a228fd69f45a3b5e2180f6694ede629054331d1f 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 419a83ac3bec86aadf833da40e6465d15e4b165d..c774a4e97c8c1b6c3066cf65a7c1365089ee5c27 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 e20c31893b8dea6828b42d12cc42824f8f713438..bb8d0a3701066d4c3e78eb0bcae525e57b4d09d6 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 e20c31893b8dea6828b42d12cc42824f8f713438..bb8d0a3701066d4c3e78eb0bcae525e57b4d09d6 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 e20c31893b8dea6828b42d12cc42824f8f713438..bb8d0a3701066d4c3e78eb0bcae525e57b4d09d6 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 daca37d38c31045a4de94251f83f15e257de5aa7..0d558d0765a625978003ace47b4dc8c845c2294c 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 c429de1a70d788042a2d221bbd40938fd68f591e..459c7f2843a0761f25551c5b4eb2d3e5c232c4ac 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 e4a5b880e9ac573def3af88120074408df3dacd6..53196a6f9a9949f3eeeebef47cc34c3cf9c3691b 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 e2ebe56d274da18acebd226be147d08a777ba4da..ce5180f7525411c179d0a3ec88169dc9685edc0f 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 2eeca36368b18658123ce3dda87df99f38eefd8a..2f4132675ad958742d6c088fbc4dd7be67f2a728 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 1764696b341610ab5282e1f23baae568ff36db9d..32ba2fa723e6695054a9e707f722d96ddc096dff 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 e861a29a3aff09335c1b74ac43c0850c2163d460..dd6f78178de14a7338e1d3695bf9f4ddd67c4ff6 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 cdaeb13c39194faff5ebd7b8c27245f2f5add5f9..48f35b600c4833cedcb3e53b1fced5a0f97d6f3e 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 7646211f0979ba2a9dd2f67656e3a26ee0f925e3..6d132ad2aebef9ceaf6739d309b2a63133081e72 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 e136b153842acc3422594eacbbff41be308c2507..e320e05341c3d445962976851dba582d7b8bbd3c 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 80ce9acb88326e8a3c9c54d6f97a157e53f15f62..7afffa835e763d7cc5d143c13a3029182ab8599e 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 1365dd16597148ac90f8454b1fe3965ce10288a6..fc8722312eb2b91d0ca2d3764421bc1b723f32ac 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 5576fc444959bcaaa45fe450d1b33114f39f79ff..de320e2c3cc87c73225d8152855c978f4a8b4d86 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 d0641146e646e26d0b70224c234fb4f905717550..c5d67c900b212f27b771efa43945345272d8ca94 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 3692bcab4fc6bb29de6bd21519a6632c6d77c137..294b6b6b45540096149b994498ad6960847df465 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 07d1f12feff8b42751cd9623140c87ff96c4022a..2871703a4224867d695d3e3a50a73c1f5618261b 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 4a00f520602f4de69c5ce67b2eab12e79f20f928..5bcd4f981344febf8e3957089de41b56d7d5a632 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 de7f1f24493e31e9575f0f43d9e68cc84fbdfcd9..20502f83a5c8418b5eb516b0a01b92ee167f7f65 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 97d442548805e2be73f993f3ff7afed2a34acec2..20d853f4de007c5ca126e97dba3a5edcb90828f2 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 93f9e7b7cb588a536c9aa27e96aa25e6727f2292..1aaa14667db07af87fe6c098b7dc7805fb5c9d99 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 02f32361a395c0d5716087b09a38d3fe13e0b8e7..ffc0dced3f63d81e4594309c3e3cff4b0018f429 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 47d4e0f569d0e5e8ac210bc11ddf40c30d93090c..31afa34a83ebbf4b4b905e9f0b9eb924e722fec7 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 17ada6b7368a085a29ae5a172d44ce01b45cb297..2c70a68e840e5724856b0512bb1b9a33d18f8648 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 31d77de9646b897494e8d88952dd6f6cf883cb4b..7ed5c3bb0a5111d68ae6a59ecd9d5f6fee94ef6f 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 02f32361a395c0d5716087b09a38d3fe13e0b8e7..ffc0dced3f63d81e4594309c3e3cff4b0018f429 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 2a35fd0dc797939f97260c8c111712bc1ea75485..92f8be7fc38315567614416a0c83d9076a0539f0 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 d93eed09c11cb063398a5750209209ebd0d1a92d..5bc9c5158b550bac71a1bda423c8cd03d843515a 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 1764696b341610ab5282e1f23baae568ff36db9d..32ba2fa723e6695054a9e707f722d96ddc096dff 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 c079271942c9108b9acbdcbf8fc5269e2c93e927..8e0d99b718930f80fde66a3ac81ebca58fad9472 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 bdc0bde7c3a006a68d30157f48b562b204d470de..509316ea0973e6c662ae9cdf4d4e3e8501826c66 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 fd9f2d12a2b96849b3f9c5a13eb34f8ccba0df88..33fa73d050ce7ad7392948058f7a7d1da39d7f32 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 f2ec47b971e906f77ada3d01f4f2a8ed5ab5454b..d9d953aa2dcc935eea904b13c350c7d64cbf3274 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 06c414aaac9fd5922d8a696b1b98ae7641b5fc0c..a7602d004e0c0bc2b7156ba8e5d5ec400b7bb932 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 f127021785eab468b5927db059bad08e4e64698a..cd5ee9a414dfcb6227363af4994e1afef32e81a3 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 86356908e6d00ea9184405d4556f2a48f96890dc..1453f2e7205a67cf74d578c5af1e3a68a63b5b2d 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 8fa6da5170246d52174494a0b4e3696d622385a7..af7e84ff455aa2fc7b8eb8c4552153735f10099f 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 f976593c072806d604c1bcab8018476c0fb40e84..cdc1e0868b7419b9871bcd3fdc742cb9001b407b 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 d8e77812b7fe9c89e6707eb72bea2918fab13c82..96f290ac42779e9ef4db9f1b3a17dd070ef5337f 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 5c0ecd83aae3a3edd1350769c8f0fb8899ac6faf..7a5a6a69d1e7468713bd3a92515109bf84b4d86d 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 26a514f65e05b0e644b1a4cf23cfc1ace1b3e68b..85ba634898c40f297a79e040e2ccd950012b3eac 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 1726f52678587fdc9b9d7695e788ae0e6ba646a6..e57ee0ee2a897b5fe18da210921243d77fc009c6 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 1689a45b956651d2c41498e90833514cb7dc4553..c7c61b5945e9e5e11273e78f40b6e595ef389eaf 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 f3894435f5b4f80126c51a60055530433e62a8c2..e2e94b5c5d59004382acec7915e28d86c633c6ae 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 bcba3344f296393d3b8fed20b074644b0d1dff8a..664c6e94701fbdb25a1f595bafd7b685a83d1fde 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 8b42f678c0c8c5947e2c496051b43481c466f55f..d181c9653fb3a32595fd9a30169173d6e97c6fee 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 31ae5ff4b96a66167ebb0cbf346564c9b60eaa10..2351ef56406f8c98def83f2d78d55bc515d17710 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 570a3dc0194c60117af22844be1f836b99db54dc..c858a42c887cf9c597d077e0bdb211cf14ee19cb 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 ee3a50b5fe39d4c8adc5dc088f2c0154e7a7cad2..9fe9032b7c6ce77be1db6d07bad27d63aa5bfa04 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 a95e1c4fa924b6096b4e4671ba66951ec985103e..fa68f13cd8ee12f7231b44328a2d9ebac10f2131 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 3f8fb17edf5487ee850cc45b2f34a8c5b1121fa9..bf75c7b80c90770bba2690ba5609e7ecade8e532 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 a883fafc811e9bf2c0ee6505a5a5d1a567425c08..5220151daf6c26a04013163ac72d88b6970d8343 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 c66ea8a67c9ad1719030261284f6b8f83c786506..d6e3910fcbc35f616df7bbca40297db0f68593df 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 997204969ff6f219efea35183b88078b17d0e6b6..c31d02b56bd844c2914855afd7cf5f6e5d470038 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 9bff14413363a93d4d07ae34fd4068c12ca87d55..1f2d68a6170bfcfb939e3302f086e48f13d09a14 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 f32281ae1f3f44a2c0e9df5586ba10793471addf..a0b9aa81215168d65e99a77f054ac41790cb51e7 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 fbfb736c2360dd1c73da980e7bff7cb757480936..5882c3ac07d02de1e76133c2cc1918fefa63c05b 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 3c97f2d44efbed93fe473fb97eccf2ac75e15a31..71896fff84559b97e577e133de1065fb71f5bc2f 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 89cbcfe9da5bb7a2496aeaa171a5b39c3b50e4e7..fc532ed2e4d06c9fea23b34906441ae7c63f68cd 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 cdc527ade16ce30fab26f81a7add91cdb80fe4bc..32d788f9710c3658a24af73bc239719d66e14152 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 35dd02988ffef89c4879da83305fc011f42496e7..8d20ae5f7cc565b7bb46067e62a1bf2629c707bd 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 5781cb2851081b8e97002a7b939b81a2e08ae118..88e2b491d077aeeb29f23a80113865847878690c 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 3e95e50573b1d3cec90afa37c85148785b559ced..8c3c4957a0c579a2daab034d9d2b76fcc1b9a89b 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 7f9ddfe6d713e92c9dd48d1733e51f890a774d93..2c28ec9703d81e02feee8ac092f00fc9de97732f 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 1726f52678587fdc9b9d7695e788ae0e6ba646a6..e57ee0ee2a897b5fe18da210921243d77fc009c6 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 f759c47fdf93d3fe6a53d2345ef0bca2abdab643..e26c280c6af9e610800bb5890e4fa5e1c2a044b2 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 276c1915cace43990d894f9e3dd6f073c55df934..f362bcb33915543853f6acc731a679e17fa0dd6d 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 fbe5d765adf7ea06c4a49bdeb862ebb2b2d53443..0cd988636aac56f1dd799b5b398fa64fe1939094 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 cd63c5cc30cfa6c43332b10f42e0d2177672a853..38977792bb27494c7c4601aab17fa50cef74fa31 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 2eb51861a9a98fa7b1f335fad324f4ab6fc1041a..419b784e92bc02676df6491a54cccaefbd4ecb29 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 289a739e267dde63f966ed23a7960c0337563f82..22d4903a1a348f1987e7650803131422c0b26b23 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 e7942f3c5a27119f18390196d86b2fa1f75b9559..0ecc1db916b327c3e9fe2b013a6a5b70aa674ebd 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 f6772d7a20979e6ea3de8d2e68508eb75007b34c..e75fe56ecb58fdf71c36d265568b6d30f1cc8728 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 6eefaead215d3e67bf2dc9bdca191157e8c366e2..0acd68e26c175e48bfc045281ae1df75b2d80c78 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 df9c8f344637837d7d089ced1d3ca3c694eb844b..d28a8e4eb00f0b62e22e35954d73a55bac24d5c0 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 82ad841fb93d2662517e9255a47eb2b2995ce9df..90691b33211f5013353dca8f95e220d4f4510b1c 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 df2b02da8f581af4157227a7b999e69490d9e55d..bd890f7cc505854db522b90e21bfeab9d0570c63 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 7c4c86ef65fe2d94b38af3f2e0f6f35ecca54ae7..e6b5727c629449472f4cc88dbd597fa5ced85f22 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 8465d4778d1f1131523328fe459375e26873b53d..ce8aff0a356d7e88e46a7990bd1073788e48bd7b 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 66093bb6753f1407e3f79a1ab4c6716dab5483ea..a9a38306df545d025796a60308615c1ebb4a565a 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 bff0a2a22016facf6856ab817a34cd847ec3c9ea..2735a9c329004e91e3163c323a72ea011c826fdb 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 38091ba339b8a87385e87e233116183d620a5ebf..4849dade9476020a8c865745c2696798813d7efe 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 e4ada46390615cd30c0dc661aa2b5eac2029f7de..978f98dc060c69b2ed95ee672321d486e0e6dad7 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 f806afc3a8dbac5aa81ff244925fcc7cfe002bac..53310e31087d7d1de73218240d2e23d3d17492f7 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 4b468b2c1cbaf144c554380740b1218609e5b3df..8bab077cb6d151ef1f8826480eaacaebd22ef69c 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 06cf6c171029fc59982fe82a55c5c339ccf3561a..bbaaed0ef0a7e4325bac355be863b5b687c20f2c 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 d780a031536461933ed32bb284690eefd545c823..a13a442ad0353a036501e8c46fc11d12ceb22972 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 bd309d172329d249949462e85e1de166bf6fa453..7ea4f40b3efe7ee188038e7a20b2db61f1ea9490 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 3c114b42ffea4eab56d210ed2fadbb8e5f9468d9..f48b3f69a9bf71570f3bdda96c77df3a51cd61fb 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 57d8e61788108c01f97369f323850c515886aea1..fd04a4e793d1ac2ddb50c1c83e538778bb100993 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 f2f93d8e64ca12a0dcde5509d47af3f0260cbfc2..c809b5c5da22a660c63948e3d1f9610e82a24992 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 bc663b009c976cff48adca2fb8e07bfcd722d556..0dd205eb96a48fb56e5582846a8d8498c08ec4b9 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 1726f52678587fdc9b9d7695e788ae0e6ba646a6..e57ee0ee2a897b5fe18da210921243d77fc009c6 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 a256e7308a4e5b63f9cf25f8384282dac34c5639..3026f085ec385f64741516bb865ec72e4e7b33ad 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 41163a5c5b9694292a10e484a12ffa8989c1174a..ca01a5f5b7ce055220a9bec29de1dbe90343891b 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 1e9f637913f05fff2834f0d02f498f4410de6ebb..15d8096a5163daed192646f53f95b2ab7a25855d 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 8c559f2611bdba970deb28f021d8e1bfdb72fa5b..c2060633158d5165fe67eb3118ddd0bc38f28241 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 6be6607e29bca85809b83d9fb7b39b9c15130058..e91f0043c219f9f75754616e29bb849b8f1915f9 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 dc1f7543449e77fa7a78c4733d7b9d8e020ddcd8..159884f8b19005707f3e60bddf8e48b9a3df8bf6 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 4bd50f7744a8a94f3c52316466234f308d80da7d..2e21235fe3fafbf7609e6643a743d69cb5dfa470 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 cbbf1d5910e688a9fd75519ab9ac205c7039c922..8c1cebd36b8cc3d41d8615a04918dd28c251cb95 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 ebd66ff0e39c0dc405817d50b80ad8274f8c24cf..fece8d6d9e6d5fe000ba907e816d061746edb99b 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 a97f0cbd2af9436d6a531c35186a67f989ed49e9..70efff07fac329d896b5758e9c290fe5ce96e524 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 24d609aaa6cae41177b9ecb85114f2dc11c63120..80778e264fba38461954b6d39a8af4887eddd656 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 1e95167379666b0f9aab13b88ed48e6b7874f0f7..dcc8d8f6947127f2f228ac10eee9b59c7c14763b 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 18480d56b9ccf36f417cfac50e9646839b108949..2be21dc8880c893fe61bfa5d6fab645f4fa1632d 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 770a9ca5110b5f05bc80040a51717b75d770b935..5130da30101bd096e7c94ced45bce17e43ef5945 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 413d0e49d8c4f0d59691fd915336273d460f2bb2..9acec1f7039f37327d4bc5f0b36cc575526a3918 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 23bbdcc333e546699169532ada361f49ccc547cf..9a71576a62f4e1b18e5c6fb2b56c350e0ab46760 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 227166717042f4a024b09b846754139f2a849f15..de498287cd2633238fe6f4600eed7592e89f66cb 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 a0d9119b8fd20df8da748bc7c62b943567919cd9..85d3a0bb1a3295630a7d7eb26a7827cd22918aff 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 6bc3e89d31cd44127d5a9357ae18af0745c7316d..11980c29f3b6fd30b2029265dad9918c5b183fec 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 c9ec13d69c76f5aacca8dcb789ce69ce02ec39eb..18be33ab686af0d7a4b3066e05ad6fe020c3a317 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 7b96f51079f1f99d5aedd0743d13dec2578a0270..737ea50081018b32fb5bad2459c90c44f2b1537c 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 14efddff379eb1d9dd9232ba2034cec2c8422eb0..3a9c618eb30188e31c4ebe61fe9e41591b85f538 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 274a0882304ac2d27cbbde5c9f8e31bd3e68ebbc..97c6daa3661a001a48edcd18dc326417f03b5314 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 1e95167379666b0f9aab13b88ed48e6b7874f0f7..dcc8d8f6947127f2f228ac10eee9b59c7c14763b 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 be5251add72e011f1f9f80fa731880afccd22ee0..ae7fb15b35769c2a0504714b829107d3b93232ca 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 9fc987e0c71ce394191de11e34411cef9daa0ed5..b094a05ec4de6f253f682f55238fc4f4bb6b1cc0 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 de7f1f24493e31e9575f0f43d9e68cc84fbdfcd9..20502f83a5c8418b5eb516b0a01b92ee167f7f65 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 e55c9c193b30d1ba609f74e8389cd68367298bc7..995e086c77bba5f070ba5e7fbda9dd10b92c65f1 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 41163a5c5b9694292a10e484a12ffa8989c1174a..ca01a5f5b7ce055220a9bec29de1dbe90343891b 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 02f32361a395c0d5716087b09a38d3fe13e0b8e7..ffc0dced3f63d81e4594309c3e3cff4b0018f429 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 499cd89d7e9d56dcc988f4fa39ed52587c15ba2c..d0814f979bfcf43e1e6054d2dc29bf160117fe3f 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 786b8be49cd9eadd20f1279762825d502e553e6f..c75ddd17f3c83ac6441ebc22bd4af08c98eb3ecf 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 23421f2f698e3a05bb073df3cc4bdd2ac478f6b1..675c250e931a9a6e61616b2b0216953ec114c553 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 67a509fab7f71af9a86377bafcf892535ba3c108..03b204402d80dbbb35d3d8ecf2da9f3919ed3d01 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 93f4c73f6b93a352c42b8bf89fbf898be64e5f6c..7da1f39ccbb931fcf499f9751809dcbe8c1fb60c 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 0932d8f05a6efacedf80f776906ab1a4936323b7..20ec7c2029a74a6287d4714a1c278553e71d501b 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 a8fa841a14c61a810080d093505735ed7d9a43a0..72d4c1358cf806478487866db8cf3af488f9b7cb 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 1726f52678587fdc9b9d7695e788ae0e6ba646a6..e57ee0ee2a897b5fe18da210921243d77fc009c6 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 3b0840b49b1a22337c252e2b598de4ce7b4ec118..3b10291d25ba670abb4d6280cc09075b965064f0 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 221a34d586c1b419144d0c9913320a5c55a0e0f6..3017e08734762caa2aa2d41a3f243471fe142054 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 b5971cc13525f8b180ac21cb277c116a5ec598bd..611129dc6bc47cd649961a8f3e97af6d7153553d 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 efad9e82943379d4277ded78e161da7a8841e708..ceb395b0d19aad718a5b8c6d9b047ded7af45953 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 7b149dd87e9a6e2d620fbb487d79375a552f16a3..c85baa348f713920cb6244e70c14b8e00f355f1e 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 a24acffb9687666588e3bcb023c251d1df2670b1..127fc82ac06e9b7ceefaa06cd708f14d9494885b 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 41163a5c5b9694292a10e484a12ffa8989c1174a..ca01a5f5b7ce055220a9bec29de1dbe90343891b 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 aa030e242ec97c6a16fe7f306b58ad01e205f98c..fc4be6867ed47cd5bc21684664301afd525eda14 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 42da2c38bb009ed31dd0ffc857586efad6979627..a4d00b7555c64376d14fd801fb736dc8d58642c7 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 cf1812adb8a29dce345a7699c37fd4f4c947995a..dbe2cff8066867d70d278482cebcf4664536dbb1 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 bbd7ac1c53571bc38435534a7b1730ee6d58d7ff..18e2afda15240b9353bc03662bdc7e87814f92d1 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 0ec47d24e5ad925806a7a8b18dff6b24b066436a..dcd5ed7deabeb4e15632b1332aaab823ab7a6e8d 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 d61bb3941d54d1c771613e06b97659631fddb25c..b77ba92d49c481f6e89f757791c3ae7f3cc77b64 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 3f835f7fe9743f15ea21d1ffadcf4d237c5be2f9..f5256b01b6f0cbeebaad953abba48c365e76cf53 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 d83dbaa8581ae0da6f77fd2223099448c2587ae9..fc6a71b94a3fe7dc3e6c393bd34c451dc81a9dde 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 68cddfaf30af1001754de565f6ce6dab323445f6..624d48c53b3a210fe9f2970e1104eb984ec0ba91 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 4e28f71cee2d30d54864d1b58c93611a7de8f7d8..0504cb8e3d1543ceea2cd501dbc9be358ffc3858 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 17b3f616a0c77f6ca8457ed3d8794be6c627ba23..ef54ce60ad8d143fb22304a426a13f20e3f1de9a 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 d0179d944d9b73891f54a6921696984ff33ba967..43a9fd7efd63802dc65eedb0117191da8c91b572 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 3aa86c92611377e8f53352a1425d7e415f6ad861..6dc9d42cd63677e080d1fe8a56cf4d08347b2fb2 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 9f8fc2c12fd5b11e7202745f2dade4d70147e039..fd0ee55ee10c732eb834a8a45ad47f7a8623af60 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 1c84a6564f34d31ad6820406db1e5650bfb9efde..ea21c86cdab4e07297dad996db14c5690f0656db 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 df76b083fc34c899753dd2cdc56bfc71ab8e4b71..a9a81abec4fdac6b255da901487ab93ea9f89fbf 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 82dfbd72b33ca924b5be9b0f19e9fd467f92244b..5bc08fe2bbafd159cb3a73d18475357c181867b3 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 e0be32a18653704e8aa8290cef50f0d1d3d8a464..f221283bcd5be86f1fcd07d8e1b2a292479abc0c 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 c8f128d2566322bb77f49b1439c0db49a0eaa53d..47e9f8f517e7790274e7cfc8f432c8a40ab116ab 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 e2739242be3efdd3cd4ffbdcd7bef9f37799b39a..cbb4ff79bfa2d64e572483853078698c6016fbf8 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 bcdc922ffc6eb1823a392d0f8bdfbe99e1b565b8..b913a1819f5cdff3fc1370aeb61d8cb2e0920eaa 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 28047196b407f0e8c5da406c03b48d2c47d18ecf..ec8b8d397c85f478261aecffbad50ce0601a737a 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 10e64ce198f14dfaf0b3f5e15f317333e2ee8a5b..88584c648419f0c99bec11df44e5c8031d3dfafb 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 21b89d41c4686610353901d94003d7282123c830..83ed5c301e2e7db58187f182485cc4d916a3c8c5 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 32204e4e8424283ffd6380c955696a33787a0a52..be0df5e30a8b652f2b5840e2216df94c830ddd60 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 d7f4669d5009a80d82486ea55b43dc78d41643ca..c3b5b711cc7753f5b36f55950fc78a62882543e3 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 e88800a7dba0a61b5398c3959b5cb3379e2f3008..1f83752c64c3912c0416ed1277f3d053a76bc8a0 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 3ec2e9a7565a6aca7e9e517d0a112deeb3ca5190..4af0d3e61d8db0c8e1f45099cad3d9b22ef04607 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 85b56ad63c52058602c54c358a69558e9997f04d..67c0402c9349ddbe7d9da2549eae9cc38f4bdf49 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 393aaf8fddd9e0d93aeccfdd3d443901b393cbd1..c865ae7d061675590550a2514c8141a0d6a053d4 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 dbcbbd58900ee3481986009fcc6746d6ce1a5216..e97da2641b7735d3244c003eae1cbeaaad4584f7 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 559b30bf46ddc2bcd4da6b747d90d0300fe467b1..9e8deed486bdcb923ea91c364a9d62b8b0fb2f10 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 2a2dccffbefa5deea610d4b86815f859a701bf39..78fe6a6f0ac26d30a9a61df70264187970e82bf8 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 f705befc5e201d40e6a9e82d3bfb23181312649d..a14da30bfafb82d335c3f97e77f7560c7f03e501 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 6c1ff9d37d48e349c9c0dbbc2997a3248af09ae9..10fbe30de9d5af9a826e9ed104319ef9b66c7820 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 a19a1df9cb600daa91d202e8a4aa9aeb6f9f7771..d6113daeac2ff2c945c2132f138150536de9c229 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 beb81234b37f460cb40cdf1ddaabbc9a5d899f7e..56dd41847e3108a52db34ce5ada47d734ae415c2 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 73487b431eb5204f90c65976d17ab20c558f2eb1..f2ea1f1eb290034e4968a51b4716a996b8ec3a8f 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 082bbacc0a61b8b59e542fec10677ccb2fd25eb9..97e31e7b092c2a21d313a01368ba95d0eb4c1d75 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 1133e7ddeadf2ef81a4acc234ce3b1488b578e26..3270cd87369394a12740b97dee1d7be47944ff91 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 726a0c6ceccb1be68b08b1c70af83b072e583013..467de25747f33f359430d7f22880863c8fdd9f3d 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 0cc0a06aeac16fe1bbe1504f024f6c3493189f0f..028038b034539697e8201dfc5ffae37afc92dbb4 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 aff63c1a23ed1e19eff74aca87c09f8f9f060ca0..b6e597471e76e689b72e6ddbd41e0deb9fc939de 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 8bd9248caaf79f518782c6c8aad7daf00c708779..bba90cc8dc2d6748c372ea375f35c3e91f3fa905 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 8cb57124417e42f2450ce7dea4d5acd38366cc7b..82fd68c6dc3e6ac4fa03fdf1421418d76290cbd8 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 d519a432af5fa5989ac76630cde8a8c4e71dab23..26e94c1d14fd05f25ccfd4bc7d84474c3c2e0cb6 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 6f9ccbd34bc10112cee8fb17224ef73d851b9be1..007afe6e9ef51c4923451eaa6290653884ae7f29 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 37d928b808f1d434a3808edb44a88fe4b14e2bd7..8d437909471d5f34dd3923294b370d7cab80be83 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 0227ee2a7a82829096477a1a4c47143530d4f7a0..785fdbbe9ee344dfa3cfbd60a5495a9a364d30d6 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 ed77bdaf04c41beb63bb87643a32a84684de7ae7..57cf4951d912a7ed450e669ac3b5b84c2a0f634f 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 5d92d8d231e97245c59e57e1c6de1cb67a078c2d..dadf4d2cc3aa328d6f1cebf3275c28591db06c58 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 4ce3a0a071eeb29488667586bc73a2cfe980165d..1e0703993dcb71e58eebf66980e3fb15c9382997 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 65dc0a67eeede82e35a98ca6b45b86f60c5a4b87..70148f1a4e21fa90699d313d29e1d50b09d8239e 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 28914faf766e9b93fb5d8ef8463f0d37448a4c0f..aa21b1682185ca7cec74d0b5749644cf315f9229 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 72f88fa4856fac9850ca090ef98bacb0690072b9..5a513160d1347e428dfb92938fa4cac417a37a6a 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 9ea0949c3ebad3bf08d629be1cb0b433ab8260a2..46831132f2c5ecfad57613ef82932891fa5ffc10 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 7f28f23c17846403c8ad0ec0b6b7d7a7b5b5d314..e1ea09380df574571e72dcbd0051c7cdfd218077 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 833ef528b9d515ff9cdcff38803fb6044763690b..840a690d9198a4f1d9ac34dd176f6d3ac01abab0 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 d0867d310987c7df57259180002a9c594252f192..04e5c3507c99c1bb47d831404f740cb3e37d2ea1 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 5a22d60cb0f7c4f830c2349777d4e06cefda93cd..9babc433eb620f9436db3328d0cf13c88e815e22 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 41052d49cfd672b93a31b332e4eaaf64b8445a1a..0388c3019ae2387d73d6dad68d53271f9cda7bcd 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 2c3ca1de28e6e8c30202f8050d2fa66eb3ff044b..79fb447d1f31717b25a12042a04a57db5bfed949 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 0c71ec9de113175f3fbaa3c1ed619d606eb46f7a..9b0f17bc4a5ef52c470d06e4491ab54726dceb11 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 e571b91c249fdec9854912f2b5153dff0313260c..05935c25a0ad9601850f337a125244fe6f6663b8 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 07f7137fe400d584a1e60fd585605b409b8f65dc..a00465ff7f156534a2ed85730430c9c2b243eebb 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 49b9fae9ffec40714f9ff7600b2a6a645b3e76d5..e8b137fc174d8252adc7fc992d9b35cfaaf80a51 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 8efd70d35e76915a1118bee76d5cdbdbafe26ef1..2f2b5d9bdadfc59ad6e6810704aa40b8107ac939 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 21a2e4c1ba838bb912963f7e1f1b946ffd9f7baf..86bc437c413a47df265c08a95d3e7a08e5a03d78 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 6b5f295499d0c39dfffb94f35213a421a63a991d..fc73dd26a0facd1bd94e413350c2332973cdaae5 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 5e69ec03fc6076a46ee1497494c5451580b39881..1adaf74a9449d11399a889838e5e04a2ff27fe90 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 160555366dc98d40f0264d94fcccf0086c461bdc..494b46cb21c36722980359b0aaad2e888ab94a59 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 e792ff1a8540457944e6295cb881088e2faf754f..14f650e25364529af1238cdba17f2e9cd4f08fa0 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 1b4c9066f46838d2950f238d906f295630cbb421..d4492e6a6b92c28ededf5d4db82dc3ba3b4d7510 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 c25cb411816a98abbf6c381c720d9b8d5a06baa2..2f1eaf0118aaf67499f85e77ca347bd6a318a54a 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 9e1d22638e3822fa18af4ec6700d7b68f22dafdf..7ae2e349c5fdf883cf7d08a0aef296ea6f08a0f8 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 13e29745ff34f023c19d54a54b6c1cecefc06d82..d19e4c3ba747b6d96228be8994a15cdb90eb4a60 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 9a690d40b9213b06c83a7e777ba883bda5ef5ff4..6ad3b9394a3413e884671d69cccebcf15141ef6d 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 bb023441673e923b94a05024396b06d6cdd04b0d..f75d9781c0641bb630fa07307585e01ac893c35f 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 92c5bf61d3102917847dfe4eb25d8e23554e3a93..52fedef2ab86e83cb57be2f99d849c8b8aa9078e 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 dbd844b40fca4c467360dceb12208d3b24a91450..ba07bee8fb77335d42b507c042af8a120b18c6ef 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 a1a3d695067fd7d4c15ce839cc57cc73c9bc3d4b..6730cd3e8e746812790de58c6ca71b445a66cd33 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 afb4dd2e3aa55b8ea053c2155d15266c3b875a11..83a6623e5ce4051949a29d5383d0516d45c4962c 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 517c084e6a0b34999087edb8d0d7bbfdac3d883d..b98e5064d260b9e190b272c127ae0e6579ca9ad9 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 98c6b1193a4966632c7337587d52ed0a69bf524b..e9001a5a77a76165bd9af468605e22014c9144e6 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