[libvirt] [libvirt-php PATCH 02/13] Update AUTHORS file

Dawid Zamirski dzrudy at gmail.com
Tue Aug 1 21:46:03 UTC 2017


Since the project is about to get a bunch of new header files, it's
much easier to maintain just the AUTHORS file.
---
 AUTHORS           | 29 +++++++++++++++--------------
 src/libvirt-php.c | 10 ----------
 src/libvirt-php.h | 10 ----------
 src/sockets.c     |  3 ---
 src/sockets.h     |  4 ----
 src/util.c        |  3 ---
 src/util.h        |  3 ---
 src/vncfunc.c     |  3 ---
 src/vncfunc.h     |  4 ----
 9 files changed, 15 insertions(+), 54 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 9899c00..52c074d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,28 +3,29 @@ Libvirt-php extension
 
 Libvirt-php extension is currently maintained and developed by:
 
-	Michal Novotny <minovotn at redhat.com> (or <mignov at gmail.com>)
+    Michal Novotny <minovotn at redhat.com> (or <mignov at gmail.com>)
 
 The original project, called php-libvirt, has been originally developed and maintained by:
 
-	Radek Hladik <r.hladik at cybersales.cz>
+    Radek Hladik <r.hladik at cybersales.cz>
 
 who is still contributing to the project with his patches.
 
 There are also other people that have contributed to the project:
 
-	David King <e-mail at unknown.tld>
-	Jan-Paul van Burgsteden <e-mail at unknown.tld>
-	Lyre <liyong at skybility.com> (or <4179e1 at gmail.com>)
-	Daniel P. Berrange <berrange at redhat.com>
-	Tiziano Mueller <dev-zero at gentoo.org>
-	Yukihiro Kawada <warp.kawada at gmail.com>
-        Remi Collet <Remi at famillecollet.com>
-        Ivo van den Abeelen <ivovandenabeelen at gmail.com>
-        Tiziano Müller <dev-zero at gentoo.org>
-        Pavel Odintsov <pavel.odintsov at gmail.com>
-        Tugdual Saunier <tugdual.saunier at gmail.com>
-	Stefan Kuhn <stefan.kuhn at foss-group.ch>
+    David King <e-mail at unknown.tld>
+    Jan-Paul van Burgsteden <e-mail at unknown.tld>
+    Lyre <liyong at skybility.com> (or <4179e1 at gmail.com>)
+    Daniel P. Berrange <berrange at redhat.com>
+    Tiziano Mueller <dev-zero at gentoo.org>
+    Yukihiro Kawada <warp.kawada at gmail.com>
+    Remi Collet <Remi at famillecollet.com>
+    Ivo van den Abeelen <ivovandenabeelen at gmail.com>
+    Tiziano Müller <dev-zero at gentoo.org>
+    Pavel Odintsov <pavel.odintsov at gmail.com>
+    Tugdual Saunier <tugdual.saunier at gmail.com>
+    Stefan Kuhn <stefan.kuhn at foss-group.ch>
+    Dawid Zamirski <dzrudy at gmail.com>
 
 Thanks goes to all of them with big thanks to Tugdual Saunier
 for various fixes and OS-X compilation support.
diff --git a/src/libvirt-php.c b/src/libvirt-php.c
index 6734e3b..aea69e7 100644
--- a/src/libvirt-php.c
+++ b/src/libvirt-php.c
@@ -2,16 +2,6 @@
  * libvirt-php.c: Core of the PHP bindings library/module
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *   Radek Hladik <r.hladik at cybersales.cz>
- *   Michal Novotny <mignov at gmail.com>
- *   David King
- *   Jan-Paul van Burgsteden
- *   Lyre <liyong at skybility.com> (or <4179e1 at gmail.com>)
- *   Daniel P. Berrange <berrange at redhat.com>
- *   Tiziano Mueller <dev-zero at gentoo.org>
- *   Yukihiro Kawada <warp.kawada at gmail.com>
  */
 
 #ifdef _MSC_VER
diff --git a/src/libvirt-php.h b/src/libvirt-php.h
index 867eb60..66be53a 100644
--- a/src/libvirt-php.h
+++ b/src/libvirt-php.h
@@ -2,16 +2,6 @@
  * libvirt-php.h: libvirt PHP bindings header file
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *   Radek Hladik <r.hladik at cybersales.cz>
- *   Michal Novotny <minovotn at redhat.com>
- *   David King
- *   Jan-Paul van Burgsteden
- *   Lyre <liyong at skybility.com> (or <4179e1 at gmail.com>)
- *   Daniel P. Berrange <berrange at redhat.com>
- *   Tiziano Mueller <dev-zero at gentoo.org>
- *   Yukihiro Kawada <warp.kawada at gmail.com>
  */
 
 #ifndef PHP_LIBVIRT_H
diff --git a/src/sockets.c b/src/sockets.c
index 0a3e3c2..9c66257 100644
--- a/src/sockets.c
+++ b/src/sockets.c
@@ -2,9 +2,6 @@
  * sockets.c: Socket functions for libvirt-php
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *   Michal Novotny <minovotn at redhat.com>
  */
 
 #include <config.h>
diff --git a/src/sockets.h b/src/sockets.h
index ce7a668..a9645a9 100644
--- a/src/sockets.h
+++ b/src/sockets.h
@@ -2,10 +2,6 @@
  * sockets.h: Socket functions for libvirt-php
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *   Michal Novotny <minovotn at redhat.com>
- *   Michal Privoznik <mprivozn at redhat.com>
  */
 
 #ifndef __SOCKETS_H__
diff --git a/src/util.c b/src/util.c
index 53096ae..cb8ccbe 100644
--- a/src/util.c
+++ b/src/util.c
@@ -2,9 +2,6 @@
  * util.c: common, generic utility functions
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *      Michal Privoznik <mprivozn at redhat.com>
  */
 
 #include <config.h>
diff --git a/src/util.h b/src/util.h
index 533505d..6400164 100644
--- a/src/util.h
+++ b/src/util.h
@@ -2,9 +2,6 @@
  * util.h: common, generic utility functions
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *      Michal Privoznik <mprivozn at redhat.com>
  */
 
 #ifndef __UTIL_H__
diff --git a/src/vncfunc.c b/src/vncfunc.c
index 45f4007..eeadf42 100644
--- a/src/vncfunc.c
+++ b/src/vncfunc.c
@@ -2,9 +2,6 @@
  * vncfunc.c: VNC Client functions to be used for the graphical VNC console of libvirt-php
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *   Michal Novotny <minovotn at redhat.com>
  */
 
 #include <config.h>
diff --git a/src/vncfunc.h b/src/vncfunc.h
index 4758f95..0e72234 100644
--- a/src/vncfunc.h
+++ b/src/vncfunc.h
@@ -2,10 +2,6 @@
  * vncfunc.h: VNC Client functions to be used for the graphical VNC console of libvirt-php
  *
  * See COPYING for the license of this software
- *
- * Written by:
- *   Michal Novotny <minovotn at redhat.com>
- *   Michal Privoznik <mprivozn at redhat.com>
  */
 
 #ifndef __VNCFUNC_H__
-- 
2.13.3




More information about the libvir-list mailing list