From 37c295186c296c1b03af04902c9ecda64ce2e5b8 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg <adam.waldenberg@ejwa.se> Date: Wed, 15 Jan 2014 10:04:46 +0100 Subject: [PATCH] The --version flag now outputs the correct years (2012-2014). This also required a small update to all the (up-to-date) language files. --- gitinspector/translations/messages_it.mo | Bin 12291 -> 12291 bytes gitinspector/translations/messages_it.po | 4 ++-- gitinspector/translations/messages_sv.mo | Bin 12235 -> 12235 bytes gitinspector/translations/messages_sv.po | 4 ++-- gitinspector/version.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gitinspector/translations/messages_it.mo b/gitinspector/translations/messages_it.mo index bcd2dce64e8c0846e507bbe4ecaa62eac6e4d9eb..1d5686e3d80780cea7a6599216bffc1ba6fdbdf3 100644 GIT binary patch delta 50 xcmZopXinH*!_3Ob00fgAnYDTOKrA3o2V%9&mCPQDj3%28vDk?LDMo1~Q2^)@2*UsX delta 50 ycmZopXinH*!_3OZz`(#c*^ybBR}IJl0d)|uxsus~k<obbAr?C^AjK%nBnklPFbKf_ diff --git a/gitinspector/translations/messages_it.po b/gitinspector/translations/messages_it.po index 694ccdf..3783a32 100644 --- a/gitinspector/translations/messages_it.po +++ b/gitinspector/translations/messages_it.po @@ -54,14 +54,14 @@ msgid "Commits" msgstr "Commit" msgid "" -"Copyright © 2012-2013 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2014 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n" "Written by Adam Waldenberg." msgstr "" -"Copyright © 2012-2013 Ejwa Software. Tutti i diritti riservati.\n" +"Copyright © 2012-2014 Ejwa Software. Tutti i diritti riservati.\n" "Licenza GPLv3+: GNU GPL version 3 o successive <http://gnu.org/licenses/gpl.html>.\n" "Questo software è libero: è possibile cambiarlo e ridistribuirlo liberamente.\n" "NON CI SONO GARANZIE, secondo i termini previsti dalla legge.\n" diff --git a/gitinspector/translations/messages_sv.mo b/gitinspector/translations/messages_sv.mo index f1991bb8f66b232088df168030efe030387401dc..22d527d083f87d81fac6693dcf6fee34f36d8243 100644 GIT binary patch delta 50 ycmX>de>#4H4Kphz0}xDhWY*^81F?WW9f;L7S2BArGMa2Y#Ii;VNaah%hyVZyn+k>i delta 50 ycmX>de>#4H4Kphr0|Nu+WJhLgUNs;K1k^#q=1OJ{Mn>b!hgjB#0jYfH7!d#qxC(>- diff --git a/gitinspector/translations/messages_sv.po b/gitinspector/translations/messages_sv.po index 43d41f3..04a519b 100644 --- a/gitinspector/translations/messages_sv.po +++ b/gitinspector/translations/messages_sv.po @@ -62,7 +62,7 @@ msgid "Commits" msgstr "Inlämningar" msgid "" -"Copyright © 2012-2013 Ejwa Software. All rights reserved.\n" +"Copyright © 2012-2014 Ejwa Software. All rights reserved.\n" "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl." "html>.\n" "This is free software: you are free to change and redistribute it.\n" @@ -70,7 +70,7 @@ msgid "" "\n" "Written by Adam Waldenberg." msgstr "" -"Upphovsrätt © 2012-2013 Ejwa Software. Alla rättigheter förbehållna.\n" +"Upphovsrätt © 2012-2014 Ejwa Software. Alla rättigheter förbehållna.\n" "Licens GPLv3+: GNU GPL version 3 eller senare <http://gnu.org/licenses/gpl." "html>.\n" "Detta är fri programvara: du får lov att ändra och vidaredistribuera den.\n" diff --git a/gitinspector/version.py b/gitinspector/version.py index 80d5fb1..873cd87 100644 --- a/gitinspector/version.py +++ b/gitinspector/version.py @@ -1,6 +1,6 @@ # coding: utf-8 # -# Copyright © 2012-2013 Ejwa Software. All rights reserved. +# Copyright © 2012-2014 Ejwa Software. All rights reserved. # # This file is part of gitinspector. # @@ -29,7 +29,7 @@ except: __version__ = "0.3.1" -__doc__ = _("""Copyright © 2012-2013 Ejwa Software. All rights reserved. +__doc__ = _("""Copyright © 2012-2014 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.