diff options
| author | tkrokli <tkrokli@gmail.com> | 2018-01-01 01:55:29 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@gmail.com> | 2018-01-01 01:55:29 +0100 |
| commit | f6b6f57a6da909426e3171d09f989c554f20b43d (patch) | |
| tree | ae6d2cb963f2768ac47b5df12583b202b100cfff /src/server/authserver/Authentication | |
| parent | b1281246ddb4510a9e3dc8117f7a5ba3f47dc646 (diff) | |
Update copyright note for 2018
Best wishes for the new year.
Diffstat (limited to 'src/server/authserver/Authentication')
| -rw-r--r-- | src/server/authserver/Authentication/AuthCodes.cpp | 2 | ||||
| -rw-r--r-- | src/server/authserver/Authentication/AuthCodes.h | 2 | ||||
| -rw-r--r-- | src/server/authserver/Authentication/TOTP.cpp | 2 | ||||
| -rw-r--r-- | src/server/authserver/Authentication/TOTP.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.cpp b/src/server/authserver/Authentication/AuthCodes.cpp index 4b6e78a72a3..5370f331062 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 TrinityCore <https://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 the diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h index 1b5f8e23f0c..f4132d0aac9 100644 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it diff --git a/src/server/authserver/Authentication/TOTP.cpp b/src/server/authserver/Authentication/TOTP.cpp index 0566adea23a..76df2f653ec 100644 --- a/src/server/authserver/Authentication/TOTP.cpp +++ b/src/server/authserver/Authentication/TOTP.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 TrinityCore <https://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 the diff --git a/src/server/authserver/Authentication/TOTP.h b/src/server/authserver/Authentication/TOTP.h index 7137bb0e662..2c274a222b1 100644 --- a/src/server/authserver/Authentication/TOTP.h +++ b/src/server/authserver/Authentication/TOTP.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 TrinityCore <https://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 the |
