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

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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [libvirt-php PATCH 02/13] Update AUTHORS file
Posted by Michal Privoznik 7 years, 9 months ago
On 08/01/2017 11:46 PM, Dawid Zamirski wrote:
> 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@redhat.com> (or <mignov@gmail.com>)
> +    Michal Novotny <minovotn@redhat.com> (or <mignov@gmail.com>)

^^^ [1]

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

You forgot my name :-)
Anyway, I think it's fair to say that Michal Novotny is gone and since
I'm doing the releases now I'm replacing his name with mine here [1].

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [libvirt-php PATCH 02/13] Update AUTHORS file
Posted by Neal Gompa 7 years, 9 months ago
On Thu, Aug 3, 2017 at 8:27 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
> On 08/01/2017 11:46 PM, Dawid Zamirski wrote:
>> 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@redhat.com> (or <mignov@gmail.com>)
>> +    Michal Novotny <minovotn@redhat.com> (or <mignov@gmail.com>)
>
> ^^^ [1]
>
>>
>>  The original project, called php-libvirt, has been originally developed and maintained by:
>>
>> -     Radek Hladik <r.hladik@cybersales.cz>
>> +    Radek Hladik <r.hladik@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@unknown.tld>
>> -     Jan-Paul van Burgsteden <e-mail@unknown.tld>
>> -     Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>> -     Daniel P. Berrange <berrange@redhat.com>
>> -     Tiziano Mueller <dev-zero@gentoo.org>
>> -     Yukihiro Kawada <warp.kawada@gmail.com>
>> -        Remi Collet <Remi@famillecollet.com>
>> -        Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>> -        Tiziano Müller <dev-zero@gentoo.org>
>> -        Pavel Odintsov <pavel.odintsov@gmail.com>
>> -        Tugdual Saunier <tugdual.saunier@gmail.com>
>> -     Stefan Kuhn <stefan.kuhn@foss-group.ch>
>> +    David King <e-mail@unknown.tld>
>> +    Jan-Paul van Burgsteden <e-mail@unknown.tld>
>> +    Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>> +    Daniel P. Berrange <berrange@redhat.com>
>> +    Tiziano Mueller <dev-zero@gentoo.org>
>> +    Yukihiro Kawada <warp.kawada@gmail.com>
>> +    Remi Collet <Remi@famillecollet.com>
>> +    Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>> +    Tiziano Müller <dev-zero@gentoo.org>
>> +    Pavel Odintsov <pavel.odintsov@gmail.com>
>> +    Tugdual Saunier <tugdual.saunier@gmail.com>
>> +    Stefan Kuhn <stefan.kuhn@foss-group.ch>
>> +    Dawid Zamirski <dzrudy@gmail.com>
>
> You forgot my name :-)
> Anyway, I think it's fair to say that Michal Novotny is gone and since
> I'm doing the releases now I'm replacing his name with mine here [1].
>
> Michal
>

Unless I'm blind, I don't think my name is in there either. :)

I think I did do something to libvirt-php some time back... :)



