diff options
author | Johannes Schickel | 2014-02-18 02:34:20 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:34 +0100 |
commit | 53e83147be4c645f8ff981f1c7397c3da9d35b13 (patch) | |
tree | 295d9e4176c7da909636455d33eb3561515e66c5 /engines | |
parent | 312442fcdd6ee23f00058e788322a4b89d7e4d43 (diff) | |
download | scummvm-rg350-53e83147be4c645f8ff981f1c7397c3da9d35b13.tar.gz scummvm-rg350-53e83147be4c645f8ff981f1c7397c3da9d35b13.tar.bz2 scummvm-rg350-53e83147be4c645f8ff981f1c7397c3da9d35b13.zip |
ENGINES: Make GPL headers consistent in themselves.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/advancedDetector.cpp | 4 | ||||
-rw-r--r-- | engines/advancedDetector.h | 4 | ||||
-rw-r--r-- | engines/dialogs.cpp | 1 | ||||
-rw-r--r-- | engines/dialogs.h | 1 | ||||
-rw-r--r-- | engines/engine.cpp | 1 | ||||
-rw-r--r-- | engines/engine.h | 1 | ||||
-rw-r--r-- | engines/game.cpp | 4 | ||||
-rw-r--r-- | engines/game.h | 4 | ||||
-rw-r--r-- | engines/metaengine.h | 1 | ||||
-rw-r--r-- | engines/obsolete.cpp | 4 | ||||
-rw-r--r-- | engines/obsolete.h | 4 | ||||
-rw-r--r-- | engines/savestate.cpp | 4 | ||||
-rw-r--r-- | engines/savestate.h | 4 | ||||
-rw-r--r-- | engines/util.h | 1 |
14 files changed, 22 insertions, 16 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp index 40783a2407..fa23f5fa1a 100644 --- a/engines/advancedDetector.cpp +++ b/engines/advancedDetector.cpp @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/advancedDetector.h b/engines/advancedDetector.h index 376a59e471..ad551698f6 100644 --- a/engines/advancedDetector.h +++ b/engines/advancedDetector.h @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/dialogs.cpp b/engines/dialogs.cpp index c884075093..65840ae174 100644 --- a/engines/dialogs.cpp +++ b/engines/dialogs.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "base/version.h" diff --git a/engines/dialogs.h b/engines/dialogs.h index 32174031cc..a38cf2f61e 100644 --- a/engines/dialogs.h +++ b/engines/dialogs.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef GLOBAL_DIALOGS_H diff --git a/engines/engine.cpp b/engines/engine.cpp index 8326a1fe89..c63437f800 100644 --- a/engines/engine.cpp +++ b/engines/engine.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #define FORBIDDEN_SYMBOL_EXCEPTION_getcwd diff --git a/engines/engine.h b/engines/engine.h index 33416dda44..e325cc1ba2 100644 --- a/engines/engine.h +++ b/engines/engine.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef ENGINES_ENGINE_H diff --git a/engines/game.cpp b/engines/game.cpp index 4bfd8f3bf2..85ad6fe2e8 100644 --- a/engines/game.cpp +++ b/engines/game.cpp @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/game.h b/engines/game.h index 3417203ea7..a9bec8f9e0 100644 --- a/engines/game.h +++ b/engines/game.h @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/metaengine.h b/engines/metaengine.h index ffa682fc53..41f3ec4cba 100644 --- a/engines/metaengine.h +++ b/engines/metaengine.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef ENGINES_METAENGINE_H diff --git a/engines/obsolete.cpp b/engines/obsolete.cpp index 6733a384be..d65fb13ec1 100644 --- a/engines/obsolete.cpp +++ b/engines/obsolete.cpp @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/obsolete.h b/engines/obsolete.h index 97bc7524a6..be0963a7dc 100644 --- a/engines/obsolete.h +++ b/engines/obsolete.h @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/savestate.cpp b/engines/savestate.cpp index 260c7cd3ff..186d7bc5f2 100644 --- a/engines/savestate.cpp +++ b/engines/savestate.cpp @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/savestate.h b/engines/savestate.h index c233554657..970e01485d 100644 --- a/engines/savestate.h +++ b/engines/savestate.h @@ -8,12 +8,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/util.h b/engines/util.h index 53899cb341..0e7b1e118b 100644 --- a/engines/util.h +++ b/engines/util.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef ENGINES_UTIL_H |