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.
This commit is contained in:
Jim Meyering 2008-12-12 12:45:34 +00:00
parent 8c0c10475d
commit 9c5470d292
7 changed files with 12 additions and 14 deletions

View File

@ -1,3 +1,13 @@
Fri Dec 12 13:41:31 +0100 2008 Jim Meyering <meyering@redhat.com>
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 <meyering@redhat.com>
libvirtd: plug a nominal leak

View File

@ -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

View File

@ -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@songolimo.net>, 2007.
# $Id$
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"

View File

@ -4,8 +4,6 @@
# code for both ends of the remote connection.
#
# By Richard Jones <rjones@redhat.com>
#
# $Id$
use strict;

View File

@ -8,9 +8,6 @@
* Daniel Veillard <veillard@redhat.com>
* Karel Zak <kzak@redhat.com>
* Daniel P. Berrange <berrange@redhat.com>
*
*
* $Id$
*/
#include <config.h>

View File

@ -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@redhat.com>
*
* $Id$
*/
#include <config.h>

View File

@ -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@redhat.com>
*
* $Id$
*/
#ifndef __VIT_TEST_UTILS_H__