diff options
author | Johannes Schickel | 2014-02-18 02:34:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:37 +0100 |
commit | 6909a8e29ac860a8e09980939cf6cb2b89b6443c (patch) | |
tree | 23b0c1b846ee0fe7aba0c8d96dbcfa0b835beef6 /backends/fs | |
parent | 7aa3de5d37045776b146af28604d32337eb4e6e4 (diff) | |
download | scummvm-rg350-6909a8e29ac860a8e09980939cf6cb2b89b6443c.tar.gz scummvm-rg350-6909a8e29ac860a8e09980939cf6cb2b89b6443c.tar.bz2 scummvm-rg350-6909a8e29ac860a8e09980939cf6cb2b89b6443c.zip |
PS3: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/fs')
-rw-r--r-- | backends/fs/ps3/ps3-fs-factory.cpp | 1 | ||||
-rw-r--r-- | backends/fs/ps3/ps3-fs-factory.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/backends/fs/ps3/ps3-fs-factory.cpp b/backends/fs/ps3/ps3-fs-factory.cpp index 3257246c50..565452596f 100644 --- a/backends/fs/ps3/ps3-fs-factory.cpp +++ b/backends/fs/ps3/ps3-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. + * */ #include "backends/fs/ps3/ps3-fs-factory.h" diff --git a/backends/fs/ps3/ps3-fs-factory.h b/backends/fs/ps3/ps3-fs-factory.h index 6c1988b1c9..f7d54a90fd 100644 --- a/backends/fs/ps3/ps3-fs-factory.h +++ b/backends/fs/ps3/ps3-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 PS3_FILESYSTEM_FACTORY_H |