From f310fc1369a214e5cef05621d859d6824eb9fa9d Mon Sep 17 00:00:00 2001 From: Robert Love Date: Fri, 2 Jun 2006 14:11:51 +0000 Subject: [PATCH] 2006-06-02 Robert Love * gnome/applet/applet.c: Update copyright years. Add Novell. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1795 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 4 ++++ gnome/applet/applet.c | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3199bf048..d057d89f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-02 Robert Love + + * gnome/applet/applet.c: Update copyright years. Add Novell. + 2006-05-28 Dan Williams * gnome/applet/applet.glade diff --git a/gnome/applet/applet.c b/gnome/applet/applet.c index 46f556fb2f..221216d063 100644 --- a/gnome/applet/applet.c +++ b/gnome/applet/applet.c @@ -336,7 +336,8 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet) about_dialog = gnome_about_new (_("NetworkManager Applet"), VERSION, - _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."), + _("Copyright \xc2\xa9 2004-2006 Red Hat, Inc.\n" + "Copyright \xc2\xa9 2005-2006 Novell, Inc."), _("Notification area applet for managing your network devices and connections."), authors, documenters, @@ -361,7 +362,8 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet) gtk_show_about_dialog (NULL, "name", _("NetworkManager Applet"), "version", VERSION, - "copyright", _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."), + "copyright", _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc.\n" + "Copyright \xc2\xa9 2005-2006 Novell, Inc."), "comments", _("Notification area applet for managing your network devices and connections."), "website", "http://www.gnome.org/projects/NetworkManager/", "authors", authors,