diff options
author | Johannes Schickel | 2014-02-18 02:34:20 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:34 +0100 |
commit | 53332e806670cdff27dc0d2faa85cad066a5cdc9 (patch) | |
tree | 9e1fc2d09da2e9242ab2b56ee3cef5847411180f /graphics/decoders | |
parent | 96564e95b4293b460685168d089be51d4a52490e (diff) | |
download | scummvm-rg350-53332e806670cdff27dc0d2faa85cad066a5cdc9.tar.gz scummvm-rg350-53332e806670cdff27dc0d2faa85cad066a5cdc9.tar.bz2 scummvm-rg350-53332e806670cdff27dc0d2faa85cad066a5cdc9.zip |
GRAPHICS: Make GPL headers consistent in themselves.
Diffstat (limited to 'graphics/decoders')
-rw-r--r-- | graphics/decoders/bmp.cpp | 1 | ||||
-rw-r--r-- | graphics/decoders/bmp.h | 1 | ||||
-rw-r--r-- | graphics/decoders/iff.cpp | 1 | ||||
-rw-r--r-- | graphics/decoders/iff.h | 1 | ||||
-rw-r--r-- | graphics/decoders/image_decoder.h | 1 | ||||
-rw-r--r-- | graphics/decoders/jpeg.cpp | 4 | ||||
-rw-r--r-- | graphics/decoders/jpeg.h | 4 | ||||
-rw-r--r-- | graphics/decoders/pcx.cpp | 1 | ||||
-rw-r--r-- | graphics/decoders/pcx.h | 1 | ||||
-rw-r--r-- | graphics/decoders/pict.cpp | 4 | ||||
-rw-r--r-- | graphics/decoders/pict.h | 4 | ||||
-rw-r--r-- | graphics/decoders/png.cpp | 4 | ||||
-rw-r--r-- | graphics/decoders/png.h | 4 | ||||
-rw-r--r-- | graphics/decoders/tga.cpp | 1 | ||||
-rw-r--r-- | graphics/decoders/tga.h | 1 |
15 files changed, 21 insertions, 12 deletions
diff --git a/graphics/decoders/bmp.cpp b/graphics/decoders/bmp.cpp index 2eabbb7631..608c843cea 100644 --- a/graphics/decoders/bmp.cpp +++ b/graphics/decoders/bmp.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 "common/stream.h" diff --git a/graphics/decoders/bmp.h b/graphics/decoders/bmp.h index 779da352be..da11f04920 100644 --- a/graphics/decoders/bmp.h +++ b/graphics/decoders/bmp.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. + * */ /** diff --git a/graphics/decoders/iff.cpp b/graphics/decoders/iff.cpp index fe27258d28..c5fd46bf25 100644 --- a/graphics/decoders/iff.cpp +++ b/graphics/decoders/iff.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 "common/iff_container.h" diff --git a/graphics/decoders/iff.h b/graphics/decoders/iff.h index 37cb4b38c1..eb8e0b98bc 100644 --- a/graphics/decoders/iff.h +++ b/graphics/decoders/iff.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. + * */ /** diff --git a/graphics/decoders/image_decoder.h b/graphics/decoders/image_decoder.h index a39a9a1493..cad3a1db06 100644 --- a/graphics/decoders/image_decoder.h +++ b/graphics/decoders/image_decoder.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 GRAPHICS_DECODERS_IMAGEDECODER_H diff --git a/graphics/decoders/jpeg.cpp b/graphics/decoders/jpeg.cpp index c858884095..aa62ff96b6 100644 --- a/graphics/decoders/jpeg.cpp +++ b/graphics/decoders/jpeg.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/graphics/decoders/jpeg.h b/graphics/decoders/jpeg.h index 8460bc2698..8fd03ca86b 100644 --- a/graphics/decoders/jpeg.h +++ b/graphics/decoders/jpeg.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/graphics/decoders/pcx.cpp b/graphics/decoders/pcx.cpp index eb9b4c997d..bc82275d9e 100644 --- a/graphics/decoders/pcx.cpp +++ b/graphics/decoders/pcx.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 "common/stream.h" diff --git a/graphics/decoders/pcx.h b/graphics/decoders/pcx.h index b25166b3d9..675ab505dc 100644 --- a/graphics/decoders/pcx.h +++ b/graphics/decoders/pcx.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. + * */ /** diff --git a/graphics/decoders/pict.cpp b/graphics/decoders/pict.cpp index f3e17b33e2..8849a83ca1 100644 --- a/graphics/decoders/pict.cpp +++ b/graphics/decoders/pict.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/graphics/decoders/pict.h b/graphics/decoders/pict.h index 6f0d86c7a1..554b149153 100644 --- a/graphics/decoders/pict.h +++ b/graphics/decoders/pict.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/graphics/decoders/png.cpp b/graphics/decoders/png.cpp index c4fee46fec..2282ea22f4 100644 --- a/graphics/decoders/png.cpp +++ b/graphics/decoders/png.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/graphics/decoders/png.h b/graphics/decoders/png.h index 5e608eb7b1..d47d362d30 100644 --- a/graphics/decoders/png.h +++ b/graphics/decoders/png.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/graphics/decoders/tga.cpp b/graphics/decoders/tga.cpp index bc27f18a49..a342d0aa26 100644 --- a/graphics/decoders/tga.cpp +++ b/graphics/decoders/tga.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. + * */ /* Based on code from xoreos https://github.com/DrMcCoy/xoreos/ diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h index 5b1e87d4c5..a2949fb1e8 100644 --- a/graphics/decoders/tga.h +++ b/graphics/decoders/tga.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. + * */ /* Based on code from eos https://github.com/DrMcCoy/xoreos/ |