[gnome-photos] Update copyright notices



commit a9894d09f3fa3b9e074d759e4912cf235660b7e4
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 30 16:56:29 2014 +0100

    Update copyright notices

 src/photos-dlna-renderers-dialog.c      |    1 +
 src/photos-main-window.c                |    4 +++-
 src/photos-organize-collection-dialog.c |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-dlna-renderers-dialog.c b/src/photos-dlna-renderers-dialog.c
index 91d7c93..52413d6 100644
--- a/src/photos-dlna-renderers-dialog.c
+++ b/src/photos-dlna-renderers-dialog.c
@@ -1,6 +1,7 @@
 /*
  * Photos - access, organize and share your photos on GNOME
  * Copyright © 2013 Intel Corporation. All rights reserved.
+ * Copyright © 2013, 2014 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
diff --git a/src/photos-main-window.c b/src/photos-main-window.c
index 7e3a420..b3c92a4 100644
--- a/src/photos-main-window.c
+++ b/src/photos-main-window.c
@@ -439,7 +439,9 @@ 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, 2013 Red Hat, Inc.");
+  gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about_dialog),
+                                  "Copyright © 2013 Intel Corporation. All rights reserved.\n"
+                                  "Copyright © 2012, 2013, 2014 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));
diff --git a/src/photos-organize-collection-dialog.c b/src/photos-organize-collection-dialog.c
index 3a0cd6f..7904d38 100644
--- a/src/photos-organize-collection-dialog.c
+++ b/src/photos-organize-collection-dialog.c
@@ -1,6 +1,6 @@
 /*
  * Photos - access, organize and share your photos on GNOME
- * Copyright © 2012, 2014 Red Hat, Inc.
+ * Copyright © 2012, 2013, 2014 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


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