]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove even more Author(s): lines from source files
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 30 Dec 2018 04:49:26 +0000 (05:49 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Jan 2019 12:24:18 +0000 (13:24 +0100)
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 <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
47 files changed:
examples/dommigrate/dommigrate.c
src/conf/interface_conf.c
src/conf/interface_conf.h
src/libvirt.c
src/test/test_driver.c
src/test/test_driver.h
src/util/virbuffer.c
src/util/virbuffer.h
src/util/virconf.c
src/util/virconf.h
src/util/virthreadpool.h
src/util/virxml.c
src/util/virxml.h
tests/testutils.c
tests/testutils.h
tools/virsh-completer.h
tools/virsh-domain-monitor.c
tools/virsh-domain-monitor.h
tools/virsh-domain.c
tools/virsh-domain.h
tools/virsh-edit.c
tools/virsh-host.c
tools/virsh-host.h
tools/virsh-interface.c
tools/virsh-interface.h
tools/virsh-network.c
tools/virsh-network.h
tools/virsh-nodedev.c
tools/virsh-nodedev.h
tools/virsh-nwfilter.c
tools/virsh-nwfilter.h
tools/virsh-pool.c
tools/virsh-pool.h
tools/virsh-secret.c
tools/virsh-secret.h
tools/virsh-snapshot.c
tools/virsh-snapshot.h
tools/virsh-volume.c
tools/virsh-volume.h
tools/virsh.c
tools/virsh.h
tools/virt-admin-completer.c
tools/virt-admin-completer.h
tools/virt-admin.h
tools/virt-login-shell.c
tools/vsh.c
tools/vsh.h

index 3fd078d55d9fc76f28823e6c42e8456657ca424b..1b6072d1380639e5b14b2d50de4bba2ca379acec 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/>.
- *
- * Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
  */
 
 #include <stdio.h>
index c4d2e1b9abb41df8db9ed27099f52b374d55045f..c5360c890063b3370bbe24f675147580846c6fe8 100644 (file)
@@ -16,7 +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/>.
- *         Laine Stump <laine@redhat.com>
  */
 
 #include <config.h>
index 24d0acd32378604c63861dac633b379c92818403..fb7bf932f18fa7216112043af90f03cf9da4cc11 100644 (file)
@@ -16,7 +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/>.
- *         Laine Stump <laine@redhat.com>
  */
 
 #ifndef LIBVIRT_INTERFACE_CONF_H
index 7c379495ad0c514597a41580395dceedd22913a8..cc1c3c6ea1111a2fbde94a15257e07a8fc04c0f4 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index b76f0b718ecd9d3691ad1ed7c470ea381ccb5748..1d81772a46442a062028258fc8d27e27b77f8310 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/>.
- *
- * Daniel Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index 7201a40a52f0d276aa47c23cedf0dacdb2369a42..ff7803da7f6d403af18424485eb053365f32acef 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/>.
- *
- * Daniel Berrange <berrange@redhat.com>
  */
 
 #ifndef LIBVIRT_TEST_DRIVER_H
index 8a2108f2f2a259f09acc6c8d15ee20e7fdfc7c6a..95c0dd1b964af01a21e6ef5c7836c95561f4bbf7 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 4b8111de8e6a7ac3a415c97cf57e64ffffa78478..c3703710b73ec17b85509e71557cb43608283093 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef LIBVIRT_VIRBUFFER_H
index 88a869517e92be4c76a35cc564ad9651d267650a..4497972b1cc9e6e8007d23400b566c632ef046df 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 411b8d669bcb3ebb93ed2a977ef5b2ed431ca275..961a5338d4e64cc93a6533190ec0b7a43e03a298 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef LIBVIRT_VIRCONF_H
index e3ff36998d302cb2fd63b8cec83e26c72a57ccdb..461682b01aef0ad9b2d8ed84f33fd2369a3d79ac 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/>.
- *     Hu Tao <hutao@cn.fujitsu.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef LIBVIRT_VIRTHREADPOOL_H
index 3ed44e9036cfd21dde2c8f10a996813c167ca2ca..8eb201fddfab123ddb028b8e1160820f694c6bde 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
index 8d4ab0a4278f108737541b46f70e75c164318353..23a4da1b7e93367eccc4c42f5f15bb88f19c6c99 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #ifndef LIBVIRT_VIRXML_H
index 4fe95bda8b0a45c5f2d61d2f811a9b7758349bbd..d2219ad21e5dc544d8d2ce86c04feef6945bdade 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/>.
- *
- * Karel Zak <kzak@redhat.com>
  */
 
 #include <config.h>
index 11d99a74b8254b2d0af69e8309fac4ee5e251f88..658f9053ad0ab3b752240c214c51e50d50f27dd3 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/>.
- *
- * Karel Zak <kzak@redhat.com>
  */
 
 #ifndef LIBVIRT_TESTUTILS_H
index 4069d976b8a196e194ee13beaecb04a1a60460ac..4563fd76ac70b81cc05c9cde06932f264b5958e1 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/>.
- *
- *  Michal Privoznik <mprivozn@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_COMPLETER_H
index 06e7fec7be5e4ab5cc71b143eba7ac0ce68f6acb..c692cc51285affd7fade8c0b9d0630207ceba52d 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index d641df4c131dd329fbf86dbe542bb456ece29d8f..d24e0bbd40e7d85319b18dce622dd139fc1da529 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_DOMAIN_MONITOR_H
index 24f78520dee1cee8c79e8a80e1c1e5173346977c..e63fc028b9ed45cd8ffdebe90ee88d1ac47c11a9 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index 71d7902fee3b1dd4672353dc61cdc206f8e8159c..119d4422a12a4a9f1473b93b07ff32adcf6f004d 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_DOMAIN_H
index d97794fed3f229e92346535dd6683ae782de1e20..5091ac74b7b098422531692e7ad05a01adf3e2fb 100644 (file)
@@ -39,8 +39,6 @@
  *      - everything else is taken as success
  *      For example:
  *      #define EDIT_DEFINE (dom_edited = virDomainDefineXML(ctl->conn, doc_edited))
- *
- * Michal Privoznik <mprivozn@redhat.com>
  */
 
 #ifndef EDIT_GET_XML
index b7f86bdd91870a1fbad97cf13a88dda8a76f16fe..be3c2cf1cb905638f6a8c4e371943bd64c2bdfed 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index cdec9ae920b4bb026b0951a6c2f8de6d36f76344..395e39cd577ff9475651b3d3f87d8e6830f58a94 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_HOST_H
index 1eb1a27ac76ffe42b82ff05829c05a7edc208fba..7e84ee3c52e0fb7ed997615641978a097ef98dd5 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #define VIRSH_COMMON_OPT_INTERFACE(cflags) \
index 03e6ec28a5456075c31c5caf797db5fc3f44b19f..e110e3a8e2f35cac39e9fed23ae8db8ad3c3c995 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_INTERFACE_H
index 440b23d8a8471a203b532d2e62fb16a8240afe43..a30b4f4389b0bdb2180be62dcfb9f560f3dc9a34 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index 2aeb8944841f4ba6855b3aaab057fe6cc2a39476..0fff4b7748b3228b67742eb9204759ef6b899f06 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_NETWORK_H
index e6f963ea66a0fa6ba4986c67a75b09d2a5df85ae..9da3ad2e19c6483af1ebfbf80d97d350a23f8835 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index 8be21d1b179c6c5644424791ad6b167e345e977d..e58eedf6ea0551d0d43d0c4cd985fe3ca66d1d40 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_NODEDEV_H
index b680ea082c6299c86329ebfd25672ab462c52344..952fb2f391b34049bf9bc24076b01bc694a1d861 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index 14292424fa38a8bf026ce5893b2051dedde3c54d..2ac9bdff7f4ec55b401ac70be9f01ed61b02cb8f 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_NWFILTER_H
index 75ec572af24755321728de93855fd6437eea38d6..70ca39bd3ddb6b07c6a94f44cf62992a64160990 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index c6edfa5541249b0ab69990a0dbedd8cf29d2309b..458e843d3c388000c380442161e544a8864105d7 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_POOL_H
index 87239ff60bb0976ad6aed6ac1630df85ca683c06..30bdec26577aeb5b0d0064e5b7cc5c640c40b0b2 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index 03b7a6a16c998d4ef606f113d39a75e9dc92d0c7..71271f7c8021e09e730674827620775061112795 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_SECRET_H
index 73861957ba2d314128ed2a89cf7053134872e90d..e3d4cda0fc8e6f138471daa7c762bdd4e27319a1 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index e999a9bb7b62fb385ca0e1619e1a69ec94606b96..c9e706ded62a59a50bf510b93dff0aea17ba73fd 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_SNAPSHOT_H
index 6cd989446e7c12934f2fa106cfcb36f4d6664402..7294d6f0454d65351f64e35814a6e6f3e43c0cd7 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
index ce4ee8a4900a5a684af14a6f5d82f5849fcbd0fd..66cf9cfa548912c36be1c2f0607dc6709bcd41bb 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/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRSH_VOLUME_H
index 8428e539f62bc97b82477f9318b5e62d421e8494..b41304a888e6b638439110f9803dcb48286fa22d 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
- * Karel Zak <kzak@redhat.com>
- * Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index dcf98c773b0317ff765e1ffe937b84e3baf3f595..254ce3289e51b7d637c5956cf66cde1417bf4280 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
- * Karel Zak <kzak@redhat.com>
- * Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef LIBVIRT_VIRSH_H
index 2cd471f32cc4db2203b081fbf537568a1cf355cf..e0e36f975670267e3e2aa803889d6926a3ac3efa 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/>.
- *
- *  Michal Privoznik <mprivozn@redhat.com>
- *
  */
 
 #include <config.h>
index 5358276dafa97de0c1ad15f70c4aadec94fe4355..a0b09f1ec90e74648d8f8f6cce87294443e08a1e 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/>.
- *
- *  Michal Privoznik <mprivozn@redhat.com>
- *
  */
 
 #ifndef LIBVIRT_VIRT_ADMIN_COMPLETER_H
index de5a65ebdc23e684791becfacd92e4e8fa478503..a58bb7bef2b2dd0fe7626d7f8277906e4c281d4f 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/>.
- *
- * Erik Skultety <eskultet@redhat.com>
  */
 
 #ifndef LIBVIRT_VIRT_ADMIN_H
index d0b1e1e3685b63ba46780f0a21382dc4d2b8f442..ee5c04f9c2c5174656759405cbd77d42cfacf641 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/>.
- *
- * Daniel Walsh <dwalsh@redhat.com>
  */
 #include <config.h>
 
index de887a9e76045523a6b48123854f84ad170f7f7a..610de4495b592f067dfeedeb1ee9da5f877cb7f3 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
- * Karel Zak <kzak@redhat.com>
- * Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
index d5f15622f8700c776f2f791b491bf05d2ddf3910..68fbe0a1f20391d274ec1a95d40ea2a2955651d9 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/>.
- *
- * Daniel Veillard <veillard@redhat.com>
- * Karel Zak <kzak@redhat.com>
- * Daniel P. Berrange <berrange@redhat.com>
  */
 
 #ifndef LIBVIRT_VSH_H