aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-09-18 19:56:38 +0000
committerMax Horn2003-09-18 19:56:38 +0000
commitf7d50f7c68f4c48edacf8d1c6fd60bd3e17f5a6d (patch)
tree9bcacc487f6bde9dee1b77f27acc134b5339e371
parent6a4663824e573777c512e0ca21a5c5f61865b83c (diff)
downloadscummvm-rg350-f7d50f7c68f4c48edacf8d1c6fd60bd3e17f5a6d.tar.gz
scummvm-rg350-f7d50f7c68f4c48edacf8d1c6fd60bd3e17f5a6d.tar.bz2
scummvm-rg350-f7d50f7c68f4c48edacf8d1c6fd60bd3e17f5a6d.zip
unify legal headers a bit here
svn-id: r10305
-rw-r--r--scumm/player_v1.cpp6
-rw-r--r--scumm/player_v2.cpp6
-rw-r--r--scumm/player_v3a.cpp8
-rw-r--r--scumm/player_v3a.h2
4 files changed, 14 insertions, 8 deletions
diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp
index 92b2366705..84473e85cd 100644
--- a/scumm/player_v1.cpp
+++ b/scumm/player_v1.cpp
@@ -1,21 +1,23 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2003 The ScummVM project
*
* 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$
+ *
*/
#include "stdafx.h"
diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp
index 4974337058..a3809b1b0a 100644
--- a/scumm/player_v2.cpp
+++ b/scumm/player_v2.cpp
@@ -1,21 +1,23 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2003 The ScummVM project
*
* 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$
+ *
*/
#include "stdafx.h"
diff --git a/scumm/player_v3a.cpp b/scumm/player_v3a.cpp
index 739a91ad82..a7efa37ec5 100644
--- a/scumm/player_v3a.cpp
+++ b/scumm/player_v3a.cpp
@@ -1,21 +1,23 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2003 The ScummVM project
*
* 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: /cvsroot/scummvm/scummvm/scumm/player_v3a.cpp
+ * $Header$
+ *
*/
#include "stdafx.h"
diff --git a/scumm/player_v3a.h b/scumm/player_v3a.h
index 99bd1721dd..e9f2d050d0 100644
--- a/scumm/player_v3a.h
+++ b/scumm/player_v3a.h
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Header: /cvsroot/scummvm/scummvm/scumm/player_v3a.h
+ * $Header$
*
*/