diff options
author | ccrs <ccrs@users.noreply.github.com> | 2018-09-13 11:13:37 +0200 |
---|---|---|
committer | ccrs <ccrs@users.noreply.github.com> | 2018-09-13 11:13:37 +0200 |
commit | 2c98bf5b1ed5815c9736aba82b0e6a5ed8e88a4f (patch) | |
tree | c38915d07b401da3a1e84337a1795060483b59ab /src | |
parent | 70955ed3a68a58701ae50c8f0f9afdec4f60853d (diff) |
Misc: add missing copyright header
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Miscellaneous/CommonHelpers.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/server/game/Miscellaneous/CommonHelpers.cpp b/src/server/game/Miscellaneous/CommonHelpers.cpp index 1b4af78cdbc..9a61859c8d4 100644 --- a/src/server/game/Miscellaneous/CommonHelpers.cpp +++ b/src/server/game/Miscellaneous/CommonHelpers.cpp @@ -1,3 +1,20 @@ +/* + * 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 + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include "CommonHelpers.h" #include "Common.h" #include "Item.h" |