ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01484
[Merge] lp:~mthaddon/indicator-applet/update-copyright-notice into lp:indicator-applet
Tom Haddon has proposed merging lp:~mthaddon/indicator-applet/update-copyright-notice into lp:indicator-applet.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
Related bugs:
#579887 Copyright notice from "About" menu out of date
https://bugs.launchpad.net/bugs/579887
Update copyright notice.
--
https://code.launchpad.net/~mthaddon/indicator-applet/update-copyright-notice/+merge/25218
Your team ayatana-commits is subscribed to branch lp:indicator-applet.
=== modified file 'src/applet-main.c'
--- src/applet-main.c 2010-04-30 17:33:59 +0000
+++ src/applet-main.c 2010-05-13 10:34:22 +0000
@@ -2,7 +2,7 @@
A small wrapper utility to load indicators and put them as menu items
into the gnome-panel using it's applet interface.
-Copyright 2009 Canonical Ltd.
+Copyright 2009-2010 Canonical Ltd.
Authors:
Ted Gould <ted@xxxxxxxxxxxxx>
@@ -451,7 +451,7 @@
gtk_show_about_dialog(NULL,
"version", VERSION,
- "copyright", "Copyright \xc2\xa9 2009 Canonical, Ltd.",
+ "copyright", "Copyright \xc2\xa9 2009-2010 Canonical, Ltd.",
#ifdef INDICATOR_APPLET_SESSION
"comments", _("A place to adjust your status, change users or exit your session."),
#else
Follow ups