diff --git a/tools/pietoaster/COPYING b/tools/pietoaster/COPYING index 7c04f685f..94a9ed024 100644 --- a/tools/pietoaster/COPYING +++ b/tools/pietoaster/COPYING @@ -631,9 +631,8 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - PieToaster is opengl application to edit warzone RTS game's pie format, - which is heavily inspired by PieSlicer created by stratadrake. - Copyright (C) 2007 Carl Hee + + Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -653,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - PieToaster Copyright (C) 2007 Carl Hee + Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/tools/pietoaster/base_types.h b/tools/pietoaster/base_types.h index 3aca48b07..185855b31 100644 --- a/tools/pietoaster/base_types.h +++ b/tools/pietoaster/base_types.h @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #ifndef _base_types_h #define _base_types_h diff --git a/tools/pietoaster/game_io.cpp b/tools/pietoaster/game_io.cpp index 9c456db28..7aafa4285 100644 --- a/tools/pietoaster/game_io.cpp +++ b/tools/pietoaster/game_io.cpp @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #include "game_io.h" //sets the MouseX,MouseY to invalid 0xFFFF diff --git a/tools/pietoaster/game_io.h b/tools/pietoaster/game_io.h index 4f4fbcd00..d096b4258 100644 --- a/tools/pietoaster/game_io.h +++ b/tools/pietoaster/game_io.h @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #ifndef __game_io_h #define __game_io_h #include "SDL.h" diff --git a/tools/pietoaster/pie_internal.cpp b/tools/pietoaster/pie_internal.cpp index 27585cf5b..78562f71b 100644 --- a/tools/pietoaster/pie_internal.cpp +++ b/tools/pietoaster/pie_internal.cpp @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #include "pie_internal.h" #ifdef _WIN32 diff --git a/tools/pietoaster/pie_internal.h b/tools/pietoaster/pie_internal.h index 0783816e3..47d7d7f21 100644 --- a/tools/pietoaster/pie_internal.h +++ b/tools/pietoaster/pie_internal.h @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #ifndef _pie_internal_h #define _pie_internal_h diff --git a/tools/pietoaster/pietoaster.cpp b/tools/pietoaster/pietoaster.cpp index 6a7828432..ef36b0b54 100644 --- a/tools/pietoaster/pietoaster.cpp +++ b/tools/pietoaster/pietoaster.cpp @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #include "stdlib.h" #include "stdio.h" #include "string.h" diff --git a/tools/pietoaster/png_util2.cpp b/tools/pietoaster/png_util.cpp similarity index 100% rename from tools/pietoaster/png_util2.cpp rename to tools/pietoaster/png_util.cpp diff --git a/tools/pietoaster/resmaster.cpp b/tools/pietoaster/resmaster.cpp index fdeafa890..d2104f374 100644 --- a/tools/pietoaster/resmaster.cpp +++ b/tools/pietoaster/resmaster.cpp @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #include "resmaster.h" #ifdef _WIN32 diff --git a/tools/pietoaster/resmaster.h b/tools/pietoaster/resmaster.h index b683d2958..fd63fae4f 100644 --- a/tools/pietoaster/resmaster.h +++ b/tools/pietoaster/resmaster.h @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #ifndef _resmaster_h #define _resmaster_h diff --git a/tools/pietoaster/screen.cpp b/tools/pietoaster/screen.cpp index 1da00ca78..2e3de3f5f 100644 --- a/tools/pietoaster/screen.cpp +++ b/tools/pietoaster/screen.cpp @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #include "screen.h" CScreen g_Screen; diff --git a/tools/pietoaster/screen.h b/tools/pietoaster/screen.h index 8c96c36e7..e0f0f075b 100644 --- a/tools/pietoaster/screen.h +++ b/tools/pietoaster/screen.h @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #ifndef _screen_h #define _screen_h diff --git a/tools/pietoaster/texture_mapper.cpp b/tools/pietoaster/texture_mapper.cpp index 83ab2b454..b84e13658 100644 --- a/tools/pietoaster/texture_mapper.cpp +++ b/tools/pietoaster/texture_mapper.cpp @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #include "texture_mapper.h" #include "texture.h" #include "screen.h" diff --git a/tools/pietoaster/texture_mapper.h b/tools/pietoaster/texture_mapper.h index ec7b86f0b..fe5e9e12f 100644 --- a/tools/pietoaster/texture_mapper.h +++ b/tools/pietoaster/texture_mapper.h @@ -1,3 +1,27 @@ +/* + * PieToaster is an OpenGL application to edit 3D models in + * Warzone 2100's (an RTS game) PIE 3D model format, which is heavily + * inspired by PieSlicer created by stratadrake. + * Copyright (C) 2007 Carl Hee + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Revision$ + * $Id$ + * $HeadURL$ + */ + #ifndef _texture_mapper_h #define _texture_mapper_h