]> xenbits.xensource.com Git - libvirt.git/commit
maint: Use consistent copyright.
authorOsier Yang <jyang@redhat.com>
Fri, 27 Jul 2012 09:39:53 +0000 (17:39 +0800)
committerOsier Yang <jyang@redhat.com>
Fri, 27 Jul 2012 10:27:21 +0000 (18:27 +0800)
commita4bcefbcff01c9cdc257127df376929cd80304b1
tree21fa32f645f2ff2093406463e773c45061957059
parent536a1d7d0a722383d45c70173f4a021eef3ad639
maint: Use consistent copyright.

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.
29 files changed:
include/libvirt/libvirt-qemu.h
include/libvirt/libvirt.h.in
include/libvirt/virterror.h
src/libvirt.c
src/security/virt-aa-helper.c
src/util/buf.c
src/util/buf.h
src/util/cgroup.c
src/util/cgroup.h
src/util/conf.c
src/util/conf.h
src/util/stats_linux.c
src/util/stats_linux.h
src/util/virterror.c
src/util/viruri.c
src/util/viruri.h
src/util/xml.c
src/xen/block_stats.c
src/xen/block_stats.h
src/xen/xen_driver.c
src/xen/xen_driver.h
src/xen/xen_hypervisor.c
src/xen/xen_hypervisor.h
src/xen/xs_internal.c
src/xen/xs_internal.h
tests/testutils.c
tests/testutils.h
tools/virsh-edit.c
tools/virsh.c