diff options
author | Johannes Schickel | 2014-02-18 02:34:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:37 +0100 |
commit | 7aa3de5d37045776b146af28604d32337eb4e6e4 (patch) | |
tree | 45474371540f61682604e6929b861f8b62e60bc0 /backends/fs/ps2 | |
parent | d8202baaddf00c4684996c4863bd83e90f66f841 (diff) | |
download | scummvm-rg350-7aa3de5d37045776b146af28604d32337eb4e6e4.tar.gz scummvm-rg350-7aa3de5d37045776b146af28604d32337eb4e6e4.tar.bz2 scummvm-rg350-7aa3de5d37045776b146af28604d32337eb4e6e4.zip |
PS2: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/fs/ps2')
-rw-r--r-- | backends/fs/ps2/ps2-fs-factory.cpp | 1 | ||||
-rw-r--r-- | backends/fs/ps2/ps2-fs-factory.h | 1 | ||||
-rw-r--r-- | backends/fs/ps2/ps2-fs.cpp | 1 | ||||
-rw-r--r-- | backends/fs/ps2/ps2-fs.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/backends/fs/ps2/ps2-fs-factory.cpp b/backends/fs/ps2/ps2-fs-factory.cpp index ef7b2013a3..9c12d27a6e 100644 --- a/backends/fs/ps2/ps2-fs-factory.cpp +++ b/backends/fs/ps2/ps2-fs-factory.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. + * */ #if defined(__PLAYSTATION2__) diff --git a/backends/fs/ps2/ps2-fs-factory.h b/backends/fs/ps2/ps2-fs-factory.h index 9c6709cccf..d6745a64d3 100644 --- a/backends/fs/ps2/ps2-fs-factory.h +++ b/backends/fs/ps2/ps2-fs-factory.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 PS2_FILESYSTEM_FACTORY_H diff --git a/backends/fs/ps2/ps2-fs.cpp b/backends/fs/ps2/ps2-fs.cpp index 3a86cb3d9c..7cbd205ecb 100644 --- a/backends/fs/ps2/ps2-fs.cpp +++ b/backends/fs/ps2/ps2-fs.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. + * */ #if defined(__PLAYSTATION2__) diff --git a/backends/fs/ps2/ps2-fs.h b/backends/fs/ps2/ps2-fs.h index df78f9f68a..4c1a9bba96 100644 --- a/backends/fs/ps2/ps2-fs.h +++ b/backends/fs/ps2/ps2-fs.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 PS2_FILESYSTEM_H |