diff --git a/.travis.yml b/.travis.yml index 6ae98d0da4..3e50893fef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,7 @@ -# Copyright (C) 2011-2020 Project SkyFire # -# This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. +# This file is part of Project SkyFire https://www.projectskyfire.org. +# See LICENSE.md file for Copyright information # -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. os: linux dist: focal diff --git a/doc/cmake_copyright_header.txt b/doc/cmake_copyright_header.txt index 85dd458992..d5cdc46b70 100644 --- a/doc/cmake_copyright_header.txt +++ b/doc/cmake_copyright_header.txt @@ -1,10 +1,4 @@ -# Copyright (C) 2011-2021 Project SkyFire -# Copyright (C) 2008-2021 TrinityCore # -# This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. \ No newline at end of file +# This file is part of Project SkyFire https://www.projectskyfire.org. +# See LICENSE.md file for Copyright information +# \ No newline at end of file diff --git a/src/server/scripts/Pet/pet_monk.cpp b/src/server/scripts/Pet/pet_monk.cpp index 0c8e6ddde3..dfc6dfd041 100644 --- a/src/server/scripts/Pet/pet_monk.cpp +++ b/src/server/scripts/Pet/pet_monk.cpp @@ -1,21 +1,7 @@ /* - * Copyright (C) 2011-2021 Project SkyFire - * Copyright (C) 2008-2021 TrinityCore - * Copyright (C) 2005-2019 MaNGOS - * - * 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 3 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 . - */ +* This file is part of Project SkyFire https://www.projectskyfire.org. +* See LICENSE.md file for Copyright information +*/ /* * Ordered alphabetically using scriptname. diff --git a/src/server/scripts/Pet/pet_warlock.cpp b/src/server/scripts/Pet/pet_warlock.cpp index f3206bc1f7..3bb89341fc 100644 --- a/src/server/scripts/Pet/pet_warlock.cpp +++ b/src/server/scripts/Pet/pet_warlock.cpp @@ -1,21 +1,7 @@ /* - * Copyright (C) 2011-2015 Project SkyFire - * Copyright (C) 2008-2015 TrinityCore - * Copyright (C) 2005-2015 MaNGOS - * - * 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 3 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 . - */ +* This file is part of Project SkyFire https://www.projectskyfire.org. +* See LICENSE.md file for Copyright information +*/ /* * Ordered alphabetically using scriptname. diff --git a/src/server/scripts/Spells/spell_monk.cpp b/src/server/scripts/Spells/spell_monk.cpp index 20e2775e13..e825016d4e 100644 --- a/src/server/scripts/Spells/spell_monk.cpp +++ b/src/server/scripts/Spells/spell_monk.cpp @@ -1,21 +1,7 @@ /* - * Copyright (C) 2011-2021 Project SkyFire - * Copyright (C) 2008-2021 TrinityCore - * Copyright (C) 2005-2019 MaNGOS - * - * 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 3 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 . - */ +* This file is part of Project SkyFire https://www.projectskyfire.org. +* See LICENSE.md file for Copyright information +*/ /* * Scripts for spells with SPELLFAMILY_MONK and SPELLFAMILY_GENERIC spells used by monk players.