]> xenbits.xensource.com Git - libvirt.git/commit
Remove all Author(s): lines from source file headers
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 13 Dec 2018 11:23:42 +0000 (11:23 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 13 Dec 2018 16:08:38 +0000 (16:08 +0000)
commit600462834f4ec1955a9a48a1b6b4a390b9c31553
tree20f1477d89e90f31d186b5f69c876200941a0cd4
parentb183a75319b90d0af5512be513743e1eab950612
Remove all Author(s): lines from source file headers

In many files there are header comments that contain an Author:
statement, supposedly reflecting who originally wrote the code.
In a large collaborative project like libvirt, any non-trivial
file will have been modified by a large number of different
contributors. IOW, the Author: comments are quickly out of date,
omitting people who have made significant contribitions.

In some places Author: lines have been added despite the person
merely being responsible for creating the file by moving existing
code out of another file. IOW, the Author: lines give an incorrect
record of authorship.

With this all in mind, the comments are useless as a means to identify
who to talk to about code in a particular file. Contributors will always
be better off using 'git log' and 'git blame' if they need to  find the
author of a particular bit of code.

This commit thus deletes all Author: comments from the source and adds
a rule to prevent them reappearing.

The Copyright headers are similarly misleading and inaccurate, however,
we cannot delete these as they have legal meaning, despite being largely
inaccurate. In addition only the copyright holder is permitted to change
their respective copyright statement.

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
516 files changed:
build-aux/augeas-gentest.pl
build-aux/check-spacing.pl
cfg.mk
docs/apibuild.py
docs/devhelp/devhelp.xsl
docs/reformat-news.py
examples/dominfo/info1.c
examples/domsuspend/suspend.c
examples/domtop/domtop.c
examples/lxcconvert/virt-lxc-convert
examples/systemtap/events.stp
examples/systemtap/lock-debug.stp
examples/systemtap/qemu-monitor.stp
examples/systemtap/rpc-monitor.stp
include/libvirt/libvirt-admin.h
include/libvirt/libvirt-common.h.in
include/libvirt/libvirt-domain-snapshot.h
include/libvirt/libvirt-domain.h
include/libvirt/libvirt-event.h
include/libvirt/libvirt-host.h
include/libvirt/libvirt-interface.h
include/libvirt/libvirt-lxc.h
include/libvirt/libvirt-network.h
include/libvirt/libvirt-nodedev.h
include/libvirt/libvirt-nwfilter.h
include/libvirt/libvirt-qemu.h
include/libvirt/libvirt-secret.h
include/libvirt/libvirt-storage.h
include/libvirt/libvirt-stream.h
include/libvirt/libvirt.h
include/libvirt/virterror.h
src/admin/admin_protocol.x
src/admin/admin_remote.c
src/admin/admin_server.c
src/admin/admin_server.h
src/admin/admin_server_dispatch.c
src/admin/admin_server_dispatch.h
src/bhyve/bhyve_device.c
src/bhyve/bhyve_device.h
src/bhyve/bhyve_domain.c
src/bhyve/bhyve_domain.h
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_driver.h
src/bhyve/bhyve_monitor.c
src/bhyve/bhyve_monitor.h
src/bhyve/bhyve_parse_command.c
src/bhyve/bhyve_parse_command.h
src/conf/capabilities.c
src/conf/capabilities.h
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/conf/device_conf.c
src/conf/device_conf.h
src/conf/domain_addr.c
src/conf/domain_addr.h
src/conf/domain_audit.c
src/conf/domain_audit.h
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/domain_event.c
src/conf/domain_event.h
src/conf/domain_nwfilter.c
src/conf/domain_nwfilter.h
src/conf/interface_conf.c
src/conf/interface_conf.h
src/conf/netdev_bandwidth_conf.c
src/conf/netdev_bandwidth_conf.h
src/conf/netdev_vlan_conf.c
src/conf/netdev_vlan_conf.h
src/conf/netdev_vport_profile_conf.c
src/conf/netdev_vport_profile_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/conf/network_event.c
src/conf/network_event.h
src/conf/networkcommon_conf.c
src/conf/networkcommon_conf.h
src/conf/node_device_conf.c
src/conf/node_device_conf.h
src/conf/numa_conf.c
src/conf/numa_conf.h
src/conf/nwfilter_conf.c
src/conf/nwfilter_conf.h
src/conf/nwfilter_ipaddrmap.c
src/conf/nwfilter_ipaddrmap.h
src/conf/nwfilter_params.c
src/conf/nwfilter_params.h
src/conf/object_event.c
src/conf/object_event.h
src/conf/object_event_private.h
src/conf/secret_conf.c
src/conf/secret_conf.h
src/conf/snapshot_conf.c
src/conf/snapshot_conf.h
src/conf/storage_conf.c
src/conf/storage_conf.h
src/conf/virchrdev.c
src/conf/virchrdev.h
src/conf/virdomainobjlist.c
src/conf/virdomainobjlist.h
src/conf/virnwfilterbindingobjlist.c
src/conf/virnwfilterbindingobjlist.h
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_arm.c
src/cpu/cpu_arm.h
src/cpu/cpu_map.c
src/cpu/cpu_map.h
src/cpu/cpu_ppc64.c
src/cpu/cpu_ppc64.h
src/cpu/cpu_ppc64_data.h
src/cpu/cpu_s390.c
src/cpu/cpu_s390.h
src/cpu/cpu_x86.c
src/cpu/cpu_x86.h
src/cpu/cpu_x86_data.h
src/dtrace2systemtap.pl
src/interface/interface_backend_netcf.c
src/interface/interface_driver.h
src/libvirt-admin.c
src/libvirt-lxc.c
src/libvirt-qemu.c
src/libxl/libxl_capabilities.c
src/libxl/libxl_capabilities.h
src/libxl/libxl_conf.c
src/libxl/libxl_conf.h
src/libxl/libxl_domain.c
src/libxl/libxl_domain.h
src/libxl/libxl_driver.c
src/libxl/libxl_driver.h
src/libxl/libxl_logger.c
src/libxl/libxl_logger.h
src/libxl/libxl_migration.c
src/libxl/libxl_migration.h
src/locking/lock_daemon.c
src/locking/lock_daemon.h
src/locking/lock_daemon_config.c
src/locking/lock_daemon_config.h
src/locking/lock_daemon_dispatch.c
src/locking/lock_daemon_dispatch.h
src/logging/log_daemon.c
src/logging/log_daemon.h
src/logging/log_daemon_config.c
src/logging/log_daemon_config.h
src/logging/log_daemon_dispatch.c
src/logging/log_daemon_dispatch.h
src/logging/log_handler.c
src/logging/log_handler.h
src/logging/log_manager.c
src/logging/log_manager.h
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h
src/lxc/lxc_container.c
src/lxc/lxc_container.h
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/lxc/lxc_driver.h
src/lxc/lxc_fuse.c
src/lxc/lxc_fuse.h
src/lxc/lxc_hostdev.c
src/lxc/lxc_hostdev.h
src/lxc/lxc_native.c
src/lxc/lxc_native.h
src/network/bridge_driver.c
src/network/bridge_driver.h
src/network/bridge_driver_linux.c
src/network/bridge_driver_nop.c
src/network/bridge_driver_platform.c
src/network/bridge_driver_platform.h
src/network/leaseshelper.c
src/node_device/node_device_driver.c
src/node_device/node_device_driver.h
src/node_device/node_device_hal.c
src/node_device/node_device_udev.c
src/node_device/node_device_udev.h
src/nwfilter/nwfilter_dhcpsnoop.c
src/nwfilter/nwfilter_dhcpsnoop.h
src/nwfilter/nwfilter_driver.c
src/nwfilter/nwfilter_driver.h
src/nwfilter/nwfilter_ebiptables_driver.c
src/nwfilter/nwfilter_ebiptables_driver.h
src/nwfilter/nwfilter_gentech_driver.c
src/nwfilter/nwfilter_gentech_driver.h
src/nwfilter/nwfilter_learnipaddr.c
src/nwfilter/nwfilter_learnipaddr.h
src/nwfilter/nwfilter_tech_driver.h
src/openvz/openvz_conf.c
src/openvz/openvz_conf.h
src/openvz/openvz_driver.c
src/openvz/openvz_driver.h
src/phyp/phyp_driver.c
src/phyp/phyp_driver.h
src/qemu/qemu_agent.c
src/qemu/qemu_agent.h
src/qemu/qemu_alias.c
src/qemu/qemu_alias.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_capspriv.h
src/qemu/qemu_cgroup.c
src/qemu/qemu_cgroup.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domain_address.c
src/qemu/qemu_domain_address.h
src/qemu/qemu_driver.c
src/qemu/qemu_driver.h
src/qemu/qemu_extdevice.c
src/qemu/qemu_extdevice.h
src/qemu/qemu_hostdev.c
src/qemu/qemu_hostdev.h
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
src/qemu/qemu_interface.c
src/qemu/qemu_interface.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h
src/qemu/qemu_parse_command.c
src/qemu/qemu_parse_command.h
src/qemu/qemu_security.c
src/qemu/qemu_security.h
src/qemu/qemu_tpm.c
src/qemu/qemu_tpm.h
src/remote/lxc_protocol.x
src/remote/qemu_protocol.x
src/remote/remote_daemon.c
src/remote/remote_daemon.h
src/remote/remote_daemon_config.c
src/remote/remote_daemon_config.h
src/remote/remote_daemon_dispatch.c
src/remote/remote_daemon_dispatch.h
src/remote/remote_daemon_stream.c
src/remote/remote_daemon_stream.h
src/remote/remote_driver.c
src/remote/remote_driver.h
src/remote/remote_protocol.x
src/rpc/gensystemtap.pl
src/rpc/virkeepalive.c
src/rpc/virkeepalive.h
src/rpc/virnetclient.c
src/rpc/virnetclient.h
src/rpc/virnetclientprogram.c
src/rpc/virnetclientprogram.h
src/rpc/virnetclientstream.c
src/rpc/virnetclientstream.h
src/rpc/virnetdaemon.c
src/rpc/virnetdaemon.h
src/rpc/virnetlibsshsession.c
src/rpc/virnetlibsshsession.h
src/rpc/virnetprotocol.x
src/rpc/virnetserver.c
src/rpc/virnetserver.h
src/rpc/virnetserverclient.c
src/rpc/virnetserverclient.h
src/rpc/virnetservermdns.c
src/rpc/virnetservermdns.h
src/rpc/virnetserverprogram.c
src/rpc/virnetserverprogram.h
src/rpc/virnetserverservice.c
src/rpc/virnetserverservice.h
src/rpc/virnetsocket.c
src/rpc/virnetsocket.h
src/rpc/virnetsshsession.c
src/rpc/virnetsshsession.h
src/secret/secret_driver.c
src/secret/secret_driver.h
src/security/security_apparmor.c
src/security/security_apparmor.h
src/security/security_driver.c
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_selinux.c
src/security/security_selinux.h
src/security/virt-aa-helper.c
src/storage/parthelper.c
src/storage/storage_backend.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_disk.h
src/storage/storage_backend_fs.c
src/storage/storage_backend_fs.h
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_iscsi.h
src/storage/storage_backend_iscsi_direct.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_logical.h
src/storage/storage_backend_mpath.c
src/storage/storage_backend_mpath.h
src/storage/storage_backend_rbd.c
src/storage/storage_backend_rbd.h
src/storage/storage_backend_scsi.c
src/storage/storage_backend_scsi.h
src/storage/storage_backend_sheepdog.c
src/storage/storage_backend_sheepdog.h
src/storage/storage_driver.c
src/storage/storage_driver.h
src/storage/storage_file_fs.c
src/storage/storage_file_fs.h
src/uml/uml_conf.c
src/uml/uml_conf.h
src/uml/uml_driver.c
src/uml/uml_driver.h
src/util/iohelper.c
src/util/virarptable.c
src/util/virarptable.h
src/util/virauthconfig.c
src/util/virauthconfig.h
src/util/virbitmap.c
src/util/virbitmap.h
src/util/vircgroup.c
src/util/vircgroup.h
src/util/vircgrouppriv.h
src/util/virclosecallbacks.c
src/util/virclosecallbacks.h
src/util/virdevmapper.c
src/util/virdevmapper.h
src/util/virebtables.c
src/util/virebtables.h
src/util/virerror.c
src/util/virevent.c
src/util/virevent.h
src/util/vireventpoll.c
src/util/vireventpoll.h
src/util/virfcp.c
src/util/virfcp.h
src/util/virfirewall.c
src/util/virfirewall.h
src/util/virfirewallpriv.h
src/util/virfirmware.c
src/util/virfirmware.h
src/util/virgic.c
src/util/virgic.h
src/util/virhash.c
src/util/virhash.h
src/util/virhook.c
src/util/virhook.h
src/util/virhostcpu.c
src/util/virhostcpu.h
src/util/virhostdev.c
src/util/virhostdev.h
src/util/virhostmem.c
src/util/virhostmem.h
src/util/virinitctl.c
src/util/virinitctl.h
src/util/viriptables.c
src/util/viriptables.h
src/util/virkeyfile.c
src/util/virkeyfile.h
src/util/virmacaddr.c
src/util/virmacaddr.h
src/util/virmacmap.c
src/util/virmacmap.h
src/util/virnetdev.c
src/util/virnetdev.h
src/util/virnetdevbandwidth.c
src/util/virnetdevbandwidth.h
src/util/virnetdevbridge.c
src/util/virnetdevbridge.h
src/util/virnetdevip.c
src/util/virnetdevip.h
src/util/virnetdevmacvlan.c
src/util/virnetdevmacvlan.h
src/util/virnetdevmidonet.c
src/util/virnetdevmidonet.h
src/util/virnetdevopenvswitch.c
src/util/virnetdevopenvswitch.h
src/util/virnetdevtap.c
src/util/virnetdevtap.h
src/util/virnetdevveth.c
src/util/virnetdevveth.h
src/util/virnetdevvlan.c
src/util/virnetdevvlan.h
src/util/virnetdevvportprofile.c
src/util/virnetdevvportprofile.h
src/util/virnetlink.c
src/util/virpci.c
src/util/virpci.h
src/util/virperf.c
src/util/virperf.h
src/util/virrandom.c
src/util/virrandom.h
src/util/virscsi.c
src/util/virscsi.h
src/util/virscsivhost.c
src/util/virscsivhost.h
src/util/virsocketaddr.c
src/util/virsocketaddr.h
src/util/virstorageencryption.c
src/util/virstorageencryption.h
src/util/virstoragefile.c
src/util/virstoragefile.h
src/util/virstoragefilebackend.c
src/util/virstring.c
src/util/virstring.h
src/util/virsysinfo.c
src/util/virsysinfo.h
src/util/virthreadjob.c
src/util/virthreadjob.h
src/util/virthreadpool.c
src/util/virthreadpool.h
src/util/virtime.c
src/util/virtime.h
src/util/virtpm.c
src/util/virtpm.h
src/util/virusb.c
src/util/virusb.h
src/util/virutil.c
src/util/virutil.h
src/util/viruuid.c
src/util/viruuid.h
src/xenapi/xenapi_driver.c
src/xenapi/xenapi_driver.h
src/xenapi/xenapi_driver_private.h
src/xenapi/xenapi_utils.c
src/xenapi/xenapi_utils.h
src/xenconfig/xen_common.c
src/xenconfig/xen_common.h
src/xenconfig/xen_sxpr.c
src/xenconfig/xen_sxpr.h
src/xenconfig/xen_xl.c
src/xenconfig/xen_xm.c
src/xenconfig/xen_xm.h
src/xenconfig/xenxs_private.h
tests/cputest.c
tests/domaincapstest.c
tests/domainconftest.c
tests/eventtest.c
tests/fdstreamtest.c
tests/libxlxml2domconfigtest.c
tests/metadatatest.c
tests/nsslinktest.c
tests/nssmock.c
tests/nsstest.c
tests/objecteventtest.c
tests/objectlocking.ml
tests/qemucaps2xmlmock.c
tests/qemucaps2xmltest.c
tests/qemucapsprobe.c
tests/qemucapsprobemock.c
tests/qemuxml2argvmock.c
tests/ssh.c
tests/storagebackendsheepdogtest.c
tests/sysinfotest.c
tests/virauthconfigtest.c
tests/vircaps2xmltest.c
tests/vircgroupmock.c
tests/vircgrouptest.c
tests/virdbusmock.c
tests/virdbustest.c
tests/virdeterministichashmock.c
tests/virdrivermoduletest.c
tests/virfilemock.c
tests/virfiletest.c
tests/virfirewalltest.c
tests/virhostdevtest.c
tests/viridentitytest.c
tests/viriscsitest.c
tests/virkeycodetest.c
tests/virkeyfiletest.c
tests/virlockspacetest.c
tests/virmacmaptest.c
tests/virmocklibxl.c
tests/virnetdaemonmock.c
tests/virnetdaemontest.c
tests/virnetdevbandwidthmock.c
tests/virnetdevbandwidthtest.c
tests/virnetdevmock.c
tests/virnetdevtest.c
tests/virnetmessagetest.c
tests/virnetserverclientmock.c
tests/virnetserverclienttest.c
tests/virnetsockettest.c
tests/virnettlscontexttest.c
tests/virnettlshelpers.c
tests/virnettlshelpers.h
tests/virnettlssessiontest.c
tests/virpcimock.c
tests/virpcitest.c
tests/virpolkittest.c
tests/virportallocatormock.c
tests/virportallocatortest.c
tests/virrandommock.c
tests/virrotatingfiletest.c
tests/virschematest.c
tests/virscsitest.c
tests/virstoragetest.c
tests/virstringtest.c
tests/virsystemdtest.c
tests/virtestmock.c
tests/virtimetest.c
tests/viruritest.c
tests/virusbmock.c
tests/virusbtest.c
tests/xlconfigtest.c
tests/xmconfigtest.c
tools/nss/libvirt_nss.c
tools/nss/libvirt_nss.h
tools/virsh-completer.c
tools/virsh-console.c
tools/virsh-console.h
tools/virt-admin.c
tools/vsh-table.c
tools/vsh-table.h
tools/wireshark/src/packet-libvirt.c
tools/wireshark/src/packet-libvirt.h
tools/wireshark/util/genxdrstub.pl