From fc10a97b23c58f5616e9b6e0aa5b4440cdcaca53 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 5 Dec 2006 22:11:40 +0000 Subject: [PATCH] Changed Header keyword to Id git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9607 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/DOH/base.c | 2 +- Source/DOH/doh.h | 2 +- Source/DOH/dohint.h | 2 +- Source/DOH/file.c | 2 +- Source/DOH/fio.c | 2 +- Source/DOH/hash.c | 2 +- Source/DOH/list.c | 2 +- Source/DOH/memory.c | 2 +- Source/DOH/string.c | 2 +- Source/DOH/void.c | 2 +- 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"