-- 
真実はいつも一つ!/ Always, there's only one truth!

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [libvirt-php PATCH 02/13] Update AUTHORS file
Posted by Michal Privoznik 7 years, 9 months ago
On 08/05/2017 12:04 PM, Neal Gompa wrote:
> On Thu, Aug 3, 2017 at 8:27 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
>> On 08/01/2017 11:46 PM, Dawid Zamirski wrote:
>>> 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@redhat.com> (or <mignov@gmail.com>)
>>> +    Michal Novotny <minovotn@redhat.com> (or <mignov@gmail.com>)
>>
>> ^^^ [1]
>>
>>>
>>>  The original project, called php-libvirt, has been originally developed and maintained by:
>>>
>>> -     Radek Hladik <r.hladik@cybersales.cz>
>>> +    Radek Hladik <r.hladik@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@unknown.tld>
>>> -     Jan-Paul van Burgsteden <e-mail@unknown.tld>
>>> -     Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>>> -     Daniel P. Berrange <berrange@redhat.com>
>>> -     Tiziano Mueller <dev-zero@gentoo.org>
>>> -     Yukihiro Kawada <warp.kawada@gmail.com>
>>> -        Remi Collet <Remi@famillecollet.com>
>>> -        Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>>> -        Tiziano Müller <dev-zero@gentoo.org>
>>> -        Pavel Odintsov <pavel.odintsov@gmail.com>
>>> -        Tugdual Saunier <tugdual.saunier@gmail.com>
>>> -     Stefan Kuhn <stefan.kuhn@foss-group.ch>
>>> +    David King <e-mail@unknown.tld>
>>> +    Jan-Paul van Burgsteden <e-mail@unknown.tld>
>>> +    Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>>> +    Daniel P. Berrange <berrange@redhat.com>
>>> +    Tiziano Mueller <dev-zero@gentoo.org>
>>> +    Yukihiro Kawada <warp.kawada@gmail.com>
>>> +    Remi Collet <Remi@famillecollet.com>
>>> +    Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>>> +    Tiziano Müller <dev-zero@gentoo.org>
>>> +    Pavel Odintsov <pavel.odintsov@gmail.com>
>>> +    Tugdual Saunier <tugdual.saunier@gmail.com>
>>> +    Stefan Kuhn <stefan.kuhn@foss-group.ch>
>>> +    Dawid Zamirski <dzrudy@gmail.com>
>>
>> You forgot my name :-)
>> Anyway, I think it's fair to say that Michal Novotny is gone and since
>> I'm doing the releases now I'm replacing his name with mine here [1].
>>
>> Michal
>>
> 
> Unless I'm blind, I don't think my name is in there either. :)
> 
> I think I did do something to libvirt-php some time back... :)
> 

Ah yeah, sorry. I'll try to come up with a script that generates AUTHORS
during the build. Meanwhile - do you want me to add you there or you
wanna post patch for it yourself?

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [libvirt-php PATCH 02/13] Update AUTHORS file
Posted by Neal Gompa 7 years, 9 months ago
On Sat, Aug 5, 2017 at 7:14 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
> On 08/05/2017 12:04 PM, Neal Gompa wrote:
>> On Thu, Aug 3, 2017 at 8:27 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
>>> On 08/01/2017 11:46 PM, Dawid Zamirski wrote:
>>>> 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@redhat.com> (or <mignov@gmail.com>)
>>>> +    Michal Novotny <minovotn@redhat.com> (or <mignov@gmail.com>)
>>>
>>> ^^^ [1]
>>>
>>>>
>>>>  The original project, called php-libvirt, has been originally developed and maintained by:
>>>>
>>>> -     Radek Hladik <r.hladik@cybersales.cz>
>>>> +    Radek Hladik <r.hladik@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@unknown.tld>
>>>> -     Jan-Paul van Burgsteden <e-mail@unknown.tld>
>>>> -     Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>>>> -     Daniel P. Berrange <berrange@redhat.com>
>>>> -     Tiziano Mueller <dev-zero@gentoo.org>
>>>> -     Yukihiro Kawada <warp.kawada@gmail.com>
>>>> -        Remi Collet <Remi@famillecollet.com>
>>>> -        Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>>>> -        Tiziano Müller <dev-zero@gentoo.org>
>>>> -        Pavel Odintsov <pavel.odintsov@gmail.com>
>>>> -        Tugdual Saunier <tugdual.saunier@gmail.com>
>>>> -     Stefan Kuhn <stefan.kuhn@foss-group.ch>
>>>> +    David King <e-mail@unknown.tld>
>>>> +    Jan-Paul van Burgsteden <e-mail@unknown.tld>
>>>> +    Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>>>> +    Daniel P. Berrange <berrange@redhat.com>
>>>> +    Tiziano Mueller <dev-zero@gentoo.org>
>>>> +    Yukihiro Kawada <warp.kawada@gmail.com>
>>>> +    Remi Collet <Remi@famillecollet.com>
>>>> +    Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>>>> +    Tiziano Müller <dev-zero@gentoo.org>
>>>> +    Pavel Odintsov <pavel.odintsov@gmail.com>
>>>> +    Tugdual Saunier <tugdual.saunier@gmail.com>
>>>> +    Stefan Kuhn <stefan.kuhn@foss-group.ch>
>>>> +    Dawid Zamirski <dzrudy@gmail.com>
>>>
>>> You forgot my name :-)
>>> Anyway, I think it's fair to say that Michal Novotny is gone and since
>>> I'm doing the releases now I'm replacing his name with mine here [1].
>>>
>>> Michal
>>>
>>
>> Unless I'm blind, I don't think my name is in there either. :)
>>
>> I think I did do something to libvirt-php some time back... :)
>>
>
> Ah yeah, sorry. I'll try to come up with a script that generates AUTHORS
> during the build. Meanwhile - do you want me to add you there or you
> wanna post patch for it yourself?
>
> Michal

