summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2010-06-01 08:16:53 +0530
committerMukund Sivaraman <muks@banu.com>2010-06-01 08:16:53 +0530
commitdf9e6d3163b7eea9de18e22052bd4f0a6e1c3785 (patch)
treeb46985f23827c0873c01b3470e1e08a997768e29
parenta7933bdd3646d6be114eb5c68093918997840d9b (diff)
downloadtinyproxy-df9e6d3163b7eea9de18e22052bd4f0a6e1c3785.tar.gz
tinyproxy-df9e6d3163b7eea9de18e22052bd4f0a6e1c3785.zip
Add authors to authors.xml and regen
Diffstat (limited to '')
-rw-r--r--AUTHORS3
-rw-r--r--authors.xml3
-rw-r--r--src/authors.c3
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d172a7f..145ff21 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,9 +13,12 @@ The following people have contributed code to Tinyproxy:
* Andrew Stribblehill
* Chris Lightfoot
* David Shanks
+ * Dmitry Semyonov
* George Talusan
* James E. Flemer
* Jeremy Hinegardner
+ * John van der Kamp
+ * Jordi Mallach
* Kim Holviala
* Mathew Mrosko
* Matthew Dempsky
diff --git a/authors.xml b/authors.xml
index 3e286d4..ef9eda6 100644
--- a/authors.xml
+++ b/authors.xml
@@ -15,9 +15,12 @@
<contributor role="author" last-active="1.7">Andrew Stribblehill</contributor>
<contributor role="author" last-active="1.6">Chris Lightfoot</contributor>
<contributor role="author" last-active="1.8">David Shanks</contributor>
+ <contributor role="author" last-active="1.8">Dmitry Semyonov</contributor>
<contributor role="author" last-active="1.6">George Talusan</contributor>
<contributor role="author" last-active="1.6">James E. Flemer</contributor>
<contributor role="author" last-active="1.7">Jeremy Hinegardner</contributor>
+ <contributor role="author" last-active="1.8">John van der Kamp</contributor>
+ <contributor role="author" last-active="1.8">Jordi Mallach</contributor>
<contributor role="author" last-active="1.7">Kim Holviala</contributor>
<contributor role="documenter" last-active="1.7">Marc Silver</contributor>
<contributor role="author" last-active="1.8">Mathew Mrosko</contributor>
diff --git a/src/authors.c b/src/authors.c
index d793451..a76367e 100644
--- a/src/authors.c
+++ b/src/authors.c
@@ -8,9 +8,12 @@ static const char * const authors[] =
"Andrew Stribblehill",
"Chris Lightfoot",
"David Shanks",
+ "Dmitry Semyonov",
"George Talusan",
"James E. Flemer",
"Jeremy Hinegardner",
+ "John van der Kamp",
+ "Jordi Mallach",
"Kim Holviala",
"Mathew Mrosko",
"Matthew Dempsky",