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(a)redhat.com> (or <mignov(a)gmail.com>)
+ Michal Novotny <minovotn(a)redhat.com> (or <mignov(a)gmail.com>)
The original project, called php-libvirt, has been originally developed and maintained
by:
- Radek Hladik <r.hladik(a)cybersales.cz>
+ Radek Hladik <r.hladik(a)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(a)unknown.tld>
- Jan-Paul van Burgsteden <e-mail(a)unknown.tld>
- Lyre <liyong(a)skybility.com> (or <4179e1(a)gmail.com>)
- Daniel P. Berrange <berrange(a)redhat.com>
- Tiziano Mueller <dev-zero(a)gentoo.org>
- Yukihiro Kawada <warp.kawada(a)gmail.com>
- Remi Collet <Remi(a)famillecollet.com>
- Ivo van den Abeelen <ivovandenabeelen(a)gmail.com>
- Tiziano Müller <dev-zero(a)gentoo.org>
- Pavel Odintsov <pavel.odintsov(a)gmail.com>
- Tugdual Saunier <tugdual.saunier(a)gmail.com>
- Stefan Kuhn <stefan.kuhn(a)foss-group.ch>
+ David King <e-mail(a)unknown.tld>
+ Jan-Paul van Burgsteden <e-mail(a)unknown.tld>
+ Lyre <liyong(a)skybility.com> (or <4179e1(a)gmail.com>)
+ Daniel P. Berrange <berrange(a)redhat.com>
+ Tiziano Mueller <dev-zero(a)gentoo.org>
+ Yukihiro Kawada <warp.kawada(a)gmail.com>
+ Remi Collet <Remi(a)famillecollet.com>
+ Ivo van den Abeelen <ivovandenabeelen(a)gmail.com>
+ Tiziano Müller <dev-zero(a)gentoo.org>
+ Pavel Odintsov <pavel.odintsov(a)gmail.com>
+ Tugdual Saunier <tugdual.saunier(a)gmail.com>
+ Stefan Kuhn <stefan.kuhn(a)foss-group.ch>
+ Dawid Zamirski <dzrudy(a)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(a)cybersales.cz>
- * Michal Novotny <mignov(a)gmail.com>
- * David King
- * Jan-Paul van Burgsteden
- * Lyre <liyong(a)skybility.com> (or <4179e1(a)gmail.com>)
- * Daniel P. Berrange <berrange(a)redhat.com>
- * Tiziano Mueller <dev-zero(a)gentoo.org>
- * Yukihiro Kawada <warp.kawada(a)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(a)cybersales.cz>
- * Michal Novotny <minovotn(a)redhat.com>
- * David King
- * Jan-Paul van Burgsteden
- * Lyre <liyong(a)skybility.com> (or <4179e1(a)gmail.com>)
- * Daniel P. Berrange <berrange(a)redhat.com>
- * Tiziano Mueller <dev-zero(a)gentoo.org>
- * Yukihiro Kawada <warp.kawada(a)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(a)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(a)redhat.com>
- * Michal Privoznik <mprivozn(a)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(a)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(a)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(a)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(a)redhat.com>
- * Michal Privoznik <mprivozn(a)redhat.com>
*/
#ifndef __VNCFUNC_H__
--
2.13.3