diff options
author | ShinDarth <borzifrancesco@gmail.com> | 2016-08-17 17:58:45 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2016-08-17 17:58:45 +0200 |
commit | da7a7ab295d470a64195209007719a7448e47012 (patch) | |
tree | efd0722531df4362f43803e9ac45c58bf54fb552 /src/game/AI/ScriptedAI/ScriptedFollowerAI.h | |
parent | a5426f28fe9dd698cf1c06e43401d20043e14372 (diff) |
Fix License issue, closes #21
Diffstat (limited to 'src/game/AI/ScriptedAI/ScriptedFollowerAI.h')
-rw-r--r-- | src/game/AI/ScriptedAI/ScriptedFollowerAI.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/AI/ScriptedAI/ScriptedFollowerAI.h b/src/game/AI/ScriptedAI/ScriptedFollowerAI.h index ccc8af6197..926e3f7fa8 100644 --- a/src/game/AI/ScriptedAI/ScriptedFollowerAI.h +++ b/src/game/AI/ScriptedAI/ScriptedFollowerAI.h @@ -1,6 +1,7 @@ -/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> - * This program is free software licensed under GPL version 2 - * Please see the included DOCS/LICENSE.TXT for more information */ +/* + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 + * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> + */ #ifndef SC_FOLLOWERAI_H #define SC_FOLLOWERAI_H |