diff options
author | Johannes Schickel | 2014-02-18 02:34:18 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:33 +0100 |
commit | 8ff496591e34743c323a925027ea653ee596850b (patch) | |
tree | c2fe19df2e7df477be1762593b505a200593e715 /engines/composer | |
parent | 854e22b38bb901d339d45a4d2a58786acd821c7c (diff) | |
download | scummvm-rg350-8ff496591e34743c323a925027ea653ee596850b.tar.gz scummvm-rg350-8ff496591e34743c323a925027ea653ee596850b.tar.bz2 scummvm-rg350-8ff496591e34743c323a925027ea653ee596850b.zip |
COMPOSER: Make GPL headers consistent in themselves.
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/composer.cpp | 4 | ||||
-rw-r--r-- | engines/composer/composer.h | 4 | ||||
-rw-r--r-- | engines/composer/console.cpp | 4 | ||||
-rw-r--r-- | engines/composer/console.h | 4 | ||||
-rw-r--r-- | engines/composer/detection.cpp | 4 | ||||
-rw-r--r-- | engines/composer/graphics.cpp | 4 | ||||
-rw-r--r-- | engines/composer/graphics.h | 4 | ||||
-rw-r--r-- | engines/composer/resource.cpp | 4 | ||||
-rw-r--r-- | engines/composer/resource.h | 4 | ||||
-rw-r--r-- | engines/composer/scripting.cpp | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/engines/composer/composer.cpp b/engines/composer/composer.cpp index 10906480fe..471a29030b 100644 --- a/engines/composer/composer.cpp +++ b/engines/composer/composer.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/composer/composer.h b/engines/composer/composer.h index f945df8bb1..47398fe36d 100644 --- a/engines/composer/composer.h +++ b/engines/composer/composer.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/composer/console.cpp b/engines/composer/console.cpp index 8c68b3205b..d4676b0de5 100644 --- a/engines/composer/console.cpp +++ b/engines/composer/console.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/composer/console.h b/engines/composer/console.h index 0567d8bc6f..fc2583611f 100644 --- a/engines/composer/console.h +++ b/engines/composer/console.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/composer/detection.cpp b/engines/composer/detection.cpp index 219067978d..036c1e88d8 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.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/composer/graphics.cpp b/engines/composer/graphics.cpp index caf3ba3a40..87694636d8 100644 --- a/engines/composer/graphics.cpp +++ b/engines/composer/graphics.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/composer/graphics.h b/engines/composer/graphics.h index e9d82920ba..a8f37ddf60 100644 --- a/engines/composer/graphics.h +++ b/engines/composer/graphics.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/composer/resource.cpp b/engines/composer/resource.cpp index fa29cc886b..d867f734a9 100644 --- a/engines/composer/resource.cpp +++ b/engines/composer/resource.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/composer/resource.h b/engines/composer/resource.h index e0052cd868..b624da1776 100644 --- a/engines/composer/resource.h +++ b/engines/composer/resource.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/composer/scripting.cpp b/engines/composer/scripting.cpp index 3a201c841a..94ca2c1bc8 100644 --- a/engines/composer/scripting.cpp +++ b/engines/composer/scripting.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. |