[gnome-photos] main-window: Bump copyright year



commit aec54065eaba4f7e4156a57b56cdeea776bdcba9
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Apr 15 00:31:15 2013 +0200

    main-window: Bump copyright year

 src/photos-main-window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-main-window.c b/src/photos-main-window.c
index 6ed4558..881c3de 100644
--- a/src/photos-main-window.c
+++ b/src/photos-main-window.c
@@ -1,6 +1,6 @@
 /*
  * Photos - access, organize and share your photos on GNOME
- * Copyright © 2012 Red Hat, Inc.
+ * Copyright © 2012, 2013 Red Hat, Inc.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -327,7 +327,7 @@ photos_main_window_show_about (PhotosMainWindow *self)
   gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG (about_dialog), PHOTOS_AUTHORS);
   gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG (about_dialog),
                                  _("Access, organize and share your photos on GNOME"));
-  gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about_dialog), "Copyright © 2012 Red Hat, Inc.");
+  gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about_dialog), "Copyright © 2012, 2013 Red Hat, Inc.");
   gtk_about_dialog_set_license_type (GTK_ABOUT_DIALOG (about_dialog), GTK_LICENSE_GPL_2_0);
   gtk_about_dialog_set_logo_icon_name (GTK_ABOUT_DIALOG (about_dialog), PACKAGE_TARNAME);
   gtk_about_dialog_set_program_name (GTK_ABOUT_DIALOG (about_dialog), _(PACKAGE_NAME));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]