aboutsummaryrefslogtreecommitdiff
path: root/src/common/Encoding
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2020-01-02 06:25:50 +0100
committerAokromes <aokromes@gmail.com>2020-01-02 06:25:50 +0100
commited939325374216d6a049e778d6ad864c65283ae6 (patch)
tree54163e20be6ec8046b3da9b8fe5a63091369630c /src/common/Encoding
parent7ffe0185711095b0f62a5edf1e1819935d02851c (diff)
New year
Say bye bye to every year changing dates
Diffstat (limited to 'src/common/Encoding')
-rw-r--r--src/common/Encoding/Base32.cpp2
-rw-r--r--src/common/Encoding/Base32.h2
-rw-r--r--src/common/Encoding/Base64.cpp2
-rw-r--r--src/common/Encoding/Base64.h2
-rw-r--r--src/common/Encoding/BaseEncoding.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/common/Encoding/Base32.cpp b/src/common/Encoding/Base32.cpp
index f93e78c52b9..a091ed1ca18 100644
--- a/src/common/Encoding/Base32.cpp
+++ b/src/common/Encoding/Base32.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/>
+ * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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/common/Encoding/Base32.h b/src/common/Encoding/Base32.h
index 8b4dda2a9fd..343f8869941 100644
--- a/src/common/Encoding/Base32.h
+++ b/src/common/Encoding/Base32.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/>
+ * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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/common/Encoding/Base64.cpp b/src/common/Encoding/Base64.cpp
index 21e02ade85d..1b1860375e8 100644
--- a/src/common/Encoding/Base64.cpp
+++ b/src/common/Encoding/Base64.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/>
+ * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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/common/Encoding/Base64.h b/src/common/Encoding/Base64.h
index d421118711d..fd46a5f298f 100644
--- a/src/common/Encoding/Base64.h
+++ b/src/common/Encoding/Base64.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/>
+ * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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/common/Encoding/BaseEncoding.h b/src/common/Encoding/BaseEncoding.h
index d8b1453f271..f1136919da6 100644
--- a/src/common/Encoding/BaseEncoding.h
+++ b/src/common/Encoding/BaseEncoding.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/>
+ * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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