Here's the change to remove the few remaining CVS $Id$ strings:
From f2a2d1403656cdfe6e927c476da66ad0c49487ae Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering(a)redhat.com>
Date: Fri, 12 Dec 2008 13:36:08 +0100
Subject: [PATCH] remove cvs $Id$ strings
* po/id.po: Likewise.
* qemud/remote_generate_stubs.pl: Likewise.
* src/virsh.c: Likewise.
* tests/testutils.c: Likewise.
* tests/testutils.h: Likewise.
* RENAMES: Likewise.
---
RENAMES | 2 --
po/id.po | 1 -
qemud/remote_generate_stubs.pl | 2 --
src/virsh.c | 3 ---
tests/testutils.c | 4 +---
tests/testutils.h | 4 +---
6 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/RENAMES b/RENAMES
index 27f85a4..143aebd 100644
--- a/RENAMES
+++ b/RENAMES
@@ -2,8 +2,6 @@
#
# File renames don't normally go into patches because they make
# the patches much harder to read, so list them here instead.
-#
-# $Id$
# Clearer naming scheme after Xen-unified patch went in.
src/xen_internal.c src/xen_internal_hv.c
diff --git a/po/id.po b/po/id.po
index 5590e65..458b033 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,7 +1,6 @@
# translation of libvirt to Bahasa Indonesia (id).
# This file is distributed under the same license as the libvirt package.
# Teguh DC <dheche(a)songolimo.net>, 2007.
-# $Id$
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
diff --git a/qemud/remote_generate_stubs.pl b/qemud/remote_generate_stubs.pl
index 2dff468..44e1552 100755
--- a/qemud/remote_generate_stubs.pl
+++ b/qemud/remote_generate_stubs.pl
@@ -4,8 +4,6 @@
# code for both ends of the remote connection.
#
# By Richard Jones <rjones(a)redhat.com>
-#
-# $Id$
use strict;
diff --git a/src/virsh.c b/src/virsh.c
index 1a5b42f..f4a57f4 100644
--- a/src/virsh.c
+++ b/src/virsh.c
@@ -8,9 +8,6 @@
* Daniel Veillard <veillard(a)redhat.com>
* Karel Zak <kzak(a)redhat.com>
* Daniel P. Berrange <berrange(a)redhat.com>
- *
- *
- * $Id$
*/
#include <config.h>
diff --git a/tests/testutils.c b/tests/testutils.c
index 0255bdf..187123c 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -1,13 +1,11 @@
/*
* testutils.c: basic test utils
*
- * Copyright (C) 2005-2007 Red Hat, Inc.
+ * Copyright (C) 2005-2008 Red Hat, Inc.
*
* See COPYING.LIB for the License of this software
*
* Karel Zak <kzak(a)redhat.com>
- *
- * $Id$
*/
#include <config.h>
diff --git a/tests/testutils.h b/tests/testutils.h
index 7afd579..fd326ae 100644
--- a/tests/testutils.h
+++ b/tests/testutils.h
@@ -1,13 +1,11 @@
/*
* utils.c: test utils
*
- * Copyright (C) 2005 Red Hat, Inc.
+ * Copyright (C) 2005, 2008 Red Hat, Inc.
*
* See COPYING.LIB for the License of this software
*
* Karel Zak <kzak(a)redhat.com>
- *
- * $Id$
*/
#ifndef __VIT_TEST_UTILS_H__
--
1.6.0.4.1044.g77718