diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-03 14:39:32 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-03 14:39:32 +0200 |
commit | 234854e92c83bb931c5b644b4f7697bb2c2254a7 (patch) | |
tree | 181623d843464ef2dc8c8d794a95bab451c62f68 | |
parent | 3fa2c0d5197d49cf9e9cdc2cd12414531562232d (diff) | |
download | mate-desktop-234854e92c83bb931c5b644b4f7697bb2c2254a7.tar.bz2 mate-desktop-234854e92c83bb931c5b644b4f7697bb2c2254a7.tar.xz |
mate-about: Add headers between MATE and GNOME devs
-rw-r--r-- | mate-about/mate-about.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 9b4f256..b7170e8 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -67,6 +67,7 @@ }; const char* authors[] = { + "MATE:", /* MATE founders */ "Perberos <[email protected]>", "Stefano Karapetsas <[email protected]>", @@ -86,6 +87,7 @@ "Sam Tygier <[email protected]>", "Wolfgang Ulbrich <[email protected]>", /* GNOME developers */ + "GNOME:", "Jérôme Abela", "Rob Adams", "Djihed Afifi", |