summaryrefslogtreecommitdiff
path: root/smsd/main.c
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-01-05 13:47:22 +0100
committerMichal Čihař <nijel@debian.org>2017-01-05 13:47:22 +0100
commit6b54c723339c71549052038798d2e71333369ae4 (patch)
tree21ed195dc28e1058b142d93149c9f282823f12e5 /smsd/main.c
parent403eca6af192d9a1e57d7c8ea1181b3c6137bc4e (diff)
New upstream version 1.38.1
Diffstat (limited to 'smsd/main.c')
-rw-r--r--smsd/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smsd/main.c b/smsd/main.c
index ae21cb3..c3e4c3e 100644
--- a/smsd/main.c
+++ b/smsd/main.c
@@ -1,7 +1,7 @@
/**
* Main SMSD program
*/
-/* Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com> */
+/* Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com> */
/* Licensend under GNU GPL 2 */
#include <gammu-smsd.h>
@@ -122,7 +122,7 @@ NORETURN void version(void)
printf(" - %s\n", "ODBC");
#endif
printf("\n");
- printf("Copyright (C) 2003 - 2016 Michal Cihar <michal@cihar.com> and other authors.\n");
+ printf("Copyright (C) 2003 - 2017 Michal Cihar <michal@cihar.com> and other authors.\n");
printf("\n");
printf("License GPLv2: GNU GPL version 2 <https://spdx.org/licenses/GPL-2.0>.\n");
printf("This is free software: you are free to change and redistribute it.\n");