diff --git a/src/action.cxx b/src/action.cxx index c6ec9da..0621552 100644 --- a/src/action.cxx +++ b/src/action.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/action.h b/src/action.h index ef0d3aa..5ae9571 100644 --- a/src/action.h +++ b/src/action.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/blupi.cxx b/src/blupi.cxx index 07edd0f..2767d68 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/blupi.h b/src/blupi.h index d380be4..459222c 100644 --- a/src/blupi.h +++ b/src/blupi.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/button.cxx b/src/button.cxx index 2b44179..8eaee35 100644 --- a/src/button.cxx +++ b/src/button.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/button.h b/src/button.h index e46fe9a..f14fc9c 100644 --- a/src/button.h +++ b/src/button.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/config.h.in b/src/config.h.in index c9a4476..e46f2e6 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,3 +1,23 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ + #define PB_VERSION_MAJOR @PB_VERSION_MAJOR@ #define PB_VERSION_MINOR @PB_VERSION_MINOR@ #define PB_VERSION_PATCH @PB_VERSION_PATCH@ diff --git a/src/decblupi.cxx b/src/decblupi.cxx index 926bb94..9db3d85 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include diff --git a/src/decgoal.cxx b/src/decgoal.cxx index c2737a2..c41d43c 100644 --- a/src/decgoal.cxx +++ b/src/decgoal.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "decgoal.h" #include "def.h" diff --git a/src/decgoal.h b/src/decgoal.h index aa0d478..61ff7aa 100644 --- a/src/decgoal.h +++ b/src/decgoal.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/decio.cxx b/src/decio.cxx index 3507f60..384fb33 100644 --- a/src/decio.cxx +++ b/src/decio.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "def.h" #include "decor.h" diff --git a/src/decmap.cxx b/src/decmap.cxx index 53aca1c..b87baeb 100644 --- a/src/decmap.cxx +++ b/src/decmap.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "blupi.h" #include "def.h" diff --git a/src/decmove.cxx b/src/decmove.cxx index 1d20a6a..63f931d 100644 --- a/src/decmove.cxx +++ b/src/decmove.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "decor.h" #include "misc.h" diff --git a/src/decmove.h b/src/decmove.h index 7061d66..5ba72db 100644 --- a/src/decmove.h +++ b/src/decmove.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/decor.cxx b/src/decor.cxx index 2bbebbe..d27986f 100644 --- a/src/decor.cxx +++ b/src/decor.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/decor.h b/src/decor.h index e609b64..9c38f66 100644 --- a/src/decor.h +++ b/src/decor.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/decstat.cxx b/src/decstat.cxx index 298d8a1..a7aace9 100644 --- a/src/decstat.cxx +++ b/src/decstat.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "gettext.h" #include "decor.h" diff --git a/src/def.h b/src/def.h index 9ffd768..da179a9 100644 --- a/src/def.h +++ b/src/def.h @@ -1,5 +1,22 @@ -// Def.h -// +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/event.cxx b/src/event.cxx index 69a83ea..8679160 100644 --- a/src/event.cxx +++ b/src/event.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/event.h b/src/event.h index ea1e15c..40c0928 100644 --- a/src/event.h +++ b/src/event.h @@ -1,4 +1,22 @@ -// Event.h +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/fifo.h b/src/fifo.h index 7af26e4..abf18c2 100644 --- a/src/fifo.h +++ b/src/fifo.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/fix.cxx b/src/fix.cxx index 5d64399..2487f9d 100644 --- a/src/fix.cxx +++ b/src/fix.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "decor.h" #include "misc.h" diff --git a/src/fog.cxx b/src/fog.cxx index bf88531..7e061e8 100644 --- a/src/fog.cxx +++ b/src/fog.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "decor.h" diff --git a/src/gettext.h b/src/gettext.h index f9cac8e..b38b185 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/menu.cxx b/src/menu.cxx index 92e00ec..a238aee 100644 --- a/src/menu.cxx +++ b/src/menu.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/menu.h b/src/menu.h index 9987ae7..5ff779b 100644 --- a/src/menu.h +++ b/src/menu.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/misc.cxx b/src/misc.cxx index 7ac3fce..706e3a4 100644 --- a/src/misc.cxx +++ b/src/misc.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/misc.h b/src/misc.h index 5da5251..89eb62e 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/movie.cxx b/src/movie.cxx index 5cc42b0..ec49344 100644 --- a/src/movie.cxx +++ b/src/movie.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/movie.h b/src/movie.h index 65c9954..035f563 100644 --- a/src/movie.h +++ b/src/movie.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/obstacle.cxx b/src/obstacle.cxx index 25e204c..815ef61 100644 --- a/src/obstacle.cxx +++ b/src/obstacle.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "decor.h" #include "misc.h" diff --git a/src/path.cxx b/src/path.cxx index 13dd243..03a3655 100644 --- a/src/path.cxx +++ b/src/path.cxx @@ -1,5 +1,22 @@ - -// (c) 1997, Denis Dumoulin +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997 Daniel Roux, EPSITEC SA & Denis Dumoulin + * Copyright (C) 2017 Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include "decor.h" #include "fifo.h" diff --git a/src/pixmap.cxx b/src/pixmap.cxx index 0a65dca..bce6737 100644 --- a/src/pixmap.cxx +++ b/src/pixmap.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/pixmap.h b/src/pixmap.h index 0eae699..0f74500 100644 --- a/src/pixmap.h +++ b/src/pixmap.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/progress.cxx b/src/progress.cxx index 7ed1850..c1543b9 100644 --- a/src/progress.cxx +++ b/src/progress.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/progress.h b/src/progress.h index 6aada26..31a2249 100644 --- a/src/progress.h +++ b/src/progress.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/sound.cxx b/src/sound.cxx index ec31798..b71646f 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include diff --git a/src/sound.h b/src/sound.h index 014a6e3..df19eb3 100644 --- a/src/sound.h +++ b/src/sound.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once diff --git a/src/text.cxx b/src/text.cxx index 4ada670..575b463 100644 --- a/src/text.cxx +++ b/src/text.cxx @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #include #include diff --git a/src/text.h b/src/text.h index fdb55b7..bbd3dee 100644 --- a/src/text.h +++ b/src/text.h @@ -1,3 +1,22 @@ +/* + * This file is part of the planetblupi source code + * Copyright (C) 1997, Daniel Roux & EPSITEC SA + * Copyright (C) 2017, Mathieu Schroeter + * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://gnu.org/licenses + */ #pragma once