I'll send a patch, no worries. :)

-- 
真実はいつも一つ!/ Always, there's only one truth!

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [libvirt-php PATCH 02/13] Update AUTHORS file
Posted by Neal Gompa 7 years, 9 months ago
On Sat, Aug 5, 2017 at 8:31 PM, Neal Gompa <ngompa13@gmail.com> wrote:
> On Sat, Aug 5, 2017 at 7:14 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
>> On 08/05/2017 12:04 PM, Neal Gompa wrote:
>>> On Thu, Aug 3, 2017 at 8:27 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
>>>> On 08/01/2017 11:46 PM, Dawid Zamirski wrote:
>>>>> 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@redhat.com> (or <mignov@gmail.com>)
>>>>> +    Michal Novotny <minovotn@redhat.com> (or <mignov@gmail.com>)
>>>>
>>>> ^^^ [1]
>>>>
>>>>>
>>>>>  The original project, called php-libvirt, has been originally developed and maintained by:
>>>>>
>>>>> -     Radek Hladik <r.hladik@cybersales.cz>
>>>>> +    Radek Hladik <r.hladik@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@unknown.tld>
>>>>> -     Jan-Paul van Burgsteden <e-mail@unknown.tld>
>>>>> -     Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>>>>> -     Daniel P. Berrange <berrange@redhat.com>
>>>>> -     Tiziano Mueller <dev-zero@gentoo.org>
>>>>> -     Yukihiro Kawada <warp.kawada@gmail.com>
>>>>> -        Remi Collet <Remi@famillecollet.com>
>>>>> -        Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>>>>> -        Tiziano Müller <dev-zero@gentoo.org>
>>>>> -        Pavel Odintsov <pavel.odintsov@gmail.com>
>>>>> -        Tugdual Saunier <tugdual.saunier@gmail.com>
>>>>> -     Stefan Kuhn <stefan.kuhn@foss-group.ch>
>>>>> +    David King <e-mail@unknown.tld>
>>>>> +    Jan-Paul van Burgsteden <e-mail@unknown.tld>
>>>>> +    Lyre <liyong@skybility.com> (or <4179e1@gmail.com>)
>>>>> +    Daniel P. Berrange <berrange@redhat.com>
>>>>> +    Tiziano Mueller <dev-zero@gentoo.org>
>>>>> +    Yukihiro Kawada <warp.kawada@gmail.com>
>>>>> +    Remi Collet <Remi@famillecollet.com>
>>>>> +    Ivo van den Abeelen <ivovandenabeelen@gmail.com>
>>>>> +    Tiziano Müller <dev-zero@gentoo.org>
>>>>> +    Pavel Odintsov <pavel.odintsov@gmail.com>
>>>>> +    Tugdual Saunier <tugdual.saunier@gmail.com>
>>>>> +    Stefan Kuhn <stefan.kuhn@foss-group.ch>
>>>>> +    Dawid Zamirski <dzrudy@gmail.com>
>>>>
>>>> You forgot my name :-)
>>>> Anyway, I think it's fair to say that Michal Novotny is gone and since
>>>> I'm doing the releases now I'm replacing his name with mine here [1].
>>>>
>>>> Michal
>>>>
>>>
>>> Unless I'm blind, I don't think my name is in there either. :)
>>>
>>> I think I did do something to libvirt-php some time back... :)
>>>
>>
>> Ah yeah, sorry. I'll try to come up with a script that generates AUTHORS
>> during the build. Meanwhile - do you want me to add you there or you
>> wanna post patch for it yourself?
>>
>> Michal
>
> I'll send a patch, no worries. :)
>

... and I see you've already converted to a script, so there's no
point. Which is fine, too. :)


-- 
真実はいつも一つ!/ Always, there's only one truth!

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