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@xxxxxxxxxx> (or <mignov@xxxxxxxxx>) + Michal Novotny <minovotn@xxxxxxxxxx> (or <mignov@xxxxxxxxx>) The original project, called php-libvirt, has been originally developed and maintained by: - Radek Hladik <r.hladik@xxxxxxxxxxxxx> + Radek Hladik <r.hladik@xxxxxxxxxxxxx> 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@xxxxxxxxxxx> - Jan-Paul van Burgsteden <e-mail@xxxxxxxxxxx> - Lyre <liyong@xxxxxxxxxxxxx> (or <4179e1@xxxxxxxxx>) - Daniel P. Berrange <berrange@xxxxxxxxxx> - Tiziano Mueller <dev-zero@xxxxxxxxxx> - Yukihiro Kawada <warp.kawada@xxxxxxxxx> - Remi Collet <Remi@xxxxxxxxxxxxxxxxx> - Ivo van den Abeelen <ivovandenabeelen@xxxxxxxxx> - Tiziano Müller <dev-zero@xxxxxxxxxx> - Pavel Odintsov <pavel.odintsov@xxxxxxxxx> - Tugdual Saunier <tugdual.saunier@xxxxxxxxx> - Stefan Kuhn <stefan.kuhn@xxxxxxxxxxxxx> + David King <e-mail@xxxxxxxxxxx> + Jan-Paul van Burgsteden <e-mail@xxxxxxxxxxx> + Lyre <liyong@xxxxxxxxxxxxx> (or <4179e1@xxxxxxxxx>) + Daniel P. Berrange <berrange@xxxxxxxxxx> + Tiziano Mueller <dev-zero@xxxxxxxxxx> + Yukihiro Kawada <warp.kawada@xxxxxxxxx> + Remi Collet <Remi@xxxxxxxxxxxxxxxxx> + Ivo van den Abeelen <ivovandenabeelen@xxxxxxxxx> + Tiziano Müller <dev-zero@xxxxxxxxxx> + Pavel Odintsov <pavel.odintsov@xxxxxxxxx> + Tugdual Saunier <tugdual.saunier@xxxxxxxxx> + Stefan Kuhn <stefan.kuhn@xxxxxxxxxxxxx> + Dawid Zamirski <dzrudy@xxxxxxxxx> 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@xxxxxxxxxxxxx> - * Michal Novotny <mignov@xxxxxxxxx> - * David King - * Jan-Paul van Burgsteden - * Lyre <liyong@xxxxxxxxxxxxx> (or <4179e1@xxxxxxxxx>) - * Daniel P. Berrange <berrange@xxxxxxxxxx> - * Tiziano Mueller <dev-zero@xxxxxxxxxx> - * Yukihiro Kawada <warp.kawada@xxxxxxxxx> */ #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@xxxxxxxxxxxxx> - * Michal Novotny <minovotn@xxxxxxxxxx> - * David King - * Jan-Paul van Burgsteden - * Lyre <liyong@xxxxxxxxxxxxx> (or <4179e1@xxxxxxxxx>) - * Daniel P. Berrange <berrange@xxxxxxxxxx> - * Tiziano Mueller <dev-zero@xxxxxxxxxx> - * Yukihiro Kawada <warp.kawada@xxxxxxxxx> */ #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@xxxxxxxxxx> */ #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@xxxxxxxxxx> - * Michal Privoznik <mprivozn@xxxxxxxxxx> */ #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@xxxxxxxxxx> */ #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@xxxxxxxxxx> */ #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@xxxxxxxxxx> */ #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@xxxxxxxxxx> - * Michal Privoznik <mprivozn@xxxxxxxxxx> */ #ifndef __VNCFUNC_H__ -- 2.13.3 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list