Skip to content

Commit

Permalink
Playerbot: update licence and authors
Browse files Browse the repository at this point in the history
(based on cmangos/mangos-wotlk@3354e6550)

Signed-off-by: Xfurry <xfurry.cmangos@outlook.com>
  • Loading branch information
cala authored and xfurry committed Jan 3, 2018
1 parent 23f2eeb commit b0c1e34
Show file tree
Hide file tree
Showing 28 changed files with 450 additions and 20 deletions.
8 changes: 8 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,15 @@ The Authors of ScriptDev2 are merged on 04 sept 2015.
* Jolan
* jorooo
* jotapdiez
* jpiolho
* jsee
* Junta
* kaelima
* Kaios
* kamikazetg
* KAPATEJIb (a.k.a. insider42, Insider)
* kbz
* kennumen
* kid10 (a.k.a. kid 10)
* killdozer
* KillerFrca
Expand All @@ -267,6 +269,7 @@ The Authors of ScriptDev2 are merged on 04 sept 2015.
* kolomati2
* komdori
* krofna
* krullgor
* ksergik
* Kubius@getmangos.com
* kyle1
Expand Down Expand Up @@ -319,6 +322,7 @@ The Authors of ScriptDev2 are merged on 04 sept 2015.
* Naicisum
* namreeb
* narma
* Natsukawa
* Nay
* NeatElves
* Necro
Expand All @@ -330,6 +334,7 @@ The Authors of ScriptDev2 are merged on 04 sept 2015.
* Nick Nitro
* Nick Templeton
* Nighoo (a.k.a. DaC, Daggy)
* Nightterror
* Nihilus
* nitka
* NoFantasy
Expand Down Expand Up @@ -392,6 +397,8 @@ The Authors of ScriptDev2 are merged on 04 sept 2015.
* Rockette
* rowman
* rozr
* rrtn
* Runsttren
* rsa (a.k.a. C:/Program Files (x86)/git/dev/rsa)
* Saeba
* Saeldur
Expand Down Expand Up @@ -497,6 +504,7 @@ The Authors of ScriptDev2 are merged on 04 sept 2015.
* yavi
* Yehonal
* YuruY
* yyhhrr
* Zakamurite
* zerg (a.k.a. Zerg2000)
* zergtmn
Expand Down
19 changes: 18 additions & 1 deletion src/game/PlayerBot/AI/PlayerbotDeathKnightAI.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
// a simple DK class by rrtn :)
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotDeathKnightAI.h"
#include "../Base/PlayerbotMgr.h"

Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotDeathKnightAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PLAYERDEATHKNIGHTAI_H
#define _PLAYERDEATHKNIGHTAI_H

Expand Down
20 changes: 16 additions & 4 deletions src/game/PlayerBot/AI/PlayerbotDruidAI.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
/*
Name : PlayerbotDruidAI.cpp
Complete: maybe around 33%
Authors : rrtn, Natsukawa
Version : 0.42
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotDruidAI.h"

class PlayerbotAI;
Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotDruidAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PLAYERBOTDRUIDAI_H
#define _PLAYERBOTDRUIDAI_H

Expand Down
19 changes: 18 additions & 1 deletion src/game/PlayerBot/AI/PlayerbotHunterAI.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
// an improved Hunter by rrtn & Runsttren :)
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotHunterAI.h"
#include "../Base/PlayerbotMgr.h"

Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotHunterAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PLAYERHUNTERAI_H
#define _PLAYERHUNTERAI_H

Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotMageAI.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotMageAI.h"

class PlayerbotAI;
Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotMageAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PlayerbotMageAI_H
#define _PlayerbotMageAI_H

Expand Down
19 changes: 15 additions & 4 deletions src/game/PlayerBot/AI/PlayerbotPaladinAI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
/*
Name : PlayerbotPaladinAI.cpp
Complete: maybe around 27% :D
Author : Natsukawa
Version : 0.35
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "PlayerbotPaladinAI.h"
#include "../Base/PlayerbotMgr.h"
Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotPriestAI.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotPriestAI.h"

class PlayerbotAI;
Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotPriestAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PLAYERBOTPRIESTAI_H
#define _PLAYERBOTPRIESTAI_H

Expand Down
20 changes: 16 additions & 4 deletions src/game/PlayerBot/AI/PlayerbotRogueAI.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
/*
Name : PlayerbotRogueAI.cpp
Complete: maybe around 28%
Author : Natsukawa
Version : 0.37
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotRogueAI.h"
#include "../Base/PlayerbotMgr.h"

Expand Down
17 changes: 17 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotRogueAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PlayerbotRogueAI_H
#define _PlayerbotRogueAI_H
Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotShamanAI.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "PlayerbotShamanAI.h"
#include "PlayerbotDeathKnightAI.h"
#include "../../Spells/SpellAuras.h"
Expand Down
18 changes: 18 additions & 0 deletions src/game/PlayerBot/AI/PlayerbotShamanAI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the CMaNGOS 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 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _PLAYERBOTSHAMANAI_H
#define _PLAYERBOTSHAMANAI_H

Expand Down
Loading

0 comments on commit b0c1e34

Please sign in to comment.