]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 18a1c5bce3546606745cd45ef35935907c8fc79b..567fc651f3c82bc04e2c0b536a2802db031126f9 100755 (executable)
@@ -16,9 +16,6 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
-#
-# Authors:
-#     Daniel P. Berrange <berrange@redhat.com>
 
 use strict;
 use warnings;
index a32e355be6d19b34500b4fcac72e166fbe8e9494..33377f3dd363511b4e534004b8004830f0715e1a 100755 (executable)
@@ -16,9 +16,6 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
-#
-# Authors:
-#     Daniel P. Berrange <berrange@redhat.com>
 
 use strict;
 use warnings;
diff --git a/cfg.mk b/cfg.mk
index c468d153eb77ded54c12830357c965722d074517..bd037ff3daf2935a0e7864d28a847ea80cddf6d6 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1050,6 +1050,11 @@ sc_prohibit_http_urls:
        halt='Links must use https:// protocol' \
          $(_sc_search_regexp)
 
+sc_prohibit_author:
+       @prohibit="(\*|#)\s*(A|a)uthors?:" \
+       halt="Author: statements are prohibited in source comments" \
+         $(_sc_search_regexp)
+
 # Alignment is usually achieved through spaces (at least two of them)
 # or tabs (at least one of them) right before the trailing backslash
 sc_prohibit_backslash_alignment:
index 5e218a9ad0aeac123c65b727fe75d9215d6dd5d3..b1b5881943f34671470eb0eadd398d54f1cfd7a1 100755 (executable)
@@ -2270,7 +2270,7 @@ class docBuilder:
         output.write("    <file name='%s'>\n" % (module))
         dict = self.headers[file]
         if dict.info is not None:
