Files
sysprof/src/sp-credits.h
2016-06-21 12:49:26 -07:00

39 lines
629 B
C

#ifndef SP_CREDITS_H
#define SP_CREDITS_H
#include <glib.h>
G_BEGIN_DECLS
static const gchar *sysprof_authors[] = {
"Bastien Nocera",
"Behdad Esfahbod",
"Christian Hergert",
"Damien Lespiau",
"Geoffrey Keating",
"Javier Jardón",
"Jeffrey Stedfast",
"Kristian Høgsberg",
"Kristian Rietvel",
"M Joonas Pihlaja",
"Matthias Clasen",
"Michel Dänzer",
"Nix",
"Owen Taylor",
"Paolo Borelli",
"Pascal Terjan",
"Pauli Nieminen",
"Robert Love",
"Søren Sandmann Pedersen",
NULL
};
static const gchar *sysprof_artists[] = {
"Jakub Steiner",
NULL
};
G_END_DECLS
#endif /* SP_CREDITS_H */