aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2006-12-05 22:11:40 +0000
committerDave Beazley <dave-swig@dabeaz.com>2006-12-05 22:11:40 +0000
commitfc10a97b23c58f5616e9b6e0aa5b4440cdcaca53 (patch)
tree887d4ce2557c90d0c747e027976102cd1979fbf2 /Source/DOH
parentc4761132acb364d43e9c7eef0c09bd0f0125105d (diff)
downloadswig-fc10a97b23c58f5616e9b6e0aa5b4440cdcaca53.tar.gz
Changed Header keyword to Id
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9607 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/DOH')
-rw-r--r--Source/DOH/base.c2
-rw-r--r--Source/DOH/doh.h2
-rw-r--r--Source/DOH/dohint.h2
-rw-r--r--Source/DOH/file.c2
-rw-r--r--Source/DOH/fio.c2
-rw-r--r--Source/DOH/hash.c2
-rw-r--r--Source/DOH/list.c2
-rw-r--r--Source/DOH/memory.c2
-rw-r--r--Source/DOH/string.c2
-rw-r--r--Source/DOH/void.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/Source/DOH/base.c b/Source/DOH/base.c
index 7e669b268..6c7eafe49 100644
--- a/Source/DOH/base.c
+++ b/Source/DOH/base.c
@@ -10,7 +10,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_base_c[] = "$Header$";
+char cvsroot_base_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/doh.h b/Source/DOH/doh.h
index 777234b0d..4f4b5371e 100644
--- a/Source/DOH/doh.h
+++ b/Source/DOH/doh.h
@@ -8,7 +8,7 @@
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
*
- * $Header$
+ * $Id$
* ----------------------------------------------------------------------------- */
#ifndef _DOH_H
diff --git a/Source/DOH/dohint.h b/Source/DOH/dohint.h
index 9c217e067..1fc5eb7c9 100644
--- a/Source/DOH/dohint.h
+++ b/Source/DOH/dohint.h
@@ -9,7 +9,7 @@
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
*
- * $Header$
+ * $Id$
* ----------------------------------------------------------------------------- */
#ifndef _DOHINT_H
diff --git a/Source/DOH/file.c b/Source/DOH/file.c
index bdd7a7e4c..35a3d8a85 100644
--- a/Source/DOH/file.c
+++ b/Source/DOH/file.c
@@ -10,7 +10,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_file_c[] = "$Header$";
+char cvsroot_file_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/fio.c b/Source/DOH/fio.c
index abc05bf1f..f544cee64 100644
--- a/Source/DOH/fio.c
+++ b/Source/DOH/fio.c
@@ -10,7 +10,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_fio_c[] = "$Header$";
+char cvsroot_fio_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/hash.c b/Source/DOH/hash.c
index 0c1a8f37a..ab9bd1246 100644
--- a/Source/DOH/hash.c
+++ b/Source/DOH/hash.c
@@ -9,7 +9,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_hash_c[] = "$Header$";
+char cvsroot_hash_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/list.c b/Source/DOH/list.c
index 59fba52ac..a45731de1 100644
--- a/Source/DOH/list.c
+++ b/Source/DOH/list.c
@@ -9,7 +9,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_list_c[] = "$Header$";
+char cvsroot_list_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/memory.c b/Source/DOH/memory.c
index 73d5c8a3c..1c6063ef3 100644
--- a/Source/DOH/memory.c
+++ b/Source/DOH/memory.c
@@ -10,7 +10,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_memory_c[] = "$Header$";
+char cvsroot_memory_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/string.c b/Source/DOH/string.c
index 134d50a26..82cc97b7e 100644
--- a/Source/DOH/string.c
+++ b/Source/DOH/string.c
@@ -10,7 +10,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_string_c[] = "$Header$";
+char cvsroot_string_c[] = "$Id$";
#include "dohint.h"
diff --git a/Source/DOH/void.c b/Source/DOH/void.c
index 6e0632181..0be01561a 100644
--- a/Source/DOH/void.c
+++ b/Source/DOH/void.c
@@ -10,7 +10,7 @@
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */
-char cvsroot_void_c[] = "$Header$";
+char cvsroot_void_c[] = "$Id$";
#include "dohint.h"