[Scummvm-cvs-logs] SF.net SVN: scummvm:[45043] scummvm/trunk/backends/platform/ps2/iop

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Oct 13 21:00:10 CEST 2009


Revision: 45043
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45043&view=rev
Author:   fingolfin
Date:     2009-10-13 19:00:09 +0000 (Tue, 13 Oct 2009)

Log Message:
-----------
PS2: Replace license header on irx_imports.h by a GPL one. These files
contains trivial content and are not really 'copyrightable' anyway.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h
    scummvm/trunk/backends/platform/ps2/iop/rpckbd/src/irx_imports.h

Modified: scummvm/trunk/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h
===================================================================
--- scummvm/trunk/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h	2009-10-13 18:54:20 UTC (rev 45042)
+++ scummvm/trunk/backends/platform/ps2/iop/CoDyVDfs/iop/irx_imports.h	2009-10-13 19:00:09 UTC (rev 45043)
@@ -1,22 +1,33 @@
-/*
-# _____     ___ ____     ___ ____
-#  ____|   |    ____|   |        | |____|
-# |     ___|   |____ ___|    ____| |    \    PS2DEV Open Source Project.
-#-----------------------------------------------------------------------
-# Copyright (c) 2003 Marcus R. Brown <mrbrown at 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

Modified: scummvm/trunk/backends/platform/ps2/iop/rpckbd/src/irx_imports.h
===================================================================
--- scummvm/trunk/backends/platform/ps2/iop/rpckbd/src/irx_imports.h	2009-10-13 18:54:20 UTC (rev 45042)
+++ scummvm/trunk/backends/platform/ps2/iop/rpckbd/src/irx_imports.h	2009-10-13 19:00:09 UTC (rev 45043)
@@ -1,22 +1,33 @@
-/*
-# _____     ___ ____     ___ ____
-#  ____|   |    ____|   |        | |____|
-# |     ___|   |____ ___|    ____| |    \    PS2DEV Open Source Project.
-#-----------------------------------------------------------------------
-# Copyright (c) 2003 Marcus R. Brown <mrbrown at 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list