Blob Blame History Raw
From 305f1ed089bdf8eda3fa0020397bd50e9a7adf3d Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Sat, 4 Jun 2016 14:46:20 +0100
Subject: [PATCH] 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.

(cherry picked from commit 3a231afcfa295489fc07cafb60108e0d05ecf4bb)
---
 p2v/about-authors.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/p2v/about-authors.c b/p2v/about-authors.c
index c6a4235..88f48f9 100644
--- a/p2v/about-authors.c
+++ b/p2v/about-authors.c
@@ -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",
-- 
1.8.3.1