From 9c5470d292267d3972d33ade63f3b8c2c97404ff Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Dec 2008 12:45:34 +0000 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. --- ChangeLog | 10 ++++++++++ RENAMES | 2 -- po/id.po | 1 - qemud/remote_generate_stubs.pl | 2 -- src/virsh.c | 3 --- tests/testutils.c | 4 +--- tests/testutils.h | 4 +--- 7 files changed, 12 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79d0789a62..fc39eca25e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Dec 12 13:41:31 +0100 2008 Jim Meyering + + 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. + Fri Dec 12 13:16:05 +0100 2008 Jim Meyering libvirtd: plug a nominal leak diff --git a/RENAMES b/RENAMES index 27f85a4ad3..143aebda13 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 5590e65a2c..458b03345f 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 , 2007. -# $Id$ msgid "" msgstr "" "Project-Id-Version: libvirt\n" diff --git a/qemud/remote_generate_stubs.pl b/qemud/remote_generate_stubs.pl index 2dff468808..44e1552cb3 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 -# -# $Id$ use strict; diff --git a/src/virsh.c b/src/virsh.c index 1a5b42fcf5..f4a57f41aa 100644 --- a/src/virsh.c +++ b/src/virsh.c @@ -8,9 +8,6 @@ * Daniel Veillard * Karel Zak * Daniel P. Berrange - * - * - * $Id$ */ #include diff --git a/tests/testutils.c b/tests/testutils.c index 0255bdff4d..187123cc2a 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 - * - * $Id$ */ #include diff --git a/tests/testutils.h b/tests/testutils.h index 7afd579849..fd326aed76 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 - * - * $Id$ */ #ifndef __VIT_TEST_UTILS_H__