From b0bf1275ee29858d34cfe951e46e8b4718386a13 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 2 Jan 2020 06:44:10 +0100 Subject: New Year --- src/server/game/AI/ScriptedAI/ScriptedCreature.cpp | 3 +-- src/server/game/AI/ScriptedAI/ScriptedCreature.h | 3 +-- src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp | 3 +-- src/server/game/AI/ScriptedAI/ScriptedEscortAI.h | 3 +-- src/server/game/AI/ScriptedAI/ScriptedFollowerAI.cpp | 3 +-- src/server/game/AI/ScriptedAI/ScriptedFollowerAI.h | 3 +-- src/server/game/AI/ScriptedAI/ScriptedGossip.cpp | 2 +- src/server/game/AI/ScriptedAI/ScriptedGossip.h | 3 +-- 8 files changed, 8 insertions(+), 15 deletions(-) (limited to 'src/server/game/AI/ScriptedAI') diff --git a/src/server/game/AI/ScriptedAI/ScriptedCreature.cpp b/src/server/game/AI/ScriptedAI/ScriptedCreature.cpp index 1f02b7d284b..59fdee4d181 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedCreature.cpp +++ b/src/server/game/AI/ScriptedAI/ScriptedCreature.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedCreature.h b/src/server/game/AI/ScriptedAI/ScriptedCreature.h index 67ac513dc26..53fb97be2aa 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedCreature.h +++ b/src/server/game/AI/ScriptedAI/ScriptedCreature.h @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp index 42f209baa7d..20a1c895dae 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp +++ b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h index 2ef401e9fdd..0bcec7e18ea 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h +++ b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.cpp b/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.cpp index 8d2803b10b7..961700d43b1 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.cpp +++ b/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.h b/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.h index b3bd3659397..0ea2361b17f 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.h +++ b/src/server/game/AI/ScriptedAI/ScriptedFollowerAI.h @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedGossip.cpp b/src/server/game/AI/ScriptedAI/ScriptedGossip.cpp index 8ded8c472e3..0e0ad589518 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedGossip.cpp +++ b/src/server/game/AI/ScriptedAI/ScriptedGossip.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2019 TrinityCore +* This file is part of the TrinityCore 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 diff --git a/src/server/game/AI/ScriptedAI/ScriptedGossip.h b/src/server/game/AI/ScriptedAI/ScriptedGossip.h index 4ea930e05a4..3032059d81b 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedGossip.h +++ b/src/server/game/AI/ScriptedAI/ScriptedGossip.h @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore - * Copyright (C) 2006-2009 ScriptDev2 + * This file is part of the TrinityCore 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 -- cgit v1.2.3