[tomboy] Update copyright year



commit 8880bf953af66bdf6110f0f03d3173c0ffd40468
Author: Alex Tereschenko <frozen and blue gmail com>
Date:   Sat Jan 28 20:59:23 2017 +0100

    Update copyright year
    
    Signed-off-by: Alex Tereschenko <frozen and blue gmail com>

 Tomboy/Tomboy.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 6fbd77f..d181def 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -427,7 +427,7 @@ namespace Tomboy
                        about.Logo = GuiUtils.GetIcon ("tomboy", 48);
                        about.Copyright =
                                Catalog.GetString ("Copyright \xa9 2004-2007 Alex Graveley\n" +
-                                                  "Copyright \xa9 2004-2016 Others\n");
+                                                  "Copyright \xa9 2004-2017 Others\n");
                        about.Comments = Catalog.GetString ("A simple and easy to use desktop " +
                                                            "note-taking application.");
                        about.WindowPosition = Gtk.WindowPosition.Center;
@@ -580,7 +580,7 @@ namespace Tomboy
                                        "application.\n" +
                                        "Copyright \xa9 2004-2007 Alex Graveley\n" +
                                                        "<alex beatniksoftware com>\n\n" +              
-                                                       "Copyright \xa9 2004-2016 Others\n"
+                                                       "Copyright \xa9 2004-2017 Others\n"
                                                        );
 
                        Console.Write (about);


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