← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-applet/applet] Rev 359: Updating Copyright Dates

 

Merge authors:
  Tom Haddon (mthaddon)
Related merge proposals:
  https://code.launchpad.net/~mthaddon/indicator-applet/update-copyright-notice/+merge/25218
  proposed by: Tom Haddon (mthaddon)
------------------------------------------------------------
revno: 359 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: applet
timestamp: Sun 2010-05-16 21:35:34 -0500
message:
  Updating Copyright Dates
modified:
  src/applet-main.c


--
lp:indicator-applet
https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet

Your team ayatana-commits is subscribed to branch lp:indicator-applet.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet/+edit-subscription
=== 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:32:08 +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