diff options
author | Mukund Sivaraman <muks@banu.com> | 2010-01-18 17:35:51 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2010-01-18 17:35:51 +0530 |
commit | 8631a9d531d72b69b22879fe05d01a5e9b73e097 (patch) | |
tree | 0b8a178164a615d18b657068638f4e685bf77129 /authors.xml | |
parent | d396e5592b9caabff12f5d460a771469eef18eba (diff) |
Update the AUTHORS file
This uses an XML based system now to store author names.
We also keep a pre-generated AUTHORS file checked in.
Diffstat (limited to 'authors.xml')
-rw-r--r-- | authors.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/authors.xml b/authors.xml new file mode 100644 index 0000000..1f78d4c --- /dev/null +++ b/authors.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE authors SYSTEM "authors.dtd"> + +<!-- + + This file is supposed to list all authors and contributors. It's in + XML format so that it can easily be used in source code. When + changing this file, please keep the alphabetical order. This file + was adapted from GIMP. + +--> + +<authors xmlns="http://purl.org/dc/elements/1.1/"> + + <contributor role="author" last-active="1.7">Andrew Stribblehill</contributor> + <contributor role="author" last-active="1.8">David Shanks</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.7">Kim Holviala</contributor> + <contributor role="author" last-active="1.7">Marc Silver</contributor> + <contributor role="author" last-active="1.8">Mathew Mrosko</contributor> + <contributor role="author" last-active="1.7">Matthew Dempsky</contributor> + <contributor role="author" last-active="1.8">Michael Adam</contributor> + <contributor role="author" last-active="1.8">Mukund Sivaraman</contributor> + <contributor role="author" last-active="1.6">Petr Lampa</contributor> + <contributor role="author" last-active="1.7">Robert James Kaes</contributor> + <contributor role="author" last-active="1.7">Steven Young</contributor> + +</authors> |