aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-11-26 17:40:57 +0000
committerTorbjörn Andersson2003-11-26 17:40:57 +0000
commitf406b1b090bdd5039f9c773fcec5659a0d2322ea (patch)
tree2f5dc1662d01f416dfe94c636c5b16186457bf64 /scumm
parent7cbb4859070a9f764755796c341a49d53a29dc97 (diff)
downloadscummvm-rg350-f406b1b090bdd5039f9c773fcec5659a0d2322ea.tar.gz
scummvm-rg350-f406b1b090bdd5039f9c773fcec5659a0d2322ea.tar.bz2
scummvm-rg350-f406b1b090bdd5039f9c773fcec5659a0d2322ea.zip
Attempt to add standard CVS header. Let's see if this works...
svn-id: r11371
Diffstat (limited to 'scumm')
-rw-r--r--scumm/usage_bits.cpp6
-rw-r--r--scumm/usage_bits.h6
2 files changed, 8 insertions, 4 deletions
diff --git a/scumm/usage_bits.cpp b/scumm/usage_bits.cpp
index 0646f61785..8967d68f8b 100644
--- a/scumm/usage_bits.cpp
+++ b/scumm/usage_bits.cpp
@@ -5,15 +5,17 @@
* 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/usage_bits.h b/scumm/usage_bits.h
index acad8ae1f0..bb2f3c7ce4 100644
--- a/scumm/usage_bits.h
+++ b/scumm/usage_bits.h
@@ -5,15 +5,17 @@
* 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 USAGE_BITS_H