diff options
author | Max Horn | 2009-10-13 19:00:09 +0000 |
---|---|---|
committer | Max Horn | 2009-10-13 19:00:09 +0000 |
commit | c59c10ac087cd835996d71c0e52f416d46e083ac (patch) | |
tree | 1b86702542d17fed5a9d646d3c5114d49d0b5699 /backends/platform/ps2 | |
parent | 297542345f938e3c55f48cef967ec6dbc432f8ec (diff) | |
download | scummvm-rg350-c59c10ac087cd835996d71c0e52f416d46e083ac.tar.gz scummvm-rg350-c59c10ac087cd835996d71c0e52f416d46e083ac.tar.bz2 scummvm-rg350-c59c10ac087cd835996d71c0e52f416d46e083ac.zip |
PS2: Replace license header on irx_imports.h by a GPL one. These files
contains trivial content and are not really 'copyrightable' anyway.
svn-id: r45043
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r-- | backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h | 39 | ||||
-rw-r--r-- | backends/platform/ps2/iop/rpckbd/src/irx_imports.h | 39 |
2 files changed, 50 insertions, 28 deletions
diff --git a/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h b/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h index 1f974cf834..0f17d620f1 100644 --- a/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h +++ b/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h @@ -1,22 +1,33 @@ -/* -# _____ ___ ____ ___ ____ -# ____| | ____| | | |____| -# | ___| |____ ___| ____| | \ PS2DEV Open Source Project. -#----------------------------------------------------------------------- -# Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org> -# Licenced under Academic Free License version 2.0 -# Review ps2sdk README & LICENSE files for further details. -# -# $Id$ -# Defines all IRX imports. -*/ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * 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. + * + * $URL$ + * $Id$ + * + */ #ifndef IOP_IRX_IMPORTS_H #define IOP_IRX_IMPORTS_H #include "irx.h" -/* Please keep these in alphabetical order! */ #include "cdvdman.h" #include "intrman.h" #include "iomanX.h" @@ -27,4 +38,4 @@ #include "sysmem.h" #include "thbase.h" -#endif /* IOP_IRX_IMPORTS_H */ +#endif diff --git a/backends/platform/ps2/iop/rpckbd/src/irx_imports.h b/backends/platform/ps2/iop/rpckbd/src/irx_imports.h index 41a90a45f0..c868c2d251 100644 --- a/backends/platform/ps2/iop/rpckbd/src/irx_imports.h +++ b/backends/platform/ps2/iop/rpckbd/src/irx_imports.h @@ -1,22 +1,33 @@ -/* -# _____ ___ ____ ___ ____ -# ____| | ____| | | |____| -# | ___| |____ ___| ____| | \ PS2DEV Open Source Project. -#----------------------------------------------------------------------- -# Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org> -# Licenced under Academic Free License version 2.0 -# Review ps2sdk README & LICENSE files for further details. -# -# $Id$ -# Defines all IRX imports. -*/ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * 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. + * + * $URL$ + * $Id$ + * + */ #ifndef IOP_IRX_IMPORTS_H #define IOP_IRX_IMPORTS_H #include "irx.h" -/* Please keep these in alphabetical order! */ #include "dmacman.h" #include "intrman.h" #include "libsd.h" @@ -32,4 +43,4 @@ #include "usbd.h" #include "vblank.h" -#endif /* IOP_IRX_IMPORTS_H */ +#endif |