diff options
| author | w12x <none@none> | 2008-10-23 03:29:52 -0500 |
|---|---|---|
| committer | w12x <none@none> | 2008-10-23 03:29:52 -0500 |
| commit | b8362cd7f13bf51e5aa1b3e9755d39e39682676f (patch) | |
| tree | 98e600a84ce47bf77fe9a63f6dd2a3ea30852d20 /src/shared/Auth | |
| parent | 87681af45329f4993c64f84aad5baddc7e6cd3bf (diff) | |
[svn] Fixed copyright notices to comply with GPL.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Auth')
| -rw-r--r-- | src/shared/Auth/AuthCrypt.cpp | 4 | ||||
| -rw-r--r-- | src/shared/Auth/AuthCrypt.h | 4 | ||||
| -rw-r--r-- | src/shared/Auth/BigNumber.cpp | 4 | ||||
| -rw-r--r-- | src/shared/Auth/BigNumber.h | 4 | ||||
| -rw-r--r-- | src/shared/Auth/Hmac.cpp | 4 | ||||
| -rw-r--r-- | src/shared/Auth/Hmac.h | 4 | ||||
| -rw-r--r-- | src/shared/Auth/Makefile.am | 4 | ||||
| -rw-r--r-- | src/shared/Auth/Sha1.cpp | 4 | ||||
| -rw-r--r-- | src/shared/Auth/Sha1.h | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/src/shared/Auth/AuthCrypt.cpp b/src/shared/Auth/AuthCrypt.cpp index 66b28a0556d..7941b33ed8c 100644 --- a/src/shared/Auth/AuthCrypt.cpp +++ b/src/shared/Auth/AuthCrypt.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/Auth/AuthCrypt.h b/src/shared/Auth/AuthCrypt.h index 1d890b56bb5..f3a0cac40fa 100644 --- a/src/shared/Auth/AuthCrypt.h +++ b/src/shared/Auth/AuthCrypt.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/Auth/BigNumber.cpp b/src/shared/Auth/BigNumber.cpp index 322bdafe8ac..b39fe3ad189 100644 --- a/src/shared/Auth/BigNumber.cpp +++ b/src/shared/Auth/BigNumber.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/Auth/BigNumber.h b/src/shared/Auth/BigNumber.h index 1132d037186..37979bdd76f 100644 --- a/src/shared/Auth/BigNumber.h +++ b/src/shared/Auth/BigNumber.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/Auth/Hmac.cpp b/src/shared/Auth/Hmac.cpp index b031f5a0f6d..2294ade76a2 100644 --- a/src/shared/Auth/Hmac.cpp +++ b/src/shared/Auth/Hmac.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/Auth/Hmac.h b/src/shared/Auth/Hmac.h index 8375e484e18..08d29cef962 100644 --- a/src/shared/Auth/Hmac.h +++ b/src/shared/Auth/Hmac.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/Auth/Makefile.am b/src/shared/Auth/Makefile.am index 1a630e9b9cd..9c71613a0de 100644 --- a/src/shared/Auth/Makefile.am +++ b/src/shared/Auth/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 diff --git a/src/shared/Auth/Sha1.cpp b/src/shared/Auth/Sha1.cpp index 2abb0be1766..a50883ab785 100644 --- a/src/shared/Auth/Sha1.cpp +++ b/src/shared/Auth/Sha1.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/Auth/Sha1.h b/src/shared/Auth/Sha1.h index 99fd6f263d9..64e8eb64f95 100644 --- a/src/shared/Auth/Sha1.h +++ b/src/shared/Auth/Sha1.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 |
