diff options
| author | Eugene Sandulenko | 2004-04-12 21:54:02 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2004-04-12 21:54:02 +0000 | 
| commit | 3fc1da7291b93b8e47bf5ca628ccf775833a5593 (patch) | |
| tree | e08c43c3f2175822abd1d6af774bef1a972f1404 | |
| parent | 975a9015e82d06166f9513029442a370d7812b8c (diff) | |
| download | scummvm-rg350-3fc1da7291b93b8e47bf5ca628ccf775833a5593.tar.gz scummvm-rg350-3fc1da7291b93b8e47bf5ca628ccf775833a5593.tar.bz2 scummvm-rg350-3fc1da7291b93b8e47bf5ca628ccf775833a5593.zip  | |
More headers
svn-id: r13566
| -rw-r--r-- | saga/sys_interface.h | 49 | ||||
| -rw-r--r-- | saga/x86_32.h | 49 | 
2 files changed, 44 insertions, 54 deletions
diff --git a/saga/sys_interface.h b/saga/sys_interface.h index 51391ccbdd..451e2b64ae 100644 --- a/saga/sys_interface.h +++ b/saga/sys_interface.h @@ -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$ - - Description:	 -  -	(Linux) System-specific interface data - - Notes:  -  -\****************************************************************************/ +/* 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. + + * 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 REINHERIT_SYSINTERFACE_H  #define REINHERIT_SYSINTERFACE_H diff --git a/saga/x86_32.h b/saga/x86_32.h index 503d0cd777..85b5004115 100644 --- a/saga/x86_32.h +++ b/saga/x86_32.h @@ -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 - - Notes:  - -\****************************************************************************/ +/* 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. + + * 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  | 
