aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRat <none@none>2010-01-19 16:37:49 +0100
committerRat <none@none>2010-01-19 16:37:49 +0100
commitf36438af6ad492a762e7a68dd1ae52dc5d4301a3 (patch)
tree7ab8e34355468ace2c6bf5cfc0b662034d15da20
parent14805ff0b477d8f8b086ff9cda39110c0e12969a (diff)
*Update Copyright times
--HG-- branch : trunk
-rw-r--r--src/game/ScriptMgr.h2
-rw-r--r--src/game/ScriptSystem.cpp2
-rw-r--r--src/game/ScriptedCreature.cpp2
-rw-r--r--src/game/ScriptedCreature.h2
-rw-r--r--src/game/ScriptedGossip.h2
-rw-r--r--src/game/TicketHandler.cpp2
-rw-r--r--src/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp2
-rw-r--r--src/scripts/kalimdor/blackfathom_depths/boss_aku_mai.cpp2
-rw-r--r--src/scripts/kalimdor/blackfathom_depths/boss_gelihast.cpp2
-rw-r--r--src/scripts/kalimdor/blackfathom_depths/boss_kelris.cpp2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_epoch.cpp2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_infinite.cpp2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_mal_ganis.cpp2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_meathook.cpp2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_salramm.cpp2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp2
-rw-r--r--src/scripts/northrend/draktharon_keep/boss_dred.cpp2
-rw-r--r--src/scripts/northrend/draktharon_keep/boss_novos.cpp2
-rw-r--r--src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp2
-rw-r--r--src/scripts/northrend/draktharon_keep/boss_trollgore.cpp2
-rw-r--r--src/scripts/northrend/draktharon_keep/drak_tharon_keep.h2
-rw-r--r--src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp2
-rw-r--r--src/scripts/northrend/howling_fjord.cpp2
-rw-r--r--src/scripts/northrend/sholazar_basin.cpp2
-rw-r--r--src/scripts/northrend/storm_peaks.cpp2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/game/ScriptMgr.h b/src/game/ScriptMgr.h
index b902c3884c9..9692e8a4222 100644
--- a/src/game/ScriptMgr.h
+++ b/src/game/ScriptMgr.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
diff --git a/src/game/ScriptSystem.cpp b/src/game/ScriptSystem.cpp
index c973cfb1634..8645d19bcff 100644
--- a/src/game/ScriptSystem.cpp
+++ b/src/game/ScriptSystem.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+ * Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* Thanks to the original authors: MaNGOS <http://getmangos.com/>
*
diff --git a/src/game/ScriptedCreature.cpp b/src/game/ScriptedCreature.cpp
index fd267ecebc5..204b5b266b1 100644
--- a/src/game/ScriptedCreature.cpp
+++ b/src/game/ScriptedCreature.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
diff --git a/src/game/ScriptedCreature.h b/src/game/ScriptedCreature.h
index ac6cc4fcba5..78aa132474e 100644
--- a/src/game/ScriptedCreature.h
+++ b/src/game/ScriptedCreature.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
diff --git a/src/game/ScriptedGossip.h b/src/game/ScriptedGossip.h
index 5c8ded7d579..038d3a2ca23 100644
--- a/src/game/ScriptedGossip.h
+++ b/src/game/ScriptedGossip.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
diff --git a/src/game/TicketHandler.cpp b/src/game/TicketHandler.cpp
index ac6675beba0..d4015067eed 100644
--- a/src/game/TicketHandler.cpp
+++ b/src/game/TicketHandler.cpp
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2005-2009 MaNGOS
*
- * Copyright (C) 2008-2009 Trinity
+ * Copyright (C) 2008-2010 Trinity
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp b/src/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp
index ab424be300c..d7fd62baa97 100644
--- a/src/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp
+++ b/src/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/blackfathom_depths/boss_aku_mai.cpp b/src/scripts/kalimdor/blackfathom_depths/boss_aku_mai.cpp
index 1ffd7d73259..e0cc5da648d 100644
--- a/src/scripts/kalimdor/blackfathom_depths/boss_aku_mai.cpp
+++ b/src/scripts/kalimdor/blackfathom_depths/boss_aku_mai.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/blackfathom_depths/boss_gelihast.cpp b/src/scripts/kalimdor/blackfathom_depths/boss_gelihast.cpp
index 19d8c94c43e..439f0c30f25 100644
--- a/src/scripts/kalimdor/blackfathom_depths/boss_gelihast.cpp
+++ b/src/scripts/kalimdor/blackfathom_depths/boss_gelihast.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/blackfathom_depths/boss_kelris.cpp b/src/scripts/kalimdor/blackfathom_depths/boss_kelris.cpp
index 0412e02ff9b..fa40ceff795 100644
--- a/src/scripts/kalimdor/blackfathom_depths/boss_kelris.cpp
+++ b/src/scripts/kalimdor/blackfathom_depths/boss_kelris.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_epoch.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_epoch.cpp
index 4ab66bffcae..103631ef348 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_epoch.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_epoch.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_infinite.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_infinite.cpp
index 8356ab09db8..122121cf123 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_infinite.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_infinite.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_mal_ganis.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_mal_ganis.cpp
index 8db1869cf0e..86fbc90ccf7 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_mal_ganis.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_mal_ganis.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_meathook.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_meathook.cpp
index aa436304af5..fc24ab837d7 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_meathook.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_meathook.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_salramm.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_salramm.cpp
index b54f8b543d1..ffa6e41a130 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_salramm.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/boss_salramm.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h
index 5c3e4228cab..c25a3b02e49 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp
index c30b364cabb..661756ebe17 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/draktharon_keep/boss_dred.cpp b/src/scripts/northrend/draktharon_keep/boss_dred.cpp
index c85c850f77a..d61c69f6b05 100644
--- a/src/scripts/northrend/draktharon_keep/boss_dred.cpp
+++ b/src/scripts/northrend/draktharon_keep/boss_dred.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+ * Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/draktharon_keep/boss_novos.cpp b/src/scripts/northrend/draktharon_keep/boss_novos.cpp
index bb1fae5c9ea..5838f8eefd5 100644
--- a/src/scripts/northrend/draktharon_keep/boss_novos.cpp
+++ b/src/scripts/northrend/draktharon_keep/boss_novos.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp b/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp
index 87c0f717323..cd3d637256f 100644
--- a/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp
+++ b/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp b/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp
index 2fbe3fc9c65..7f97629e2fd 100644
--- a/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp
+++ b/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+ * Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/draktharon_keep/drak_tharon_keep.h b/src/scripts/northrend/draktharon_keep/drak_tharon_keep.h
index bfa447e58c7..6d343f34232 100644
--- a/src/scripts/northrend/draktharon_keep/drak_tharon_keep.h
+++ b/src/scripts/northrend/draktharon_keep/drak_tharon_keep.h
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp b/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp
index 25c5ab448a9..24f793e3c23 100644
--- a/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp
+++ b/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+ * Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/howling_fjord.cpp b/src/scripts/northrend/howling_fjord.cpp
index 2417f4144cb..1e4f78d4751 100644
--- a/src/scripts/northrend/howling_fjord.cpp
+++ b/src/scripts/northrend/howling_fjord.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/sholazar_basin.cpp b/src/scripts/northrend/sholazar_basin.cpp
index 38445c4b515..06519ee6306 100644
--- a/src/scripts/northrend/sholazar_basin.cpp
+++ b/src/scripts/northrend/sholazar_basin.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/scripts/northrend/storm_peaks.cpp b/src/scripts/northrend/storm_peaks.cpp
index 9086bfbfc6e..c27c3aaede6 100644
--- a/src/scripts/northrend/storm_peaks.cpp
+++ b/src/scripts/northrend/storm_peaks.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by