[Scummvm-cvs-logs] CVS: scummvm/saga sys_interface.h,1.1,1.2 x86_32.h,1.1,1.2
Eugene Sandulenko
sev at users.sourceforge.net
Mon Apr 12 15:09:01 CEST 2004
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29420
Modified Files:
sys_interface.h x86_32.h
Log Message:
More headers
Index: sys_interface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sys_interface.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sys_interface.h 12 Apr 2004 21:40:48 -0000 1.1
+++ sys_interface.h 12 Apr 2004 21:54:02 -0000 1.2
@@ -1,30 +1,25 @@
-/****************************************************************************\
- ____ ___ _ _ _
-| _ \ ___|_ _|_ __ | |__ ___ _ __(_) |_
-| |_) / _ \| || '_ \| '_ \ / _ \ '__| | __|
-| _ < __/| || | | | | | | __/ | | | |_
-|_| \_\___|___|_| |_|_| |_|\___|_| |_|\__|
-
- ----------------------------------------------------------------------------
- Project: ReInherit Engine
- Version: .1a
-
- The ReInherit Engine is (C)2000-2001 by Daniel Balsom
- This code is subject to the terms and conditions of the General Public
- License (GPL).
-
- ----------------------------------------------------------------------------
-
- File: sys_interface.h
- Revision: $Revision$
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 The ScummVM project
+ *
+ * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
+ *
+ * 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.
- Description:
-
- (Linux) System-specific interface data
+ * 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.
- Notes:
-
-\****************************************************************************/
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
#ifndef REINHERIT_SYSINTERFACE_H
#define REINHERIT_SYSINTERFACE_H
Index: x86_32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/x86_32.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- x86_32.h 12 Apr 2004 21:40:48 -0000 1.1
+++ x86_32.h 12 Apr 2004 21:54:02 -0000 1.2
@@ -1,30 +1,25 @@
-/****************************************************************************\
- ____ ___ _ _ _
-| _ \ ___|_ _|_ __ | |__ ___ _ __(_) |_
-| |_) / _ \| || '_ \| '_ \ / _ \ '__| | __|
-| _ < __/| || | | | | | | __/ | | | |_
-|_| \_\___|___|_| |_|_| |_|\___|_| |_|\__|
-
- ----------------------------------------------------------------------------
- Project: ReInherit Engine
- Version: .1a
-
- The ReInherit Engine is (C)2000-2001 by Daniel Balsom
- This code is subject to the terms and conditions of the General Public
- License (GPL).
-
- ----------------------------------------------------------------------------
-
- File: x86-32.h
- Revision: $Revision$
-
- Description:
-
- Architecture-specific typedefs for Intel(tm) compatible 32 bit processors
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 The ScummVM project
+ *
+ * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
+ *
+ * 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.
- Notes:
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
#ifndef R_ARCH_H
#define R_ARCH_H
More information about the Scummvm-git-logs
mailing list