diff options
Diffstat (limited to 'src/shared/Config')
-rw-r--r-- | src/shared/Config/Config.cpp | 4 | ||||
-rw-r--r-- | src/shared/Config/Config.h | 4 | ||||
-rw-r--r-- | src/shared/Config/ConfigEnv.h | 4 | ||||
-rw-r--r-- | src/shared/Config/Makefile.am | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/shared/Config/Config.cpp b/src/shared/Config/Config.cpp index 882d51b8812..1693e0d0cd4 100644 --- a/src/shared/Config/Config.cpp +++ b/src/shared/Config/Config.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2008 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/shared/Config/Config.h b/src/shared/Config/Config.h index 5c89ac5f588..04026d084fb 100644 --- a/src/shared/Config/Config.h +++ b/src/shared/Config/Config.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2008 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/shared/Config/ConfigEnv.h b/src/shared/Config/ConfigEnv.h index 94287b3c26b..ad66d56b67e 100644 --- a/src/shared/Config/ConfigEnv.h +++ b/src/shared/Config/ConfigEnv.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * - * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2008 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/shared/Config/Makefile.am b/src/shared/Config/Makefile.am index 3e354408f53..23188ba3447 100644 --- a/src/shared/Config/Makefile.am +++ b/src/shared/Config/Makefile.am @@ -1,6 +1,6 @@ -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> +# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> # -# Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> +# Copyright (C) 2008 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 |