[libvirt] [PATCH] Remove even more Author(s): lines from source files

Michal Privoznik posted 1 patch 5 years, 3 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/a0526149ebcff21c8f4367b7df24a6935d0ca510.1546452704.git.mprivozn@redhat.com
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(-)
[libvirt] [PATCH] Remove even more Author(s): lines from source files
Posted by Michal Privoznik 5 years, 3 months ago
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>
---
 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/dommigrate.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
  * <http://www.gnu.org/licenses/>.
- *
- * Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
  */
 
 #include <stdio.h>
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
  * <http://www.gnu.org/licenses/>.
- *         Laine Stump <laine@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *         Laine Stump <laine@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Berrange <berrange@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *     Hu Tao <hutao@cn.fujitsu.com>
- *     Daniel P. Berrange <berrange@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Karel Zak <kzak@redhat.com>
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- * Karel Zak <kzak@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- *  Michal Privoznik <mprivozn@redhat.com>
- *
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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 = virDomainDefineXML(ctl->conn, doc_edited))
- *
- * Michal Privoznik <mprivozn@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <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) \
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Daniel Veillard <veillard@redhat.com>
- *  Karel Zak <kzak@redhat.com>
- *  Daniel P. Berrange <berrange@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
- * Karel Zak <kzak@redhat.com>
- * Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
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
  * <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
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Michal Privoznik <mprivozn@redhat.com>
- *
  */
 
 #include <config.h>
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
  * <http://www.gnu.org/licenses/>.
- *
- *  Michal Privoznik <mprivozn@redhat.com>
- *
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Erik Skultety <eskultet@redhat.com>
  */
 
 #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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Walsh <dwalsh@redhat.com>
  */
 #include <config.h>
 
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
  * <http://www.gnu.org/licenses/>.
- *
- * Daniel Veillard <veillard@redhat.com>
- * Karel Zak <kzak@redhat.com>
- * Daniel P. Berrange <berrange@redhat.com>
  */
 
 #include <config.h>
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
  * <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
-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Remove even more Author(s): lines from source files
Posted by Erik Skultety 5 years, 3 months ago
On Wed, Jan 02, 2019 at 07:11:44PM +0100, Michal Privoznik wrote:
> 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>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list