diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-02-25 09:34:24 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-02-25 09:34:24 +0100 |
commit | 2eb9621f195995ed22f3f7e52b3a0681fd26289f (patch) | |
tree | 2134d1545256f90b79c26df452c6e59487f0fd1c /src | |
parent | b1eff7c1f8f644c6201675b2574d00466cfb0de5 (diff) |
Core/Misc: fix header
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/AI/PlayerAI/PlayerAI.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/server/game/AI/PlayerAI/PlayerAI.h b/src/server/game/AI/PlayerAI/PlayerAI.h index ebebf17c22f..1820bcf11c0 100644 --- a/src/server/game/AI/PlayerAI/PlayerAI.h +++ b/src/server/game/AI/PlayerAI/PlayerAI.h @@ -1,19 +1,19 @@ /* -* Copyright (C) 2016-2016 TrinityCore <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 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/>. -*/ + * Copyright (C) 2016-2016 TrinityCore <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 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/>. + */ #ifndef TRINITY_PLAYERAI_H #define TRINITY_PLAYERAI_H |