[gnome-klotski] Update copyright info.



commit 5d7fe902f4249a1bbc0e13011e35fdfe5c8de0a3
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Jan 2 13:28:16 2020 +0100

    Update copyright info.

 src/gnome-klotski.vala | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-klotski.vala b/src/gnome-klotski.vala
index 99dda2d..1b8f204 100644
--- a/src/gnome-klotski.vala
+++ b/src/gnome-klotski.vala
@@ -124,9 +124,16 @@ public class Klotski : Gtk.Application
                            "version", VERSION,
                            "comments", _("Sliding block puzzles"),
                            "copyright",
-                             "Copyright © 1999–2008 Lars Rydlinge\n"+
-                             "Copyright © 2014–2016 Michael Catanzaro\n"+
-                             "Copyright © 2015 Arnaud Bonatti\n",
+                             /* Translators: text crediting a maintainer, seen in the About dialog */
+                             _("Copyright \xc2\xa9 1999-2008 – Lars Rydlinge") + "\n"+
+
+
+                             /* Translators: text crediting a maintainer, seen in the About dialog; the %u 
are replaced with the years of start and end */
+                             _("Copyright \xc2\xa9 %u-%u – Michael Catanzaro").printf (2014, 2016) + "\n"+
+
+
+                             /* Translators: text crediting a maintainer, seen in the About dialog; the %u 
are replaced with the years of start and end */
+                             _("Copyright \xc2\xa9 %u-%u – Arnaud Bonatti").printf (2015, 2020),
                            "license-type", License.GPL_3_0,
                            "authors", authors,
                            "documenters", documenters,


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