diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-01 04:51:26 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-01 04:51:26 -0800 |
commit | 34d923516315018da476f12af991b5a9c371486f (patch) | |
tree | be21aa5a122c39db90f4b8ec40f0a926eba7aa62 /mate-about | |
parent | e20b7002c4567fc64789ca408133d068ec4e1460 (diff) | |
parent | becbb0ef2d06584817fdd85f3f2f4b2d63ac202d (diff) | |
download | mate-desktop-34d923516315018da476f12af991b5a9c371486f.tar.bz2 mate-desktop-34d923516315018da476f12af991b5a9c371486f.tar.xz |
Merge pull request #88 from infirit/1.6
Cherrypick usefull commits from master
Diffstat (limited to 'mate-about')
-rw-r--r-- | mate-about/mate-about.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index fd74b1c..56444d0 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -66,12 +66,13 @@ }; const char* authors[] = { + "MATE:", /* MATE founders */ "Perberos <[email protected]>", "Stefano Karapetsas <[email protected]>", "Steve Zesch <[email protected]>", "Clement Lefebvre <[email protected]>", - /* MATE developers */ + /* MATE developers and contributors */ "Scott Balneaves <[email protected]>", "Marcel Dijkstra <[email protected]>", "Jasmine Hassan <[email protected]>", @@ -84,7 +85,14 @@ "Yaakov Selkowitz <[email protected]>", "Sam Tygier <[email protected]>", "Wolfgang Ulbrich <[email protected]>", + "Sander Sweers <[email protected]>", + "Benjamin Denisart <[email protected]>", + "Efstathios Iosifidis <[email protected]>", + "Martin Wimpress <[email protected]>", + "John Paul Adrian Glaubitz <[email protected]>", + "Mike Gabriel <[email protected]>", /* GNOME developers */ + "GNOME:", "Jérôme Abela", "Rob Adams", "Djihed Afifi", |