diff --git a/mk/windows/vs2017-64/libzetaglest.vcxproj b/mk/windows/vs2017-64/libzetaglest.vcxproj index 7d5dc0fc5..55bdff8ea 100644 --- a/mk/windows/vs2017-64/libzetaglest.vcxproj +++ b/mk/windows/vs2017-64/libzetaglest.vcxproj @@ -409,10 +409,6 @@ CompileAsC CompileAsC - - CompileAsC - CompileAsC - CompileAsC CompileAsC @@ -425,7 +421,29 @@ CompileAsC CompileAsC - + + + + + + + + + + + + + + + + + + + + + + + @@ -434,7 +452,10 @@ - + + + + diff --git a/source/g3d_viewer/main.cpp b/source/g3d_viewer/main.cpp index b255569ba..b6383ac06 100644 --- a/source/g3d_viewer/main.cpp +++ b/source/g3d_viewer/main.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// g3d_viewer:main.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "main.h" @@ -370,7 +367,7 @@ namespace Shared { //menu menuFile = new wxMenu(); - menuFile->Append(miFileLoad, wxT("&Load G3d model\tCtrl+L"), wxT("Load 3D model")); + menuFile->Append(miFileLoad, wxT("&Load G3D model\tCtrl+L"), wxT("Load 3D model")); menuFile->Append(miFileLoadParticleXML, wxT("Load &Particle XML\tCtrl+P"), wxT("Press ctrl before menu for keeping current particles")); menuFile->Append(miFileLoadProjectileParticleXML, wxT("Load Pro&jectile Particle XML\tCtrl+J"), wxT("Press ctrl before menu for keeping current projectile particles")); menuFile->Append(miFileLoadSplashParticleXML, wxT("Load &Splash Particle XML\tCtrl+S"), wxT("Press ctrl before menu for keeping current splash particles")); diff --git a/source/g3d_viewer/main.h b/source/g3d_viewer/main.h index 5107c73d5..a04cf9335 100644 --- a/source/g3d_viewer/main.h +++ b/source/g3d_viewer/main.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 - by Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHADER_G3DVIEWER_MAIN_H_ #define _SHADER_G3DVIEWER_MAIN_H_ diff --git a/source/g3d_viewer/renderer.cpp b/source/g3d_viewer/renderer.cpp index c66809280..6a4e99634 100644 --- a/source/g3d_viewer/renderer.cpp +++ b/source/g3d_viewer/renderer.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 - by Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "renderer.h" diff --git a/source/g3d_viewer/renderer.h b/source/g3d_viewer/renderer.h index b770c7ee1..48c77303f 100644 --- a/source/g3d_viewer/renderer.h +++ b/source/g3d_viewer/renderer.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 - by Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHADER_G3DVIEWER_RENDERER_H_ #define _SHADER_G3DVIEWER_RENDERER_H_ diff --git a/source/glest_game/ai/ai.cpp b/source/glest_game/ai/ai.cpp index 0bfcb72c5..4b6587509 100644 --- a/source/glest_game/ai/ai.cpp +++ b/source/glest_game/ai/ai.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "ai.h" #include "ai_interface.h" diff --git a/source/glest_game/ai/ai.h b/source/glest_game/ai/ai.h index a0e891f81..161eec3ed 100644 --- a/source/glest_game/ai/ai.h +++ b/source/glest_game/ai/ai.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_AI_H_ # define _GLEST_GAME_AI_H_ diff --git a/source/glest_game/ai/ai_interface.cpp b/source/glest_game/ai/ai_interface.cpp index bc02475ba..7558f49a6 100644 --- a/source/glest_game/ai/ai_interface.cpp +++ b/source/glest_game/ai/ai_interface.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// ai_interface.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "ai_interface.h" diff --git a/source/glest_game/ai/ai_interface.h b/source/glest_game/ai/ai_interface.h index 4639ed31b..deda909b5 100644 --- a/source/glest_game/ai/ai_interface.h +++ b/source/glest_game/ai/ai_interface.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// ai_interface.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_AIINTERFACE_H_ # define _GLEST_GAME_AIINTERFACE_H_ diff --git a/source/glest_game/ai/ai_rule.cpp b/source/glest_game/ai/ai_rule.cpp index 4f4afec8f..cc6ba04d9 100644 --- a/source/glest_game/ai/ai_rule.cpp +++ b/source/glest_game/ai/ai_rule.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "ai_rule.h" #include diff --git a/source/glest_game/ai/ai_rule.h b/source/glest_game/ai/ai_rule.h index d96f2ea91..3b0ec922f 100644 --- a/source/glest_game/ai/ai_rule.h +++ b/source/glest_game/ai/ai_rule.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_AIRULE_H_ # define _GLEST_GAME_AIRULE_H_ diff --git a/source/glest_game/ai/path_finder.cpp b/source/glest_game/ai/path_finder.cpp index d03016ec7..8aa6f0730 100644 --- a/source/glest_game/ai/path_finder.cpp +++ b/source/glest_game/ai/path_finder.cpp @@ -1,12 +1,21 @@ -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "path_finder.h" diff --git a/source/glest_game/ai/path_finder.h b/source/glest_game/ai/path_finder.h index 4ef765a56..1bc25f0f6 100644 --- a/source/glest_game/ai/path_finder.h +++ b/source/glest_game/ai/path_finder.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_PATHFINDER_H_ # define _GLEST_GAME_PATHFINDER_H_ diff --git a/source/glest_game/facilities/auto_test.cpp b/source/glest_game/facilities/auto_test.cpp index 28fdb3a72..c26d56701 100644 --- a/source/glest_game/facilities/auto_test.cpp +++ b/source/glest_game/facilities/auto_test.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2009 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "auto_test.h" diff --git a/source/glest_game/facilities/auto_test.h b/source/glest_game/facilities/auto_test.h index da6d8c891..37b97754f 100644 --- a/source/glest_game/facilities/auto_test.h +++ b/source/glest_game/facilities/auto_test.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2009 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_AUTO_TEST_H_ #define _SHARED_UTIL_AUTO_TEST_H_ diff --git a/source/glest_game/facilities/components.cpp b/source/glest_game/facilities/components.cpp index 8ca81a57d..e0540c48b 100644 --- a/source/glest_game/facilities/components.cpp +++ b/source/glest_game/facilities/components.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "components.h" diff --git a/source/glest_game/facilities/components.h b/source/glest_game/facilities/components.h index cd094347f..749abfdfb 100644 --- a/source/glest_game/facilities/components.h +++ b/source/glest_game/facilities/components.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_GRAPHCOMPONENT_H_ #define _GLEST_GAME_GRAPHCOMPONENT_H_ diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 74e7349f1..dc97feb7b 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// game_util.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "game_util.h" diff --git a/source/glest_game/facilities/game_util.h b/source/glest_game/facilities/game_util.h index c4071ffa8..0a360b93a 100644 --- a/source/glest_game/facilities/game_util.h +++ b/source/glest_game/facilities/game_util.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// game_util.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_GAMEUTIL_H_ # define _GLEST_GAME_GAMEUTIL_H_ diff --git a/source/glest_game/facilities/logger.cpp b/source/glest_game/facilities/logger.cpp index 87dff7ca1..64e09aaf3 100644 --- a/source/glest_game/facilities/logger.cpp +++ b/source/glest_game/facilities/logger.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "logger.h" diff --git a/source/glest_game/facilities/logger.h b/source/glest_game/facilities/logger.h index cd7940753..c763dda28 100644 --- a/source/glest_game/facilities/logger.h +++ b/source/glest_game/facilities/logger.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_LOGGER_H_ #define _SHARED_UTIL_LOGGER_H_ diff --git a/source/glest_game/game/chat_manager.cpp b/source/glest_game/game/chat_manager.cpp index ba401b259..856402482 100644 --- a/source/glest_game/game/chat_manager.cpp +++ b/source/glest_game/game/chat_manager.cpp @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// chat_manager.cpp: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "chat_manager.h" diff --git a/source/glest_game/game/chat_manager.h b/source/glest_game/game/chat_manager.h index 35a2c3c40..3abfaf023 100644 --- a/source/glest_game/game/chat_manager.h +++ b/source/glest_game/game/chat_manager.h @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// chat_manager.h: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_CHATMANAGER_H_ # define _GLEST_GAME_CHATMANAGER_H_ diff --git a/source/glest_game/game/commander.cpp b/source/glest_game/game/commander.cpp index 4bb5dfa22..51041d7ca 100644 --- a/source/glest_game/game/commander.cpp +++ b/source/glest_game/game/commander.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include #include "commander.h" diff --git a/source/glest_game/game/commander.h b/source/glest_game/game/commander.h index 6849e8c42..bd6a549e9 100644 --- a/source/glest_game/game/commander.h +++ b/source/glest_game/game/commander.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_COMMANDER_H_ # define _GLEST_GAME_COMMANDER_H_ diff --git a/source/glest_game/game/console.cpp b/source/glest_game/game/console.cpp index fa896eb56..ce120a2dc 100644 --- a/source/glest_game/game/console.cpp +++ b/source/glest_game/game/console.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "console.h" diff --git a/source/glest_game/game/console.h b/source/glest_game/game/console.h index fc311de14..f671696e6 100644 --- a/source/glest_game/game/console.h +++ b/source/glest_game/game/console.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_CONSOLE_H_ # define _GLEST_GAME_CONSOLE_H_ diff --git a/source/glest_game/game/game.cpp b/source/glest_game/game/game.cpp index 473d745a2..cd02ca4ec 100644 --- a/source/glest_game/game/game.cpp +++ b/source/glest_game/game/game.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// game.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "game.h" diff --git a/source/glest_game/game/game.h b/source/glest_game/game/game.h index 5fc64b075..eef0e014a 100644 --- a/source/glest_game/game/game.h +++ b/source/glest_game/game/game.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// game.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_GAME_H_ # define _GLEST_GAME_GAME_H_ diff --git a/source/glest_game/game/game_camera.cpp b/source/glest_game/game/game_camera.cpp index 16cf6459b..fb9f576f6 100644 --- a/source/glest_game/game/game_camera.cpp +++ b/source/glest_game/game/game_camera.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "game_camera.h" diff --git a/source/glest_game/game/game_camera.h b/source/glest_game/game/game_camera.h index bf6080990..84f8ecc87 100644 --- a/source/glest_game/game/game_camera.h +++ b/source/glest_game/game/game_camera.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_GAMECAMERA_H_ # define _GLEST_GAME_GAMECAMERA_H_ diff --git a/source/glest_game/game/game_constants.h b/source/glest_game/game/game_constants.h index d2d8dbcb2..65aa78363 100644 --- a/source/glest_game/game/game_constants.h +++ b/source/glest_game/game/game_constants.h @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// game_constants.h: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_GAMECONSTANTS_H_ # define _GLEST_GAME_GAMECONSTANTS_H_ diff --git a/source/glest_game/game/game_settings.h b/source/glest_game/game/game_settings.h index be1d61510..db3199f51 100644 --- a/source/glest_game/game/game_settings.h +++ b/source/glest_game/game/game_settings.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_GAMESETTINGS_H_ # define _GLEST_GAME_GAMESETTINGS_H_ diff --git a/source/glest_game/game/script_manager.cpp b/source/glest_game/game/script_manager.cpp index 22782e263..2a32e5fcd 100644 --- a/source/glest_game/game/script_manager.cpp +++ b/source/glest_game/game/script_manager.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2005 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "script_manager.h" diff --git a/source/glest_game/game/script_manager.h b/source/glest_game/game/script_manager.h index 65b651679..1219deb4b 100644 --- a/source/glest_game/game/script_manager.h +++ b/source/glest_game/game/script_manager.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2005 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_SCRIPT_MANAGER_H_ # define _GLEST_GAME_SCRIPT_MANAGER_H_ diff --git a/source/glest_game/game/stats.cpp b/source/glest_game/game/stats.cpp index f5e8c3584..d4f6f56d5 100644 --- a/source/glest_game/game/stats.cpp +++ b/source/glest_game/game/stats.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "stats.h" #include "lang.h" diff --git a/source/glest_game/game/stats.h b/source/glest_game/game/stats.h index 5f17a4330..ce3c84f09 100644 --- a/source/glest_game/game/stats.h +++ b/source/glest_game/game/stats.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_STATS_H_ # define _GLEST_GAME_STATS_H_ diff --git a/source/glest_game/global/config.cpp b/source/glest_game/global/config.cpp index 2ac254426..1dde9707f 100644 --- a/source/glest_game/global/config.cpp +++ b/source/glest_game/global/config.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// config.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "config.h" diff --git a/source/glest_game/global/config.h b/source/glest_game/global/config.h index 22c356c8e..dc5a37ad9 100644 --- a/source/glest_game/global/config.h +++ b/source/glest_game/global/config.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// config.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_CONFIG_H_ # define _GLEST_GAME_CONFIG_H_ diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index d058abb04..2ddfe1068 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -1,22 +1,21 @@ -// core_data.cpp: game setup menu as it appears to -// connected clients (not the host or user setting up the game) +// This file is part of ZetaGlest // -// Copyright (C) 2018 The ZetaGlest team +// Copyright (C) 2018 The ZetaGlest team // -// ZetaGlest is a fork of MegaGlest +// ZetaGlest is a fork of MegaGlest // -// 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 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "core_data.h" diff --git a/source/glest_game/global/core_data.h b/source/glest_game/global/core_data.h index 81dae8153..f7652056d 100644 --- a/source/glest_game/global/core_data.h +++ b/source/glest_game/global/core_data.h @@ -1,22 +1,21 @@ -// core_data.h: game setup menu as it appears to -// connected clients (not the host or user setting up the game) +// This file is part of ZetaGlest // -// Copyright (C) 2018 The ZetaGlest team +// Copyright (C) 2018 The ZetaGlest team // -// ZetaGlest is a fork of MegaGlest +// ZetaGlest is a fork of MegaGlest // -// 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 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_COREDATA_H_ # define _GLEST_GAME_COREDATA_H_ diff --git a/source/glest_game/global/lang.cpp b/source/glest_game/global/lang.cpp index 70d73ea41..7dbb2e389 100644 --- a/source/glest_game/global/lang.cpp +++ b/source/glest_game/global/lang.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "lang.h" diff --git a/source/glest_game/global/lang.h b/source/glest_game/global/lang.h index f110ac1f0..c204d3d30 100644 --- a/source/glest_game/global/lang.h +++ b/source/glest_game/global/lang.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_LANG_H_ # define _GLEST_GAME_LANG_H_ diff --git a/source/glest_game/global/metrics.cpp b/source/glest_game/global/metrics.cpp index 393f7a4a8..c1ba0739a 100644 --- a/source/glest_game/global/metrics.cpp +++ b/source/glest_game/global/metrics.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "metrics.h" #include diff --git a/source/glest_game/global/metrics.h b/source/glest_game/global/metrics.h index ec20d52f0..71c7f750a 100644 --- a/source/glest_game/global/metrics.h +++ b/source/glest_game/global/metrics.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_METRICS_H_ # define _GLEST_GAME_METRICS_H_ diff --git a/source/glest_game/graphics/particle_type.cpp b/source/glest_game/graphics/particle_type.cpp index f2abd326f..fc093fa48 100644 --- a/source/glest_game/graphics/particle_type.cpp +++ b/source/glest_game/graphics/particle_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2010-2010 Titus Tscharntke +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "particle_type.h" #include "unit_particle_type.h" diff --git a/source/glest_game/graphics/particle_type.h b/source/glest_game/graphics/particle_type.h index d8b99df78..6d0a96786 100644 --- a/source/glest_game/graphics/particle_type.h +++ b/source/glest_game/graphics/particle_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_PARTICLETYPE_H_ #define _GLEST_GAME_PARTICLETYPE_H_ diff --git a/source/glest_game/graphics/renderer.cpp b/source/glest_game/graphics/renderer.cpp index b89376617..4d756dab7 100644 --- a/source/glest_game/graphics/renderer.cpp +++ b/source/glest_game/graphics/renderer.cpp @@ -1,12 +1,21 @@ -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #define NOMINMAX #include "renderer.h" diff --git a/source/glest_game/graphics/renderer.h b/source/glest_game/graphics/renderer.h index c5f5d1b18..bae8b139d 100644 --- a/source/glest_game/graphics/renderer.h +++ b/source/glest_game/graphics/renderer.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_RENDERER_H_ #define _GLEST_GAME_RENDERER_H_ diff --git a/source/glest_game/graphics/unit_particle_type.cpp b/source/glest_game/graphics/unit_particle_type.cpp index 08d39ff0b..fdf47e5c2 100644 --- a/source/glest_game/graphics/unit_particle_type.cpp +++ b/source/glest_game/graphics/unit_particle_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "unit_particle_type.h" diff --git a/source/glest_game/graphics/unit_particle_type.h b/source/glest_game/graphics/unit_particle_type.h index 2c5582e59..6c2e2999a 100644 --- a/source/glest_game/graphics/unit_particle_type.h +++ b/source/glest_game/graphics/unit_particle_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_UNITPARTICLETYPE_H_ #define _GLEST_GAME_UNITPARTICLETYPE_H_ diff --git a/source/glest_game/gui/display.cpp b/source/glest_game/gui/display.cpp index 087b2c93f..4aa285eb1 100644 --- a/source/glest_game/gui/display.cpp +++ b/source/glest_game/gui/display.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "display.h" diff --git a/source/glest_game/gui/display.h b/source/glest_game/gui/display.h index 9720c4ff7..6bd6fea77 100644 --- a/source/glest_game/gui/display.h +++ b/source/glest_game/gui/display.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_DISPLAY_H_ #define _GLEST_GAME_DISPLAY_H_ diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index 2ed1b5e70..8e426c55f 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "gui.h" diff --git a/source/glest_game/gui/gui.h b/source/glest_game/gui/gui.h index a40f14681..ea6ef0b46 100644 --- a/source/glest_game/gui/gui.h +++ b/source/glest_game/gui/gui.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_GUI_H_ #define _GLEST_GAME_GUI_H_ diff --git a/source/glest_game/gui/selection.cpp b/source/glest_game/gui/selection.cpp index 7b7fb1e39..e94dcc3eb 100644 --- a/source/glest_game/gui/selection.cpp +++ b/source/glest_game/gui/selection.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "selection.h" diff --git a/source/glest_game/gui/selection.h b/source/glest_game/gui/selection.h index e091fdf3e..cfe4c2ff0 100644 --- a/source/glest_game/gui/selection.h +++ b/source/glest_game/gui/selection.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_SELECTION_ #define _GLEST_GAME_SELECTION_ diff --git a/source/glest_game/main/battle_end.cpp b/source/glest_game/main/battle_end.cpp index 318a9d58f..c66ffcf23 100644 --- a/source/glest_game/main/battle_end.cpp +++ b/source/glest_game/main/battle_end.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "battle_end.h" diff --git a/source/glest_game/main/battle_end.h b/source/glest_game/main/battle_end.h index 11d3000cb..ca417c832 100644 --- a/source/glest_game/main/battle_end.h +++ b/source/glest_game/main/battle_end.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_BATTLEEND_H_ # define _GLEST_GAME_BATTLEEND_H_ diff --git a/source/glest_game/main/intro.cpp b/source/glest_game/main/intro.cpp index cffa510f8..de02c330b 100644 --- a/source/glest_game/main/intro.cpp +++ b/source/glest_game/main/intro.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "intro.h" #include "main_menu.h" diff --git a/source/glest_game/main/intro.h b/source/glest_game/main/intro.h index 1a19927dc..30eb1f2f7 100644 --- a/source/glest_game/main/intro.h +++ b/source/glest_game/main/intro.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_INTRO_H_ # define _GLEST_GAME_INTRO_H_ diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 90199c5f0..111901049 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -1,12 +1,21 @@ -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifdef WIN32 # include diff --git a/source/glest_game/main/main.h b/source/glest_game/main/main.h index d7f4857ec..891174b5d 100644 --- a/source/glest_game/main/main.h +++ b/source/glest_game/main/main.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_MAIN_H_ # define _GLEST_GAME_MAIN_H_ diff --git a/source/glest_game/main/program.cpp b/source/glest_game/main/program.cpp index 341b1a2c7..11d2f5fbc 100644 --- a/source/glest_game/main/program.cpp +++ b/source/glest_game/main/program.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// program.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "program.h" diff --git a/source/glest_game/main/program.h b/source/glest_game/main/program.h index 930648522..689b2eaad 100644 --- a/source/glest_game/main/program.h +++ b/source/glest_game/main/program.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// program.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_PROGRAM_H_ # define _GLEST_GAME_PROGRAM_H_ diff --git a/source/glest_game/menu/ircclient.cpp b/source/glest_game/menu/ircclient.cpp index 73672d1a5..324fbfb18 100644 --- a/source/glest_game/menu/ircclient.cpp +++ b/source/glest_game/menu/ircclient.cpp @@ -1,21 +1,21 @@ -// ircclient.cpp: +// This file is part of ZetaGlest // -// Copyright (C) 2018 The ZetaGlest team +// Copyright (C) 2018 The ZetaGlest team // -// ZetaGlest is a fork of MegaGlest +// ZetaGlest is a fork of MegaGlest // -// 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 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "ircclient.h" #include "util.h" diff --git a/source/glest_game/menu/ircclient.h b/source/glest_game/menu/ircclient.h index db18af532..b3a9f2a0e 100644 --- a/source/glest_game/menu/ircclient.h +++ b/source/glest_game/menu/ircclient.h @@ -1,23 +1,21 @@ -// ircclient.h: +// This file is part of ZetaGlest // -// This file is part of the ZetaGlest Shared Library +// Copyright (C) 2018 The ZetaGlest team // -// Copyright (C) 2018 The ZetaGlest team +// ZetaGlest is a fork of MegaGlest // -// ZetaGlest is a fork of MegaGlest +// 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _SHARED_PLATFORMCOMMON_IRCTHREAD_H_ #define _SHARED_PLATFORMCOMMON_IRCTHREAD_H_ diff --git a/source/glest_game/menu/main_menu.cpp b/source/glest_game/menu/main_menu.cpp index 4841ba9a2..32e1d1b14 100644 --- a/source/glest_game/menu/main_menu.cpp +++ b/source/glest_game/menu/main_menu.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// main_menu.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "main_menu.h" diff --git a/source/glest_game/menu/main_menu.h b/source/glest_game/menu/main_menu.h index cc71e8560..697a5509e 100644 --- a/source/glest_game/menu/main_menu.h +++ b/source/glest_game/menu/main_menu.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// main_menu.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MAINMENU_H_ # define _GLEST_GAME_MAINMENU_H_ diff --git a/source/glest_game/menu/menu_background.cpp b/source/glest_game/menu/menu_background.cpp index 1888baaf0..8e212fdf1 100644 --- a/source/glest_game/menu/menu_background.cpp +++ b/source/glest_game/menu/menu_background.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_background.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_background.h" diff --git a/source/glest_game/menu/menu_background.h b/source/glest_game/menu/menu_background.h index c6020cdbe..7d7a9b15e 100644 --- a/source/glest_game/menu/menu_background.h +++ b/source/glest_game/menu/menu_background.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_background.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUBACKGROUND_H_ # define _GLEST_GAME_MENUBACKGROUND_H_ diff --git a/source/glest_game/menu/menu_state_about.cpp b/source/glest_game/menu/menu_state_about.cpp index 8db89d118..a498ba6f6 100644 --- a/source/glest_game/menu/menu_state_about.cpp +++ b/source/glest_game/menu/menu_state_about.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_about.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_about.h" diff --git a/source/glest_game/menu/menu_state_about.h b/source/glest_game/menu/menu_state_about.h index 93c04827f..a27eecb56 100644 --- a/source/glest_game/menu/menu_state_about.h +++ b/source/glest_game/menu/menu_state_about.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_about.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEABOUT_H_ # define _GLEST_GAME_MENUSTATEABOUT_H_ diff --git a/source/glest_game/menu/menu_state_connected_game.cpp b/source/glest_game/menu/menu_state_connected_game.cpp index 17998de39..e3f95b4bf 100644 --- a/source/glest_game/menu/menu_state_connected_game.cpp +++ b/source/glest_game/menu/menu_state_connected_game.cpp @@ -1,23 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_connected_game.cpp: game setup menu as it appears to -// connected clients (not the host or user setting up the game) +// Copyright (C) 2018 The ZetaGlest team // -// Copyright (C) 2018 The ZetaGlest team +// ZetaGlest is a fork of MegaGlest // -// ZetaGlest is a fork of MegaGlest +// 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_connected_game.h" diff --git a/source/glest_game/menu/menu_state_connected_game.h b/source/glest_game/menu/menu_state_connected_game.h index 1db58ce10..5f9593fe4 100644 --- a/source/glest_game/menu/menu_state_connected_game.h +++ b/source/glest_game/menu/menu_state_connected_game.h @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_connected_game.cpp: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATECONNECTEDGAME_H_ # define _GLEST_GAME_MENUSTATECONNECTEDGAME_H_ diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index dc1396ab3..d3fc8e156 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_custom_game.cpp: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_custom_game.h" diff --git a/source/glest_game/menu/menu_state_custom_game.h b/source/glest_game/menu/menu_state_custom_game.h index 6e0ae96df..b0215901d 100644 --- a/source/glest_game/menu/menu_state_custom_game.h +++ b/source/glest_game/menu/menu_state_custom_game.h @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_custom_game.h: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATECUSTOMGAME_H_ # define _GLEST_GAME_MENUSTATECUSTOMGAME_H_ diff --git a/source/glest_game/menu/menu_state_custom_game_update.cpp b/source/glest_game/menu/menu_state_custom_game_update.cpp index 6fc24c157..bbb445cfc 100644 --- a/source/glest_game/menu/menu_state_custom_game_update.cpp +++ b/source/glest_game/menu/menu_state_custom_game_update.cpp @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_custom_game_update.cpp: contains function definitions used -// by menu_state_custom_game.cpp. +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_custom_game.h" #include "sound_renderer.h" diff --git a/source/glest_game/menu/menu_state_graphic_info.cpp b/source/glest_game/menu/menu_state_graphic_info.cpp index 66c553e51..d306174ba 100644 --- a/source/glest_game/menu/menu_state_graphic_info.cpp +++ b/source/glest_game/menu/menu_state_graphic_info.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_graphic_info.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_graphic_info.h" diff --git a/source/glest_game/menu/menu_state_graphic_info.h b/source/glest_game/menu/menu_state_graphic_info.h index 644786a30..b104c4467 100644 --- a/source/glest_game/menu/menu_state_graphic_info.h +++ b/source/glest_game/menu/menu_state_graphic_info.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_graphic_info.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEGRAPHICINFO_H_ # define _GLEST_GAME_MENUSTATEGRAPHICINFO_H_ diff --git a/source/glest_game/menu/menu_state_join_game.cpp b/source/glest_game/menu/menu_state_join_game.cpp index 85c68aaec..2e9876a09 100644 --- a/source/glest_game/menu/menu_state_join_game.cpp +++ b/source/glest_game/menu/menu_state_join_game.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_join_game.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_join_game.h" diff --git a/source/glest_game/menu/menu_state_join_game.h b/source/glest_game/menu/menu_state_join_game.h index e7fb462df..4a668d585 100644 --- a/source/glest_game/menu/menu_state_join_game.h +++ b/source/glest_game/menu/menu_state_join_game.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_join_game.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEJOINGAME_H_ # define _GLEST_GAME_MENUSTATEJOINGAME_H_ diff --git a/source/glest_game/menu/menu_state_keysetup.cpp b/source/glest_game/menu/menu_state_keysetup.cpp index 187eb6c11..ec02df45f 100644 --- a/source/glest_game/menu/menu_state_keysetup.cpp +++ b/source/glest_game/menu/menu_state_keysetup.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_keysetup.cpp +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_keysetup.h" diff --git a/source/glest_game/menu/menu_state_keysetup.h b/source/glest_game/menu/menu_state_keysetup.h index ff06c8f41..12458e83b 100644 --- a/source/glest_game/menu/menu_state_keysetup.h +++ b/source/glest_game/menu/menu_state_keysetup.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_keysetup.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEKEYSETUP_H_ # define _GLEST_GAME_MENUSTATEKEYSETUP_H_ diff --git a/source/glest_game/menu/menu_state_load_game.cpp b/source/glest_game/menu/menu_state_load_game.cpp index cd3ea165d..ddd429cbf 100644 --- a/source/glest_game/menu/menu_state_load_game.cpp +++ b/source/glest_game/menu/menu_state_load_game.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_load_game.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_load_game.h" diff --git a/source/glest_game/menu/menu_state_load_game.h b/source/glest_game/menu/menu_state_load_game.h index 7b3287d29..6a84d6388 100644 --- a/source/glest_game/menu/menu_state_load_game.h +++ b/source/glest_game/menu/menu_state_load_game.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_load_game.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATELOADGAME_H_ # define _GLEST_GAME_MENUSTATELOADGAME_H_ diff --git a/source/glest_game/menu/menu_state_masterserver.cpp b/source/glest_game/menu/menu_state_masterserver.cpp index d8d8441ae..68d1714c5 100644 --- a/source/glest_game/menu/menu_state_masterserver.cpp +++ b/source/glest_game/menu/menu_state_masterserver.cpp @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_masterserver.cpp: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_masterserver.h" diff --git a/source/glest_game/menu/menu_state_masterserver.h b/source/glest_game/menu/menu_state_masterserver.h index d4582849e..92a9232cf 100644 --- a/source/glest_game/menu/menu_state_masterserver.h +++ b/source/glest_game/menu/menu_state_masterserver.h @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_masterserver.h: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEMASTERSERVER_H_ # define _GLEST_GAME_MENUSTATEMASTERSERVER_H_ diff --git a/source/glest_game/menu/menu_state_mods.cpp b/source/glest_game/menu/menu_state_mods.cpp index 8561f3b35..e7dd83605 100644 --- a/source/glest_game/menu/menu_state_mods.cpp +++ b/source/glest_game/menu/menu_state_mods.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_mods.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_mods.h" diff --git a/source/glest_game/menu/menu_state_mods.h b/source/glest_game/menu/menu_state_mods.h index aff5c005b..ab33ba933 100644 --- a/source/glest_game/menu/menu_state_mods.h +++ b/source/glest_game/menu/menu_state_mods.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_mods.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef MENU_STATE_MODS_H_ # define MENU_STATE_MODS_H_ diff --git a/source/glest_game/menu/menu_state_new_game.cpp b/source/glest_game/menu/menu_state_new_game.cpp index 12df33c85..61bb42c61 100644 --- a/source/glest_game/menu/menu_state_new_game.cpp +++ b/source/glest_game/menu/menu_state_new_game.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_new_game.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_new_game.h" diff --git a/source/glest_game/menu/menu_state_new_game.h b/source/glest_game/menu/menu_state_new_game.h index f3c3b0d8e..b886a5e5a 100644 --- a/source/glest_game/menu/menu_state_new_game.h +++ b/source/glest_game/menu/menu_state_new_game.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_new_game.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATENEWGAME_H_ # define _GLEST_GAME_MENUSTATENEWGAME_H_ diff --git a/source/glest_game/menu/menu_state_options.cpp b/source/glest_game/menu/menu_state_options.cpp index 2d8fbd7c0..45fe0a20a 100644 --- a/source/glest_game/menu/menu_state_options.cpp +++ b/source/glest_game/menu/menu_state_options.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_options.h" diff --git a/source/glest_game/menu/menu_state_options.h b/source/glest_game/menu/menu_state_options.h index cea024751..d425f1a5d 100644 --- a/source/glest_game/menu/menu_state_options.h +++ b/source/glest_game/menu/menu_state_options.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEOPTIONS_H_ # define _GLEST_GAME_MENUSTATEOPTIONS_H_ diff --git a/source/glest_game/menu/menu_state_options_graphics.cpp b/source/glest_game/menu/menu_state_options_graphics.cpp index 8bac3a64a..3ad66d912 100644 --- a/source/glest_game/menu/menu_state_options_graphics.cpp +++ b/source/glest_game/menu/menu_state_options_graphics.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options_graphics.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_options_graphics.h" diff --git a/source/glest_game/menu/menu_state_options_graphics.h b/source/glest_game/menu/menu_state_options_graphics.h index ccdca2f83..9b31f4561 100644 --- a/source/glest_game/menu/menu_state_options_graphics.h +++ b/source/glest_game/menu/menu_state_options_graphics.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options_graphics.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEOPTIONS_GRAPHICS_H_ # define _GLEST_GAME_MENUSTATEOPTIONS_GRAPHICS_H_ diff --git a/source/glest_game/menu/menu_state_options_network.cpp b/source/glest_game/menu/menu_state_options_network.cpp index 8be60f316..4dbacb191 100644 --- a/source/glest_game/menu/menu_state_options_network.cpp +++ b/source/glest_game/menu/menu_state_options_network.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options_network.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_options_network.h" diff --git a/source/glest_game/menu/menu_state_options_network.h b/source/glest_game/menu/menu_state_options_network.h index 4e67c6d92..dd6e4a1a8 100644 --- a/source/glest_game/menu/menu_state_options_network.h +++ b/source/glest_game/menu/menu_state_options_network.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options_network.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEOPTIONS_NETWORK_H_ # define _GLEST_GAME_MENUSTATEOPTIONS_NETWORK_H_ diff --git a/source/glest_game/menu/menu_state_options_sound.cpp b/source/glest_game/menu/menu_state_options_sound.cpp index 11744635b..88de86fee 100644 --- a/source/glest_game/menu/menu_state_options_sound.cpp +++ b/source/glest_game/menu/menu_state_options_sound.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options_sound.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_options_sound.h" diff --git a/source/glest_game/menu/menu_state_options_sound.h b/source/glest_game/menu/menu_state_options_sound.h index 1bf474613..7147b865a 100644 --- a/source/glest_game/menu/menu_state_options_sound.h +++ b/source/glest_game/menu/menu_state_options_sound.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_options_sound.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEOPTIONS_SOUND_H_ # define _GLEST_GAME_MENUSTATEOPTIONS_SOUND_H_ diff --git a/source/glest_game/menu/menu_state_root.cpp b/source/glest_game/menu/menu_state_root.cpp index 429d70395..caca826c7 100644 --- a/source/glest_game/menu/menu_state_root.cpp +++ b/source/glest_game/menu/menu_state_root.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_root.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_root.h" diff --git a/source/glest_game/menu/menu_state_root.h b/source/glest_game/menu/menu_state_root.h index 48cda8c3f..c70297e9f 100644 --- a/source/glest_game/menu/menu_state_root.h +++ b/source/glest_game/menu/menu_state_root.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_root.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATEROOT_H_ # define _GLEST_GAME_MENUSTATEROOT_H_ diff --git a/source/glest_game/menu/menu_state_scenario.cpp b/source/glest_game/menu/menu_state_scenario.cpp index d9f397f0e..dae1ec92a 100644 --- a/source/glest_game/menu/menu_state_scenario.cpp +++ b/source/glest_game/menu/menu_state_scenario.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_scenario.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "menu_state_scenario.h" diff --git a/source/glest_game/menu/menu_state_scenario.h b/source/glest_game/menu/menu_state_scenario.h index 24ee6d051..47700aefa 100644 --- a/source/glest_game/menu/menu_state_scenario.h +++ b/source/glest_game/menu/menu_state_scenario.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// menu_state_scenario.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MENUSTATESCENARIO_H_ # define _GLEST_GAME_MENUSTATESCENARIO_H_ diff --git a/source/glest_game/menu/server_line.cpp b/source/glest_game/menu/server_line.cpp index 11f6bfc89..2f47ce146 100644 --- a/source/glest_game/menu/server_line.cpp +++ b/source/glest_game/menu/server_line.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// server_line.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "server_line.h" diff --git a/source/glest_game/menu/server_line.h b/source/glest_game/menu/server_line.h index 0c3dc5560..69cf7596e 100644 --- a/source/glest_game/menu/server_line.h +++ b/source/glest_game/menu/server_line.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// server_line.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 ``` +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_SERVERLINE_H_ # define _GLEST_GAME_SERVERLINE_H_ diff --git a/source/glest_game/network/client_interface.cpp b/source/glest_game/network/client_interface.cpp index d1a2f9795..f2f90a75d 100644 --- a/source/glest_game/network/client_interface.cpp +++ b/source/glest_game/network/client_interface.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// client_interface.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "client_interface.h" diff --git a/source/glest_game/network/client_interface.h b/source/glest_game/network/client_interface.h index b5a5ce331..feed76dad 100644 --- a/source/glest_game/network/client_interface.h +++ b/source/glest_game/network/client_interface.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// client_interface.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_CLIENTINTERFACE_H_ #define _GLEST_GAME_CLIENTINTERFACE_H_ diff --git a/source/glest_game/network/connection_slot.cpp b/source/glest_game/network/connection_slot.cpp index 29747e78d..4b3fcf6e3 100644 --- a/source/glest_game/network/connection_slot.cpp +++ b/source/glest_game/network/connection_slot.cpp @@ -1,22 +1,21 @@ -// connection_slot.cpp: -// connected clients (not the host or user setting up the game) +// This file is part of ZetaGlest // -// Copyright (C) 2018 The ZetaGlest team +// Copyright (C) 2018 The ZetaGlest team // -// ZetaGlest is a fork of MegaGlest +// ZetaGlest is a fork of MegaGlest // -// 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 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "connection_slot.h" diff --git a/source/glest_game/network/connection_slot.h b/source/glest_game/network/connection_slot.h index bac4f24fe..85c30e6e9 100644 --- a/source/glest_game/network/connection_slot.h +++ b/source/glest_game/network/connection_slot.h @@ -1,22 +1,21 @@ -// connection_slot.h: -// connected clients (not the host or user setting up the game) +// This file is part of ZetaGlest // -// Copyright (C) 2018 The ZetaGlest team +// Copyright (C) 2018 The ZetaGlest team // -// ZetaGlest is a fork of MegaGlest +// ZetaGlest is a fork of MegaGlest // -// 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 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. // -// 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 . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_CONNECTIONSLOT_H_ #define _GLEST_GAME_CONNECTIONSLOT_H_ diff --git a/source/glest_game/network/masterserver_info.h b/source/glest_game/network/masterserver_info.h index f6f13d83a..52cf6b031 100644 --- a/source/glest_game/network/masterserver_info.h +++ b/source/glest_game/network/masterserver_info.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_MASTERSERVERINFO_H_ #define _GLEST_GAME_MASTERSERVERINFO_H_ diff --git a/source/glest_game/network/network_interface.cpp b/source/glest_game/network/network_interface.cpp index deb3ccf7d..9d8a67378 100644 --- a/source/glest_game/network/network_interface.cpp +++ b/source/glest_game/network/network_interface.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "network_interface.h" diff --git a/source/glest_game/network/network_interface.h b/source/glest_game/network/network_interface.h index aed57f8f6..8f0438344 100644 --- a/source/glest_game/network/network_interface.h +++ b/source/glest_game/network/network_interface.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_NETWORKINTERFACE_H_ #define _GLEST_GAME_NETWORKINTERFACE_H_ diff --git a/source/glest_game/network/network_manager.cpp b/source/glest_game/network/network_manager.cpp index 42d8df954..8d3db4795 100644 --- a/source/glest_game/network/network_manager.cpp +++ b/source/glest_game/network/network_manager.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "network_manager.h" #include "util.h" diff --git a/source/glest_game/network/network_manager.h b/source/glest_game/network/network_manager.h index e37f25a16..75bb7fa18 100644 --- a/source/glest_game/network/network_manager.h +++ b/source/glest_game/network/network_manager.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_NETWORKMANAGER_H_ #define _GLEST_GAME_NETWORKMANAGER_H_ diff --git a/source/glest_game/network/network_message.cpp b/source/glest_game/network/network_message.cpp index 1e11ba6e6..f0822c75b 100644 --- a/source/glest_game/network/network_message.cpp +++ b/source/glest_game/network/network_message.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// network_message.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "network_message.h" diff --git a/source/glest_game/network/network_message.h b/source/glest_game/network/network_message.h index f203a5311..705120cde 100644 --- a/source/glest_game/network/network_message.h +++ b/source/glest_game/network/network_message.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// network_message.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_NETWORKMESSAGE_H_ #define _GLEST_GAME_NETWORKMESSAGE_H_ diff --git a/source/glest_game/network/network_protocol.cpp b/source/glest_game/network/network_protocol.cpp index 574b31494..61e75bac1 100644 --- a/source/glest_game/network/network_protocol.cpp +++ b/source/glest_game/network/network_protocol.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of MegaGlest (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "network_protocol.h" #include #include diff --git a/source/glest_game/network/network_protocol.h b/source/glest_game/network/network_protocol.h index 706e9ee98..15ecd2a8b 100644 --- a/source/glest_game/network/network_protocol.h +++ b/source/glest_game/network/network_protocol.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef NETWORK_PROTOCOL_H_ #define NETWORK_PROTOCOL_H_ diff --git a/source/glest_game/network/network_types.cpp b/source/glest_game/network/network_types.cpp index 00576466a..aeb6c1598 100644 --- a/source/glest_game/network/network_types.cpp +++ b/source/glest_game/network/network_types.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "network_types.h" #include "util.h" diff --git a/source/glest_game/network/network_types.h b/source/glest_game/network/network_types.h index 17d37b9f7..d25f207ba 100644 --- a/source/glest_game/network/network_types.h +++ b/source/glest_game/network/network_types.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_NETWORKTYPES_H_ #define _GLEST_GAME_NETWORKTYPES_H_ diff --git a/source/glest_game/network/server_interface.cpp b/source/glest_game/network/server_interface.cpp index d7e650bd1..18bb85edc 100644 --- a/source/glest_game/network/server_interface.cpp +++ b/source/glest_game/network/server_interface.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// server_interface.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "server_interface.h" diff --git a/source/glest_game/network/server_interface.h b/source/glest_game/network/server_interface.h index 05987339c..2f5b96dba 100644 --- a/source/glest_game/network/server_interface.h +++ b/source/glest_game/network/server_interface.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// server_interface.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_SERVERINTERFACE_H_ #define _GLEST_GAME_SERVERINTERFACE_H_ diff --git a/source/glest_game/sound/sound_container.cpp b/source/glest_game/sound/sound_container.cpp index a09b46420..566c91050 100644 --- a/source/glest_game/sound/sound_container.cpp +++ b/source/glest_game/sound/sound_container.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "sound_container.h" diff --git a/source/glest_game/sound/sound_container.h b/source/glest_game/sound/sound_container.h index e74d669d9..4d683aaad 100644 --- a/source/glest_game/sound/sound_container.h +++ b/source/glest_game/sound/sound_container.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_SOUNDCONTAINER_H_ #define _GLEST_GAME_SOUNDCONTAINER_H_ diff --git a/source/glest_game/sound/sound_renderer.cpp b/source/glest_game/sound/sound_renderer.cpp index 4ded3fba8..c31793c95 100644 --- a/source/glest_game/sound/sound_renderer.cpp +++ b/source/glest_game/sound/sound_renderer.cpp @@ -1,12 +1,21 @@ -// ============================================================== +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "sound_renderer.h" diff --git a/source/glest_game/sound/sound_renderer.h b/source/glest_game/sound/sound_renderer.h index cdf730f1f..1f39a361e 100644 --- a/source/glest_game/sound/sound_renderer.h +++ b/source/glest_game/sound/sound_renderer.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_SOUNDRENDERER_H_ #define _GLEST_GAME_SOUNDRENDERER_H_ diff --git a/source/glest_game/steam/steam.cpp b/source/glest_game/steam/steam.cpp index d2e9c2c55..57ee5365d 100644 --- a/source/glest_game/steam/steam.cpp +++ b/source/glest_game/steam/steam.cpp @@ -1,3 +1,22 @@ +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "steam.h" #include diff --git a/source/glest_game/steam/steam.h b/source/glest_game/steam/steam.h index e459ec956..2bc1475f9 100644 --- a/source/glest_game/steam/steam.h +++ b/source/glest_game/steam/steam.h @@ -1,3 +1,22 @@ +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef STEAM_H #define STEAM_H diff --git a/source/glest_game/steamshim/steamshim_child.c b/source/glest_game/steamshim/steamshim_child.c index 8f726eaa2..4b1b3f0db 100644 --- a/source/glest_game/steamshim/steamshim_child.c +++ b/source/glest_game/steamshim/steamshim_child.c @@ -1,3 +1,21 @@ +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN 1 diff --git a/source/glest_game/steamshim/steamshim_child.h b/source/glest_game/steamshim/steamshim_child.h index 233f81ab3..2d2a67e1a 100644 --- a/source/glest_game/steamshim/steamshim_child.h +++ b/source/glest_game/steamshim/steamshim_child.h @@ -1,3 +1,22 @@ +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _INCL_STEAMSHIM_CHILD_H_ #define _INCL_STEAMSHIM_CHILD_H_ diff --git a/source/glest_game/type_instances/command.cpp b/source/glest_game/type_instances/command.cpp index 6fb123b8e..1fb90e6fd 100644 --- a/source/glest_game/type_instances/command.cpp +++ b/source/glest_game/type_instances/command.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "command.h" diff --git a/source/glest_game/type_instances/command.h b/source/glest_game/type_instances/command.h index bafa491a0..9f5fddc74 100644 --- a/source/glest_game/type_instances/command.h +++ b/source/glest_game/type_instances/command.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_COMMAND_H_ # define _GLEST_GAME_COMMAND_H_ diff --git a/source/glest_game/type_instances/faction.cpp b/source/glest_game/type_instances/faction.cpp index be3125a97..6c7a7bbcd 100644 --- a/source/glest_game/type_instances/faction.cpp +++ b/source/glest_game/type_instances/faction.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "faction.h" diff --git a/source/glest_game/type_instances/faction.h b/source/glest_game/type_instances/faction.h index a1e75a5f9..4137030be 100644 --- a/source/glest_game/type_instances/faction.h +++ b/source/glest_game/type_instances/faction.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_FACTION_H_ # define _GLEST_GAME_FACTION_H_ diff --git a/source/glest_game/type_instances/object.cpp b/source/glest_game/type_instances/object.cpp index a9f380e4f..24855516c 100644 --- a/source/glest_game/type_instances/object.cpp +++ b/source/glest_game/type_instances/object.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "object.h" diff --git a/source/glest_game/type_instances/object.h b/source/glest_game/type_instances/object.h index a2c19536a..facb7d550 100644 --- a/source/glest_game/type_instances/object.h +++ b/source/glest_game/type_instances/object.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _GLEST_GAME_OBJECT_H_ # define _GLEST_GAME_OBJECT_H_ diff --git a/source/glest_game/type_instances/resource.cpp b/source/glest_game/type_instances/resource.cpp index 691caeadd..b9c7185fa 100644 --- a/source/glest_game/type_instances/resource.cpp +++ b/source/glest_game/type_instances/resource.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "resource.h" diff --git a/source/glest_game/type_instances/resource.h b/source/glest_game/type_instances/resource.h index de107ee9c..897edc501 100644 --- a/source/glest_game/type_instances/resource.h +++ b/source/glest_game/type_instances/resource.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _GLEST_GAME_RESOURCE_H_ # define _GLEST_GAME_RESOURCE_H_ diff --git a/source/glest_game/type_instances/unit.cpp b/source/glest_game/type_instances/unit.cpp index 3402155e2..0708d382f 100644 --- a/source/glest_game/type_instances/unit.cpp +++ b/source/glest_game/type_instances/unit.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #define NOMINMAX diff --git a/source/glest_game/type_instances/unit.h b/source/glest_game/type_instances/unit.h index 291744c7e..1d7ab45ed 100644 --- a/source/glest_game/type_instances/unit.h +++ b/source/glest_game/type_instances/unit.h @@ -1,12 +1,21 @@ -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_UNIT_H_ # define _GLEST_GAME_UNIT_H_ diff --git a/source/glest_game/type_instances/upgrade.cpp b/source/glest_game/type_instances/upgrade.cpp index b9418b08a..b96f287a5 100644 --- a/source/glest_game/type_instances/upgrade.cpp +++ b/source/glest_game/type_instances/upgrade.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "upgrade.h" diff --git a/source/glest_game/type_instances/upgrade.h b/source/glest_game/type_instances/upgrade.h index 8ba88c963..4bffc18be 100644 --- a/source/glest_game/type_instances/upgrade.h +++ b/source/glest_game/type_instances/upgrade.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 /** * @file diff --git a/source/glest_game/types/command_type.cpp b/source/glest_game/types/command_type.cpp index 5529aaece..05b5e7aeb 100644 --- a/source/glest_game/types/command_type.cpp +++ b/source/glest_game/types/command_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "command_type.h" diff --git a/source/glest_game/types/command_type.h b/source/glest_game/types/command_type.h index 84d606400..e7a5ab12f 100644 --- a/source/glest_game/types/command_type.h +++ b/source/glest_game/types/command_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_COMMANDTYPE_H_ # define _GLEST_GAME_COMMANDTYPE_H_ diff --git a/source/glest_game/types/damage_multiplier.cpp b/source/glest_game/types/damage_multiplier.cpp index d045bd09d..b49bd16c2 100644 --- a/source/glest_game/types/damage_multiplier.cpp +++ b/source/glest_game/types/damage_multiplier.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "damage_multiplier.h" #include "conversion.h" diff --git a/source/glest_game/types/damage_multiplier.h b/source/glest_game/types/damage_multiplier.h index b703e126c..4e5beaca4 100644 --- a/source/glest_game/types/damage_multiplier.h +++ b/source/glest_game/types/damage_multiplier.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_DAMAGEMULTIPLIER_H_ # define _GLEST_GAME_DAMAGEMULTIPLIER_H_ diff --git a/source/glest_game/types/element_type.cpp b/source/glest_game/types/element_type.cpp index b6c48dfc5..50f9a58b6 100644 --- a/source/glest_game/types/element_type.cpp +++ b/source/glest_game/types/element_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "element_type.h" diff --git a/source/glest_game/types/element_type.h b/source/glest_game/types/element_type.h index 33716f05f..9634f6895 100644 --- a/source/glest_game/types/element_type.h +++ b/source/glest_game/types/element_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_ELEMENTTYPE_H_ # define _GLEST_GAME_ELEMENTTYPE_H_ diff --git a/source/glest_game/types/faction_type.cpp b/source/glest_game/types/faction_type.cpp index 2e00bb3c6..dec14092a 100644 --- a/source/glest_game/types/faction_type.cpp +++ b/source/glest_game/types/faction_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "faction_type.h" diff --git a/source/glest_game/types/faction_type.h b/source/glest_game/types/faction_type.h index cf809e737..c8676adce 100644 --- a/source/glest_game/types/faction_type.h +++ b/source/glest_game/types/faction_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_FACTIONTYPE_H_ # define _GLEST_GAME_FACTIONTYPE_H_ diff --git a/source/glest_game/types/object_type.cpp b/source/glest_game/types/object_type.cpp index 4a4222c59..9a98b892f 100644 --- a/source/glest_game/types/object_type.cpp +++ b/source/glest_game/types/object_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "object_type.h" diff --git a/source/glest_game/types/object_type.h b/source/glest_game/types/object_type.h index 6edfebd69..cd3f9ff8a 100644 --- a/source/glest_game/types/object_type.h +++ b/source/glest_game/types/object_type.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _GLEST_GAME_OBJECTTYPE_H_ # define _GLEST_GAME_OBJECTTYPE_H_ diff --git a/source/glest_game/types/projectile_type.cpp b/source/glest_game/types/projectile_type.cpp index 2ecbc9b46..9f962296d 100644 --- a/source/glest_game/types/projectile_type.cpp +++ b/source/glest_game/types/projectile_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include #include "logger.h" diff --git a/source/glest_game/types/projectile_type.h b/source/glest_game/types/projectile_type.h index c4b8ee0a2..9ae852b77 100644 --- a/source/glest_game/types/projectile_type.h +++ b/source/glest_game/types/projectile_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_PROJEKTILETYPE_H_ # define _GLEST_GAME_PROJEKTILETYPE_H_ diff --git a/source/glest_game/types/resource_type.cpp b/source/glest_game/types/resource_type.cpp index b4b88f656..493f4385a 100644 --- a/source/glest_game/types/resource_type.cpp +++ b/source/glest_game/types/resource_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "resource_type.h" diff --git a/source/glest_game/types/resource_type.h b/source/glest_game/types/resource_type.h index 96cbcf13b..f3cd56b17 100644 --- a/source/glest_game/types/resource_type.h +++ b/source/glest_game/types/resource_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_RESOURCETYPE_H_ # define _GLEST_GAME_RESOURCETYPE_H_ diff --git a/source/glest_game/types/skill_type.cpp b/source/glest_game/types/skill_type.cpp index 3e73443e0..5b04da21b 100644 --- a/source/glest_game/types/skill_type.cpp +++ b/source/glest_game/types/skill_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// =// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "skill_type.h" diff --git a/source/glest_game/types/skill_type.h b/source/glest_game/types/skill_type.h index 3a290c485..03409b254 100644 --- a/source/glest_game/types/skill_type.h +++ b/source/glest_game/types/skill_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_SKILLTYPE_H_ # define _GLEST_GAME_SKILLTYPE_H_ diff --git a/source/glest_game/types/tech_tree.cpp b/source/glest_game/types/tech_tree.cpp index 46d642604..619984df7 100644 --- a/source/glest_game/types/tech_tree.cpp +++ b/source/glest_game/types/tech_tree.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "tech_tree.h" diff --git a/source/glest_game/types/tech_tree.h b/source/glest_game/types/tech_tree.h index 782e44b25..e4c7fd378 100644 --- a/source/glest_game/types/tech_tree.h +++ b/source/glest_game/types/tech_tree.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_TECHTREE_H_ # define _GLEST_GAME_TECHTREE_H_ diff --git a/source/glest_game/types/tileset_model_type.cpp b/source/glest_game/types/tileset_model_type.cpp index e4697f0f9..00e9b3187 100644 --- a/source/glest_game/types/tileset_model_type.cpp +++ b/source/glest_game/types/tileset_model_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "tileset_model_type.h" #include "leak_dumper.h" diff --git a/source/glest_game/types/tileset_model_type.h b/source/glest_game/types/tileset_model_type.h index ffe3adca0..e3bd689fe 100644 --- a/source/glest_game/types/tileset_model_type.h +++ b/source/glest_game/types/tileset_model_type.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _GLEST_GAME_TILESET_MODEL_TYPE_H_ # define _GLEST_GAME_TILESET_MODEL_TYPE_H_ diff --git a/source/glest_game/types/unit_type.cpp b/source/glest_game/types/unit_type.cpp index 9093bb56c..4c904164b 100644 --- a/source/glest_game/types/unit_type.cpp +++ b/source/glest_game/types/unit_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifdef WIN32 # include diff --git a/source/glest_game/types/unit_type.h b/source/glest_game/types/unit_type.h index 3cb25ba44..086206d7b 100644 --- a/source/glest_game/types/unit_type.h +++ b/source/glest_game/types/unit_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_UNITTYPE_H_ # define _GLEST_GAME_UNITTYPE_H_ diff --git a/source/glest_game/types/upgrade_type.cpp b/source/glest_game/types/upgrade_type.cpp index c8a8bbf59..255b04d5a 100644 --- a/source/glest_game/types/upgrade_type.cpp +++ b/source/glest_game/types/upgrade_type.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "upgrade_type.h" diff --git a/source/glest_game/types/upgrade_type.h b/source/glest_game/types/upgrade_type.h index 6a2e652f3..678351d72 100644 --- a/source/glest_game/types/upgrade_type.h +++ b/source/glest_game/types/upgrade_type.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 /** * @file diff --git a/source/glest_game/world/map.cpp b/source/glest_game/world/map.cpp index 68e4bac6b..82b184d08 100644 --- a/source/glest_game/world/map.cpp +++ b/source/glest_game/world/map.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// map.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "map.h" diff --git a/source/glest_game/world/map.h b/source/glest_game/world/map.h index d5cff4a2f..6bdc72089 100644 --- a/source/glest_game/world/map.h +++ b/source/glest_game/world/map.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// map.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_MAP_H_ #define _GLEST_GAME_MAP_H_ diff --git a/source/glest_game/world/minimap.cpp b/source/glest_game/world/minimap.cpp index 38d64088b..0a0e1e403 100644 --- a/source/glest_game/world/minimap.cpp +++ b/source/glest_game/world/minimap.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "minimap.h" diff --git a/source/glest_game/world/minimap.h b/source/glest_game/world/minimap.h index 7c8f2e2f0..c3c0bcea4 100644 --- a/source/glest_game/world/minimap.h +++ b/source/glest_game/world/minimap.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_MINIMAP_H_ #define _GLEST_GAME_MINIMAP_H_ diff --git a/source/glest_game/world/scenario.cpp b/source/glest_game/world/scenario.cpp index 9cd5f05ce..8ceaee345 100644 --- a/source/glest_game/world/scenario.cpp +++ b/source/glest_game/world/scenario.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// scenario.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "scenario.h" diff --git a/source/glest_game/world/scenario.h b/source/glest_game/world/scenario.h index 9aaf3dd4a..3dd9bb121 100644 --- a/source/glest_game/world/scenario.h +++ b/source/glest_game/world/scenario.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// scenario.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_SCENARIO_H_ # define _GLEST_GAME_SCENARIO_H_ diff --git a/source/glest_game/world/surface_atlas.cpp b/source/glest_game/world/surface_atlas.cpp index 4a62a0a52..7f9874d25 100644 --- a/source/glest_game/world/surface_atlas.cpp +++ b/source/glest_game/world/surface_atlas.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "surface_atlas.h" diff --git a/source/glest_game/world/surface_atlas.h b/source/glest_game/world/surface_atlas.h index 6257d5eb3..771d7dff7 100644 --- a/source/glest_game/world/surface_atlas.h +++ b/source/glest_game/world/surface_atlas.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_SURFACEATLAS_H_ #define _GLEST_GAME_SURFACEATLAS_H_ diff --git a/source/glest_game/world/tileset.cpp b/source/glest_game/world/tileset.cpp index 3dcf9ac50..dbe10d473 100644 --- a/source/glest_game/world/tileset.cpp +++ b/source/glest_game/world/tileset.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "tileset.h" diff --git a/source/glest_game/world/tileset.h b/source/glest_game/world/tileset.h index 1431b8314..6c6969fbe 100644 --- a/source/glest_game/world/tileset.h +++ b/source/glest_game/world/tileset.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_TILESET_H_ #define _GLEST_GAME_TILESET_H_ diff --git a/source/glest_game/world/time_flow.cpp b/source/glest_game/world/time_flow.cpp index 5e0ef3856..b222df033 100644 --- a/source/glest_game/world/time_flow.cpp +++ b/source/glest_game/world/time_flow.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "time_flow.h" diff --git a/source/glest_game/world/time_flow.h b/source/glest_game/world/time_flow.h index 51dcc7816..85d6e77c7 100644 --- a/source/glest_game/world/time_flow.h +++ b/source/glest_game/world/time_flow.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_TIMEFLOW_H_ #define _GLEST_GAME_TIMEFLOW_H_ diff --git a/source/glest_game/world/unit_updater.cpp b/source/glest_game/world/unit_updater.cpp index 679060a52..77a8f9f4a 100644 --- a/source/glest_game/world/unit_updater.cpp +++ b/source/glest_game/world/unit_updater.cpp @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// unit_updater.cpp: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "unit_updater.h" diff --git a/source/glest_game/world/unit_updater.h b/source/glest_game/world/unit_updater.h index 2bf75f118..e7d05da9b 100644 --- a/source/glest_game/world/unit_updater.h +++ b/source/glest_game/world/unit_updater.h @@ -1,25 +1,21 @@ +// This file is part of ZetaGlest // -// unit_updater.h: game setup menu as it appears to -// to the host +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team +// 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. // -// ZetaGlest is a fork of MegaGlest -// -// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_UNITUPDATER_H_ #define _GLEST_GAME_UNITUPDATER_H_ diff --git a/source/glest_game/world/water_effects.cpp b/source/glest_game/world/water_effects.cpp index 2d16b468e..5be0ff862 100644 --- a/source/glest_game/world/water_effects.cpp +++ b/source/glest_game/world/water_effects.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "water_effects.h" diff --git a/source/glest_game/world/water_effects.h b/source/glest_game/world/water_effects.h index a4a56a2b7..8d5eaf6f6 100644 --- a/source/glest_game/world/water_effects.h +++ b/source/glest_game/world/water_effects.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _GLEST_GAME_WATER_EFFECTS_H_ #define _GLEST_GAME_WATER_EFFECTS_H_ diff --git a/source/glest_game/world/world.cpp b/source/glest_game/world/world.cpp index 41acc5e1b..b0e78ec85 100644 --- a/source/glest_game/world/world.cpp +++ b/source/glest_game/world/world.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// world.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "world.h" diff --git a/source/glest_game/world/world.h b/source/glest_game/world/world.h index a363fea9a..16c6cc878 100644 --- a/source/glest_game/world/world.h +++ b/source/glest_game/world/world.h @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// world.h: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #ifndef _GLEST_GAME_WORLD_H_ #define _GLEST_GAME_WORLD_H_ diff --git a/source/glest_map_editor/main.cpp b/source/glest_map_editor/main.cpp index 3ac447cdd..f55ad2fdb 100644 --- a/source/glest_map_editor/main.cpp +++ b/source/glest_map_editor/main.cpp @@ -1,24 +1,21 @@ +// This file is part of ZetaGlest // -// map_editor:main.cpp: +// Copyright (C) 2018 The ZetaGlest team // -// This file is part of ZetaGlest +// ZetaGlest is a fork of MegaGlest // -// Copyright (C) 2018 The ZetaGlest team -// -// ZetaGlest is a fork of MegaGlest -// -// 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 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. +// 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 +// You should have received a copy of the GNU General Public License +// along with this program. If not, see #include "main.h" #include @@ -1192,7 +1189,7 @@ namespace MapEditor { void MainWindow::onMenuViewAbout(wxCommandEvent &event) { MsgDialog( this, - wxT("\n ZetaGlest Map Editor\n Copyright 2004-2010 The Glest Team\n Copyright 2010-2018 The MegaGlest Team \n"), + wxT("\n ZetaGlest Map Editor\n Copyright 2004-2010 The Glest Team\n Copyright 2010-2017 The MegaGlest Team\n Copyright 2018-now The ZetaGlest Team \n"), wxT("About")).ShowModal(); } diff --git a/source/glest_map_editor/main.h b/source/glest_map_editor/main.h index 1ac63bcbd..8ad649895 100644 --- a/source/glest_map_editor/main.h +++ b/source/glest_map_editor/main.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _MAPEDITOR_MAIN_H_ #define _MAPEDITOR_MAIN_H_ diff --git a/source/glest_map_editor/program.cpp b/source/glest_map_editor/program.cpp index 12d7a6784..1c22c9020 100644 --- a/source/glest_map_editor/program.cpp +++ b/source/glest_map_editor/program.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "program.h" #include "util.h" diff --git a/source/glest_map_editor/program.h b/source/glest_map_editor/program.h index d2fd6abb4..618d09037 100644 --- a/source/glest_map_editor/program.h +++ b/source/glest_map_editor/program.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _MAPEDITOR_PROGRAM_H_ #define _MAPEDITOR_PROGRAM_H_ diff --git a/source/shared_lib/include/graphics/BMPReader.h b/source/shared_lib/include/graphics/BMPReader.h index 8ef4e38ea..b93464b18 100644 --- a/source/shared_lib/include/graphics/BMPReader.h +++ b/source/shared_lib/include/graphics/BMPReader.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef BMPREADER_H #define BMPREADER_H diff --git a/source/shared_lib/include/graphics/FileReader.h b/source/shared_lib/include/graphics/FileReader.h index 90608fb0c..c1156865a 100644 --- a/source/shared_lib/include/graphics/FileReader.h +++ b/source/shared_lib/include/graphics/FileReader.h @@ -1,9 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke -// The MegaGlest Team, under GNU GPL v3.0 -// ============================================================== +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef FILE_READER_H #define FILE_READER_H diff --git a/source/shared_lib/include/graphics/ImageReaders.h b/source/shared_lib/include/graphics/ImageReaders.h index d07316320..cf0749af3 100644 --- a/source/shared_lib/include/graphics/ImageReaders.h +++ b/source/shared_lib/include/graphics/ImageReaders.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef IMAGE_READERS_H #define IMAGE_READERS_H diff --git a/source/shared_lib/include/graphics/JPGReader.h b/source/shared_lib/include/graphics/JPGReader.h index 7fcc16198..4470cd3dc 100644 --- a/source/shared_lib/include/graphics/JPGReader.h +++ b/source/shared_lib/include/graphics/JPGReader.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef JPGREADER_H #define JPGREADER_H diff --git a/source/shared_lib/include/graphics/PNGReader.h b/source/shared_lib/include/graphics/PNGReader.h index 1c66fcb5f..69fa8b301 100644 --- a/source/shared_lib/include/graphics/PNGReader.h +++ b/source/shared_lib/include/graphics/PNGReader.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef PNGREADER_H #define PNGREADER_H diff --git a/source/shared_lib/include/graphics/TGAReader.h b/source/shared_lib/include/graphics/TGAReader.h index c02fe6de8..736e1a86a 100644 --- a/source/shared_lib/include/graphics/TGAReader.h +++ b/source/shared_lib/include/graphics/TGAReader.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef TGAREADER_H #define TGAREADER_H diff --git a/source/shared_lib/include/graphics/buffer.h b/source/shared_lib/include/graphics/buffer.h index 341a6e74e..be85919af 100644 --- a/source/shared_lib/include/graphics/buffer.h +++ b/source/shared_lib/include/graphics/buffer.h @@ -1,9 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke -// The MegaGlest Team, under GNU GPL v3.0 -// ============================================================== +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_BUFFER_H_ #define _SHARED_GRAPHICS_BUFFER_H_ diff --git a/source/shared_lib/include/graphics/camera.h b/source/shared_lib/include/graphics/camera.h index 7b7cd46fb..6691ad3d5 100644 --- a/source/shared_lib/include/graphics/camera.h +++ b/source/shared_lib/include/graphics/camera.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_CAMERA_H_ #define _SHARED_GRAPHICS_CAMERA_H_ diff --git a/source/shared_lib/include/graphics/context.h b/source/shared_lib/include/graphics/context.h index c9206b76f..43ccd6e8e 100644 --- a/source/shared_lib/include/graphics/context.h +++ b/source/shared_lib/include/graphics/context.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_CONTEXT_H_ #define _SHARED_GRAPHICS_CONTEXT_H_ diff --git a/source/shared_lib/include/graphics/font.h b/source/shared_lib/include/graphics/font.h index f60215227..8cae1e15e 100644 --- a/source/shared_lib/include/graphics/font.h +++ b/source/shared_lib/include/graphics/font.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_FONT_H_ #define _SHARED_GRAPHICS_FONT_H_ diff --git a/source/shared_lib/include/graphics/font_manager.h b/source/shared_lib/include/graphics/font_manager.h index 1416b9636..499abe574 100644 --- a/source/shared_lib/include/graphics/font_manager.h +++ b/source/shared_lib/include/graphics/font_manager.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_FONTMANAGER_H_ #define _SHARED_GRAPHICS_FONTMANAGER_H_ diff --git a/source/shared_lib/include/graphics/font_text.h b/source/shared_lib/include/graphics/font_text.h index c79cf3607..cab959732 100644 --- a/source/shared_lib/include/graphics/font_text.h +++ b/source/shared_lib/include/graphics/font_text.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of the MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 Mark Vejvoda and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef Text_h #define Text_h diff --git a/source/shared_lib/include/graphics/gl/base_renderer.h b/source/shared_lib/include/graphics/gl/base_renderer.h index a67372070..7d27fecb1 100644 --- a/source/shared_lib/include/graphics/gl/base_renderer.h +++ b/source/shared_lib/include/graphics/gl/base_renderer.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _BASE_RENDERER_H_ #define _BASE_RENDERER_H_ diff --git a/source/shared_lib/include/graphics/gl/context_gl.h b/source/shared_lib/include/graphics/gl/context_gl.h index a9fbe6580..36cd8e3e0 100644 --- a/source/shared_lib/include/graphics/gl/context_gl.h +++ b/source/shared_lib/include/graphics/gl/context_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_CONTEXTGL_H_ #define _SHARED_GRAPHICS_GL_CONTEXTGL_H_ diff --git a/source/shared_lib/include/graphics/gl/font_gl.h b/source/shared_lib/include/graphics/gl/font_gl.h index 35c357795..e9b5aa351 100644 --- a/source/shared_lib/include/graphics/gl/font_gl.h +++ b/source/shared_lib/include/graphics/gl/font_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_FONTGL_H_ #define _SHARED_GRAPHICS_GL_FONTGL_H_ diff --git a/source/shared_lib/include/graphics/gl/font_textFTGL.h b/source/shared_lib/include/graphics/gl/font_textFTGL.h index 72266dcfd..66a9e1529 100644 --- a/source/shared_lib/include/graphics/gl/font_textFTGL.h +++ b/source/shared_lib/include/graphics/gl/font_textFTGL.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of the MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 Mark Vejvoda and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef TextFTGL_h #define TextFTGL_h diff --git a/source/shared_lib/include/graphics/gl/graphics_factory_basic_gl.h b/source/shared_lib/include/graphics/gl/graphics_factory_basic_gl.h index 657ab024d..a8e390f52 100644 --- a/source/shared_lib/include/graphics/gl/graphics_factory_basic_gl.h +++ b/source/shared_lib/include/graphics/gl/graphics_factory_basic_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2005 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_GRAPHICSFACTORYBASICGL_H_ #define _SHARED_GRAPHICS_GL_GRAPHICSFACTORYBASICGL_H_ diff --git a/source/shared_lib/include/graphics/gl/graphics_factory_gl.h b/source/shared_lib/include/graphics/gl/graphics_factory_gl.h index 78dcb7585..0220a082d 100644 --- a/source/shared_lib/include/graphics/gl/graphics_factory_gl.h +++ b/source/shared_lib/include/graphics/gl/graphics_factory_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_GRAPHICSFACTORYGL_H_ #define _SHARED_GRAPHICS_GL_GRAPHICSFACTORYGL_H_ diff --git a/source/shared_lib/include/graphics/gl/model_gl.h b/source/shared_lib/include/graphics/gl/model_gl.h index e04c88f71..f143bb283 100644 --- a/source/shared_lib/include/graphics/gl/model_gl.h +++ b/source/shared_lib/include/graphics/gl/model_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_MODELGL_H_ #define _SHARED_GRAPHICS_GL_MODELGL_H_ diff --git a/source/shared_lib/include/graphics/gl/model_renderer_gl.h b/source/shared_lib/include/graphics/gl/model_renderer_gl.h index 4793e60c4..2391abac9 100644 --- a/source/shared_lib/include/graphics/gl/model_renderer_gl.h +++ b/source/shared_lib/include/graphics/gl/model_renderer_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_MODELRENDERERGL_H_ #define _SHARED_GRAPHICS_GL_MODELRENDERERGL_H_ diff --git a/source/shared_lib/include/graphics/gl/opengl.h b/source/shared_lib/include/graphics/gl/opengl.h index ca4239bd4..7298548b1 100644 --- a/source/shared_lib/include/graphics/gl/opengl.h +++ b/source/shared_lib/include/graphics/gl/opengl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_OPENGL_H_ #define _SHARED_GRAPHICS_GL_OPENGL_H_ diff --git a/source/shared_lib/include/graphics/gl/particle_renderer_gl.h b/source/shared_lib/include/graphics/gl/particle_renderer_gl.h index 7168157bb..094ba292a 100644 --- a/source/shared_lib/include/graphics/gl/particle_renderer_gl.h +++ b/source/shared_lib/include/graphics/gl/particle_renderer_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_PARTICLERENDERERGL_H_ #define _SHARED_GRAPHICS_GL_PARTICLERENDERERGL_H_ diff --git a/source/shared_lib/include/graphics/gl/shader_gl.h b/source/shared_lib/include/graphics/gl/shader_gl.h index 09fbe8faa..1dde25ebc 100644 --- a/source/shared_lib/include/graphics/gl/shader_gl.h +++ b/source/shared_lib/include/graphics/gl/shader_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_SHADERGL_H_ #define _SHARED_GRAPHICS_GL_SHADERGL_H_ diff --git a/source/shared_lib/include/graphics/gl/text_renderer_gl.h b/source/shared_lib/include/graphics/gl/text_renderer_gl.h index 4478570ac..ed0200c59 100644 --- a/source/shared_lib/include/graphics/gl/text_renderer_gl.h +++ b/source/shared_lib/include/graphics/gl/text_renderer_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_TEXTRENDERERGL_H_ #define _SHARED_GRAPHICS_GL_TEXTRENDERERGL_H_ diff --git a/source/shared_lib/include/graphics/gl/texture_gl.h b/source/shared_lib/include/graphics/gl/texture_gl.h index b739620b2..42ad65997 100644 --- a/source/shared_lib/include/graphics/gl/texture_gl.h +++ b/source/shared_lib/include/graphics/gl/texture_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GL_TEXTUREGL_H_ #define _SHARED_GRAPHICS_GL_TEXTUREGL_H_ diff --git a/source/shared_lib/include/graphics/graphics_factory.h b/source/shared_lib/include/graphics/graphics_factory.h index 655eb0eca..4636381a7 100644 --- a/source/shared_lib/include/graphics/graphics_factory.h +++ b/source/shared_lib/include/graphics/graphics_factory.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GRAPHICSFACTORY_H_ #define _SHARED_GRAPHICS_GRAPHICSFACTORY_H_ diff --git a/source/shared_lib/include/graphics/graphics_interface.h b/source/shared_lib/include/graphics/graphics_interface.h index 88517fc35..56212f1cc 100644 --- a/source/shared_lib/include/graphics/graphics_interface.h +++ b/source/shared_lib/include/graphics/graphics_interface.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_GRAPHICSINTERFACE_H_ #define _SHARED_GRAPHICS_GRAPHICSINTERFACE_H_ diff --git a/source/shared_lib/include/graphics/interpolation.h b/source/shared_lib/include/graphics/interpolation.h index 5543dc8c2..e82dd29aa 100644 --- a/source/shared_lib/include/graphics/interpolation.h +++ b/source/shared_lib/include/graphics/interpolation.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_INTERPOLATION_H_ #define _SHARED_GRAPHICS_INTERPOLATION_H_ diff --git a/source/shared_lib/include/graphics/math_util.h b/source/shared_lib/include/graphics/math_util.h index c02fa32be..b9f3b7b9f 100644 --- a/source/shared_lib/include/graphics/math_util.h +++ b/source/shared_lib/include/graphics/math_util.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_MATHUTIL_H_ #define _SHARED_GRAPHICS_MATHUTIL_H_ diff --git a/source/shared_lib/include/graphics/matrix.h b/source/shared_lib/include/graphics/matrix.h index ad94b6dda..bc787e1ea 100644 --- a/source/shared_lib/include/graphics/matrix.h +++ b/source/shared_lib/include/graphics/matrix.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_MATRIX_H_ #define _SHARED_GRAPHICS_MATRIX_H_ diff --git a/source/shared_lib/include/graphics/model.h b/source/shared_lib/include/graphics/model.h index aa29dfb0e..246dd34a7 100644 --- a/source/shared_lib/include/graphics/model.h +++ b/source/shared_lib/include/graphics/model.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_MODEL_H_ #define _SHARED_GRAPHICS_MODEL_H_ diff --git a/source/shared_lib/include/graphics/model_header.h b/source/shared_lib/include/graphics/model_header.h index 0f91ef79e..1446ba15a 100644 --- a/source/shared_lib/include/graphics/model_header.h +++ b/source/shared_lib/include/graphics/model_header.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICTYPES_MODELHEADER_H_ #define _SHARED_GRAPHICTYPES_MODELHEADER_H_ diff --git a/source/shared_lib/include/graphics/model_manager.h b/source/shared_lib/include/graphics/model_manager.h index 29d678af3..ca2f5127e 100644 --- a/source/shared_lib/include/graphics/model_manager.h +++ b/source/shared_lib/include/graphics/model_manager.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_MODELMANAGER_H_ #define _SHARED_GRAPHICS_MODELMANAGER_H_ diff --git a/source/shared_lib/include/graphics/model_renderer.h b/source/shared_lib/include/graphics/model_renderer.h index d3cfa7552..891b3e8d4 100644 --- a/source/shared_lib/include/graphics/model_renderer.h +++ b/source/shared_lib/include/graphics/model_renderer.h @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_MODELRENDERER_H_ #define _SHARED_GRAPHICS_MODELRENDERER_H_ diff --git a/source/shared_lib/include/graphics/particle.h b/source/shared_lib/include/graphics/particle.h index 9816fefd0..fb5a8f861 100644 --- a/source/shared_lib/include/graphics/particle.h +++ b/source/shared_lib/include/graphics/particle.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_PARTICLE_H_ #define _SHARED_GRAPHICS_PARTICLE_H_ diff --git a/source/shared_lib/include/graphics/particle_renderer.h b/source/shared_lib/include/graphics/particle_renderer.h index 3ee4dd44d..06c89f0a6 100644 --- a/source/shared_lib/include/graphics/particle_renderer.h +++ b/source/shared_lib/include/graphics/particle_renderer.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_PARTICLERENDERER_H_ #define _SHARED_GRAPHICS_PARTICLERENDERER_H_ diff --git a/source/shared_lib/include/graphics/pixmap.h b/source/shared_lib/include/graphics/pixmap.h index 70ff5417a..48e73ba69 100644 --- a/source/shared_lib/include/graphics/pixmap.h +++ b/source/shared_lib/include/graphics/pixmap.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_PIXMAP_H_ #define _SHARED_GRAPHICS_PIXMAP_H_ diff --git a/source/shared_lib/include/graphics/quaternion.h b/source/shared_lib/include/graphics/quaternion.h index 6d70c569a..152c42f3a 100644 --- a/source/shared_lib/include/graphics/quaternion.h +++ b/source/shared_lib/include/graphics/quaternion.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_QUATERNION_H_ #define _SHARED_GRAPHICS_QUATERNION_H_ diff --git a/source/shared_lib/include/graphics/shader.h b/source/shared_lib/include/graphics/shader.h index b2995422c..ca71ed863 100644 --- a/source/shared_lib/include/graphics/shader.h +++ b/source/shared_lib/include/graphics/shader.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_SHADER_H_ #define _SHARED_GRAPHICS_SHADER_H_ diff --git a/source/shared_lib/include/graphics/shader_manager.h b/source/shared_lib/include/graphics/shader_manager.h index f804f9dca..2d84c9d97 100644 --- a/source/shared_lib/include/graphics/shader_manager.h +++ b/source/shared_lib/include/graphics/shader_manager.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_SHADERMANAGER_H_ #define _SHARED_GRAPHICS_SHADERMANAGER_H_ diff --git a/source/shared_lib/include/graphics/text_renderer.h b/source/shared_lib/include/graphics/text_renderer.h index 145c7c64c..9c4008c3b 100644 --- a/source/shared_lib/include/graphics/text_renderer.h +++ b/source/shared_lib/include/graphics/text_renderer.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_TEXTRENDERER_H_ #define _SHARED_GRAPHICS_TEXTRENDERER_H_ diff --git a/source/shared_lib/include/graphics/texture.h b/source/shared_lib/include/graphics/texture.h index a9791d73b..023188335 100644 --- a/source/shared_lib/include/graphics/texture.h +++ b/source/shared_lib/include/graphics/texture.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_TEXTURE_H_ #define _SHARED_GRAPHICS_TEXTURE_H_ diff --git a/source/shared_lib/include/graphics/texture_manager.h b/source/shared_lib/include/graphics/texture_manager.h index fd6e53bfc..f6d59e969 100644 --- a/source/shared_lib/include/graphics/texture_manager.h +++ b/source/shared_lib/include/graphics/texture_manager.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_TEXTUREMANAGER_H_ #define _SHARED_GRAPHICS_TEXTUREMANAGER_H_ diff --git a/source/shared_lib/include/graphics/vec.h b/source/shared_lib/include/graphics/vec.h index b57bbc6d8..56e586a6f 100644 --- a/source/shared_lib/include/graphics/vec.h +++ b/source/shared_lib/include/graphics/vec.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_GRAPHICS_VEC_H_ diff --git a/source/shared_lib/include/graphics/video_player.h b/source/shared_lib/include/graphics/video_player.h index 95cacf43e..388d4edea 100644 --- a/source/shared_lib/include/graphics/video_player.h +++ b/source/shared_lib/include/graphics/video_player.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef VIDEO_PLAYER_H_ #define VIDEO_PLAYER_H_ diff --git a/source/shared_lib/include/lua/lua_script.h b/source/shared_lib/include/lua/lua_script.h index 35a504b76..28d095869 100644 --- a/source/shared_lib/include/lua/lua_script.h +++ b/source/shared_lib/include/lua/lua_script.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_LUA_LUASCRIPT_H_ #define _SHARED_LUA_LUASCRIPT_H_ diff --git a/source/shared_lib/include/map/map_preview.h b/source/shared_lib/include/map/map_preview.h index 215d07930..efc53f9be 100644 --- a/source/shared_lib/include/map/map_preview.h +++ b/source/shared_lib/include/map/map_preview.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _MAPPREVIEW_MAP_H_ #define _MAPPREVIEW_MAP_H_ diff --git a/source/shared_lib/include/platform/common/cache_manager.h b/source/shared_lib/include/platform/common/cache_manager.h index 04b84e331..cf72d0d5f 100644 --- a/source/shared_lib/include/platform/common/cache_manager.h +++ b/source/shared_lib/include/platform/common/cache_manager.h @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_PLATFORMCOMMON_CACHEMANAGER_H_ #define _SHARED_PLATFORMCOMMON_CACHEMANAGER_H_ diff --git a/source/shared_lib/include/platform/common/shared_const.h b/source/shared_lib/include/platform/common/shared_const.h index 4aeafb431..3b9cf20d6 100644 --- a/source/shared_lib/include/platform/common/shared_const.h +++ b/source/shared_lib/include/platform/common/shared_const.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2005 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_CONST_H_ #define _SHARED_CONST_H_ diff --git a/source/shared_lib/include/platform/miniupnpc/declspec.h b/source/shared_lib/include/platform/miniupnpc/declspec.h index df70e3ece..b7f2d8f71 100644 --- a/source/shared_lib/include/platform/miniupnpc/declspec.h +++ b/source/shared_lib/include/platform/miniupnpc/declspec.h @@ -12,4 +12,3 @@ #endif #endif - diff --git a/source/shared_lib/include/platform/posix/miniftpclient.h b/source/shared_lib/include/platform/posix/miniftpclient.h index 9e0855ac1..94e30a607 100644 --- a/source/shared_lib/include/platform/posix/miniftpclient.h +++ b/source/shared_lib/include/platform/posix/miniftpclient.h @@ -1,14 +1,22 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _SHARED_PLATFORMCOMMON_MINIFTPCLIENTTHREAD_H_ #define _SHARED_PLATFORMCOMMON_MINIFTPCLIENTTHREAD_H_ diff --git a/source/shared_lib/include/platform/posix/miniftpserver.h b/source/shared_lib/include/platform/posix/miniftpserver.h index 22467b925..c664122a3 100644 --- a/source/shared_lib/include/platform/posix/miniftpserver.h +++ b/source/shared_lib/include/platform/posix/miniftpserver.h @@ -1,14 +1,22 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _SHARED_PLATFORMCOMMON_MINIFTPSERVERTHREAD_H_ #define _SHARED_PLATFORMCOMMON_MINIFTPSERVERTHREAD_H_ diff --git a/source/shared_lib/include/platform/posix/socket.h b/source/shared_lib/include/platform/posix/socket.h index 6080b9479..066d1bfd2 100644 --- a/source/shared_lib/include/platform/posix/socket.h +++ b/source/shared_lib/include/platform/posix/socket.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_PLATFORM_SOCKET_H_ #define _SHARED_PLATFORM_SOCKET_H_ diff --git a/source/shared_lib/include/platform/sdl/gl_wrap.h b/source/shared_lib/include/platform/sdl/gl_wrap.h index 612fce7fb..491377e54 100644 --- a/source/shared_lib/include/platform/sdl/gl_wrap.h +++ b/source/shared_lib/include/platform/sdl/gl_wrap.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _SHARED_PLATFORM_GLWRAP_H_ #define _SHARED_PLATFORM_GLWRAP_H_ diff --git a/source/shared_lib/include/platform/sdl/noimpl.h b/source/shared_lib/include/platform/sdl/noimpl.h index e1c028b47..2e2cfd8df 100644 --- a/source/shared_lib/include/platform/sdl/noimpl.h +++ b/source/shared_lib/include/platform/sdl/noimpl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _NOIMPL_H_ #define _NOIMPL_H_ diff --git a/source/shared_lib/include/platform/sdl/platform_main.h b/source/shared_lib/include/platform/sdl/platform_main.h index 8dbcd7c6c..fdd894ef1 100644 --- a/source/shared_lib/include/platform/sdl/platform_main.h +++ b/source/shared_lib/include/platform/sdl/platform_main.h @@ -1,12 +1,6 @@ -// -// This file is part of ZetaGlest Shared -// Library -// -// platform_main.h: game setup menu as it appears to -// to the host +// This file is part of ZetaGlest // // Copyright (C) 2018 The ZetaGlest team -// Copyright (C) 2005 Matthias Braun // // ZetaGlest is a fork of MegaGlest // @@ -14,15 +8,14 @@ // 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 -// +// along with this program. If not, see #ifndef _SHARED_PLATFORM_MAIN_H_ #define _SHARED_PLATFORM_MAIN_H_ diff --git a/source/shared_lib/include/platform/sdl/sdl_private.h b/source/shared_lib/include/platform/sdl/sdl_private.h index f1bb21b01..43be12474 100644 --- a/source/shared_lib/include/platform/sdl/sdl_private.h +++ b/source/shared_lib/include/platform/sdl/sdl_private.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #ifndef _SHARED_PLATFORM_SDL_GLOBALS_H_ #define _SHARED_PLATFORM_SDL_GLOBALS_H_ diff --git a/source/shared_lib/include/platform/sdl/thread.h b/source/shared_lib/include/platform/sdl/thread.h index 9e356eb65..fbe3d8e10 100644 --- a/source/shared_lib/include/platform/sdl/thread.h +++ b/source/shared_lib/include/platform/sdl/thread.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_PLATFORM_THREAD_H_ #define _SHARED_PLATFORM_THREAD_H_ diff --git a/source/shared_lib/include/platform/sdl/window.h b/source/shared_lib/include/platform/sdl/window.h index 2cdd450c3..1ba65b72c 100644 --- a/source/shared_lib/include/platform/sdl/window.h +++ b/source/shared_lib/include/platform/sdl/window.h @@ -1,14 +1,21 @@ -// ============================================================== -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_PLATFORM_WINDOW_H_ #define _SHARED_PLATFORM_WINDOW_H_ diff --git a/source/shared_lib/include/platform/sdl/window_gl.h b/source/shared_lib/include/platform/sdl/window_gl.h index dd13d7c94..d2fd0568e 100644 --- a/source/shared_lib/include/platform/sdl/window_gl.h +++ b/source/shared_lib/include/platform/sdl/window_gl.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_PLATFORM_WINDOWGL_H_ #define _SHARED_PLATFORM_WINDOWGL_H_ diff --git a/source/shared_lib/include/sound/sound.h b/source/shared_lib/include/sound/sound.h index e3e140b91..a656c474d 100644 --- a/source/shared_lib/include/sound/sound.h +++ b/source/shared_lib/include/sound/sound.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_SOUND_SOUND_H_ #define _SHARED_SOUND_SOUND_H_ diff --git a/source/shared_lib/include/sound/sound_factory.h b/source/shared_lib/include/sound/sound_factory.h index ba7506877..48ad7247a 100644 --- a/source/shared_lib/include/sound/sound_factory.h +++ b/source/shared_lib/include/sound/sound_factory.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_SOUND_SOUNDFACTORY_H_ #define _SHARED_SOUND_SOUNDFACTORY_H_ diff --git a/source/shared_lib/include/sound/sound_factory_none.h b/source/shared_lib/include/sound/sound_factory_none.h index 2793a643b..8aea2adc3 100644 --- a/source/shared_lib/include/sound/sound_factory_none.h +++ b/source/shared_lib/include/sound/sound_factory_none.h @@ -1,10 +1,21 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2010 Mark Vejvoda +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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. -//You can redistribute this code 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 #ifndef _SHARED_SOUND_SOUNDFACTORY_NONEL_H_ #define _SHARED_SOUND_SOUNDFACTORY_NONEL_H_ diff --git a/source/shared_lib/include/sound/sound_file_loader.h b/source/shared_lib/include/sound/sound_file_loader.h index c5e2d91f9..31e50344b 100644 --- a/source/shared_lib/include/sound/sound_file_loader.h +++ b/source/shared_lib/include/sound/sound_file_loader.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_SOUND_SOUNDFILELOADER_H_ #define _SHARED_SOUND_SOUNDFILELOADER_H_ diff --git a/source/shared_lib/include/sound/sound_interface.h b/source/shared_lib/include/sound/sound_interface.h index eaadfdabf..945769697 100644 --- a/source/shared_lib/include/sound/sound_interface.h +++ b/source/shared_lib/include/sound/sound_interface.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_SOUND_SOUNDINTERFACE_H_ #define _SHARED_SOUND_SOUNDINTERFACE_H_ diff --git a/source/shared_lib/include/sound/sound_player.h b/source/shared_lib/include/sound/sound_player.h index d662ddeb2..ff2133585 100644 --- a/source/shared_lib/include/sound/sound_player.h +++ b/source/shared_lib/include/sound/sound_player.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_SOUND_SOUNDPLAYER_H_ #define _SHARED_SOUND_SOUNDPLAYER_H_ diff --git a/source/shared_lib/include/util/checksum.h b/source/shared_lib/include/util/checksum.h index a61a437de..08ccaa467 100644 --- a/source/shared_lib/include/util/checksum.h +++ b/source/shared_lib/include/util/checksum.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_CHECKSUM_H_ #define _SHARED_UTIL_CHECKSUM_H_ diff --git a/source/shared_lib/include/util/conversion.h b/source/shared_lib/include/util/conversion.h index 9df50469d..adaba99db 100644 --- a/source/shared_lib/include/util/conversion.h +++ b/source/shared_lib/include/util/conversion.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_CONVERSION_H_ #define _SHARED_UTIL_CONVERSION_H_ diff --git a/source/shared_lib/include/util/factory.h b/source/shared_lib/include/util/factory.h index f786f7442..46881ed87 100644 --- a/source/shared_lib/include/util/factory.h +++ b/source/shared_lib/include/util/factory.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_FACTORY_ #define _SHARED_UTIL_FACTORY_ diff --git a/source/shared_lib/include/util/gen_uuid.h b/source/shared_lib/include/util/gen_uuid.h index 0724617dd..30aea8ac7 100644 --- a/source/shared_lib/include/util/gen_uuid.h +++ b/source/shared_lib/include/util/gen_uuid.h @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + /* what follows is a somewhat stripped-down version of the sample implementation of UUID generation from RFC 4122. */ diff --git a/source/shared_lib/include/util/leak_dumper.h b/source/shared_lib/include/util/leak_dumper.h index 8c9a3744e..f5659d7b5 100644 --- a/source/shared_lib/include/util/leak_dumper.h +++ b/source/shared_lib/include/util/leak_dumper.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _LEAKDUMPER_H_ #define _LEAKDUMPER_H_ diff --git a/source/shared_lib/include/util/profiler.h b/source/shared_lib/include/util/profiler.h index ca0170d8d..e1ee68b14 100644 --- a/source/shared_lib/include/util/profiler.h +++ b/source/shared_lib/include/util/profiler.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_PROFILER_H_ #define _SHARED_UTIL_PROFILER_H_ diff --git a/source/shared_lib/include/util/properties.h b/source/shared_lib/include/util/properties.h index 7dc864cd5..4a3c87787 100644 --- a/source/shared_lib/include/util/properties.h +++ b/source/shared_lib/include/util/properties.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_PROPERTIES_H_ #define _SHARED_UTIL_PROPERTIES_H_ diff --git a/source/shared_lib/include/util/randomgen.h b/source/shared_lib/include/util/randomgen.h index 71fe379b8..4e3783b11 100644 --- a/source/shared_lib/include/util/randomgen.h +++ b/source/shared_lib/include/util/randomgen.h @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke -// 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_RANDOM_H_ #define _SHARED_UTIL_RANDOM_H_ diff --git a/source/shared_lib/include/util/utf8.h b/source/shared_lib/include/util/utf8.h index 82b13f59f..481605b6a 100644 --- a/source/shared_lib/include/util/utf8.h +++ b/source/shared_lib/include/util/utf8.h @@ -1,32 +1,24 @@ -// Copyright 2006 Nemanja Trifunovic +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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. -/* -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: +// 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 -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. -*/ - - -#ifndef UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731 -#define UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731 +#ifndef _UTF8_H_ +#define _UTF8_H_ #include "utf8/checked.h" #include "utf8/unchecked.h" diff --git a/source/shared_lib/include/util/util.h b/source/shared_lib/include/util/util.h index aeb0e0dcc..73f5a37f1 100644 --- a/source/shared_lib/include/util/util.h +++ b/source/shared_lib/include/util/util.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_UTIL_UTIL_H_ #define _SHARED_UTIL_UTIL_H_ diff --git a/source/shared_lib/include/xml/xml_parser.h b/source/shared_lib/include/xml/xml_parser.h index 897d60b3b..b8c4a8605 100644 --- a/source/shared_lib/include/xml/xml_parser.h +++ b/source/shared_lib/include/xml/xml_parser.h @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifndef _SHARED_XML_XMLPARSER_H_ #define _SHARED_XML_XMLPARSER_H_ diff --git a/source/shared_lib/sources/compression/compression_utils.cpp b/source/shared_lib/sources/compression/compression_utils.cpp index 64f385c4c..681d2230d 100644 --- a/source/shared_lib/sources/compression/compression_utils.cpp +++ b/source/shared_lib/sources/compression/compression_utils.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2013 Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 based on example3.c - Demonstrates how to use miniz.c's deflate() // and inflate() functions for simple file compression. diff --git a/source/shared_lib/sources/graphics/BMPReader.cpp b/source/shared_lib/sources/graphics/BMPReader.cpp index 98fb72235..b9567b8cf 100644 --- a/source/shared_lib/sources/graphics/BMPReader.cpp +++ b/source/shared_lib/sources/graphics/BMPReader.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "BMPReader.h" #include "data_types.h" diff --git a/source/shared_lib/sources/graphics/ImageReaders.cpp b/source/shared_lib/sources/graphics/ImageReaders.cpp index 4ae93c9ba..362332b4f 100644 --- a/source/shared_lib/sources/graphics/ImageReaders.cpp +++ b/source/shared_lib/sources/graphics/ImageReaders.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "ImageReaders.h" #include "leak_dumper.h" diff --git a/source/shared_lib/sources/graphics/JPGReader.cpp b/source/shared_lib/sources/graphics/JPGReader.cpp index d58de5551..286f8f1c2 100644 --- a/source/shared_lib/sources/graphics/JPGReader.cpp +++ b/source/shared_lib/sources/graphics/JPGReader.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "JPGReader.h" #include "FileReader.h" diff --git a/source/shared_lib/sources/graphics/PNGReader.cpp b/source/shared_lib/sources/graphics/PNGReader.cpp index d0f4c614e..344ab89f0 100644 --- a/source/shared_lib/sources/graphics/PNGReader.cpp +++ b/source/shared_lib/sources/graphics/PNGReader.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "PNGReader.h" diff --git a/source/shared_lib/sources/graphics/TGAReader.cpp b/source/shared_lib/sources/graphics/TGAReader.cpp index ff44c1312..db0ec72e6 100644 --- a/source/shared_lib/sources/graphics/TGAReader.cpp +++ b/source/shared_lib/sources/graphics/TGAReader.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Martiño Figueroa and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "TGAReader.h" #include "data_types.h" diff --git a/source/shared_lib/sources/graphics/buffer.cpp b/source/shared_lib/sources/graphics/buffer.cpp index 037d07844..e03d9df13 100644 --- a/source/shared_lib/sources/graphics/buffer.cpp +++ b/source/shared_lib/sources/graphics/buffer.cpp @@ -1,9 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke -// The MegaGlest Team, under GNU GPL v3.0 -// ============================================================== +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "buffer.h" diff --git a/source/shared_lib/sources/graphics/camera.cpp b/source/shared_lib/sources/graphics/camera.cpp index afb865631..f57062365 100644 --- a/source/shared_lib/sources/graphics/camera.cpp +++ b/source/shared_lib/sources/graphics/camera.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "camera.h" diff --git a/source/shared_lib/sources/graphics/context.cpp b/source/shared_lib/sources/graphics/context.cpp index 45b9ca86b..8598c4b09 100644 --- a/source/shared_lib/sources/graphics/context.cpp +++ b/source/shared_lib/sources/graphics/context.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "context.h" diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index a6f0e4421..37e331b75 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2007 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "font.h" #include diff --git a/source/shared_lib/sources/graphics/font_manager.cpp b/source/shared_lib/sources/graphics/font_manager.cpp index b6334d593..bda16d470 100644 --- a/source/shared_lib/sources/graphics/font_manager.cpp +++ b/source/shared_lib/sources/graphics/font_manager.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "font_manager.h" diff --git a/source/shared_lib/sources/graphics/font_text.cpp b/source/shared_lib/sources/graphics/font_text.cpp index cfef5ad3d..359db6cd3 100644 --- a/source/shared_lib/sources/graphics/font_text.cpp +++ b/source/shared_lib/sources/graphics/font_text.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of the MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 Mark Vejvoda and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "font_text.h" using namespace std; diff --git a/source/shared_lib/sources/graphics/gl/base_renderer.cpp b/source/shared_lib/sources/graphics/gl/base_renderer.cpp index d85367ebb..b0c1ef0bc 100644 --- a/source/shared_lib/sources/graphics/gl/base_renderer.cpp +++ b/source/shared_lib/sources/graphics/gl/base_renderer.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2010 Mark Vejvoda +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "base_renderer.h" diff --git a/source/shared_lib/sources/graphics/gl/context_gl.cpp b/source/shared_lib/sources/graphics/gl/context_gl.cpp index f1d2221ff..83e57f63a 100644 --- a/source/shared_lib/sources/graphics/gl/context_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/context_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "context_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/font_gl.cpp b/source/shared_lib/sources/graphics/gl/font_gl.cpp index 312c624f9..445af80f1 100644 --- a/source/shared_lib/sources/graphics/gl/font_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/font_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "font_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index 0d9b8d13c..a643c821c 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of the MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2011 Mark Vejvoda and others +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #ifdef USE_FTGL diff --git a/source/shared_lib/sources/graphics/gl/model_gl.cpp b/source/shared_lib/sources/graphics/gl/model_gl.cpp index 71eb653a5..d2583a392 100644 --- a/source/shared_lib/sources/graphics/gl/model_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/model_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "model_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/model_renderer_gl.cpp b/source/shared_lib/sources/graphics/gl/model_renderer_gl.cpp index 3b806a286..51fb5b0fc 100644 --- a/source/shared_lib/sources/graphics/gl/model_renderer_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/model_renderer_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "model_renderer_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/opengl.cpp b/source/shared_lib/sources/graphics/gl/opengl.cpp index c521e3747..eea573257 100644 --- a/source/shared_lib/sources/graphics/gl/opengl.cpp +++ b/source/shared_lib/sources/graphics/gl/opengl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "opengl.h" diff --git a/source/shared_lib/sources/graphics/gl/particle_renderer_gl.cpp b/source/shared_lib/sources/graphics/gl/particle_renderer_gl.cpp index 0aa42b879..c28c7ba49 100644 --- a/source/shared_lib/sources/graphics/gl/particle_renderer_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/particle_renderer_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "particle_renderer_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/shader_gl.cpp b/source/shared_lib/sources/graphics/gl/shader_gl.cpp index 842faf852..6fd1ede83 100644 --- a/source/shared_lib/sources/graphics/gl/shader_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/shader_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "shader_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/text_renderer_gl.cpp b/source/shared_lib/sources/graphics/gl/text_renderer_gl.cpp index fd17ac1a5..429811f45 100644 --- a/source/shared_lib/sources/graphics/gl/text_renderer_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/text_renderer_gl.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "text_renderer_gl.h" diff --git a/source/shared_lib/sources/graphics/gl/texture_gl.cpp b/source/shared_lib/sources/graphics/gl/texture_gl.cpp index 38bfad843..d9000e9fb 100644 --- a/source/shared_lib/sources/graphics/gl/texture_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/texture_gl.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "texture_gl.h" #include #include "opengl.h" diff --git a/source/shared_lib/sources/graphics/graphics_interface.cpp b/source/shared_lib/sources/graphics/graphics_interface.cpp index c6c6f6c45..113893f25 100644 --- a/source/shared_lib/sources/graphics/graphics_interface.cpp +++ b/source/shared_lib/sources/graphics/graphics_interface.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "graphics_interface.h" diff --git a/source/shared_lib/sources/graphics/interpolation.cpp b/source/shared_lib/sources/graphics/interpolation.cpp index e07531a8b..685ee908f 100644 --- a/source/shared_lib/sources/graphics/interpolation.cpp +++ b/source/shared_lib/sources/graphics/interpolation.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "interpolation.h" diff --git a/source/shared_lib/sources/graphics/model.cpp b/source/shared_lib/sources/graphics/model.cpp index 3b62d1318..444e4e23c 100644 --- a/source/shared_lib/sources/graphics/model.cpp +++ b/source/shared_lib/sources/graphics/model.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "model.h" diff --git a/source/shared_lib/sources/graphics/model_manager.cpp b/source/shared_lib/sources/graphics/model_manager.cpp index 82532a37b..97c840a4b 100644 --- a/source/shared_lib/sources/graphics/model_manager.cpp +++ b/source/shared_lib/sources/graphics/model_manager.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "model_manager.h" diff --git a/source/shared_lib/sources/graphics/particle.cpp b/source/shared_lib/sources/graphics/particle.cpp index 1153b373b..9417ce7d0 100644 --- a/source/shared_lib/sources/graphics/particle.cpp +++ b/source/shared_lib/sources/graphics/particle.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "math_wrapper.h" #include "particle.h" diff --git a/source/shared_lib/sources/graphics/pixmap.cpp b/source/shared_lib/sources/graphics/pixmap.cpp index 1efe4ae9c..c8ea20deb 100644 --- a/source/shared_lib/sources/graphics/pixmap.cpp +++ b/source/shared_lib/sources/graphics/pixmap.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "math_wrapper.h" #include "pixmap.h" diff --git a/source/shared_lib/sources/graphics/quaternion.cpp b/source/shared_lib/sources/graphics/quaternion.cpp index da35bfa97..4b4c27fd2 100644 --- a/source/shared_lib/sources/graphics/quaternion.cpp +++ b/source/shared_lib/sources/graphics/quaternion.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "math_wrapper.h" #include "quaternion.h" diff --git a/source/shared_lib/sources/graphics/shader.cpp b/source/shared_lib/sources/graphics/shader.cpp index 7acbb1922..61d359ea7 100644 --- a/source/shared_lib/sources/graphics/shader.cpp +++ b/source/shared_lib/sources/graphics/shader.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "shader.h" diff --git a/source/shared_lib/sources/graphics/shader_manager.cpp b/source/shared_lib/sources/graphics/shader_manager.cpp index fba35635f..b62282408 100644 --- a/source/shared_lib/sources/graphics/shader_manager.cpp +++ b/source/shared_lib/sources/graphics/shader_manager.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "shader_manager.h" #include diff --git a/source/shared_lib/sources/graphics/texture.cpp b/source/shared_lib/sources/graphics/texture.cpp index 59a08e808..a7f6a5f7b 100644 --- a/source/shared_lib/sources/graphics/texture.cpp +++ b/source/shared_lib/sources/graphics/texture.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "texture.h" #include "util.h" diff --git a/source/shared_lib/sources/graphics/texture_manager.cpp b/source/shared_lib/sources/graphics/texture_manager.cpp index 39c75d6d3..efd5c5d04 100644 --- a/source/shared_lib/sources/graphics/texture_manager.cpp +++ b/source/shared_lib/sources/graphics/texture_manager.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "texture_manager.h" diff --git a/source/shared_lib/sources/graphics/video_player.cpp b/source/shared_lib/sources/graphics/video_player.cpp index daae5a8c1..3b1d85103 100644 --- a/source/shared_lib/sources/graphics/video_player.cpp +++ b/source/shared_lib/sources/graphics/video_player.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include #include "video_player.h" diff --git a/source/shared_lib/sources/lua/lua_script.cpp b/source/shared_lib/sources/lua/lua_script.cpp index ff125b1fb..1f681bab5 100644 --- a/source/shared_lib/sources/lua/lua_script.cpp +++ b/source/shared_lib/sources/lua/lua_script.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "lua_script.h" diff --git a/source/shared_lib/sources/map/map_preview.cpp b/source/shared_lib/sources/map/map_preview.cpp index 6c5268ce2..d8577214a 100644 --- a/source/shared_lib/sources/map/map_preview.cpp +++ b/source/shared_lib/sources/map/map_preview.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of Glest (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "map_preview.h" diff --git a/source/shared_lib/sources/platform/common/base_thread.cpp b/source/shared_lib/sources/platform/common/base_thread.cpp index ae86ee89e..96fc07c6b 100644 --- a/source/shared_lib/sources/platform/common/base_thread.cpp +++ b/source/shared_lib/sources/platform/common/base_thread.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "base_thread.h" #include "platform_common.h" diff --git a/source/shared_lib/sources/platform/common/cache_manager.cpp b/source/shared_lib/sources/platform/common/cache_manager.cpp index b6333d329..15e4974c5 100644 --- a/source/shared_lib/sources/platform/common/cache_manager.cpp +++ b/source/shared_lib/sources/platform/common/cache_manager.cpp @@ -1,14 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "cache_manager.h" namespace Shared { diff --git a/source/shared_lib/sources/platform/common/platform_common.cpp b/source/shared_lib/sources/platform/common/platform_common.cpp index a4d9a0d92..b343fbec0 100644 --- a/source/shared_lib/sources/platform/common/platform_common.cpp +++ b/source/shared_lib/sources/platform/common/platform_common.cpp @@ -1,11 +1,21 @@ -// ============================================================== -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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. -//You can redistribute this code 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 #ifdef WIN32 #include diff --git a/source/shared_lib/sources/platform/common/simple_threads.cpp b/source/shared_lib/sources/platform/common/simple_threads.cpp index 1600510c8..04b38d6d3 100644 --- a/source/shared_lib/sources/platform/common/simple_threads.cpp +++ b/source/shared_lib/sources/platform/common/simple_threads.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "simple_threads.h" #include "util.h" diff --git a/source/shared_lib/sources/platform/miniupnpc/upnpdev.c b/source/shared_lib/sources/platform/miniupnpc/upnpdev.c index e594746b8..5a3859eb0 100644 --- a/source/shared_lib/sources/platform/miniupnpc/upnpdev.c +++ b/source/shared_lib/sources/platform/miniupnpc/upnpdev.c @@ -18,4 +18,3 @@ void freeUPNPDevlist(struct UPNPDev * devlist) { devlist = next; } } - diff --git a/source/shared_lib/sources/platform/posix/miniftpclient.cpp b/source/shared_lib/sources/platform/posix/miniftpclient.cpp index 4c7fa3194..696693263 100644 --- a/source/shared_lib/sources/platform/posix/miniftpclient.cpp +++ b/source/shared_lib/sources/platform/posix/miniftpclient.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "miniftpclient.h" #include "util.h" diff --git a/source/shared_lib/sources/platform/posix/miniftpserver.cpp b/source/shared_lib/sources/platform/posix/miniftpserver.cpp index ae1c0924b..6f978b946 100644 --- a/source/shared_lib/sources/platform/posix/miniftpserver.cpp +++ b/source/shared_lib/sources/platform/posix/miniftpserver.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and -// Mark Vejvoda (mark_vejvoda@hotmail.com) +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "miniftpserver.h" #include "util.h" diff --git a/source/shared_lib/sources/platform/posix/socket.cpp b/source/shared_lib/sources/platform/posix/socket.cpp index ec64c6ae6..7955b34e6 100644 --- a/source/shared_lib/sources/platform/posix/socket.cpp +++ b/source/shared_lib/sources/platform/posix/socket.cpp @@ -1,10 +1,21 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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. -//You can redistribute this code 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 #include "socket.h" diff --git a/source/shared_lib/sources/platform/sdl/gl_wrap.cpp b/source/shared_lib/sources/platform/sdl/gl_wrap.cpp index 5e5dbeaed..4688edf0b 100644 --- a/source/shared_lib/sources/platform/sdl/gl_wrap.cpp +++ b/source/shared_lib/sources/platform/sdl/gl_wrap.cpp @@ -1,10 +1,22 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 -//You can redistribute this code 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. #include "gl_wrap.h" #include diff --git a/source/shared_lib/sources/platform/sdl/thread.cpp b/source/shared_lib/sources/platform/sdl/thread.cpp index ba63e94c0..4f4fd311f 100644 --- a/source/shared_lib/sources/platform/sdl/thread.cpp +++ b/source/shared_lib/sources/platform/sdl/thread.cpp @@ -1,10 +1,21 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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. -//You can redistribute this code 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 #include "thread.h" diff --git a/source/shared_lib/sources/platform/sdl/window.cpp b/source/shared_lib/sources/platform/sdl/window.cpp index 7faafd003..c88935a6b 100644 --- a/source/shared_lib/sources/platform/sdl/window.cpp +++ b/source/shared_lib/sources/platform/sdl/window.cpp @@ -1,10 +1,21 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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. -//You can redistribute this code 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 #include "window.h" diff --git a/source/shared_lib/sources/platform/sdl/window_gl.cpp b/source/shared_lib/sources/platform/sdl/window_gl.cpp index cf62df3cc..e8cf17691 100644 --- a/source/shared_lib/sources/platform/sdl/window_gl.cpp +++ b/source/shared_lib/sources/platform/sdl/window_gl.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "window_gl.h" #include "gl_wrap.h" diff --git a/source/shared_lib/sources/platform/win32/factory_repository.cpp b/source/shared_lib/sources/platform/win32/factory_repository.cpp index 0baabe954..8acd22abe 100644 --- a/source/shared_lib/sources/platform/win32/factory_repository.cpp +++ b/source/shared_lib/sources/platform/win32/factory_repository.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "factory_repository.h" diff --git a/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp b/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp index ca2170f2c..71cd3785a 100644 --- a/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp +++ b/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp @@ -1,10 +1,22 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 -//You can redistribute this code 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. #include "gl_wrap.h" #include diff --git a/source/shared_lib/sources/platform/win32/platform_util.cpp b/source/shared_lib/sources/platform/win32/platform_util.cpp index 5d49a8847..9df9d0757 100644 --- a/source/shared_lib/sources/platform/win32/platform_util.cpp +++ b/source/shared_lib/sources/platform/win32/platform_util.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "platform_util.h" #include "window.h" diff --git a/source/shared_lib/sources/sound/openal/sound_player_openal.cpp b/source/shared_lib/sources/sound/openal/sound_player_openal.cpp index c5c8cd833..c15f022bc 100644 --- a/source/shared_lib/sources/sound/openal/sound_player_openal.cpp +++ b/source/shared_lib/sources/sound/openal/sound_player_openal.cpp @@ -1,10 +1,22 @@ -//This file is part of Glest Shared Library (www.glest.org) -//Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest +// +// Copyright (C) 2018 The ZetaGlest team +// +// ZetaGlest is a fork of MegaGlest +// +// 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 -//You can redistribute this code 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. #include "sound_player_openal.h" #include diff --git a/source/shared_lib/sources/sound/sound.cpp b/source/shared_lib/sources/sound/sound.cpp index b29b75c31..81f4f4fef 100644 --- a/source/shared_lib/sources/sound/sound.cpp +++ b/source/shared_lib/sources/sound/sound.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "sound.h" diff --git a/source/shared_lib/sources/sound/sound_file_loader.cpp b/source/shared_lib/sources/sound/sound_file_loader.cpp index a5f9b42ef..8704bc224 100644 --- a/source/shared_lib/sources/sound/sound_file_loader.cpp +++ b/source/shared_lib/sources/sound/sound_file_loader.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "sound_file_loader.h" diff --git a/source/shared_lib/sources/sound/sound_interface.cpp b/source/shared_lib/sources/sound/sound_interface.cpp index d135ef4ac..7df3dd083 100644 --- a/source/shared_lib/sources/sound/sound_interface.cpp +++ b/source/shared_lib/sources/sound/sound_interface.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "sound_interface.h" #include "util.h" diff --git a/source/shared_lib/sources/sound/sound_player.cpp b/source/shared_lib/sources/sound/sound_player.cpp index 26263fa3a..e0e80a2d1 100644 --- a/source/shared_lib/sources/sound/sound_player.cpp +++ b/source/shared_lib/sources/sound/sound_player.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "sound_player.h" diff --git a/source/shared_lib/sources/util/checksum.cpp b/source/shared_lib/sources/util/checksum.cpp index 9b7b4f974..b2d8a914a 100644 --- a/source/shared_lib/sources/util/checksum.cpp +++ b/source/shared_lib/sources/util/checksum.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "checksum.h" diff --git a/source/shared_lib/sources/util/conversion.cpp b/source/shared_lib/sources/util/conversion.cpp index 6dfab1c97..65cb4d499 100644 --- a/source/shared_lib/sources/util/conversion.cpp +++ b/source/shared_lib/sources/util/conversion.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "conversion.h" diff --git a/source/shared_lib/sources/util/leak_dumper.cpp b/source/shared_lib/sources/util/leak_dumper.cpp index 689ebb5c5..e20976cc0 100644 --- a/source/shared_lib/sources/util/leak_dumper.cpp +++ b/source/shared_lib/sources/util/leak_dumper.cpp @@ -1,13 +1,22 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 + #include "leak_dumper.h" #ifdef SL_LEAK_DUMP diff --git a/source/shared_lib/sources/util/profiler.cpp b/source/shared_lib/sources/util/profiler.cpp index 5221792a2..4ff797ba5 100644 --- a/source/shared_lib/sources/util/profiler.cpp +++ b/source/shared_lib/sources/util/profiler.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "profiler.h" diff --git a/source/shared_lib/sources/util/properties.cpp b/source/shared_lib/sources/util/properties.cpp index bf76d8676..a8da6e4bc 100644 --- a/source/shared_lib/sources/util/properties.cpp +++ b/source/shared_lib/sources/util/properties.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2007 Martio Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "properties.h" diff --git a/source/shared_lib/sources/util/randomgen.cpp b/source/shared_lib/sources/util/randomgen.cpp index 4a0de4d42..f1898ebff 100644 --- a/source/shared_lib/sources/util/randomgen.cpp +++ b/source/shared_lib/sources/util/randomgen.cpp @@ -1,14 +1,21 @@ -// ============================================================== -// This file is part of MegaGlest Shared Library (www.megaglest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke -// 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "randomgen.h" #include diff --git a/source/shared_lib/sources/util/util.cpp b/source/shared_lib/sources/util/util.cpp index 89010dbf4..7a6c8224c 100644 --- a/source/shared_lib/sources/util/util.cpp +++ b/source/shared_lib/sources/util/util.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "util.h" diff --git a/source/shared_lib/sources/xml/xml_parser.cpp b/source/shared_lib/sources/xml/xml_parser.cpp index 0a2f39fbb..725e9931f 100644 --- a/source/shared_lib/sources/xml/xml_parser.cpp +++ b/source/shared_lib/sources/xml/xml_parser.cpp @@ -1,13 +1,21 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) +// This file is part of ZetaGlest // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2018 The ZetaGlest team // -// You can redistribute this code 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 -// ============================================================== +// ZetaGlest is a fork of MegaGlest +// +// 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 #include "data_types.h" #include "xml_parser.h"