summaryrefslogtreecommitdiff
path: root/gammu-detect/main.c
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2016-10-18 14:37:15 +0200
committerMichal Čihař <nijel@debian.org>2016-10-18 14:37:15 +0200
commitbb85f6f55db40667afdbd5b90ee3b0194c339b68 (patch)
treeb93d3369a320c0d7d4c30201602430c4546572bc /gammu-detect/main.c
parent8b71ef418ef860538e0c4e798874ada28aa1a3a0 (diff)
parent85b8cdaaa4870f65a24fae9b195b79807520099f (diff)
Merge tag 'upstream/1.37.90'
Upstream version 1.37.90 # gpg: Podpis vytvořen Út 18. říjen 2016, 14:37:12 CEST # gpg: použití RSA klíče F4AA229D4D58C245 # gpg: Dobrý podpis od „Michal Čihař <michal@cihar.com>“ [absolutní] # gpg: alias „Michal Čihař <nijel@debian.org>“ [absolutní] # gpg: alias „[jpeg image of size 8848]“ [absolutní]
Diffstat (limited to 'gammu-detect/main.c')
-rw-r--r--gammu-detect/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gammu-detect/main.c b/gammu-detect/main.c
index 59abdd1..46d2d39 100644
--- a/gammu-detect/main.c
+++ b/gammu-detect/main.c
@@ -82,13 +82,13 @@ void print_version(void)
printf(" - %s\n", _("Windows serial port probing"));
#endif
printf("\n");
- printf("%s\n", _("Copyright (C) 2010 - 2011 Michal Cihar <michal@cihar.com> and other authors."));
+ printf("%s\n", _("Copyright (C) 2010 - 2016 Michal Cihar <michal@cihar.com> and other authors."));
printf("\n");
printf("%s\n", _("License GPLv2: GNU GPL version 2 <https://spdx.org/licenses/GPL-2.0>."));
printf("%s\n", _("This is free software: you are free to change and redistribute it."));
printf("%s\n", _("There is NO WARRANTY, to the extent permitted by law."));
printf("\n");
- printf("%s\n", _("Check <http://wammu.eu/gammu/> for updates."));
+ printf("%s\n", _("Check <https://wammu.eu/gammu/> for updates."));
printf("\n");
}