aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index 4dc1e1cda9..ae4642e205 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -34,10 +34,8 @@
#include <libedataserverui/e-categories-editor.h>
#define EVOLUTION_COPYRIGHT \
- "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others"
-
-#define EVOLUTION_WEBSITE \
- "http://www.gnome.org/projects/evolution/"
+ "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others\n" \
+ "Copyright \xC2\xA9 2008 - 2012 The Evolution Team"
/* Authors and Documenters
*
@@ -652,12 +650,13 @@ action_about_cb (GtkAction *action,
"version", VERSION,
"copyright", EVOLUTION_COPYRIGHT,
"comments", _("Groupware Suite"),
- "website", EVOLUTION_WEBSITE,
+ "website", PACKAGE_URL,
"website-label", _("Evolution Website"),
"authors", authors,
"documenters", documenters,
"translator-credits", translator_credits,
"logo-icon-name", "evolution",
+ "license-type", GTK_LICENSE_GPL_2_0,
NULL);
}