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,