From 0e52fb3db12c8b3f0d75c021145c65a49dbb931d Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Sat, 22 May 2010 00:38:56 +0200 Subject: [PATCH] Credit people behind the different OS implementations --- src/process-window.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/process-window.c b/src/process-window.c index 1d0bdce..d9f991f 100644 --- a/src/process-window.c +++ b/src/process-window.c @@ -275,6 +275,21 @@ show_about_dialog (XtmProcessWindow *window) const gchar *authors[] = { "(c) 2008-2010 Mike Massonnet", "(c) 2005-2008 Johannes Zellner", + "", + "FreeBSD", + " \342\200\242 Mike Massonnet", + " \342\200\242 Oliver Lehmann", + "", + "OpenBSD", + " \342\200\242 Landry Breuil", + "", + "Linux", + " \342\200\242 Johannes Zellner", + " \342\200\242 Mike Massonnet", + "", + "OpenSolaris", + " \342\200\242 Mike Massonnet", + " \342\200\242 Peter Tribble", NULL }; const gchar *license = "This program is free software; you can redistribute it and/or modify\n"