-            for data in ('Summary', 'Description', 'Author'):
+            for data in ('Summary', 'Description'):
                 try:
                     output.write("     <%s>%s</%s>\n" % (
                                  data.lower(),
index add5794deb68afabe76be234905a1bcb72fb245d..17a980c73a87da9bdb6907cc5c8820160e533bd9 100644 (file)
@@ -72,7 +72,6 @@
          <xsl:if test="deprecated">
            <p> WARNING: this module is deprecated !</p>
          </xsl:if>
-         <p>Author(s): <xsl:value-of select="author"/></p>
          <div class="refsynopsisdiv">
          <h2>Synopsis</h2>
          <pre class="synopsis">
index d8726f1a1c750af556676d81276c985e6e4eacc9..955ce2d45b730f70e166afae53436094924e86dc 100755 (executable)
@@ -17,9 +17,6 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
-#
-# Authors:
-#     Andrea Bolognani <abologna@redhat.com>
 
 from __future__ import print_function
 
index cd7ecd1ca216765c8337fc7285272f8a8d4e822b..09f20358f1e56832790c257002ea006aae83458c 100644 (file)
@@ -5,7 +5,6 @@
  *          hypervisor and extract domain information.
  * usage: info1
  * test: info1
- * author: Daniel Veillard
  * copy: see Copyright for the status of this software.
  */
 
index 919932b0e8acf951b9dcf0f06360535c3706ae6e..ac816044efb3f1092fbb5c8c3ee6d7490eb2ca55 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 2077c49fbdd3b66be35ef3b88fbf4ae36180c059..fb631781fdba7a080ce5a9c214ee708ef3ece702 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 5260eb708f7f6de29c44f64d6e033d86d4d73461..d94befd7fcead3a196bce972a0383d863baa329c 100644 (file)
@@ -17,7 +17,6 @@
 #  License along with this library.  If not, see
 #  <http://www.gnu.org/licenses/>.
 #
-#  Author: Cedric Bosdonnat <cbosdonnat@suse.com>
 
 handler_cleanup()
 {
index 97337d6a0b7e5f92b8d288b0dc8ee3879140e792..fd4fe4664de6cb8e2b4c5a1c91e905d2e92d9345 100644 (file)
@@ -16,7 +16,6 @@
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
 #
-# Author: Daniel P. Berrange <berrange@redhat.com>
 #
 # This script will monitor all operation of the libvirt event loop
 # in both client and server. Example output is:
index e01b2f79a6a3c43a00ee6a301da49bfc61b440b5..0c9cc3869249e2fc43805fb1a183ef70dc07435c 100644 (file)
@@ -16,7 +16,6 @@
 #
 # Debug RWLock mechanisms as well.
 #
-# Author: Martin Kletzander <mkletzan@redhat.com>
 
 
 global mx_tolock
index 171d9d89333937e555bd66227c06e733ecdf7b90..192bac4f8e97a32aa4e08f2ea2258bb0e072e583 100644 (file)
@@ -16,7 +16,6 @@
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
 #
-# Author: Daniel P. Berrange <berrange@redhat.com>
 #
 # This script will monitor all messages sent/received between libvirt
 # and the QEMU monitor
index c8d5c179c11daa8b8cba54c47f91777c749c16ee..f7db0a03aa883fa2103074ad2b325a8589aa6c8f 100644 (file)
@@ -16,7 +16,6 @@
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
 #
-# Author: Daniel P. Berrange <berrange@redhat.com>
 #
 # This script will monitor all RPC messages going in/out of libvirtd and
 # any connected clients. Example output:
index 161727ed8f23237ed3786b1f103450a16d5e5934..190bda75677222452c60664daeac63e802f012d8 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #ifndef __VIR_ADMIN_H__
index 0e8ada45526b634d0f26e293e2ee39a68ed7ad4d..4661ee98574b337745aa6036446f64c05f041a08 100644 (file)
@@ -3,7 +3,6 @@
  * Summary: common macros and enums for the libvirt and libvirt-admin library
  * Description: Provides common macros and enums needed by both libvirt and
  *              libvirt-admin libraries
- * Author: Erik Skultety <eskultet@redhat.com>
  *
  * Copyright (C) 2015 Red Hat, Inc.
  *
index 20771f9b1ec453bcf85c55d104db3869b57b9f6d..139fe359860dc152755bd587de5c0cff1c2560e3 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-domain-snapshot.h
  * Summary: APIs for management of domain snapshots
  * Description: Provides APIs for the management of domain snapshots
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index bcc66653be15b1ce71ac3c0117e8a02a557b1d18..9f56a40d9c7d188369301fd1615380128a65db97 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-domain.h
  * Summary: APIs for management of domains
  * Description: Provides APIs for the management of domains
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2015 Red Hat, Inc.
  *
index 838cb54878c3f90fd41fc9ecb07b1bb740763955..f818712cea43799af6e2a70b87536526c07a5674 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-event.h
  * Summary: APIs for management of events
  * Description: Provides APIs for the management of events
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index a04d6699010753489060fbb589ea33f33b1590f4..5ce5d6ea2b85b83d3d7c72686a0aa32e829565c0 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-host.h
  * Summary: APIs for management of hosts
  * Description: Provides APIs for the management of hosts
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index 60c53e6b4df1335a038e6d47679da2065b617d89..7dc7622085825ac61e4e1057cfd9c50047335c2b 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-interface.h
  * Summary: APIs for management of interfaces
  * Description: Provides APIs for the management of interfaces
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index 0d16a5c44d753e1c682f7ac299a28d9fae5363b7..64697d8f6c36740cf68d6e0d89fffb0848994cbf 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LXC_H__
index 308f27f64fa2c34e37b56e1c3fd2aec41bc0e0bf..87d22359564642c85bdea064f78ee16cf0f06a41 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-network.h
  * Summary: APIs for management of networks
  * Description: Provides APIs for the management of networks
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index 25e87248fdc705216b68fa56e4cbc71fe020ed88..9dc58b8ac2c2f1ef3a838bd99a4307ef005970f4 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-nodedev.h
  * Summary: APIs for management of nodedevs
  * Description: Provides APIs for the management of nodedevs
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index 20e6d1ff9a49c565070eef8ae593d9758490f269..8501b847a79680416c2c83cb8b5a52ff76ec3979 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-nwfilter.h
  * Summary: APIs for management of nwfilters
  * Description: Provides APIs for the management of nwfilters
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index 2bb8ee86858a2e1f62ee0d132aa7d1f778bc9647..a97df8dda9bc30d955779064ab8879b168e439f4 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Chris Lalancette <clalance@redhat.com>
  */
 
 #ifndef __VIR_QEMU_H__
index 5df0b8ff894580e57db5a0a2173fffa241005c26..e46162da286d0141823de21984188780b5baaa5b 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-secret.h
  * Summary: APIs for management of secrets
  * Description: Provides APIs for the management of secrets
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014, 2016 Red Hat, Inc.
  *
index 413d9f6c4cdfa4694d919adc6cbb37d8ba05f0b9..17906da890d106060ad08376a5971037ea77202c 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-storage.h
  * Summary: APIs for management of storage pools and volumes
  * Description: Provides APIs for the management of storage pools and volumes
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2016 Red Hat, Inc.
  *
index 86f96b1580e8336bb16217021eb4362f4a566fe0..7d3a3d98e1fa2b1d0cb002e2371aeb26c51c5124 100644 (file)
@@ -2,7 +2,6 @@
  * libvirt-stream.h
  * Summary: APIs for management of streams
  * Description: Provides APIs for the management of streams
- * Author: Daniel Veillard <veillard@redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
  *
index 36f6d607754c44b52a384585c277ee76b3f266db..d555ac798f874a183097dd90b36517a24fda5e5a 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef __VIR_VIRLIB_H__
index 57aadb8d16b8e0d9c70865e169e1a658b57b2c33..095c6cb1e4b25c6b52218bc26731deb856b61865 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef __VIR_VIRERR_H__
index d19d132b798179ad6b9c38ed60d27d74c508f4af..42e215d23a2b143c2375a1134e32dcb7800308e8 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 %#include <libvirt/libvirt-admin.h>
index b29d109f6a29fbf31da00b9b5af1e88d9d33a370..e112c1f115c462db2fc3db9b5c29e977f588ee2d 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Erik Skultety <eskultet@redhat.com>
  */
 
 #include <config.h>
index f2c1a8f8ec532263597154201171575e77324d42..f2a38f6dfa9163d71544e4c7147cc16763200fb9 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors: Erik Skultety <eskultet@redhat.com>
- *          Martin Kletzander <mkletzan@redhat.com>
  */
 
 #include <config.h>
index 3e0c35fa29d8466dc5a580b5e7cfd6ff5ff65c82..dc0f31e54b893f18cc00084c7383b10f4847dfc5 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors: Erik Skultety <eskultet@redhat.com>
- *          Martin Kletzander <mkletzan@redhat.com>
  */
 
 #ifndef __ADMIN_SERVER_H__
index b78ff902c0fa7f3b410f3d7e7d0dcf743a8a8db9..1c5485bce9276f793a4006985416fca31ef3ca02 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #include <config.h>
index c998cf3cbaab5af81decf494742d01b74aa0a02c..322bba7dd8d7688c5a97b5ac3c3176381ff0aa8e 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #ifndef __ADMIN_SERVER_DISPATCH_H__
index a59dfe45195ff80f5f1e63055432196f90b1590d..201044d9e620d1340e029433f6067587a9e4086c 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Roman Bogorodskiy
  */
 
 #include <config.h>
index 1144f51dbe94db08a8d62e6730040b8ae5bf6cc9..48e7db438e3a19eb4511499828a106e9efcb2291 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Roman Bogorodskiy
  */
 
 #ifndef __BHYVE_DEVICE_H__
index 3c23441969497d6eb1ceb48748d679cb2ae2d45c..e54af75f4df83e85f5564e4f473d5fb41c6a9e2c 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Roman Bogorodskiy
  */
 
 #include <config.h>
index bbc8ecd8cf2b20f3c044640e3f800817ea997d4b..82b0b9b34639426569d54b08c99a21535a998041 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Roman Bogorodskiy
  */
 
 #ifndef __BHYVE_DOMAIN_H__
index 4d4f85f5bfc7cb5c0cd1f40928162682d4eec06a..4998100bc2ed5182b355bfd1bcc4ad7490cd582c 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Roman Bogorodskiy
  */
 
 #include <config.h>
index fb57d287e1838715442f6d93b44ad0fc2f0038fb..c9bcbb94187e83539d17fc22ca428ccea32996dd 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Roman Bogorodskiy <bogorodskiy@gmail.com>
  */
 
 #ifndef __BHYVE_DRIVER_H__
index 4d5262c104e80a6619b43c18172453064731799a..faf1ebe5f5e0d834cc765323feefa844a9ff61e8 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Conrad Meyer <cse.cem@gmail.com>
  */
 
 #include <config.h>
index 226d87832f840cd1ae847182308b9fb37b12fcb2..f376941bc67935b668e9dce708fa13bd28029c49 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Conrad Meyer <cse.cem@gmail.com>
  */
 
 #ifndef BHYVE_MONITOR_H
index 14137d179b821043e3a0f707d30c1368bdb20384..1c9191fb9606ac7e678dd1865b6c678aba3f332f 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
  */
 
 #include <config.h>
index 1e45ef258fb0e3d5e02d835d6fc64fff3dc0744d..793685c338822a8393ad47da7e1f39e36431ca8b 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
  */
 
 #ifndef __BHYVE_PARSE_COMMAND_H__
index ef4e5ff53dc7574d769b4e91a2d7cc1f02157f59..8e9bba0dbe4eacc246ca90d67cce8aefcc5f9d5e 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 45b331a7beba023cb0b271571c2d027249f1ddb8..c861ad5536561dc3db9876d39509e176243dde01 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_CAPABILITIES_H
index 863413e75eaad20d1eb02a6021d291004b79b7c8..a8e0fbe8aed833feb8657af6e7f6e1ab29d6d973 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 9f2e7ee2649d52d1b9e1a1a317fd75fc08286ce2..7792a4b44997fb9836dd08bf1fbc819c41ef5313 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_CPU_CONF_H__
index 44b210d5ec15e887cfd2aa601ade3d20a6633bf5..32628c644804142e26ad626accf53451ce21b9fb 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 867b63390367449590a5240548b885a30747d1ab..320c6b55a165b5f02b488d2f97db1521ff8a1cd1 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __DEVICE_CONF_H__
index 6e983e4fecf3a7cdc8a27b91cedc6b7ad8444d40..618fce44f08df4250c37ee9f1718bf971104e6d3 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 183235309bfd7ca22195b611ffcca2b4867f8aa5..a0c853b7af603dc6e4646bb01fc9cb4a5fbd3d74 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __DOMAIN_ADDR_H__
index fc13338d64ba0737ab61186f661ba2c0c87aa0f3..ce176f794093ce03245e46e8c6c86bc2003bc1ae 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 474ccb6b8aab46f7cc2186087d5d76625e4467b5..17e43b8ceabc8e2631840bdee6ee67846e6fa735 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_DOMAIN_AUDIT_H__
index 3b87bdf98cf5212df6951cd8b231ec24dd0c5ea4..ba2b6ba70f60fe65852842d3baf406d25c5f4f20 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 45ebc436b93051b4f74eb64035daf7c53a613d7b..16b96771244e67ff603138a949de82729613f1d1 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __DOMAIN_CAPABILITIES_H__
index ae8fb5a501e2564ef080c12739eb3e47a3e1cb3f..d8dfd1656f48c7c257f2629032c485cc2e9e327b 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index b24e6ec3def0cbf7463f12b0af45fd4e00516413..26b07d6804691e2827c9081da0c330f4fc708127 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __DOMAIN_CONF_H
index 97520706c9590d93bd2e5b28acc0fded39868b20..1bba4a25204d4b25f89c2edccb835ae7c0e5adf1 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Ben Guthro
  */
 
 #include <config.h>
index 3992a29c5804f5460bfe59a0639f97e5d916c54d..42669302727b356b3cf37e8e47b736435841c611 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Ben Guthro
  */
 
 #include "internal.h"
index e75fb598e805e58f90f27697f485165e916091a5..495fafcd61d72fd34d2be96f66a9f7dabd9db3bf 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index 6bda228fc8278267e59874d08f85e2677cb52fd4..8f1bcbacad45b856f21cf7198b89c7432ca8e662 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 #ifndef DOMAIN_NWFILTER_H
 # define DOMAIN_NWFILTER_H
index 0a4b28f489fab706a6daeb56fbee35dea0efc1ae..c4d2e1b9abb41df8db9ed27099f52b374d55045f 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  *         Laine Stump <laine@redhat.com>
  */
 
index 9ae2ceddb6bc1b0d3e45645df48ce039265fa8a7..af19f0d53bc49e6f56b3a7bfe2cf77256775f26a 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  *         Laine Stump <laine@redhat.com>
  */
 
index 80b113196ac22b37db3a74198349ff314d20c9e3..3113cde888c90a58a02e85a3e35a9a4841fd38c9 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 30f988953cfd3c1f23b74c725d4291bd0300bb93..37049cc69a019fe3d1bb97f740435dd3ff7c4d47 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_BANDWIDTH_CONF_H__
index dff49c6e9403ab55fed08173869f6c091e1eb36f..15230c62197b2f16fc1de5850b004d25c7a7fbc6 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Laine Stump <laine@redhat.com>
- *     James Robson <jrobson@websense.com>
  */
 
 #include <config.h>
index ceef78eec02bbd02dc3943b59c4f209456ae2672..4f21873aad2c6defbb2d20fec6d8989b2c6cb3ac 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Laine Stump <laine@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_VLAN_CONF_H__
index 24052bf78436661fb1467fdd7110ba041f3a3596..660478d1287b3c6802d64b57c97d96f759fbff7f 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a70256dc7e76ab5c080986cf7c98f520df4755ed..29f627367f1b18bf4cfbab82aec0eb7471fc377b 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_VPORT_PROFILE_CONF_H__
index 39a13b433dbbf91ccb080036df754fdeb3adc905..e035d8aba7b5681f5bfef17d17b9b8f88ea53e3d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 54c8ed1c4c2b9acb5ae0dba8dea74b1d88e909c2..6ae39dbeaf703fd36cd2d7087f7a502ca1a443c9 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __NETWORK_CONF_H__
index 5f8ad30d26b69cec501fe210221a866e95af4acb..e3d2f2b6b34bdb3ae6597d7d97b8866eb1c9496b 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Cedric Bosdonnat
  */
 
 #include <config.h>
index 51bd949beeae5d949b82538b7a643e1d3df4f2b1..269475a3b1561f04cba2c329be4713580c595356 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Cedric Bosdonnat
  */
 
 #include "internal.h"
index 29e978bbdfe5624d5c701dcf203a209e55d58e0f..6de4ab1f583b7b2bda24e5592aa0292f96fcf01f 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 70e46793f67b2b5ae2ddb5dbeb20eb29c515b004..636a647e94d87eab94c684ebd9876fb99770d6a2 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __NETWORKCOMMON_CONF_H__
index 74a7bc393311c75883dfe0f46e9d6cf652d58907..97ad2f3cceeb6233c3e9d57a0e4ad05fe2455b35 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: David F. Lively <dlively@virtualiron.com>
  */
 
 #include <config.h>
index fde239183d65bbb939774638dd784270a075fdf8..24355f86ab0b3f2f70e41cc47a3df6159709ecc5 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: David F. Lively <dlively@virtualiron.com>
  */
 
 #ifndef __VIR_NODE_DEVICE_CONF_H__
index 97a3ca485d178cad3e5bfe9d469673737b422de0..dd421d19eb100a25610e2b29b941d3748b0d4c66 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #include <config.h>
index 85269be5651284216b39062ecdf38acf9cbf517a..0b8d38834785b7e21f93b279354f47f8f5d7931c 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #ifndef __NUMA_CONF_H__
index 120ca5ec14edd81ea007154efde99f8ee470638d..8dcdc9d8d264e528ab22f3ba02ed2750d4be08b2 100644 (file)
@@ -21,8 +21,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index 9f8ad51bf2c5da18ede9bcd460d1d900356069f3..9d94dd793733d744b724c03346f28aaed3a2e787 100644 (file)
@@ -20,8 +20,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 #ifndef NWFILTER_CONF_H
 # define NWFILTER_CONF_H
index 14a62c1a7450dd0099924284f111635f06c9a549..eb1ed76af83972e499b633c2cb784c6178728667 100644 (file)
@@ -4,9 +4,6 @@
  *
  * Copyright (C) 2010, 2012 IBM Corp.
  *
- * Author:
- *     Stefan Berger <stefanb@linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 2c9cdb96015d2f2b01f85c4a3016d838b7ba3e87..272440966b5482709e7d317192804c87f8582e69 100644 (file)
@@ -4,9 +4,6 @@
  *
  * Copyright (C) 2010, 2012 IBM Corp.
  *
- * Author:
- *     Stefan Berger <stefanb@linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ffffc6bae874729f8532bf70ba7852d0587d197b..4b85f2295047a83a8dce8fcffc9af9feb071a20b 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index f7355c37dfa67a351674173d654b9a441acd563f..c02ddd20a68ec37cd42c8e07efb054647b2931a5 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 #ifndef NWFILTER_PARAMS_H
 # define NWFILTER_PARAMS_H
index bf514384edab7eba7126d11d1f656820ff352c9d..667852fe22ca24c12fd554c07f39b9038670b6a4 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Ben Guthro
  */
 
 #include <config.h>
index 70e9579e81f3e034fd9f00e67276dd90997f2571..c1e87a2423f37c09dd0e12eab3329acc70ddcc06 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Ben Guthro
  */
 
 #include "internal.h"
index 27b461f17785d5e6dbb62fbf1e13d48281603d8e..a45902827d85dc05945e94acf4bf3c8d316afea2 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Ben Guthro
  */
 
 #include "datatypes.h"
index 7a2e4b28aad2cf415466d8f8a1f9002421d95ebc..3a5aa725631d9df5745be57f15fdf6234ddbaf8d 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Red Hat Author: Miloslav Trmač <mitr@redhat.com>
  */
 
 #include <config.h>
index 19f612b8fe53762c4c8e2cd5d941c76df92a9f00..4b824e4023cf7efa966fce05b9c66a5719d2d532 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Red Hat Author: Miloslav Trmač <mitr@redhat.com>
  */
 
 #ifndef __VIR_SECRET_CONF_H__
index 5a511b4495f689579c3f164240719a2f9c67193e..7386b4a74f24eede789d99b4937683f5e76b7231 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Eric Blake <eblake@redhat.com>
  */
 
 #include <config.h>
index 20a42bd5726394c7fc1d75bef49bb8c0cd7b7a4e..531bf0b7598eb9c6c1b11398cf88bf17a69692e7 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Eric Blake <eblake@redhat.com>
  */
 
 #ifndef __SNAPSHOT_CONF_H
index bf3ca2b87b16872e228e44990e7547f1b9991672..55db7a96f5dbb7c59f670fc76b17d74c58746b7d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 4d7abbbc98ab4e9bde136856c3297b03fc84bf63..37cb3096fadf58a9d656c52548e812d1a6876e4d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_CONF_H__
index 416a7a129c78392dc09ef378c4e44abd942d7c66..5090a67a4f0fadd702bd4f44fe2d6d11f21512e1 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
  */
 
 #include <config.h>
index e1990e8e2d216b0c09650cde84db618e8fd6dfb6..652767583b24452521a07a99fdab1f65686aad7e 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
  */
 #ifndef __VIR_CHRDEV_H__
 # define __VIR_CHRDEV_H__
index 805fe9440afe19a9f9c0724749ce30bd2d5ed585..384d97d768d24e85bb3e9b646154129aeb4ecd36 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 7e2dece3aad42d6d46c470f8d1ab6118cd1e1d1a..6e09133b32784e318e143607128817af28caa290 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIRDOMAINOBJLIST_H__
index 7ce59f7c6e104b8581786b840384fe7c4246e139..7e8437988f3deaf061e20087e9ffa5a2f89f8114 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index dfda2bea85c5c5d5575386677492d3dcca6ae584..7cdae901f25cb332105074872a07c7871c0bd9d6 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NWFILTER_BINDING_OBJ_LIST_H__
index cc93c494180b6436776c29155abd38686b9f8c3f..a223ff06e8d985d10aa1f2a285f13ba5fc215156 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 81119b6aeb13d8a4f205a132810882815bf2020b..592586d913ff98ffe395f89f3ff41df481dd901c 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_CPU_H__
index cc7da44ac4048ae418275443edb817a3a5fbc9b0..65d69c00af2c6e30063f6423f237659ad6e6b751 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Chuck Short <chuck.short@canonical.com>
  */
 
 #include <config.h>
index 846a679f69c6eebc83d90b3769fb8b8d1e454d87..c77d102847adb77fa1d2db6d321609a09c557895 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Chuck Short <chuck.short@canonical.com>
  */
 
 #ifndef __VIR_CPU_ARM_H__
index 4585e5ca83d6392261da97ca6c221df225646354..83151c1c549ca7e8ce656e6de53d5dfa80fd8c85 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 45969871505b9ad43cbcc4943bc787eab6c21482..130738b1ab14f71ec0c64cac31677b775f5dd4fd 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_CPU_MAP_H__
index 858f40e0f0c8d0785e339d4f2f80cdd55f0f84de..9c75c4a2f27c81b62097bdd243a35a014af695c2 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Anton Blanchard <anton@au.ibm.com>
- *      Prerna Saxena <prerna@linux.vnet.ibm.com>
- *      Li Zhang <zhlcindy@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index a6c965928a9d0059801cb692665a3a2ca55faddf..752f603cf605f2e84dc1e019fbfc733192b6f3d6 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Anton Blanchard <anton@au.ibm.com>
- *      Prerna Saxena <prerna@linux.vnet.ibm.com>
  */
 
 #ifndef __VIR_CPU_PPC64_H__
index ddbffaef0566558148b572af3c8a06bba8241612..ef89a3610b082e062418bb6c703b101a79f0aa73 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Li Zhang <zhlcindy@linux.vnet.ibm.com>
  */
 
 #ifndef __VIR_CPU_PPC64_DATA_H__
index 1abbb584a1f9b5440f79d1d98c5699468dccc924..8f529243837ad18b08695d051416b985fe6d8998 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Thang Pham <thang.pham@us.ibm.com>
  */
 
 #include <config.h>
index 7e0117c87c4dc26623471ef8a19def024f506ee5..8a6ad9692c390c67fadb73100bc0d74fc838a56b 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Thang Pham <thang.pham@us.ibm.com>
  */
 
 #ifndef __VIR_CPU_S390X_H__
index ebfa74fccd0c3df759f7a55a2793747b038dda4a..d3a88da21d30efdacc064514efaabfb67ed30c77 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 5d14d83e1b91cd6c69b67e8b16f550a80b77bc12..b6ad687f85c775e2372be60dcbdf0e258043b363 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_CPU_X86_H__
index f52bba821fe277b474a3abc6a5a3a01e40baada2..32da772002ad4593d762accc5cae1830092304e3 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_CPU_X86_DATA_H__
index 92c76a66eb56f83f05c235921d439757a6fe303b..c5fce248b4e8df8defc7e71c425491f4c051cc97 100755 (executable)
@@ -16,7 +16,6 @@
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
 #
-# Author: Daniel P. Berrange <berrange@redhat.com>
 #
 # Generate a set of systemtap probe definitions corresponding to
 # DTrace probe markers in libvirt.so
index 8ca7f9012e3356d57ea12dce08fc831718998563..a28d1353c11a4ac0208a4e577d3757221f40a5dc 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Laine Stump <laine@redhat.com>
  */
 
 #include <config.h>
index 80ada5c81d8f2f28eb3f07ac0ac93bd4446f12cc..59d85648016e8c8a2089a20b2c10ddc0be568eff 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author:  Laine Stump <laine@redhat.com>
  */
 
 
index 4d3f2415927d7942b45204672d041c38dacbfdc6..fb0190042a1919f320ae6150c5966e56755ac999 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #include <config.h>
index 9bf0174b955ef0614cdc7572639f4f61bca37eeb..47a06a39f2a77592906e877eff2c8a1c72ac71ea 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 43f63839eb01c94894a7607007e4336a205c2810..1afb5fe52972c84c8a3cb894dc4387029dd5423d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Chris Lalancette <clalance@redhat.com>
  */
 
 #include <config.h>
index 58ec13fbe5b1367c9e17a868eceb0d49cb3a11a8..111fb462e43fa0906ef87771c6b8eac412d91ddc 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #include <config.h>
index 992b780771f40cf01cdbeaaa7dd4b239057a230c..7d3fc3e18316552eb718481c75faca4c4b774141 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #ifndef LIBXL_CAPABILITIES_H
index 8116d2aaf8180f34d000ba26b935a732477e7994..73e988a3dcd04b6586e81461d9dd341218b390fb 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@novell.com>
- *     Markus Groß <gross@univention.de>
  */
 
 #include <config.h>
index 61f586f04856a07ecb9aaeda9b71ba0f06601197..f7364597edc9501f9e39b1e6925a3af0ddcd9401 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@novell.com>
- *     Markus Groß <gross@univention.de>
  */
 
 #ifndef LIBXL_CONF_H
index 6d1e15b14cbc613f32311711a14a80c14a75ed90..3ada51f51710bd31e74dedb550215ce74b33c3c5 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@suse.com>
  */
 
 #include <config.h>
index 3bce93500cd1b580b5472b12a8262ce7528bd979..40c15f9d24deb3ca0a82b1334f5f7969aef52cad 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@suse.com>
  */
 
 #ifndef LIBXL_DOMAIN_H
index eb719345e84dc0e53281d9d8b236b72392df63e7..3d03e7320a0745a27a756859ec39533fe47c912c 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@novell.com>
- *     Markus Groß <gross@univention.de>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a33d60cbf2b801b0f44cd363651fa3249becb007..db161760f579f4764f8f673a3c4fe7974dd9a601 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@novell.com>
  */
 
 #ifndef LIBXL_DRIVER_H
index 9e6e504445584a68240a344c4899d6c85b980619..7c97da45d51bce37aaaafe5a01d5c3499f7de54d 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Cédric Bosdonnat <cbosdonnat@suse.com>
  */
 #include <config.h>
 
index 68dc1e53f1a24476da3795310426dc9c45c8334e..6b7adf816cfc16038aa87a0e2fd05030befbd730 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Cédric Bosdonnat <cbosdonnat@suse.com>
  */
 
 #ifndef __LIBXL_LOGGER_H
index bb0092713398806e1b75b259e043ac14bf18e6f2..cd33efa417416a8811c1e6f5a2278d32df502365 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@suse.com>
- *     Chunyan Liu <cyliu@suse.com>
  */
 
 #include <config.h>
index 42897426da755848effa9876a26538aebf21cfd9..db5cdfcd03185d3c4b7153c263badf8778422b65 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Jim Fehlig <jfehlig@suse.com>
  */
 
 #ifndef LIBXL_MIGRATION_H
index 5bd7c4600a007e7e08bc0a6dd2b773e7320b0626..06616310b1b2af9b7cde0891918b1963ef45d8f1 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index da62edc2f7efecbd6a54a07a7283807355b57ae6..7cdf79fb69bfea325425dfe8c6b94d436f42ac0d 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOCK_DAEMON_H__
index efa5655a3022068091b79f47db105387f526844b..03feeb02a5fe11f07ea396457754e8bb9fc33acf 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 3e642208f521019f7ab1e9d07327152357877198..9b2a8c2ebb77d16d4001fd8cb8b61d1ce970b49b 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOCK_DAEMON_CONFIG_H__
index 1b479db55dd47489a202911979bc951693777fc5..7f3c806220e83353782e673a8fb8ef0bb5e1b073 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a193a583e4d7ea1ac0371d745bb497c94dd8df10..153f22b1ca9dc86b501e48a5052072b2887f4ebf 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOCK_DAEMON_DISPATCH_H__
index edf93ad7129721274b4ac5a1b6bf1c2d2f880052..b84d7dc73752f166131feb67a47cee983e131fd6 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 8d55bb244fe88322e4af14f047004bc6abbbdc77..7634f9e7fbca4ee9d3e52bbbd435b3756e36da09 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOG_DAEMON_H__
index 3226b2c484341e450e7f174a3eee10394258d568..ec6d0686f494439e790e6e7d3b389e8f5a87e9c7 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 53101b06106308140f726c7a118f4c79a039d335..35914fc4efd1648463eba8a4c10e3f106fd89659 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOG_DAEMON_CONFIG_H__
index ec691127ab703565c27c353b34af71500ea1c186..0442e8cd94c34447c8fc2c18b6d9a8d229862412 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index af3e3b47a11761a375a6f22c7c200e842186cf73..13101c4fea975fd2652bd9df959b5f87d046fd31 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOG_DAEMON_DISPATCH_H__
index 5364e06dff89f40bc19c71639ae31b8d47cb8d25..9e1f1f1577bcc5b7c888e0c40bd6701188085337 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 70be567ccc376c8999539ace61becdb60d430653..16bcd0df654ae3956697420e639458a6615714c8 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_LOG_HANDLER_H__
index e84abdbef927772a81611a84fcea4dcd12c4c9d9..cd7935802d8bc738ef563b033b0d00fac1284008 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 7f8e51838b705d864712263dd67c2c36b64759d7..0f3d55a5f0c498ecd1b8cd127d5cd6763bb43e50 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index cecab7611d57df83fa0a243b492e4243007dd2fa..c8fa8c4f44b4dc0873b4da2e50863e4020917e27 100644 (file)
@@ -4,9 +4,6 @@
  *
  * lxc_conf.c: config functions for managing linux containers
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5fb4bb1b0d8f8c9ba1c023d5e689c6f83ea3fb3d..eecc4c7c0bbfbf4d11cf7960a23aa0a77800a194 100644 (file)
@@ -4,9 +4,6 @@
  *
  * lxc_conf.h: header file for linux container config functions
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d834bf01d76cb9ca13b80e712f73e8644eafaa44..905645a41c39c6a1fe441ce0b2e188670a3aa58f 100644 (file)
@@ -5,10 +5,6 @@
  *
  * lxc_container.c: Performs container setup tasks
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 641e2d4607070360a9e0b4bfd7bfa645f4f1a4eb..d647a629fc3c669a083f10aabb2f629b5911e79e 100644 (file)
@@ -3,9 +3,6 @@
  *
  * lxc_container.h: Performs container setup tasks
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7bcfc0d965a7e4e15fc547b3f4b8579e47707f25..99360397a7c924d5dc0b0aa6cd109d6271912538 100644 (file)
@@ -4,9 +4,6 @@
  *
  * lxc_controller.c: linux container process controller
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 990871d9b322c5ad2ef7d1be3b42213452adfd4d..de045c80bb8d8d35a6eb87b1a76aba3c5435721c 100644 (file)
@@ -4,9 +4,6 @@
  *
  * lxc_driver.c: linux container driver functions
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 656831cce8de11a614560c6f256de1fa18638afb..851fc2d85d8e853e0dbfb821cd2f8ac1a2d2a551 100644 (file)
@@ -3,9 +3,6 @@
  *
  * lxc_driver.h: header file for linux container driver functions
  *
- * Authors:
- *  David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9b889c4b27f735c04a24bf9904d1f14ca8a7398c..e0b77031da177d69503c8e1ff4213e0352df5803 100644 (file)
@@ -4,9 +4,6 @@
  *
  * lxc_fuse.c: fuse filesystem support for libvirt lxc
  *
- * Authors:
- *  Gao feng <gaofeng at cn.fujitsu.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 38bbe22f7bb0d284d2dbe16e0d2658f748bdc236..bf22758c4ac41564f6639455317e2f586530af87 100644 (file)
@@ -3,9 +3,6 @@
  *
  * lxc_fuse.c: fuse filesystem support for libvirt lxc
  *
- * Authors:
- *  Gao feng <gaofeng at cn.fujitsu.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index fb980efb27feee9779e59486453bb775b74649b5..6dbed9b9a45f6a352bb36eea8aa44e52ed89de48 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index b3bc45e2b1bd8a7763a1ad8f4a6c3aad1db5e0f1..f48b1805aa6a9de2c4f48c7b910c6fb5f802942d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __LXC_HOSTDEV_H__
index 0d21d9fb2ba87343206968d066cd676fe63992d5..1eee3fc2bb359ec822dbe5bac5aec99d762627ea 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Cedric Bosdonnat <cbosdonnat@suse.com>
  */
 
 #include <config.h>
index 15fa0d54748797b4f7f16c77aa3ce41e2e55e203..2c13c0065815ee6d99fe6ce2c0cb7303e853424a 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Cedric Bosdonnat <cbosdonnat@suse.com>
  */
 
 #ifndef __LXC_NATIVE_H__
index 4bbc4f5a6d494dec8249c7bd0d4dbc1baefcf9bd..aed80c04d5a2f53894dc943c1a85b04d9cd597a9 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index b70881a690f080516fb271726be722a069ad7f0a..dff37930d38f07a3ec0edbd79e0d07366be69782 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index fb09954b8fc99ca62a6da13e2acdd6ed4751323b..dd0822265358bb867e76e3891b36cee26cc63214 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 5e1acd07b45d79c913ebe17af86f1a6f88b8f9a1..ce529a60a1d618494a4f4f8aefcacd7012415c76 100644 (file)
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 1d2fc0247778048687049b50b36e4a2d48ba931b..9ddcb7106350a9e48c7ba640cc83154da06996db 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 706000df4ee777f4cf1a5ca7f35ea29fab3a512b..8507ec4b97906f2763c40deb72879927b0bce84a 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_BRIDGE_DRIVER_PLATFORM_H__
index 40b89ac93951a881673b99a9caf3146cb0a7bbf2..d59ef34f2013d180cbb212855ba53ca33a2e4677 100644 (file)
@@ -18,8 +18,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
- *
  * For IPv6 support, use dnsmasq >= 2.67
  */
 
index 0bcb3de05320aba69b5e9e3ae754f28723d91fa4..8fb00d0c86ad2632ffdbcff7894f40b1c10a42a7 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: David F. Lively <dlively@virtualiron.com>
  */
 
 #include <config.h>
index 83a9449139edecaa8eade09f559a32fe1abcb788..037fc72bce9cbc6840b951df1b36c2d79df5558d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: David F. Lively <dlively@virtualiron.com>
  */
 
 #ifndef __VIR_NODE_DEVICE_H__
index 298c08ccb6a58679791e8f39403f38afafb45609..b77c743305a2457c3470ad2800742bad30f27679 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: David F. Lively <dlively@virtualiron.com>
  */
 
 #include <config.h>
index f134719b8254e96d97adeca3c83e019dfc2f37d0..aa86058113d3066dbbd34dc21d363920387ab75a 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Dave Allan <dallan@redhat.com>
  */
 
 #include <config.h>
index adbdaf27a89f1100edf4cf1a083279e84a30c4e0..af877160cd34f62ab7a77b7752cc2fb8822a92a9 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Dave Allan <dallan@redhat.com>
  */
 
 #include <libudev.h>
index e40f649ed56ba5be42dd26d54b6c654ac44dff23..58f0057c3fc07f5486e2b68a86d4a4da1bf7ef56 100644 (file)
@@ -5,10 +5,6 @@
  * Copyright (C) 2012-2014 Red Hat, Inc.
  * Copyright (C) 2011,2012 IBM Corp.
  *
- * Authors:
- *    David L Stevens <dlstevens@us.ibm.com>
- *    Stefan Berger <stefanb@linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
@@ -22,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Based in part on work by Stefan Berger <stefanb@us.ibm.com>
  */
 
 /*
index c693e1adbdd29527cc1e8b72c8a7c05b66dfe3e1..028c236a961454b12bfb08c03bcd365775d1ecf2 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: David L Stevens <dlstevens@us.ibm.com>
  */
 
 #ifndef __NWFILTER_DHCPSNOOP_H
index 1ab906fd5a16d1520070121881499a46b0cd9fd3..0e29d3e19e8ed8c3034093889b7a63653601357d 100644 (file)
@@ -20,9 +20,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- *         Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index ad56e7bb2f58469de73db604681e39071b175615..1dfb9b31e6ac4c318adda1061a9abdfb00d918e7 100644 (file)
@@ -20,9 +20,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- *         Stefan Berger <stefanb@us.ibm.com>
  */
 
 #ifndef __VIR_NWFILTER_DRIVER_H__
index 5be1c9b07a723549e0f0feac671231f0dbac06b8..75ec1962b624bc66f3eae49780ebad6f0ac9a67c 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index 098d5dd75f604cb10235c806089d14c4176fdd02..2b6b74277f54a69574b3267f6659bf767c6e10be 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 #ifndef VIR_NWFILTER_EBTABLES_DRIVER_H__
 # define VIR_NWFILTER_EBTABLES_DRIVER_H__
index a2ad95d209d57864564fc741362d1944d12fd663..655f088a1717d4cb41c5bfb6e065d00c0e9165b8 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index 2cd19c90fc216082588bfdcf65b5cd3327c399f0..57ce5d05ec42fda6aeabc8511f47e3bba991f225 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 #ifndef __NWFILTER_GENTECH_DRIVER_H
 # define __NWFILTER_GENTECH_DRIVER_H
index e6cb9964ac1fee61f7db616bcfb56ac1fbbf72c8..cd66e3ea7d5ac1a705ec59e7ed0c4375c21679a4 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #include <config.h>
index 7f17244100bd3bf5ae8e72fd9e8c04621d57700d..40d00ed68a420ba172dd5744c73ae068321f97bd 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #ifndef __NWFILTER_LEARNIPADDR_H
index d2ac0077dbba779121318abe376ca5333097085e..64fa5bcbb5942810b202d25f91ec154bba54bff0 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@us.ibm.com>
  */
 
 #ifndef __NWFILTER_TECH_DRIVER_H__
index 75d094fcfa99c30db42bf3b0ce64b7c8e6048f88..be5f89ea45a1cbff6dc27d5c058313bc5ea00cc9 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- * Shuveb Hussain <shuveb@binarykarma.com>
- * Anoop Joe Cyriac <anoop@binarykarma.com>
- *
  */
 
 #include <config.h>
index be7e16df531d7b2b662dce08879a318abd667227..e1e0066df69e7e040d38390b65f8a3382a3db14d 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- * Shuveb Hussain <shuveb@binarykarma.com>
- * Anoop Joe Cyriac <anoop@binarykarma.com>
- *
  */
 
 #ifndef OPENVZ_CONF_H
index 0dbd7be0e699a4a2af8558b0de68629c4f4dd7e5..a570532808a84a17cf7aa0e4e892fe47d46b843e 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- * Shuveb Hussain <shuveb@binarykarma.com>
- * Anoop Joe Cyriac <anoop@binarykarma.com>
- *
  */
 
 #include <config.h>
index fb120c987cddf0e045c48d24b2eaf648674f1626..d78a877c51f03e130157d751c28465d929573e03 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- * Shuveb Hussain <shuveb@binarykarma.com>
- * Anoop Joe Cyriac <anoop@binarykarma.com>
- *
  */
 
 
index 31431406268dca45099198bb85a40a30cee98d28..4acc6ce73481c8648ec2ef20b6c256e5e601707c 100644 (file)
@@ -4,9 +4,6 @@
  *
  * phyp_driver.c: ssh layer to access Power Hypervisors
  *
- * Authors:
- *  Eduardo Otubo <otubo at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a82aafd64932d3765cafe8016efffd4d485394fc..c6410bcc41a2128f5386ed9eeb4ec5dc30a5feb1 100644 (file)
@@ -4,9 +4,6 @@
  *
  * phyp_driver.c: ssh layer to access Power Hypervisors
  *
- * Authors:
- *  Eduardo Otubo <otubo at linux.vnet.ibm.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d842b0e6dc37cef53f0e57ad8b7dc94bd784feff..2ff16182ff24ddb67fe2b532953a6c5c90094fbb 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 4354b7e0cf729c0b17699ee2e30275b9387b4d3b..219cb9e1dd1d35395e871c27883d323b4dcf0c7e 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index 815caec465cd507ceacfc5b60a09df88f3acc79e..585cc972ba36d5546f10c2b1caa4c4f05e5b0d45 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 33b9937ea4f36d106cda6a76024ac2b7cef6dca1..441cb16bc1dbdd30a025d0ac3d465b141f33a442 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_ALIAS_H__
index ab51974a1220d80d40985d9b50a4a24d08e78294..9f099971669aa585c2c5687e74acfbe293e3548a 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c109887c0cd46cce1f48b485182a46827c016cd9..2a3057e24980b63e894b4e58a50c6d51679a148d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_CAPABILITIES_H__
index 8d1a40fe74a14973a525ad55152c5bb76fb23b23..3262a63eae25ff63a312e42b21bf14a1ab86a1f8 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Pavel Fedin <p.fedin@samsung.com>
  */
 
 #ifndef __QEMU_CAPSPRIV_H_ALLOW__
index 3a6efdc4f162f3264323bda808540e69e9ff0da3..4931fb6575bf5008e25720a76cc84a936ce1c5b0 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c2fca7fc1d5ec9331bfd3cf47579ea3b486a472b..4541c644eee9b095fcd0f73f9c6d6fd79cfa658a 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_CGROUP_H__
index 1a1cb9cbbd8cda3e045833ee2798370fcb608adc..66a4a35184196371af13b9ca86441ddb7e71a4a8 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 5cd744b8bfb62eb09d2c1a49b978aedcdba7a86f..2ee0633d6ce8a920378910e22fd8836a39b6ce37 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_COMMAND_H__
index a946b05d5d47c7e6500ea532c728c9053711ae34..b03e38b83101a84bbe0a2702c583e8b0a082d9a5 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 8986350fadbc079fa985ad7d44379339625739a9..b70a0cda7c5df7cea14c368099c82bf2d7abdbb3 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMUD_CONF_H
index 73a1241b56e6e48f83d14c861a25839f11463c3f..05ea128525fd85688e8144e0605e743168753b42 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index b7347c72ce33307a1924644c5619229b048e32ba..cc17d622a21215a21f3740e0b095325603beb516 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_DOMAIN_H__
index 4cee6633accb9cdc51edbf13662adbf21c93b476..bd6c4031e04997859bb9f480a1b71ac32a3adcd0 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 89d7a5ac3e7a90b755b223921bc08f7bb1c25b78..62d92777bc66698f95177ea5dc8393e54034c257 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_DOMAIN_ADDRESS_H__
index d0cf2c115a14990f69c48c8756b4d5f47b5cc794..d1ec112086eae5ff6ace19b16e5934a13adc9dd3 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index df7533a8a26697e9a5cd831d5645f4ec50b9d703..2e7ed9331e65d7910a4b9bb882182ba4d654aea5 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_DRIVER_H__
index 27cf118c14c9fbf32fe46ee1d2cdd87e42735662..5775563508a472a1d6eaf0ca41d65a1c80c547fc 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index c26cdd50b2d3c8e503fd17e700d12a22ab7d0a86..f5d6945636060d344cdf56ad81234a6c0863518b 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
  */
 #ifndef __QEMU_EXTDEVICE_H__
 # define __QEMU_EXTDEVICE_H__
index bba141c9ee778625affcff4dce201f1a5093635e..a487e1d3aaa440c452c0322c3614a5f4d1805b8a 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 9a7c7f143cd544b80643ed91df6e53515ab7237a..1f5542b129b65ab97f3c3cb5f252a71a74ab7fb5 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_HOSTDEV_H__
index 4e795c7859e47ce62b8fc7f0bab49be62e77ade8..72b09f92ca7ad17d3fe911bd289d148b90e11aa0 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index 0297e42a9825f77adb431c235adae76e0340e584..bccf1122065bfe07c6d1192d85c10b0a5e1eda30 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_HOTPLUG_H__
index a3f13093f551e3b10bd2bec345a8b6b880f8134c..4c066d2ef3aefa7074e93c37c5f561b8342e9bab 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Matthew J. Rosato <mjrosato@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index 45fdbc4b8e92da561e7b1756b728c21b42d37063..08df5619eac810e64961f582f0f669abef71406e 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Matthew J. Rosato <mjrosato@linux.vnet.ibm.com>
  */
 
 #ifndef __QEMU_INTERFACE_H__
index 1d40aef12717c954d8aa40cf4726e092fdb3e104..713fe2fab44d36186bc54f1de8c11751361fefc2 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 66bfdb0e5c179e97cf69463271cffaf0ff9a6d92..5d30973a37411e95876df52aeca57ef2af8af158 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index dfcc6d88b5d3981e7c29d0b3f478d7bee0ef3f81..1c0245534cf3aa661868d78fe60e1dbd28f7d5be 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c3abd0ddf04ffbc11428140f98ade33a3b308253..a82814dde602745d930257874640563352adae9d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index f98c7d1421ca9d96404905e54561a9786fbc4677..0b2c1a6aedb76e1c18ff01265c47c077fe1a7e59 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 5cb5dba44199330417a98c52991395aadd9944c3..8b9a9caeb37a2bdf8d9d2fa8d045de2cb15c7e92 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index d91fc8d9019f3fe917cc1fa3546d89f034240ea9..c4650f01e0b824c6aba2f7f6f87d6c7e735ac557 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a4db1a50cae5b309fc0c4ed5ea96e54735b20c83..ffada71f5813be76f274291a245a37e06275cd48 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __QEMU_PARSE_COMMAND_H__
index aedee735b43b914c009d36c33cfc46edcf488c0a..5faa34a4fd82fc7f21c229d4203547fbd444edd9 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 45d26a0dbf4e17a3767592c78b0f438c3bab9903..8bb50c9534a3f14b2603fd0304fa8b805f2f8fa8 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __QEMU_SECURITY_H__
index af85f7b25feea5cc554af384d037de8a3b4564a4..15b6ab8870d96ccca8a68e755d09be4ac77f15a2 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index c7eeaafeb9131e6571f139d892cead1812c28bf3..93a45b9691310903ecd46cc39fbd8e9f35aafe89 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
  */
 #ifndef __QEMU_TPM_H__
 # define __QEMU_TPM_H__
index 1cde90ef1822c2b49a27c8211558dfccc261d5bd..bbdad584b8f4713735ba58241def544cc9526b79 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Berrange <berrange@redhat.com>
  */
 
 %#include "internal.h"
index f6b88a984c62c033dc5208fa8e0284fadcb7223c..423e8fadaf6a0552d2817df5f51edfe7fd84d35c 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Chris Lalancette <clalance@redhat.com>
  */
 
 %#include "internal.h"
index c14a56161856581bee23dc8ef65b951e526774e9..f0dd7597e6f4c3654b287741a2b1f0a684e9dd06 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 2834da04a9ae0996dfa5e9ccb4e7c01aaf91a177..365a31c372c0b9f5f34e640fc06bf58f3f594e29 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index 27e0c635f1bed2dcfd11140c338c60ec9d1306c6..a56aa9065afd92ff1048c1c369ca593dcc1ea196 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 49ea80104b0f0dadb285345c8b373c082f7b67f3..c5595fa8784d8fdbaeac081d50ca1e04bdd5eae3 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __REMOTE_DAEMON_CONFIG_H__
index e62ebfb596778bffcdd597301fe05456996def47..402ef83ad19d4ace0514189d2755af3ed5f02dc8 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard W.M. Jones <rjones@redhat.com>
  */
 
 #include <config.h>
index 015ab977fcd753e36f85404b5a8cdb3ff406ebf9..d3b8cf2346671161f549270503f2efb434a42fc6 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard W.M. Jones <rjones@redhat.com>
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __REMOTE_DAEMON_DISPATCH_H__
index 38d50d1d1c605727971a89cb1701574cf5fbfec8..1f6e7838810e4a1551f0a40e3d865a4875e74c5f 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index 832e1f754773feb6f36cf3cc635822385d5bcf64..2c1eeddb187fbfb93969640f3d3a0c55b19b0db8 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index dc6139155338b39c27da4e0aaa56900e7eaa4202..058e4c926b082991d44608b72e5116a6a69bf9d7 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard Jones <rjones@redhat.com>
  */
 
 #include <config.h>
index 4033a3cd2ca869fae5d35988e33a198b20d14edc..c125a3de821026d8ce34cc4a3c42c020787cb741 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard Jones <rjones@redhat.com>
  */
 
 #ifndef __VIR_REMOTE_INTERNAL_H__
index 7630b2ed15c7ece68372c13d07396b0387abc915..b9d26b1849d6ab855d7b9ad092291a5205c112e2 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard Jones <rjones@redhat.com>
  */
 
 /* Notes:
index c0d3435096ed54dc3510f5edcec9a771ae58dc35..6693d4d6f5830dc9e9a9697d2e780ea2778ac675 100755 (executable)
@@ -16,8 +16,6 @@
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
 #
-# Author: Daniel P. Berrange <berrange@redhat.com>
-#
 # Generate a set of systemtap functions for translating various
 # RPC enum values into strings
 #
index 04bba8211211f5f92bc73e3d7701c433b8ccea75..fc18e6a204206a80a978231ccb2ab07683b5d78b 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 2297cd95e83c8c129bcd3b3fb544bcc123181a5d..26043ff67aa36bf7a6aaed3c500c7062d1c58ea5 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_KEEPALIVE_H__
index b4d8fb2187fff1ab184fd2422661ada924532068..2aced79384e282b6ee8376224e3b93288c350fe7 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 9cf32091f57d104b628c4c70842a091d7b2ce7a9..80ca3bf8dbf5b31943082cc9833ff7d98567b59b 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_CLIENT_H__
index 0c7bcef39c574f72609c07bfbe14f38bf0dd93ab..5e68122881eff34ee9372df6dd73931a27ed16ca 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 5f0a37d814040005ba5ea3eec5d0c0337ffcb3db..3e82113ee96e310bdb3cb05f35e1c8dea3a4f5ba 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_CLIENT_PROGRAM_H__
index 05d76c9b87f8dd0bf940049867330385eb5f1d27..1140b8dfa3d170f76097a600851358137e82ce08 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c4e01bf1cab098dfd6ca90910ed403246609ee42..86db199b259689d2aaabb2e96b2cdc0649475bf2 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_CLIENT_STREAM_H__
index 08ce9c2cd2b5cfcba0d5b53fd46cc3f1032d21e6..833b78d7c0b0ed65bc9aa73f6cdd0022cbc282e3 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #include <config.h>
index 09ed5adf3621d73f6cca7f5eb32c51612b0ac72b..e6dbb2f6c79f5a2033563bd66c3bd04bdcf4d2c5 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Martin Kletzander <mkletzan@redhat.com>
  */
 
 #ifndef __VIR_NET_DAEMON_H__
index 7c5f158f4d52b6ff1f806ed6b835535074cb1afa..e851e40d48ba48a24bbb18e4a87e155fd15d1458 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
- * Author: Pino Toscano <ptoscano@redhat.com>
  */
 #include <config.h>
 #include <libssh/libssh.h>
index aaf2f1caaee45113dd3e057b9705d8218f330cfa..4dcf398f539170122b19196fa94332733677a0fd 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
- * Author: Pino Toscano <ptoscano@redhat.com>
  */
 #ifndef __VIR_NET_LIBSSH_SESSION_H__
 # define __VIR_NET_LIBSSH_SESSION_H__
index 901c67159377ec6b889095db00058e87d3e254fb..99f4f2e539b1cb8f7a2fe22be0451ab19bf530f0 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard Jones <rjones@redhat.com>
  */
 
 %#include "internal.h"
index b4461b3803cf8212b38e88da4c1f641d18773b09..380ca6b302268a45d66fd4a9b68884c541760fbe 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 26cec43c22b0de60195a6b7f23b59ebcadb93308..17dcad9595a689debd8a27c4ffab2c42abe5ea57 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_SERVER_H__
index 778cd1afc04203edfb4e45613ee6b2d9f515b11d..2464319a493eff080423d3edd82909ace847aae8 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index b7ff660eef9bc956f05cb759cd55c34ce7d0514e..fa240f0d0fb3d43b0c461130f91bfc7ba07dd9fa 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_SERVER_CLIENT_H__
index e0a9aefc06a46d0a7adec53e7feacd2c91df939e..4c10749364837f1afb93e6abab37e0a1668e3de5 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e91b264c1e3dccf915eded495d5da0d5a1c9f758..cced0ee0f358800b4fad09da080ef94682694a17 100644 (file)
@@ -19,8 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_SERVER_MDNS_H__
index 8d2c34058b531a3b43f8e9ff8b84bb59f8d43a39..53f566ba5365c256240ca493271db9ab55452fc1 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 03784478de0b2769c86a293c5e06d299dbdc3c31..fdb6a60a2b7b21515a2a021d4210aca1a380ffc7 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_SERVER_PROGRAM_H__
index e6762366ab6a3fa65080c9138cb5a93399d953f9..36c92c6714ebe0a0c601296af6fde031e7e76a5b 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a50cb19b6d37c3e8cbd24eabadfa753275c6e788..4a76704fb6447b3a6c446f7342694f62faac00a9 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_SERVER_SERVICE_H__
index 55de3b2aadc3bd196d656310af2ea3eca7ad069e..4f7b6d59f7c6d90433eeab7ed4be0d0f01cbe051 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index de795af9170bda49f195b103b3fa5b2620370e49..2d64701e402c389d767391d20dcdb760b276d668 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NET_SOCKET_H__
index 5e3ef992a906c26734f3badcfbaca64e6e982868..324b35b6750e6009f0dfe6709bcc19348ce42730 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
  */
 #include <config.h>
 #include <libssh2.h>
index 65bd76a94b6f8d158ad06f3c34e057a6e8abf1a2..fa70ede414f65822b41d61f982f7c0ff9bb73704 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
  */
 #ifndef __VIR_NET_SSH_SESSION_H__
 # define __VIR_NET_SSH_SESSION_H__
index 110117c35984c0ee0a24ae64f6a7aea0fbeaed36..ac85f5d1958c7bb0e4e8ec48a0670461741957be 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Red Hat Author: Miloslav Trmač <mitr@redhat.com>
  */
 
 #include <config.h>
index d89d79cb6d6dfc273ca0e2943ca22116f8367bf9..7c722bda3744f6d60ef099515267a89d650f35f0 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Red Hat Author: Miloslav Trmač <mitr@redhat.com>
  */
 
 #ifndef __VIR_SECRET_DRIVER_H__
index 4ddf2a160bfd77e8249c64acdf81245a72ac9341..0d28cae0b76cd013476bd7fa1c703cae1e1049c8 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author:
- *   Jamie Strandboge <jamie@canonical.com>
- *   Based on security_selinux.c by James Morris <jmorris@namei.org>
- *
- * AppArmor security driver.
  */
 
 #include <config.h>
index 7872588f64d34fa47b21db79781a367b89559351..f15238ab864a552cedcfdaa91e65051e26236f23 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author:
- *   Jamie Strandboge <jamie@canonical.com>
- *
  */
 #ifndef __VIR_SECURITY_APPARMOR_H__
 # define __VIR_SECURITY_APPARMOR_H__
index ac2e2544b6c9bbc50d45a54afeae6d95ab0bd139..bd32a9c20794bf95c0d5ce379513820326e23ccd 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     James Morris <jmorris@namei.org>
- *     Dan Walsh <dwalsh@redhat.com>
- *
  */
 #include <config.h>
 
index cd221f1c78a208d1cc55e7dce9d60dcb66960ee4..0de8826f31832e7bb10b8316ffd2b6c4ef6d738e 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     James Morris <jmorris@namei.org>
- *
  */
 #ifndef __VIR_SECURITY_H__
 # define __VIR_SECURITY_H__
index a049382c7b274f58a4b5bc5631bf6ca32999af72..f6b4c2d5d55067d0f8aeb29039aeacbfe38be840 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 #include <config.h>
 
index 7e82304689ccde881ea43bd125a740d7245c7e7f..23815ccdedb1e7234f1fd30b964bae148c6b6585 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef VIR_SECURITY_MANAGER_H__
index 95e9a1b0c7ee0d7201149d296612fd3510d92ca5..7bff77d206841df58fa2775e59721bd659d35fba 100644 (file)
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Authors:
- *     James Morris <jmorris@namei.org>
- *     Dan Walsh <dwalsh@redhat.com>
- *
  * SELinux security driver.
  */
 #include <config.h>
index 1700d8c66191f9e39a677e1e1a3e3242aa6eb906..5d02d79b47018f9d62147c5a7d253914256b2c9e 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     James Morris <jmorris@namei.org>
- *
  */
 #ifndef __VIR_SECURITY_SELINUX_H__
 # define __VIR_SECURITY_SELINUX_H__
index a0f2c8ff229e5b49d1b3a205bfcbe1187cfe0baf..64a425671dbf7fbc06f49a583e0623dfedc20f63 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author:
- *   Jamie Strandboge <jamie@canonical.com>
- *
  */
 
 #include <config.h>
index cf05e63111971953ce5c0e14395ca971d247029d..4a404ddfa6775536c4bae4071d044aa6b9311843 100644 (file)
@@ -26,8 +26,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a8877548e6fc55b72b2443d58bec4aac81c92bf1..a54c338cf03a0d2d857b1aba2f0192761bc88346 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 9a0d550bc25fe5277de5c0236715e4d86ea324f1..061c494b7dadeea75125d12de4a46db2f340d114 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e614ca278f3722fe3491ccb21d6c1eb6324a2f9f..6b450e6352b7cddc4b91f40513f9da5ab967b533 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_DISK_H__
index c5e75627b5807e78152cca2d0bb70a9a8ee96b90..905073f2e7ad19e23acd6883a3de3573f9bed473 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 8f381352c23f2c1ee2c9d9e9b1ef01f70b4c3ca3..e942f057e2e299024e0218928c10335bb98d419c 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_FS_H__
index fc21fbc5a2910a45f2030dffbdb827d9c9733608..4792bd70b8674ac462fa8acae8ca20528384e082 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 98d2b3ef275fd7cb566e68d6a472d77408df1859..e0935e65586883bb63d64d9f95290df2b1c6c7bd 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_ISCSI_H__
index 5c1b251a17b702d7a8e4a7229c292329438b6e68..0babe265505947de247dcbacb91ebc8a11def54b 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Clementine Hayat <clem@lse.epita.fr>
  */
 
 #include <config.h>
index 12fff651e84203d0ccd8ab7407efcf0108221f45..b75e8ae5d9e162801a80dc81bdadaabf008fc4a3 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c0f62cd1850a8477322aa809e2071f7981c145cb..6d0edd03b45335f2b55eaa2f2c9dd4246286fc59 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_LOGICAL_H__
index 9e81fff0b46a024aa8f137e31e03b92e0a9cb6f3..b3a49ee1b2d3945a76282174b8c7f59fc6eb2a8b 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Dave Allan <dallan@redhat.com>
  */
 
 #include <config.h>
index c14dcc3cf7392fcf2097ef5e9cf67864c60fefcc..dfd322521741297603a204a4b2268ea4baf34207 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Dave Allan <dallan@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_MPATH_H__
index 2cba678b721ce036511b536fd3456ba5d9eb6458..24dd1349ae2baae08cbb2d2b2bf2c70cca29f8a2 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Wido den Hollander <wido@widodh.nl>
  */
 
 #include <config.h>
index 21a43fd51d1a0cc347a237ed9b23de264f6ea5a1..fb92ca3e1042333186715f2dd3af5b1c72a2a655 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Wido den Hollander <wido@widodh.nl>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_RBD_H__
index fe3a1e36ac531aa5f52b939f73fc002cc21dc613..14f01f9ec081ff216d4bfa2eb04b03d55e6289f8 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange redhat com>
  */
 
 #include <config.h>
index efd01658b60043dd6aea5e7c0d0fec9993eb2914..af98fa502fa66ba1d63938ee82e04e2732df459a 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange redhat com>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_SCSI_H__
index 419334d9ac2ce9a680287f7824dd9f786264a722..484a587474eeac488a60b34797526cadfedbfdc0 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Wido den Hollander <wido@widodh.nl>
- *         Frank Spijkerman <frank.spijkerman@avira.com>
- *         Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
  */
 
 #include <config.h>
index e968323098f4f327c36a098004b97ac4542e1747..a023c07460fd2d1f9467d3f6f402bee4e3b28d48 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Wido den Hollander <wido@widodh.nl>
- *         Frank Spijkerman <frank.spijkerman@avira.com>
- *         Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
  */
 
 #ifndef __VIR_STORAGE_BACKEND_SHEEPDOG_H__
index 7c22c435842ad7f5d5ba1d3a82fbf8e3a50f5463..4a13e90481a0a88acd170dbfe3089e5b3556d6c0 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c284bf520f4a8b60e248d54fe487400502750ac1..b5f82dde2e6785e035e029c4821c9cdc4392249f 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_DRIVER_H__
index 7e6a682c0fb70d007db01ef1bf2de1a3bbd9dea4..3b6ed6e34d8e9e5137d9008531d919227fc75567 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index f289d8856d1aacd9c8cb939ed74189d133ef9ccf..6b86f68b24a58201229cef774cc2806bd1b70721 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_FILE_FS_H__
index 5c979dd84304b5cb777f966710af377c34686d53..067600afbaa798a603808f6d6d7ab7000f283b73 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 5da55e5f1a64901a56df1e28118832e00ff37fa4..e30171563088bb3f12e0edef659649d87bc2af22 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __UML_CONF_H
index d1c71d8521797385847f04d0cd16641dbc971940..e790273717f42c2f01be6e6f305e9f8baf8c4289 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index cb989422d3e0db3856a1591dadebf7823c7ab563..d31b3bda8ff016b4af4c1fe4887f7a100d2a6ede 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 
index 056f7bb3fc4927df2037a72f3492e299c612fd33..1ff4a7b314019594540e5e5a1ddbb9018aa1f74c 100644 (file)
@@ -17,8 +17,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- *
  * Current support
  *   - Read existing file
  *   - Write existing file
index 3861409811bd86d46a13d5f074865bfba1feb5ea..47ac1bb9ab7c9c56b053c64a782d88685472acad 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Chen Hanxiao <chenhanxiao@gmail.com>
  */
 
 #include <config.h>
index 68291981281bd672bbadbeed805f178193f4a5bd..783c6e7abceb0255b6524c476d54ae3c59f660c6 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Chen Hanxiao <chenhanxiao@gmail.com>
  */
 
 #ifndef __VIR_ARPTABLE_H__
index 4acdf1db068ddf60269e5dbd6e71d689b89662cc..1de7e7ecb917678b6aec2aa81023c216034cc174 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index d8a3849e7370d4e78beebedc2e1c0325a844c43b..d02051d1d93a1680797c86a106f8920052ed6aa2 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_AUTHCONFIG_H__
index 3bbced01b0f8f12ce6dc658708b5d042b9b5c376..d074f29e54eb9fdd02332b1cf405ece6b640c3f5 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@novell.com>
  */
 
 #include <config.h>
index 312e7e293375a13c312983d517391d9c653f3e82..de16b43f63c681eb84387e5956fbfa4b373fb10d 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@novell.com>
  */
 
 #ifndef __BITMAP_H__
index e20df3ea0532f5508779a2aeb91106aa55825bde..3b41dfd99d81f0fc6a177a52d811f8b2b1cf0500 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *  Dan Smith <danms@us.ibm.com>
  */
 #include <config.h>
 
index 1f676f21c38009f94c2bb91fc0de724d9799d780..8309bf08d8bc854e2c78624b922da5b33eb810c3 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *  Dan Smith <danms@us.ibm.com>
  */
 
 #ifndef __VIR_CGROUP_H__
index 8f24b0891e25dcff083a4c4993080602b835579a..3bede28bd2c753639858a9eab7aa75f25ee0b26b 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *  Dan Smith <danms@us.ibm.com>
  */
 
 #ifndef __VIR_CGROUP_ALLOW_INCLUDE_PRIV_H__
index 60070dc8d9c1b023a009f4deb1545e2857a535c4..c88a94112e7312a98b24dc1f691e2ea8930ff2ef 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Daniel P. Berrange <berrange@redhat.com>
- *      Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 79ca635bd7538a4a030f919712b008f3fb10d628..74ba7e19dd1c6622476e4070bed6bd2160dfe925 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Daniel P. Berrange <berrange@redhat.com>
- *      Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __VIR_CLOSE_CALLBACKS__
index 7da0dba911bf7b9d5d18d1618278abcbf5d6c335..9abd9ed3bf2d02054ba5aec0b2c249315d7f07ca 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 34d6655e77c98fb4d2f59a3681401bb47d6e0515..f15242b2b07095df53defbc4aff1dffc3f1da959 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __VIR_DEVMAPPER_H__
index 2ffff08b8401f12c55f5a43f23d1880261468df8..3fda362a1337816bc98e450fbb8e68eb66d31caa 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * based on iptables.c
- * Authors:
- *     Gerhard Stenzel <gerhard.stenzel@de.ibm.com>
  */
 
 #include <config.h>
index 749d8f721db66fedcafeafa5bc515e5392c9bec0..baca746f89b6314516a77bd586c0481fcc39ef28 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * based on iptables.h
- * Authors:
- *     Gerhard Stenzel <gerhard.stenzel@de.ibm.com>
  */
 
 #ifndef __QEMUD_EBTABLES_H__
index 683e51aa19250da252e1477ef29cdb3453a62cd4..736c92fd02d0d3d7dadb8f914da604bdd2c6ccaf 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 2be3c343ef07a9d80f6e3fb0636e248ee8868ad0..3cac9f9472950497cfad1825c49ca3a22006e343 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index d8b440bdedf5516796f2b8a7c163c9583dc59c6a..e26871a2acc865d4443f205e2ec994d541328165 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_EVENT_H__
index 284b62307f54332795f3b06a75311a2cde0bc8d9..db010887694c95b9bf1ee11a39a326de71df3c39 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e78e2730a17838188a59705860d1aa7427914425..720e72db8d815c1d9e93be44b4a4f6cd2236ba37 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_EVENT_POLL_H__
index b70374444ff19d87570cc34b7754773cbd9391db..3cb6811f7843036ca63e7fdcea6b7972722f03b7 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Bjoern Walk <bwalk@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index 2bc05387af26721c19df62145e4307de387789e6..3ca1eb177856afd85d3af68a6f738479089eddd7 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Bjoern Walk <bwalk@linux.vnet.ibm.com>
  */
 
 #ifndef __VIR_FCP_H__
index c786d7671b830ae024dfe4dca070635a94c39a66..8218a400d67a087c390a286ed4a764d36421b1a3 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *    Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e024e88cc2ce81252d4e59d53dfe98dc5ca30b40..c955a2d07aa3fc3f169728835679002fc61690c3 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *    Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_FIREWALL_H__
index 130aaa1b73f0be7a25738fac47b7453a101579b8..ab90bf37135bae331a4f735784551fa2a22af86d 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *    Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_FIREWALL_PRIV_H_ALLOW__
index 86f8b684d6c1ecd62c5663b44d170298d97050f3..f41e000447241f17b19bf14743ab94287fd7b9ee 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #include <config.h>
index 682a865ee9665e5a470046ad34bd5879b6c85861..0bff01333795e1b69d10ea4886c7a62dd4d9194a 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #ifndef __VIR_FIRMWARE_H__
index 6f26659ffdf2253ef7f63d38e40123607a499dfa..e980509630545debeefa26dc36fd931290c3e71d 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Andrea Bolognani <abologna@redhat.com>
  */
 
 #include <config.h>
index 2d77fdd4599e87914765d81c23f772f7cb0e3268..0e6fc4f5666b0d1e2b65aa3ca1083fa1e8c37032 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Andrea Bolognani <abologna@redhat.com>
  */
 
 #ifndef __VIR_GIC_H__
index c20724169cd0763ec1d765bfaf9892631b491efe..52722fc04929ffba2b3081b5cf0103d4e9cd80a4 100644 (file)
@@ -14,9 +14,6 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
  * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
- *
- * Author: Bjorn Reese <bjorn.reese@systematic.dk>
- *         Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 8137b4d27bfedfe05c90bc58f1017c098a812cc0..a201b8910d786400ec9ccd01ac47b63f2629df47 100644 (file)
@@ -5,9 +5,6 @@
  *
  * Copyright (C) 2005-2014 Red Hat, Inc.
  * Copyright (C) 2000 Bjorn Reese and Daniel Veillard.
- *
- * Author: Bjorn Reese <bjorn.reese@systematic.dk>
- *         Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef __VIR_HASH_H__
index 6f4a9be39962fea02b1365b5e8a3a455e043d3c1..2b91603dcf55d612992ea267e3dab0db7d7d84ae 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 00544c96f6eec0886e696e00348512eeef419188..64ae8c0adae0b3850382fc015d211e913a8bdeb7 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef __VIR_HOOKS_H__
index 0fce47d970462e3937b05836194c7a9fe2fe9399..7200bab16f1b0a28c154a7726a598f9dbd046e5f 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index f9f33592881f55e88aa1642dc956e67a9ee55d37..1d84dd72e5da09bc4c7477210a9aa94a8572cd0b 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_HOSTCPU_H__
index 1898f9eeb9d72d5c64f72c24788ae715c7295300..41d4e8d9368bfa0a65a42ce7db90b426eb14f89e 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- * Author: Chunyan Liu <cyliu@suse.com>
  */
 
 #include <config.h>
index 8f77c00221e4eca9e451c9ae52c956b2653dac7c..93d7ccd88657306ecb896aa31ed067c2c6abc684 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- * Author: Chunyan Liu <cyliu@suse.com>
  */
 
 #ifndef __VIR_HOSTDEV_H__
index 3edc037bb0d74198487d58f0b54d278c589d86be..19cd282724905f0409c442456c8a735bb9e9df33 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 4008521432987b5c2429f2ebdecfddaf8f45825d..0b713235b27d043b7739c1888e166f5239ffd468 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_HOSTMEM_H__
index c4b48d499d633c6e8b4d6361ae72d7f8e0a646ea..0b06743151a66b07e71f3f999d3b3bdaf22c7cbe 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 75a9a50db082f9ccf81cd5858c0796a969db7e65..b19742bf1e9f0ed8872e142cc753de84360faf5e 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_INITCTL_H__
index f379844d289c6b33a1f0d1ed00d02c5e4f122331..7f0955b82d7bb471e8d8a5be9f63668a16fea388 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
  */
 
 #include <config.h>
index 9ea25fc096eb2519c435e992f86885c14fa80a2d..477ec23d623f2471bfba843426fd8d7225a194e1 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
  */
 
 #ifndef __VIR_IPTABLES_H__
index 1006a88837369bf3fe6dce3da18154ade0c869ef..201fabe8bfa82d3a6a5cb9f9c0793104158c021f 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e6f5ba872dc2d17c3a6029e9bffd0732a128bb2c..457d50472a1a62952939d6907bd30ecfa14eabc7 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_KEYFILE_H__
index db4fa86612b86c43cc508f255a5a0c2c641db3ae..3235f26182e6d121266fd9d8bcc834c147796b7f 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 39dd51bd8152abc34fed823532eae68000a3925a..8369293e9687e29a6205720e7cfa68d09e5134b7 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_MACADDR_H__
index c7b700fa05c824875edfba2a57bccde6a85fcc4c..9b25683963c71824f025d5d2620b5c2c9d33a8b4 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index e6f754e247f7fa7932823feae91d3237f664edd6..dab7a9f4cb0bd9560aa75c46e4d34ed0222ad1b9 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __VIR_MACMAP_H__
index 5867977df4b228530fb0a73afe8f87680b67b289..2111b3ada934017b892be7277b03ccd4d8c6a31d 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 8860ea12f177bc8a8c3976d80817e9623e4479c2..76f53a64707dce2d379eccd2dd9e20b513413ab4 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_H__
index 6f88399a76008c16d7f67e507eca6179fb12fa2c..b90bd55d327c0927db47d4422f98a44c579d00d1 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 63ac6089704cb7ef92500efa88cae6787b21d309..8e786eff9ea2bcb68e03c8013b305170125be317 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_BANDWIDTH_H__
index fc6389d0c7dfbf630eea9553e94b81a92ed1d51d..8d2d8bfc86599123c0cdc2b7f93969a3a66a3285 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 141f231c901f2e2b048cc5856b57cf4f591d8db3..b2967f1d42dd184a115891232375bae6414a75b8 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_BRIDGE_H__
index 295ba86265155e784c720c1c1339cf6e4cdb1b48..9d308e440a9a07151ed3eb0b725a9414f68df25d 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 5608c37143491223948f58240069ad7bab81a79b..8ef85f58c478f09ea91851cd43970d94cfcc350b 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEVIP_H__
index fa2fa6dadf9df0e25a65c5c410d4814dd9b11203..e9fea2d78a4282369d8f97679939d98f67bd3cb7 100644 (file)
@@ -16,9 +16,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
- *
  * Notes:
  * netlink: http://lovezutto.googlepages.com/netlink.pdf
  *          iproute2 package
index a7c4b6d9cfe5bbe85560509f44e249ff7e2fba37..a31401563c12342b89b487e33ba2d85948d441bc 100644 (file)
@@ -15,9 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
  */
 
 #ifndef __UTIL_MACVTAP_H__
index ea31d0371f111d0af5c3051c57fee7efed48ea26..e50cceaef548a41ea964bd5226c859508ffa3515 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Antoni Segura Puimedon <toni@midokura.com>
  */
 
 #include <config.h>
index 3bfc1f6e6790c89c8ed17ad3d99fe66a9790b03d..7c44c045bd9409ceaa1191595f8da249db56ac28 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Antoni Segura Puimedon <toni@midokura.com>
  */
 
 #ifndef __VIR_NETDEV_MIDONET_H__
index ee0db4e9b29a92f42e85caca637b60c4643c2ec9..4fa3a5742a8a2b9d40e9b7c62a2dc6bebf3b7f6b 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Dan Wendlandt <dan@nicira.com>
- *     Kyle Mestery <kmestery@cisco.com>
- *     Ansis Atteka <aatteka@nicira.com>
- *     Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index 331e483018f947f5cbb43f8e0d8feb02b723d926..edb61baa76e370aafb29ad2991d0d5a6d74483ea 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Dan Wendlandt <dan@nicira.com>
- *     Kyle Mestery <kmestery@cisco.com>
- *     Ansis Atteka <aatteka@nicira.com>
- *     Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
  */
 
 #ifndef __VIR_NETDEV_OPENVSWITCH_H__
index c4d843e8ff0d736e44d5b4651841837e101d56e4..972f3405aa8850a481c9203a18386040a32ee45f 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 37f9367ff43156b30a38de1378053ff3ebde30d3..b4e73f28e7befb0ec32ec3b3106db3d568d8a342 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_TAP_H__
index a651bb5445b7c704369e67f836b20b3cb19cc54a..431dc0bff5dd9f2bd07b4d3e5c10d940b44dbe02 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 4c220c1b02bcfafae2b2120d992b03eb66a8db1e..9e5d6adb15da478236d86e17b6d7c85ae892c7e6 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     David L. Leskovec <dlesko at linux.vnet.ibm.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_VETH_H__
index 0afc47b6e6b0c5ea28c2baad590acc31c634ce74..e5d65f4dba1d148fb72691b12d902c8c07d2537b 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Laine Stump <laine@redhat.com>
  */
 
 #include <config.h>
index be85f59897ec767adb67b402495d9327f24262cb..ca2793ae344e390fd0bf03f150d2f383e721c0ba 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Laine Stump <laine@redhat.com>
  */
 #ifndef __VIR_NETDEV_VLAN_H__
 # define __VIR_NETDEV_VLAN_H__
index c3855059764c10f6fa4dbd7885254eb504de0dd4..09c212bc4d90b1c046cfa63295b1cf1931758900 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index fdb6573fd46a108ae543a50196974b9de4057924..2c6f8584159e997c858b7afbf750f74a2a371352 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_NETDEV_VPORT_PROFILE_H__
index 148f13d578c42f55edb26f491481542fe3f286f5..62066a33d2cbe8914362848b16145ae8b3b60fd5 100644 (file)
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Authors:
- *     Stefan Berger <stefanb@us.ibm.com>
- *     Dirk Herrendoerfer <herrend[at]de[dot]ibm[dot]com>
- *
  * Notes:
  * netlink: http://lovezutto.googlepages.com/netlink.pdf
  *          iproute2 package
- *
- * 2012/02: Renamed from netlink.[ch] to virnetlink.[ch]
- *
  */
 
 #include <config.h>
index 66aae60baa23c44888d8b0492eabfd56d31c1112..537876bcba2635bba81cba58704a07cd6016c492 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
  */
 
 #include <config.h>
index a2e795eff94b8ab71e856b615ab40cf526e478ee..293eaa9b0a1b37a70be2207f63b4dec9b0454da6 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
  */
 
 #ifndef __VIR_PCI_H__
index fe51681553a8788640f9946868a719c54171a3aa..7e5bfc6c7839c9b06ee7fc0406e2066b185a6356 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *  Ren Qiaowei <qiaowei.ren@intel.com>
  */
 #include <config.h>
 
index 9d0d5acec7dd455cd32c4c4d0a84e22717c8e3fa..e926f91e0b170117d5b294f4317e996c1997f0af 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *  Ren Qiaowei <qiaowei.ren@intel.com>
  */
 
 #ifndef __VIR_PERF_H__
index 6ac8ae615327438596ecccdf11b368709d0408fc..e0c15a3262eb5c8d2fbc9bacaa8405aa4da60a9c 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 7a984ee7b09eb3705f63c4eff256ccadeaa9f348..8d1257906dd126f3a15cfd0fe014cea06c248a27 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_RANDOM_H__
index e731e59cfe62fb86d1c7bfae352c27e63bd0a4f4..32d249ad5c08267530a16da0477148d91c2f73d3 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Han Cheng <hanc.fnst@cn.fujitsu.com>
- *     Osier Yang <jyang@redhat.com>
  */
 
 #include <config.h>
index b96d8629b8fc20f578722dee7de799c16361ea90..3cb50cb168f96c61fba99c7e3dec7bac5db0464b 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Han Cheng <hanc.fnst@cn.fujitsu.com>
  */
 
 #ifndef __VIR_SCSI_H__
index ab17b1e831c0060921b7209c8a46a5c97c80b911..ce44079357868e96440710165d59b0d4085207fb 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Eric Farman <farman@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index 31ad429982133531aa43c36f92b4a4c58e544a1a..7123de8bc86a1fb35a0fca1d3162d7b9cc086552 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Eric Farman <farman@linux.vnet.ibm.com>
  */
 
 #ifndef __VIR_SCSIHOST_H__
index 6f7da53949d84531bb425bee98a4f13ae8521cdb..4bc14bbd150d8798bdc80511c5642107ce9fb027 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel Veillard <veillard@redhat.com>
- *     Laine Stump <laine@laine.org>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 66f599869c827303d6d970a7afa74087ee0aa53d..cfc79cf2ceebb7868fef6517c574b7c6373f970c 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel Veillard <veillard@redhat.com>
- *     Laine Stump <laine@laine.org>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_SOCKETADDR_H__
index 80962edee0488b5cbd7eb81be331f1050cc06414..29bbdedccd7aafa17a049270bf1752958709dcd2 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Red Hat Author: Miloslav Trmač <mitr@redhat.com>
  */
 
 #include <config.h>
index 1c0a39c32e3ae49250ce1dd0bb2286754cde2272..1134b0fe9d5d55a951bb9e7cd27bd47f6cd50902 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Red Hat Author: Miloslav Trmač <mitr@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_ENCRYPTION_H__
index 94c32d818eaef4f3d39d714319522e86e4f9914c..bd4b0274dfc96e87a0228e1dd07d354229db4146 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a1583832109671ffc7fe4895510cc701725ae738..f283e3cb08a0a299e08cb095aa253ad9fbb2adb4 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STORAGE_FILE_H__
index 7086747029645afa6943ef43c1a2e089ee0d19ba..72cf3d1d16b176a4df177619d84723ae3f3ea657 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 2207c9f9dfeabdf7d709e73f7c33eb834a8e4a0a..e890dde5460a3b069e1668ed7cf1df520aa27991 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a2133ab7ce30b9ba632f457a3f04ed5231806279..ee53ff2f5eae30c0d5a80d8b34f81b01fac0af2d 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_STRING_H__
index a18098fca642f09699145e319ca3ce76c42706d5..b6785066f11e218ca0837f5f18cc6b118df83d86 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 00a15dbf0dbb1de596bab7d7499ed3738c8bd31a..33541701f9b1f652bce0d0bf3b88874d762f14dd 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef __VIR_SYSINFOS_H__
index 2f483f9d262680bc85d6e1d7554eb9ea32838cc3..8f87ae60396f4ba78906d658d1ff9fa217c48b2d 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 659f91db43887fea3cce10babb2afbd4398a836f..0c62ee672358f0340c3b21b0dc45d8fcaf3c1fa5 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #ifndef __VIR_THREAD_JOB_H__
index 463517014194a507d2a258756339cf879984320d..ff5f34a946b9a2ac6659bb276f8b0208019ba0a0 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Hu Tao <hutao@cn.fujitsu.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e1f362f5bb605f0e3604f5c031e33a0b868a4b0e..26fb4b739c71c3d1c0f74825fca658de3152ef91 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author:
  *     Hu Tao <hutao@cn.fujitsu.com>
  *     Daniel P. Berrange <berrange@redhat.com>
  */
index 44ec127401c24a5581a8c6bdaee98ca47505c966..d1187726eee71ecf94f905187a1005458e962eff 100644 (file)
@@ -17,8 +17,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- *
  * The intent is that this file provides a set of time APIs which
  * are async signal safe, to allow use in between fork/exec eg by
  * the logging code.
index fbcd3ba667684a47430f82cb710925e09e19f0e2..dec723891239b7ad5ac548e41ae4f951f57961b4 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_TIME_H__
index d5c10da382e4e629c146a6dcc79f0b33201c52b0..583b9a64a4039fbf91c11c9c9018416aae01da47 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index b21fc0532f8df09b37073b15462bab212d4d4d41..2ceb4a6af696321ce8a04fe025bcfb624782ad72 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
  */
 #ifndef __VIR_TPM_H__
 # define __VIR_TPM_H__
index 45f635baaf43512be99544d653c713928f4afb5f..263712c3233a36b6ec47e8625913613dc8bf6385 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index afaaf953db9e3a24134ae6e6e9bf4771a45d645f..59531277485fa15653b200187a755a04b83e3a78 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel P. Berrange <berrange@redhat.com>
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __VIR_USB_H__
index 279e6aedc0f5921c850130499fc95c7d4a1e34c9..5251b66454502473ee0caaf1dfea11df9f27a5c3 100644 (file)
@@ -19,9 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- * File created Jul 18, 2007 - Shuveb Hussain <shuveb@binarykarma.com>
  */
 
 #include <config.h>
index 588d779d107352b9e2e639155b5ee11fd00afcf1..a02a03f034747952f19b3d4b285af2af56b43c5f 100644 (file)
@@ -18,8 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * File created Jul 18, 2007 - Shuveb Hussain <shuveb@binarykarma.com>
  */
 
 #ifndef __VIR_UTIL_H__
index ff44e8efb7adf2d5ab0c8ffab609331bed123404..0c12ddcc3ee28badcb5e9b93160dd2843c1e9fc2 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
  */
 
 #include <config.h>
index 40fabf41d67032ab67eb7003c38f24a734550d44..d5a334b0cef8a854c54fa726640c6be1d219fc5f 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Mark McLoughlin <markmc@redhat.com>
  */
 
 #ifndef __VIR_UUID_H__
index 556382577c8bdb3c034de0a12af43ce63f90d94b..672117822f81ccb641e85a6e0c7b2878d25f14b3 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Sharadha Prabhakar <sharadha.prabhakar@citrix.com>
  */
 
 #include <config.h>
index 10519974bbaaf99e3ce68ef07fa38ea68eec225c..7a59c87587df608b9030e85ad31c3bdd1dfe9cf0 100644 (file)
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Sharadha Prabhakar <sharadha.prabhakar@citrix.com>
  */
 
 
index b1d00e673b5c058e13d872b957b4e433d9ebbf9c..fb6d1a40beb00dae6bd1566227e9c3c057499310 100644 (file)
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Sharadha Prabhakar <sharadha.prabhakar@citrix.com>
  */
 
 
index 723f348b64816089a04245e1659941e1f89fe1c1..4791f069458b53363011bbc7302a3b95eecf3db3 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Sharadha Prabhakar <sharadha.prabhakar@citrix.com>
  */
 
 #include <config.h>
index 72c42d11ea9579fb955fdb785c61933d45465a83..ae33e8fedb3f635b153399620e5e47c04899f868 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Sharadha Prabhakar <sharadha.prabhakar@citrix.com>
  */
 
 #ifndef __VIR_XENAPI_UTILS__
index 60c8d7edc8bc99b4880ee321c354aa1f3d2f5a44..94e0703cf3137a94d06a043be4d2d9f226580822 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- * Author: Markus Groß <gross@univention.de>
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #include <config.h>
index a26c9e60c49118eb9ff9a6acf5751644f9322f73..369bba26d8c54f0580f3e8ae3ae00e174174ae77 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #ifndef __VIR_XEN_COMMON_H__
index fbdd5ea982e005ac23a47672094e3d37008b0d13..11af3e747af3c728f6f52612259035dd83bc7589 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Anthony Liguori <aliguori@us.ibm.com>
- * Author: Daniel Veillard <veillard@redhat.com>
- * Author: Markus Groß <gross@univention.de>
  */
 
 #include <config.h>
index cb8c89ef9ad5c902d8f500aa4c4b5bf63ad0c9be..342ccab6f594c92b72689f4271f79315e4ea18fb 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Anthony Liguori <aliguori@us.ibm.com>
- * Author: Daniel Veillard <veillard@redhat.com>
- * Author: Markus Groß <gross@univention.de>
  */
 
 #ifndef __VIR_XEN_SXPR_H__
index 70059df6673ae1c2da99d242fd2324b9bc75c049..accfc3a2d2aa685b00926ae6ee1cfbd94749cfe5 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #include <config.h>
index 909e8fad40612a17628f1bbd1773d142876382b6..b8dee0917ebaa04fcddcd22cde4427a1f273d9c9 100644 (file)
@@ -18,9 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- * Author: Markus Groß <gross@univention.de>
  */
 
 #include <config.h>
index db3e3456ece6315d66e1df20dbf98ce65ab40eab..c0699c673d7deb471b4e4cc3775341b865fb8e16 100644 (file)
@@ -18,9 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- * Author: Markus Groß <gross@univention.de>
  */
 
 #ifndef __VIR_XEN_XM_H__
index 71e8a1a5c2e9e07281f4e3f9a019ea3bb0604d48..e2250dbd6ad097e8516a5616b28a8ab7dc211f4f 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Richard W.M. Jones <rjones@redhat.com>
- * Author: Markus Groß <gross@univention.de>
  */
 
 #ifndef __VIR_XENXS_PRIVATE_H__
index 339119c63fb34a2b7da1094cfa3a6b2cfbf79019..64d85f34dbec00bbb588b4aa0ced0f471becc220 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 7df1739d819ebbb7c122a464538a90ca0ee58253..ea4e57d118cee5cc0a4760f8c8e1860e1af50d03 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 42f6e28beb8e9d14941a3f22b3af99cabbee0784..e7bdc994387f61aeea8db41bad8e7b14bc0f9ef8 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e3ad1e878478c85e19ea19ebc782422516e0a81f..df7570bac6ad0571f34981b1402b795702f20c49 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 3c4fcdefaffcb7f4ca615a3c6354c06412491f71..054c405cec6d5968293b20263913f0793d230ea6 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 969d84e11e8bfffe9778b461b4a47beffa2fe712..de6e86ec6662d84cd679a738ec7ca7bd4c0395f3 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jim Fehlig <jfehlig@suse.com>
  */
 
 #include <config.h>
index b17a85c88311ad99006b96d912565a9e119aec62..786c62e623ee047a04a90110e21ababd5b998c33 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Peter Krempa <pkrempa@redhat.com>
  */
 
 #include <config.h>
index a81a6d331ad6a44aff3eef12e865317c887efeb8..5d7d36da9e09983e82b573a590e55520ed48caee 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index fc8e6b22f01b989001aacfc41d4d395f8c114ed5..230044275ada8b944a59be8197bee7502eb92453 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index fe0a16c3c424f831b388daf6be50480bc5ce5c05..d43c59c4a2e3a029b17ec3eab4e62b5804e14acf 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index e6de11ec39282960160b9f5d9a16f4922385bca4..9ba082d3538e47b1e69effbd3ef3be622881501b 100644 (file)
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Cedric Bosdonnat <cbosdonnat@suse.com>
  */
 
 #include <config.h>
index fd83d6d60cea19b9b6de0b74173327f57c12a6e3..778e67cffd4e4534568ba3291f9562bc81d7ab6c 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  *)
 
 open Pretty
index bd6c356abd90e6f347ed16ef4c3f88120cce977d..413adfb5ab49a1e5c16cadd93927d34e38c39b9d 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Pavel Hrdina <phrdina@redhat.com>
  */
 
 #include <config.h>
index ead4543699964d6839c8e939b5f40c2ac0d1975e..dd9fc6917a92a1c516ce5e301e746a85a6d5d32b 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Francesco Romani <fromani@redhat.com>
  */
 
 #include <config.h>
index 54084218b7b6cb2f919de00d27649ae67d3d591b..708c245561d722837210574713edaed719a30b46 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index 0e8008e08d702ee6f7276a93009a8e43779aaafb..f3f17f2116257cb61160603af584849433ff836a 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jiri Denemark <jdenemar@redhat.com>
  */
 
 #include <config.h>
index a64cd955c4c91ed2bdb4679646648db0b8634b7c..b300793732508f1f72f84f39692591700195d9df 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 4a75a5d5684d96f44d057ffbe94ac46fc0b02c3a..58148fef77b7f5b3f9f36fb557a77251f3e70213 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 1d640961302394c1e5fee930bd50fc429fdaa35b..a0bbad3990b425bd3c316493b0656e9e23cb7c3e 100644 (file)
@@ -17,8 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
  */
 
 #include <config.h>
index 2c1c450a7851130c897667b17d897848405af7be..62cf5878fff9cb9bd886e5d92e12214ba78dcf2c 100644 (file)
@@ -17,9 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
  */
 
 #include <config.h>
index 8cfd68dff3a282030f2e9f7ede8e72309b3afa4b..42e62cd874ac53f54606455c1086a96d46a0b2bf 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 96e5a07555c456608117685e26a8cc43e9e04e74..fc112db0bc59e61ef260fa00356a28d5d28a40e8 100644 (file)
@@ -14,9 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *      Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index b0911d4df23e634e17bd3cadff458c0268fc57f6..06bd0a5f29821cb6a3d899822dfd150d424d9fb6 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index ea352c15303bd09f4b76a967c8b9f6eebd199df0..5eda6fe725593aa46b6e4fcb5e71f54634c1553c 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index a62689e91d5ba944dd785efac7e12d21fc71aa5b..0673f7292a42721025bd2fd0a3ef5714d5ae0b44 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index c900d17b7992d71a909283e4fdf04f31908ddc1a..3afea6c248efe2833e09f0029cf4ad329b7e8664 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index cd80cfcb526f8af21966ed49d9ae0c75c20278bf..3237f56a6c7e19d1fb52a16f62d1b035acc4dda9 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 125183327bf19df6ee0ffb0d948165813495b32a..7e9dced87ed1aaee6def2354d8c11f0bd4f3845b 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index ae5c8d025acafae34c3bc59db695eba5a65f839f..fb6bd5e699b1c67bb50a2f3696afd1916b467c5d 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index f7b263f2e928b1c5970b7b1a9d1c537ea3c0a313..b1cb831bfdb84286237d5b0203fdc9a1ad5b13ab 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index dda736cae531817ee1ca963eba68275280fafb43..39aaa3bda7f8d44972fc3d4e26de673e39ba57a6 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index bc73362a6bf71de9f7a3f8cb19a2ccc892a3fae5..4e067b10d1af47c9fcb3d55fc4dca2a48cba5119 100644 (file)
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Chunyan Liu <cyliu@suse.com>
  */
 
 #include <config.h>
index e3905121475be6560928f21d8e9c0edbeca39a46..b60d944d8ebe9bc5d7d47f3ccfab3b302dc86333 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 4fd7ff6e195046bcc4bce2a3c0829edcc0682a71..32b8a17b90aeb9bb2eb942f3500d827f3629bd0e 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jan Tomko <jtomko@redhat.com>
  */
 
 #include <config.h>
index 8d541dcba3408ce9d8b93007b0640fbfa976b216..e134ccfe1cda548b5b34e83d0440a015d7c33d1f 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 196c022b1ca8368e14f4a7a85d68ce36f27c79d8..427614916354f25e78f0d2c12a8a711afd7b866a 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 93353be285bad2ebd506dacd7a785bdc45d0b567..991e587db648d412da61fd18112905a94e78630e 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 6e3e9984d1c5f2f9548f4328e04f6a5938afb2e4..884dabab82b222b404dcc4d6ea7e6c21348d0afe 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 546c6d6a43865640238f9fbad9c725aeba365599..7664f007ace08b19fe06aa5548eb1e5987f7c377 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 6d807a5a9111623aabd85b011234cb1e1e3346c2..3b92fff8c972c2d07bcf9eba7853663758dc2c9e 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Erik Skultety <eskultet@redhat.com>
  */
 
 #include <config.h>
index 6f4957fc4c45952c49af79c3fef010eebe1f9eb9..3e9b007d9bf441c3e1b9e6c4dbaa67501a409404 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 45eaa6e498f0383ac40482cf8dd13ff93012cebe..cb48933447e1e483b167622ba78db6fd8a30bf8f 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Erik Skultety <eskultet@redhat.com>
  */
 
 #include <config.h>
index 72bfeff97945f270faa91f084794faa406989fc8..68e7595689c82a31b9821a8924cd02dbd34e4556 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index b005f1644cc8b8b9bb25c193970d5a3a70a7c165..9724a1bc1fc8d0cd3e5688d52463d4a1f866c79d 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 93152e89d3beed56bdb712dc75ce8bdef8cbc946..24fb4d35e035309073d4f0463b4aa38b1636d7fc 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index eb6fc4c407e6f5747656e4a7306ab2a6668e6c1a..2d81441626613658880c44a2b1daaf004d0b84a5 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index caef1e3ce0db51734325f917c88f3bc15af067fa..23418de9114d46b2a628f2970925eee90159fcb1 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 3f801902ca6e5a41126269edae0067ca575da6d6..cb5071b2d987daaa554daba624cbc0b63b745b57 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e3266d9767b5296027f3600bb3508b4004df5c95..9c149892875310a701a24377073e8c578b1f6b6a 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 49b33e354afe17a10cb83c758c7c52f0814a6c3d..07910c27497e20d3085777ee9721262d8d877289 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 36c29cf9c02334710d579f417fd33940e38472ba..a6aacf4cc33734ffc2c03c1ca09bea156448b658 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 48e743134e64b9efb577baa7de8f6a05bd854250..ad72cd6ab888c2edc40df8172c45e4583aa3cc33 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <gnutls/gnutls.h>
index fb2efd75941b79e72264d8bfc4f5f510f4176757..41abbe7eaf5a050157bea8f13c2587853cabb726 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 9eb5eb3a1e41fc75cba81d3d7f5b01c696e1ea4c..acde380c5d7b0c6ed790bb84da9bbf701c28ba1d 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 384ff055e010c7ea4da4839ccb1f58c838907455..961a7eff1adc1cdb2d041a8d196d786f0ad15121 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index f7589dba0076bbf5647eab9cf2861256492fbcd7..25e759d7036a1227c61737f74dae5be703d46306 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 9de0335601224aab088f8cdc7a83897061821e64..c0f8e8e8572798a5aa1cd74b5f92397917bfd2e7 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 29da9a7c01a4911a2ac5f2707dd0a21a9a12150a..211de705a4767a3b19eececf9c43359418b246a1 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 9d7f6957496dead6607d4fd5abbe62cb6c742832..3781b0f4efff3ac523c54c6a197b3aee40da0c20 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: John Ferlan <jferlan@redhat.com>
  */
 
 #include <config.h>
index 159d84ec9db9f54d68505ca57373a6281304477f..0d81bbfd6a628251367bdb0409c5d9173f35afcf 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library;  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 7dda14e33602e4ed609729b0ec20c9ab1a768879..4c348d9909e2762f18042d787246a4c9d00a1d10 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Ján Tomko <jtomko@redhat.com>
  */
 
 #include <config.h>
index eff488641bc19075c1c08963d58cfa761ad58b98..665f70e28bf51ceac8ba1da2315beffaa8d37c5c 100644 (file)
@@ -15,8 +15,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Author: Osier Yang <jyang@redhat.com>
- *
  */
 
 #include <config.h>
index be4f558035f7cffbd34db6df84aaaac02adbb5b9..c7c40b16f8ae653d391ec760c7233a231841a870 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Eric Blake <eblake@redhat.com>
  */
 
 #include <config.h>
index d1a593cb9aa0e8b91210871474c9f5b2cf6f6022..cbbfaa259d4e90ef6aed25b76ae160bf4e5edde0 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 7d15c0f37d8afe2a04c2ca8ac0469a45d4b32ebc..66f24143d0e50aa56ef1686ab5c1bded1e61395c 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index e0a338826698a674692cd60b84b965ef8857babf..1cafbec0d505edc4f76cf4261abc7780f0d30021 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 79a1e153daa7776d01602354e820e964135cd262..1eb321858b5005e89a266d1d8b81846c8fa6886a 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 8ccfba71b3e62bd5bd5aa6348f9e34f49aa7c1e2..ba5db1501128a308b20b078a359a959c657cdfdd 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index fbab6e48be8a2bbe51faf30921e9528c13345c54..f35ad407adfad48113293ef5e4843b25a010f580 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jan Tomko <jtomko@redhat.com>
  */
 
 #include <config.h>
index d1f3e9c239f78bb909a49d51f3a2cd0eec259c5b..564c4b44a4fd89dfceae45771a3b43f1968b6d8a 100644 (file)
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Jan Tomko <jtomko@redhat.com>
  */
 
 #include <config.h>
index 928fbaf42fe80866b33d982ed1bf82e47232ba18..b1eb8a061405c01e1f831eedf7109e9effa3d6ba 100644 (file)
@@ -18,8 +18,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index 35cef16629ac9130805689a0e6c267d0a3025b6e..cae1ed15d45101e39fac973b323abb46bd4ff737 100644 (file)
@@ -17,8 +17,6 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Author: Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index ec73ea575a1f4046e45f8ff707a5a89894c7e11e..46d051c08cde34aad54e0d2cb3824b8ced4a9f3e 100644 (file)
@@ -21,9 +21,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 #include <config.h>
 
index a25fe01106b64a008a612faaa3005ea7f8902338..325058d4b833c7b710a7554c4502053a52c34b33 100644 (file)
@@ -21,9 +21,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef __LIBVIRT_NSS_H__
index 44ddada538c730e483bef870cab1b6767288bab6..cfbfeae3282575af36ca021b878ea923c29c37ae 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Michal Privoznik <mprivozn@redhat.com>
  */
 
 #include <config.h>
index 05e3ebd04a0268b33c2fa773aa118dd9733fb93f..045a63686738d21ff49ef7189cb85610a4455817 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 598d353dd0ad31cca867661c23872abee41bc443..c3fa38340e7c7158075799d49d16d6a70a2d4570 100644 (file)
@@ -16,9 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Daniel Berrange <berrange@redhat.com>
  */
 
 #ifndef __VIR_CONSOLE_H__
index aa4564858ede9893510e314e0057ebaa4100976b..0dfb86ee62c328ea67015a2d856a5d817fd99997 100644 (file)
@@ -16,8 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- * Authors:
- *     Erik Skultety <eskultet@redhat.com>
  */
 
 #include <config.h>
index 9855609e54df1578731e9ed805af5d5ea9f565d7..fda8f15879661597ced45917b388e59c2463f3e6 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *   Simon Kobyda <skobyda@redhat.com>
- *
  */
 
 #include <config.h>
index ef03d4f3caa2833760b3ba39ae58cca5c72a201a..15a9f8957b97e4ea386ae2dd575285eb712af65a 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *   Simon Kobyda <skobyda@redhat.com>
- *
  */
 
 #ifndef VSH_TABLE_H
index c037ad7e2620a90b1cc3c6add3ba5031d53da409..a71ad9f812d2373f12e8fbb41f233f6f3ee6f110 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Authors:
- *     Michal Privoznik         <mprivozn redhat com>
- *     Yuto KAWAMURA(kawamuray) <kawamuray.dadada gmail.com>
  */
 #include <config.h>
 
index 9874a8cbfc0fc17a66baf060a5c5f42e8985278e..53197eb2eb56fd02448c8323655082e4bd537353 100644 (file)
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Yuto KAWAMURA(kawamuray)
  */
 #ifndef _PACKET_LIBVIRT_H_
 # define _PACKET_LIBVIRT_H_
index 07f0ff7250554c4802feacbbfc7259348c067dff..cae64b2f49c97646d5d764ed5671d1e6c1e201c2 100755 (executable)
@@ -17,7 +17,6 @@
 # License along with this library.  If not, see
 # <http://www.gnu.org/licenses/>.
 #
-# Author: Yuto KAWAMURA(kawamuray)
 #
 # For XDR syntax, see http://tools.ietf.org/html/rfc4506#section-6.3
 # This script does not strictly check syntax of xdr protocol specification.