diff options
| author | Drahy <none@none> | 2009-02-04 12:42:26 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-02-04 12:42:26 +0100 |
| commit | 5dab980495a8b64eb3c06493ce0c270d8d8a7559 (patch) | |
| tree | 7f0193e7efdae930d1564561232a6a1f6b30d6cd /src/bindings/interface | |
| parent | 7c19c420c6e1423a797d8899906508914561e092 (diff) | |
* Updated copyright notice for new year (2009) part 2
* Changed mangos website
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/interface')
| -rw-r--r-- | src/bindings/interface/Makefile.am | 2 | ||||
| -rw-r--r-- | src/bindings/interface/ScriptMgr.cpp | 2 | ||||
| -rw-r--r-- | src/bindings/interface/ScriptMgr.h | 2 | ||||
| -rw-r--r-- | src/bindings/interface/Scripts/sc_default.cpp | 2 | ||||
| -rw-r--r-- | src/bindings/interface/Scripts/sc_defines.cpp | 2 | ||||
| -rw-r--r-- | src/bindings/interface/Scripts/sc_defines.h | 2 | ||||
| -rw-r--r-- | src/bindings/interface/config.h | 2 | ||||
| -rw-r--r-- | src/bindings/interface/system.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/bindings/interface/Makefile.am b/src/bindings/interface/Makefile.am index 14b5effb64b..9bb53f98454 100644 --- a/src/bindings/interface/Makefile.am +++ b/src/bindings/interface/Makefile.am @@ -1,6 +1,6 @@ # Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> # -# Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> +# Thanks to the original authors: MaNGOS <http://getmangos.com/> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/ScriptMgr.cpp b/src/bindings/interface/ScriptMgr.cpp index e082d8cd8a7..7c840416a73 100644 --- a/src/bindings/interface/ScriptMgr.cpp +++ b/src/bindings/interface/ScriptMgr.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/ScriptMgr.h b/src/bindings/interface/ScriptMgr.h index 81cf7ae54c7..416d6838b40 100644 --- a/src/bindings/interface/ScriptMgr.h +++ b/src/bindings/interface/ScriptMgr.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/Scripts/sc_default.cpp b/src/bindings/interface/Scripts/sc_default.cpp index a05ef5064ea..65ef5c5d615 100644 --- a/src/bindings/interface/Scripts/sc_default.cpp +++ b/src/bindings/interface/Scripts/sc_default.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/Scripts/sc_defines.cpp b/src/bindings/interface/Scripts/sc_defines.cpp index d4992d40f8c..6d534ee84ee 100644 --- a/src/bindings/interface/Scripts/sc_defines.cpp +++ b/src/bindings/interface/Scripts/sc_defines.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/Scripts/sc_defines.h b/src/bindings/interface/Scripts/sc_defines.h index 735b58db91b..d14ba0b0d1d 100644 --- a/src/bindings/interface/Scripts/sc_defines.h +++ b/src/bindings/interface/Scripts/sc_defines.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/config.h b/src/bindings/interface/config.h index 4d9c4b5ae5a..c2649045820 100644 --- a/src/bindings/interface/config.h +++ b/src/bindings/interface/config.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/bindings/interface/system.cpp b/src/bindings/interface/system.cpp index 846dd9faeb5..71115df4f9f 100644 --- a/src/bindings/interface/system.cpp +++ b/src/bindings/interface/system.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Thanks to the original authors: MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |
