
On 2012年07月27日 18:18, Daniel P. Berrange wrote:
Hmm, something went strange in the 'From' line of your email with your name !
On Fri, Jul 27, 2012 at 06:06:29PM +0800, ?[4mWho should the emails appear to be from? [Osier Yang wrote:
seems my git-send-email did some tricks.
From: Osier Yang<jyang@redhat.com>
This is a follow up patch of commit f9ce7dad6, it modifies all the files which declare the copyright like "See COPYING.LIB for the License of this software" to use the detailed/consistent one.
And deserts the outdated comments like:
* libvirt-qemu.h: * Summary: qemu specific interfaces * Description: Provides the interfaces of the libvirt library to handle * qemu specific methods * * Copy: Copyright (C) 2010, 2012 Red Hat, Inc.
Uses the more compact style like:
* libvirt-qemu.h: Interfaces specific for QEMU/KVM driver * * Copyright (C) 2010, 2012 Red Hat, Inc. --- include/libvirt/libvirt-qemu.h | 21 +++++++++++++++------ include/libvirt/libvirt.h.in | 21 +++++++++++++++------ include/libvirt/virterror.h | 21 +++++++++++++++------ src/libvirt.c | 14 +++++++++++++- src/security/virt-aa-helper.c | 14 +++++++++++++- src/util/buf.c | 14 +++++++++++++- src/util/buf.h | 14 +++++++++++++- src/util/cgroup.c | 14 +++++++++++++- src/util/cgroup.h | 14 +++++++++++++- src/util/conf.c | 14 +++++++++++++- src/util/conf.h | 14 +++++++++++++- src/util/stats_linux.c | 14 +++++++++++++- src/util/stats_linux.h | 14 +++++++++++++- src/util/virterror.c | 16 ++++++++++++++-- src/util/viruri.c | 14 +++++++++++++- src/util/viruri.h | 14 +++++++++++++- src/util/xml.c | 14 +++++++++++++- src/xen/block_stats.c | 14 +++++++++++++- src/xen/block_stats.h | 14 +++++++++++++- src/xen/xen_driver.c | 14 +++++++++++++- src/xen/xen_driver.h | 14 +++++++++++++- src/xen/xen_hypervisor.c | 14 +++++++++++++- src/xen/xen_hypervisor.h | 14 +++++++++++++- src/xen/xs_internal.c | 14 +++++++++++++- src/xen/xs_internal.h | 14 +++++++++++++- tests/testutils.c | 14 +++++++++++++- tests/testutils.h | 14 +++++++++++++- tools/virsh-edit.c | 14 +++++++++++++- tools/virsh.c | 14 +++++++++++++- 29 files changed, 384 insertions(+), 45 deletions(-)
ACK, this has been bugging me for a while.
Thanks, pushed. Regards, Osier