[gnome-maps/wip/mlundblad/copyright-2021] mainWindow: Update copyright year




commit 7f2a3e02e0b22bc39ad2c857eea6188725ff120c
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Jan 28 22:34:21 2021 +0100

    mainWindow: Update copyright year
    
    Update copyright year for 2021.

 src/mainWindow.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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;


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