summaryrefslogtreecommitdiff
path: root/smsd/main.c
diff options
context:
space:
mode:
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");