summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2021-01-28 22:34:21 +0100
committerMarcus Lundblad <ml@update.uu.se>2021-01-28 22:34:21 +0100
commit7f2a3e02e0b22bc39ad2c857eea6188725ff120c (patch)
tree601794f80ec07b923d095d7d1b6409c198957d4d
parent67a1dd65c7a476c2cbb3114ed15e00fe44393da4 (diff)
downloadgnome-maps-wip/mlundblad/copyright-2021.tar.gz
mainWindow: Update copyright yearwip/mlundblad/copyright-2021
Update copyright year for 2021.
-rw-r--r--src/mainWindow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 10830667..4b057e4d 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -576,7 +576,7 @@ var MainWindow = GObject.registerClass({
transient_for: this
});
- let copyright = _("Copyright © 2011 – 2019 Red Hat, Inc. and The GNOME Maps authors");
+ let copyright = _("Copyright © 2011 – 2021 Red Hat, Inc. and The GNOME Maps authors");
let attribution = this._getAttribution();
copyright += '\n' + attribution;