p2v: Add more authors who have worked on virt-v2v and virt-p2v.

Use this command as a starting point:

  git shortlog -s -- p2v v2v | awk -F'\t' '{print $2}' | sort -f

However note the above will include people who made only incidental
code changes, and also misses out QA team members, so the actual list
still has to be curated by hand.
This commit is contained in:
Richard W.M. Jones
2016-06-04 14:46:20 +01:00
parent 5bc56f4c6b
commit 3a231afcfa

View File

@@ -20,12 +20,18 @@
#include "p2v.h"
/* The list of authors of virt-p2v and virt-v2v, for the About dialog. */
/* The list of authors of virt-p2v and virt-v2v, for the About dialog.
*
* Note: In alphabetical order of surname / family name.
*/
const char *authors[] = {
"Matthew Booth",
"Cédric Bosdonnat",
"John Eckersberg",
"Richard W.M. Jones",
"Shahar Havivi",
"Roman Kagan",
"Mike Latimer",
"Pino Toscano",
"Ming Xie",