[gnome-maps] mainWindow: Update copyright year
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] mainWindow: Update copyright year
- Date: Tue, 22 Mar 2022 21:12:18 +0000 (UTC)
commit 69e618f79c91b77988bd28f9c5506c3cb5565b9c
Author: Marcus Lundblad <ml dfupdate se>
Date: Tue Mar 22 22:10:24 2022 +0100
mainWindow: Update copyright year
Update copyright year for 2022 in the about dialog.
Fixes #434
src/mainWindow.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index f5179f83..d2c63afc 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -608,7 +608,7 @@ var MainWindow = GObject.registerClass({
transient_for: this
});
- let copyright = _("Copyright © 2011 – 2021 Red Hat, Inc. and The GNOME Maps authors");
+ let copyright = _("Copyright © 2011 – 2022 Red Hat, Inc. and The GNOME Maps authors");
let attribution = this._getAttribution();
copyright += '\n' + attribution;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]