[geany/geany] 3c213f: Update displayed copyright years

Colomban Wendling git-noreply at xxxxx
Sun Mar 13 12:27:28 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 13 Mar 2016 12:27:28 UTC
Commit:      3c213f6d9347caf365f1ac446e63391512e6249d
             https://github.com/geany/geany/commit/3c213f6d9347caf365f1ac446e63391512e6249d

Log Message:
-----------
Update displayed copyright years


Modified Paths:
--------------
    doc/geany.txt
    geany_private.rc
    src/about.c

Modified: doc/geany.txt
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -17,7 +17,7 @@
 :Date: 2015-11-15
 :Version: |(version)|
 
-Copyright © 2005-2015
+Copyright © 2005-2016
 
 This document is distributed under the terms of the GNU General Public
 License as published by the Free Software Foundation; either version 2


Modified: geany_private.rc
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -22,7 +22,7 @@ FILETYPE			VFT_APP
 			VALUE "FileVersion", VER_FILEVERSION_STR
 			VALUE "FileDescription", "Geany"
 			VALUE "InternalName", "Geany"
-			VALUE "LegalCopyright", "Copyright 2005-2014 by the Geany developers"
+			VALUE "LegalCopyright", "Copyright 2005-2016 by the Geany developers"
 			VALUE "LegalTrademarks", ""
 			VALUE "OriginalFilename", "Geany.exe"
 			VALUE "ProductName", "Geany"


Modified: src/about.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -45,7 +45,7 @@
 #define INFO "<span size=\"larger\" weight=\"bold\">%s</span>"
 #define CODENAME "<span weight=\"bold\">\"" GEANY_CODENAME "\"</span>"
 #define BUILDDATE "<span size=\"smaller\">%s</span>"
-#define COPYRIGHT _("Copyright (c)  2005-2015\nColomban Wendling\nNick Treleaven\nMatthew Brush\nEnrico Tröger\nFrank Lanitz\nAll rights reserved.")
+#define COPYRIGHT _("Copyright (c)  2005-2016\nColomban Wendling\nNick Treleaven\nMatthew Brush\nEnrico Tröger\nFrank Lanitz\nAll rights reserved.")
 
 static const gchar *translators[][2] = {
 	{ "ar", "Fayssal Chamekh <chamfay at gmail.com>"},



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list