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(-)