From nobody Wed Apr 24 03:27:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1546452723891811.2218801887002; Wed, 2 Jan 2019 10:12:03 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 238EA13BF72; Wed, 2 Jan 2019 18:12:00 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 97CA360C47; Wed, 2 Jan 2019 18:11:58 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 9AD914EA3A; Wed, 2 Jan 2019 18:11:55 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x02IBs3r009882 for ; Wed, 2 Jan 2019 13:11:54 -0500 Received: by smtp.corp.redhat.com (Postfix) id F28C960C47; Wed, 2 Jan 2019 18:11:53 +0000 (UTC) Received: from localhost.localdomain (unknown [10.35.206.43]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6186C60C6A for ; Wed, 2 Jan 2019 18:11:48 +0000 (UTC) From: Michal Privoznik To: libvir-list@redhat.com Date: Wed, 2 Jan 2019 19:11:44 +0100 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] Remove even more Author(s): lines from source files X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 02 Jan 2019 18:12:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" In 600462834f4ec1955a9a4 we've tried to remove Author(s): lines from comments at the beginning of our source files. Well, in some files while we removed the "Author" line we did not remove the actual list of authors. Signed-off-by: Michal Privoznik Reviewed-by: Erik Skultety --- examples/dommigrate/dommigrate.c | 2 -- src/conf/interface_conf.c | 1 - src/conf/interface_conf.h | 1 - src/libvirt.c | 2 -- src/test/test_driver.c | 2 -- src/test/test_driver.h | 2 -- src/util/virbuffer.c | 2 -- src/util/virbuffer.h | 2 -- src/util/virconf.c | 2 -- src/util/virconf.h | 2 -- src/util/virthreadpool.h | 2 -- src/util/virxml.c | 2 -- src/util/virxml.h | 2 -- tests/testutils.c | 2 -- tests/testutils.h | 2 -- tools/virsh-completer.h | 3 --- tools/virsh-domain-monitor.c | 5 ----- tools/virsh-domain-monitor.h | 5 ----- tools/virsh-domain.c | 5 ----- tools/virsh-domain.h | 5 ----- tools/virsh-edit.c | 2 -- tools/virsh-host.c | 5 ----- tools/virsh-host.h | 5 ----- tools/virsh-interface.c | 5 ----- tools/virsh-interface.h | 5 ----- tools/virsh-network.c | 5 ----- tools/virsh-network.h | 5 ----- tools/virsh-nodedev.c | 5 ----- tools/virsh-nodedev.h | 5 ----- tools/virsh-nwfilter.c | 5 ----- tools/virsh-nwfilter.h | 5 ----- tools/virsh-pool.c | 5 ----- tools/virsh-pool.h | 5 ----- tools/virsh-secret.c | 5 ----- tools/virsh-secret.h | 5 ----- tools/virsh-snapshot.c | 5 ----- tools/virsh-snapshot.h | 5 ----- tools/virsh-volume.c | 5 ----- tools/virsh-volume.h | 5 ----- tools/virsh.c | 4 ---- tools/virsh.h | 4 ---- tools/virt-admin-completer.c | 3 --- tools/virt-admin-completer.h | 3 --- tools/virt-admin.h | 2 -- tools/virt-login-shell.c | 2 -- tools/vsh.c | 4 ---- tools/vsh.h | 4 ---- 47 files changed, 169 deletions(-) diff --git a/examples/dommigrate/dommigrate.c b/examples/dommigrate/dommigr= ate.c index 3fd078d55d..1b6072d138 100644 --- a/examples/dommigrate/dommigrate.c +++ b/examples/dommigrate/dommigrate.c @@ -18,8 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Sahid Orentino Ferdjaoui */ =20 #include diff --git a/src/conf/interface_conf.c b/src/conf/interface_conf.c index c4d2e1b9ab..c5360c8900 100644 --- a/src/conf/interface_conf.c +++ b/src/conf/interface_conf.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * Laine Stump */ =20 #include diff --git a/src/conf/interface_conf.h b/src/conf/interface_conf.h index 24d0acd323..fb7bf932f1 100644 --- a/src/conf/interface_conf.h +++ b/src/conf/interface_conf.h @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * Laine Stump */ =20 #ifndef LIBVIRT_INTERFACE_CONF_H diff --git a/src/libvirt.c b/src/libvirt.c index 7c379495ad..cc1c3c6ea1 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #include diff --git a/src/test/test_driver.c b/src/test/test_driver.c index b76f0b718e..1d81772a46 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Berrange */ =20 #include diff --git a/src/test/test_driver.h b/src/test/test_driver.h index 7201a40a52..ff7803da7f 100644 --- a/src/test/test_driver.h +++ b/src/test/test_driver.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Berrange */ =20 #ifndef LIBVIRT_TEST_DRIVER_H diff --git a/src/util/virbuffer.c b/src/util/virbuffer.c index 8a2108f2f2..95c0dd1b96 100644 --- a/src/util/virbuffer.c +++ b/src/util/virbuffer.c @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #include diff --git a/src/util/virbuffer.h b/src/util/virbuffer.h index 4b8111de8e..c3703710b7 100644 --- a/src/util/virbuffer.h +++ b/src/util/virbuffer.h @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #ifndef LIBVIRT_VIRBUFFER_H diff --git a/src/util/virconf.c b/src/util/virconf.c index 88a869517e..4497972b1c 100644 --- a/src/util/virconf.c +++ b/src/util/virconf.c @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #include diff --git a/src/util/virconf.h b/src/util/virconf.h index 411b8d669b..961a5338d4 100644 --- a/src/util/virconf.h +++ b/src/util/virconf.h @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #ifndef LIBVIRT_VIRCONF_H diff --git a/src/util/virthreadpool.h b/src/util/virthreadpool.h index e3ff36998d..461682b01a 100644 --- a/src/util/virthreadpool.h +++ b/src/util/virthreadpool.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * Hu Tao - * Daniel P. Berrange */ =20 #ifndef LIBVIRT_VIRTHREADPOOL_H diff --git a/src/util/virxml.c b/src/util/virxml.c index 3ed44e9036..8eb201fddf 100644 --- a/src/util/virxml.c +++ b/src/util/virxml.c @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #include diff --git a/src/util/virxml.h b/src/util/virxml.h index 8d4ab0a427..23a4da1b7e 100644 --- a/src/util/virxml.h +++ b/src/util/virxml.h @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard */ =20 #ifndef LIBVIRT_VIRXML_H diff --git a/tests/testutils.c b/tests/testutils.c index 4fe95bda8b..d2219ad21e 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Karel Zak */ =20 #include diff --git a/tests/testutils.h b/tests/testutils.h index 11d99a74b8..658f9053ad 100644 --- a/tests/testutils.h +++ b/tests/testutils.h @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Karel Zak */ =20 #ifndef LIBVIRT_TESTUTILS_H diff --git a/tools/virsh-completer.h b/tools/virsh-completer.h index 4069d976b8..4563fd76ac 100644 --- a/tools/virsh-completer.h +++ b/tools/virsh-completer.h @@ -16,9 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Michal Privoznik - * */ =20 #ifndef LIBVIRT_VIRSH_COMPLETER_H diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index 06e7fec7be..c692cc5128 100644 --- a/tools/virsh-domain-monitor.c +++ b/tools/virsh-domain-monitor.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-domain-monitor.h b/tools/virsh-domain-monitor.h index d641df4c13..d24e0bbd40 100644 --- a/tools/virsh-domain-monitor.h +++ b/tools/virsh-domain-monitor.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_DOMAIN_MONITOR_H diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 24f78520de..e63fc028b9 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-domain.h b/tools/virsh-domain.h index 71d7902fee..119d4422a1 100644 --- a/tools/virsh-domain.h +++ b/tools/virsh-domain.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_DOMAIN_H diff --git a/tools/virsh-edit.c b/tools/virsh-edit.c index d97794fed3..5091ac74b7 100644 --- a/tools/virsh-edit.c +++ b/tools/virsh-edit.c @@ -39,8 +39,6 @@ * - everything else is taken as success * For example: * #define EDIT_DEFINE (dom_edited =3D virDomainDefineXML(ctl->conn, = doc_edited)) - * - * Michal Privoznik */ =20 #ifndef EDIT_GET_XML diff --git a/tools/virsh-host.c b/tools/virsh-host.c index b7f86bdd91..be3c2cf1cb 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-host.h b/tools/virsh-host.h index cdec9ae920..395e39cd57 100644 --- a/tools/virsh-host.h +++ b/tools/virsh-host.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_HOST_H diff --git a/tools/virsh-interface.c b/tools/virsh-interface.c index 1eb1a27ac7..7e84ee3c52 100644 --- a/tools/virsh-interface.c +++ b/tools/virsh-interface.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #define VIRSH_COMMON_OPT_INTERFACE(cflags) \ diff --git a/tools/virsh-interface.h b/tools/virsh-interface.h index 03e6ec28a5..e110e3a8e2 100644 --- a/tools/virsh-interface.h +++ b/tools/virsh-interface.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_INTERFACE_H diff --git a/tools/virsh-network.c b/tools/virsh-network.c index 440b23d8a8..a30b4f4389 100644 --- a/tools/virsh-network.c +++ b/tools/virsh-network.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-network.h b/tools/virsh-network.h index 2aeb894484..0fff4b7748 100644 --- a/tools/virsh-network.h +++ b/tools/virsh-network.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_NETWORK_H diff --git a/tools/virsh-nodedev.c b/tools/virsh-nodedev.c index e6f963ea66..9da3ad2e19 100644 --- a/tools/virsh-nodedev.c +++ b/tools/virsh-nodedev.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-nodedev.h b/tools/virsh-nodedev.h index 8be21d1b17..e58eedf6ea 100644 --- a/tools/virsh-nodedev.h +++ b/tools/virsh-nodedev.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_NODEDEV_H diff --git a/tools/virsh-nwfilter.c b/tools/virsh-nwfilter.c index b680ea082c..952fb2f391 100644 --- a/tools/virsh-nwfilter.c +++ b/tools/virsh-nwfilter.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-nwfilter.h b/tools/virsh-nwfilter.h index 14292424fa..2ac9bdff7f 100644 --- a/tools/virsh-nwfilter.h +++ b/tools/virsh-nwfilter.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_NWFILTER_H diff --git a/tools/virsh-pool.c b/tools/virsh-pool.c index 75ec572af2..70ca39bd3d 100644 --- a/tools/virsh-pool.c +++ b/tools/virsh-pool.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-pool.h b/tools/virsh-pool.h index c6edfa5541..458e843d3c 100644 --- a/tools/virsh-pool.h +++ b/tools/virsh-pool.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_POOL_H diff --git a/tools/virsh-secret.c b/tools/virsh-secret.c index 87239ff60b..30bdec2657 100644 --- a/tools/virsh-secret.c +++ b/tools/virsh-secret.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-secret.h b/tools/virsh-secret.h index 03b7a6a16c..71271f7c80 100644 --- a/tools/virsh-secret.h +++ b/tools/virsh-secret.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_SECRET_H diff --git a/tools/virsh-snapshot.c b/tools/virsh-snapshot.c index 73861957ba..e3d4cda0fc 100644 --- a/tools/virsh-snapshot.c +++ b/tools/virsh-snapshot.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-snapshot.h b/tools/virsh-snapshot.h index e999a9bb7b..c9e706ded6 100644 --- a/tools/virsh-snapshot.h +++ b/tools/virsh-snapshot.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_SNAPSHOT_H diff --git a/tools/virsh-volume.c b/tools/virsh-volume.c index 6cd989446e..7294d6f045 100644 --- a/tools/virsh-volume.c +++ b/tools/virsh-volume.c @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #include diff --git a/tools/virsh-volume.h b/tools/virsh-volume.h index ce4ee8a490..66cf9cfa54 100644 --- a/tools/virsh-volume.h +++ b/tools/virsh-volume.h @@ -16,11 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange - * */ =20 #ifndef LIBVIRT_VIRSH_VOLUME_H diff --git a/tools/virsh.c b/tools/virsh.c index 8428e539f6..b41304a888 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -16,10 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange */ =20 #include diff --git a/tools/virsh.h b/tools/virsh.h index dcf98c773b..254ce3289e 100644 --- a/tools/virsh.h +++ b/tools/virsh.h @@ -16,10 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange */ =20 #ifndef LIBVIRT_VIRSH_H diff --git a/tools/virt-admin-completer.c b/tools/virt-admin-completer.c index 2cd471f32c..e0e36f9756 100644 --- a/tools/virt-admin-completer.c +++ b/tools/virt-admin-completer.c @@ -16,9 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Michal Privoznik - * */ =20 #include diff --git a/tools/virt-admin-completer.h b/tools/virt-admin-completer.h index 5358276daf..a0b09f1ec9 100644 --- a/tools/virt-admin-completer.h +++ b/tools/virt-admin-completer.h @@ -16,9 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Michal Privoznik - * */ =20 #ifndef LIBVIRT_VIRT_ADMIN_COMPLETER_H diff --git a/tools/virt-admin.h b/tools/virt-admin.h index de5a65ebdc..a58bb7bef2 100644 --- a/tools/virt-admin.h +++ b/tools/virt-admin.h @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Erik Skultety */ =20 #ifndef LIBVIRT_VIRT_ADMIN_H diff --git a/tools/virt-login-shell.c b/tools/virt-login-shell.c index d0b1e1e368..ee5c04f9c2 100644 --- a/tools/virt-login-shell.c +++ b/tools/virt-login-shell.c @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Walsh */ #include =20 diff --git a/tools/vsh.c b/tools/vsh.c index de887a9e76..610de4495b 100644 --- a/tools/vsh.c +++ b/tools/vsh.c @@ -16,10 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange */ =20 #include diff --git a/tools/vsh.h b/tools/vsh.h index d5f15622f8..68fbe0a1f2 100644 --- a/tools/vsh.h +++ b/tools/vsh.h @@ -16,10 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . - * - * Daniel Veillard - * Karel Zak - * Daniel P. Berrange */ =20 #ifndef LIBVIRT_VSH_H --=20 2.19.2 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list