[gnome-documents] Update copyright and authorship in about dialogue
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] Update copyright and authorship in about dialogue
- Date: Mon, 1 Dec 2014 16:21:29 +0000 (UTC)
commit 073f1570adcd4e64a6b778fe9bf1c2ff54355e01
Author: Bastien Nocera <hadess hadess net>
Date: Mon Dec 1 17:19:41 2014 +0100
Update copyright and authorship in about dialogue
src/mainWindow.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 41a7aa3..2d60b4a 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -297,7 +297,8 @@ const MainWindow = new Lang.Class({
aboutDialog.artists = [ 'Jakub Steiner <jimmac gmail com>' ];
aboutDialog.authors = [ 'Cosimo Cecchi <cosimoc gnome org>',
'Florian M' + String.fromCharCode(0x00FC) + 'llner <fmuellner gnome org>',
- 'William Jon McCann <william jon mccann gmail com>' ];
+ 'William Jon McCann <william jon mccann gmail com>',
+ 'Bastien Nocera <hadess hadess net>' ];
aboutDialog.translator_credits = _("translator-credits");
if (!isBooks) {
aboutDialog.program_name = _("Documents");
@@ -310,7 +311,7 @@ const MainWindow = new Lang.Class({
aboutDialog.logo_icon_name = 'gnome-books';
aboutDialog.website = 'https://wiki.gnome.org/Apps/Books';
}
- aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2011' +
String.fromCharCode(0x2013) + '2012 Red Hat, Inc.';
+ aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2011' +
String.fromCharCode(0x2013) + '2014 Red Hat, Inc.';
aboutDialog.license_type = Gtk.License.GPL_2_0;
aboutDialog.version = Config.PACKAGE_VERSION;
aboutDialog.wrap_license = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]