summaryrefslogtreecommitdiff
path: root/gammu/gammu.c
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2015-04-13 16:51:11 +0200
committerMichal Čihař <nijel@debian.org>2015-04-13 16:51:11 +0200
commit01677be80536e2721774a3c26b8b0e977789fcb1 (patch)
tree860feb829be215c58a804fc8800a5c4628eb6892 /gammu/gammu.c
parentd6bda2f410c01a5b4aab018955fb539f5f28aca1 (diff)
Imported Upstream version 1.36.0
Diffstat (limited to 'gammu/gammu.c')
-rw-r--r--gammu/gammu.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gammu/gammu.c b/gammu/gammu.c
index eb63284..2959a7f 100644
--- a/gammu/gammu.c
+++ b/gammu/gammu.c
@@ -88,8 +88,7 @@ static void ListNetworks(int argc, char *argv[])
static void PrintVersion(void)
{
- printf(_("[Gammu version %s built %s on %s using %s]"),
- GAMMU_VERSION, __TIME__, __DATE__, GetCompiler());
+ printf(_("[Gammu version %s]"), GAMMU_VERSION);
printf("\n\n");
}
@@ -331,7 +330,7 @@ static void Version(int argc UNUSED, char *argv[]UNUSED)
printf("\n");
- printf("%s\n", _("License GPLv2: GNU GPL version 2 <http://creativecommons.org/licenses/GPL/2.0/>."));
+ 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."));
@@ -450,7 +449,7 @@ static void RunBatch(int argc, char *argv[])
}
i++;
}
-
+
/* show params list */
/*
if (argsc > 0) {