diff options
author | tkrokli <tkrokli@gmail.com> | 2018-01-09 20:46:23 +0100 |
---|---|---|
committer | tkrokli <tkrokli@gmail.com> | 2018-01-09 20:46:23 +0100 |
commit | d15afd2ffd2f68e55f3b0a721278f757f4245275 (patch) | |
tree | 7f4d63a802feb794038ed58ee2534d8aa61e2e75 /src | |
parent | 24211b7648658957de93b9bd66313dabf5ab3465 (diff) |
Update copyright note for 2018 follow-up
Header file missed in commit c5d3dd90bea3889ef5fcd33c9ef0d59d7c544f8a
- copyright notice was added to PlayerTaxi.cpp in that commit
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Entities/Player/PlayerTaxi.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/server/game/Entities/Player/PlayerTaxi.h b/src/server/game/Entities/Player/PlayerTaxi.h index d0bd0dc2311..7a98e01baa1 100644 --- a/src/server/game/Entities/Player/PlayerTaxi.h +++ b/src/server/game/Entities/Player/PlayerTaxi.h @@ -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/>. + */ + #ifndef __PLAYERTAXI_H__ #define __PLAYERTAXI_H__ |