summaryrefslogtreecommitdiff
path: root/smsd
diff options
context:
space:
mode:
Diffstat (limited to 'smsd')
-rw-r--r--smsd/CMakeTests.txt2
-rw-r--r--smsd/core.c2
-rw-r--r--smsd/core.h2
-rw-r--r--smsd/inject.c4
-rw-r--r--smsd/main.c4
-rw-r--r--smsd/monitor.c4
-rw-r--r--smsd/services/dbi.c2
-rw-r--r--smsd/services/files.c2
-rw-r--r--smsd/services/mysql.c2
-rw-r--r--smsd/services/null.c2
-rw-r--r--smsd/services/null.h2
-rw-r--r--smsd/services/odbc.c2
-rw-r--r--smsd/services/pgsql.c2
-rw-r--r--smsd/services/sql.c2
14 files changed, 17 insertions, 17 deletions
diff --git a/smsd/CMakeTests.txt b/smsd/CMakeTests.txt
index 7ade7ed..efee9f3 100644
--- a/smsd/CMakeTests.txt
+++ b/smsd/CMakeTests.txt
@@ -1,5 +1,5 @@
# cmake <http://www.cmake.org> test file for SMSD
-# Copyright (c) 2007 - 2015 Michal Cihar
+# Copyright (c) 2007 - 2017 Michal Cihar
# vim: expandtab sw=4 ts=4 sts=4 ft=cmake:
if (WITH_BACKUP)
diff --git a/smsd/core.c b/smsd/core.c
index 9700b65..743ecd6 100644
--- a/smsd/core.c
+++ b/smsd/core.c
@@ -1,5 +1,5 @@
/* Copyright (c) 2002-2004 by Marcin Wiacek and Joergen Thomsen */
-/* Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com> */
+/* Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com> */
#include <string.h>
#include <signal.h>
diff --git a/smsd/core.h b/smsd/core.h
index 0ac45b7..190f2d7 100644
--- a/smsd/core.h
+++ b/smsd/core.h
@@ -1,5 +1,5 @@
/* (c) 2002-2004 by Marcin Wiacek and Joergen Thomsen */
-/* Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com> */
+/* Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com> */
#ifndef __core_h_
#define __core_h_
diff --git a/smsd/inject.c b/smsd/inject.c
index 76fbb70..09b5ddf 100644
--- a/smsd/inject.c
+++ b/smsd/inject.c
@@ -1,7 +1,7 @@
/**
* SMSD message inject 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>
@@ -55,7 +55,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");
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");
diff --git a/smsd/monitor.c b/smsd/monitor.c
index 2efadf6..4b30b65 100644
--- a/smsd/monitor.c
+++ b/smsd/monitor.c
@@ -1,7 +1,7 @@
/**
* SMSD message monitor 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>
@@ -63,7 +63,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");
diff --git a/smsd/services/dbi.c b/smsd/services/dbi.c
index 84af38c..d89cd21 100644
--- a/smsd/services/dbi.c
+++ b/smsd/services/dbi.c
@@ -3,7 +3,7 @@
*
* Part of Gammu project
*
- * Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com>
+ * Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com>
*
* Licensed under GNU GPL version 2 or later
*/
diff --git a/smsd/services/files.c b/smsd/services/files.c
index 574c162..35e2a49 100644
--- a/smsd/services/files.c
+++ b/smsd/services/files.c
@@ -1,5 +1,5 @@
/* (c) 2002-2004 by Joergen Thomsen */
-/* Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com> */
+/* Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com> */
#include <gammu.h>
diff --git a/smsd/services/mysql.c b/smsd/services/mysql.c
index 2324434..09f6e57 100644
--- a/smsd/services/mysql.c
+++ b/smsd/services/mysql.c
@@ -1,5 +1,5 @@
/* (c) 2004 by Marcin Wiacek */
-/* Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com> */
+/* Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com> */
#include <gammu.h>
diff --git a/smsd/services/null.c b/smsd/services/null.c
index b0ba53a..78b75c9 100644
--- a/smsd/services/null.c
+++ b/smsd/services/null.c
@@ -3,7 +3,7 @@
*
* This service does not store anything anywhere.
*/
-/* Copyright (c) 2010 - 2015 Michal Cihar <michal@cihar.com>. */
+/* Copyright (c) 2010 - 2017 Michal Cihar <michal@cihar.com>. */
#include "../core.h"
diff --git a/smsd/services/null.h b/smsd/services/null.h
index 169a43c..f764ea6 100644
--- a/smsd/services/null.h
+++ b/smsd/services/null.h
@@ -3,7 +3,7 @@
*
* This service does not store anything anywhere.
*/
-/* Copyright (c) 2010 - 2015 Michal Cihar <michal@cihar.com>. */
+/* Copyright (c) 2010 - 2017 Michal Cihar <michal@cihar.com>. */
extern GSM_SMSDService SMSDNull;
diff --git a/smsd/services/odbc.c b/smsd/services/odbc.c
index 293ae5f..9f7b8a2 100644
--- a/smsd/services/odbc.c
+++ b/smsd/services/odbc.c
@@ -3,7 +3,7 @@
*
* Part of Gammu project
*
- * Copyright (C) 2011 - 2015 Michal Čihař
+ * Copyright (C) 2011 - 2017 Michal Čihař
*
* Licensed under GNU GPL version 2 or later
*/
diff --git a/smsd/services/pgsql.c b/smsd/services/pgsql.c
index a60d25d..90f8ddc 100644
--- a/smsd/services/pgsql.c
+++ b/smsd/services/pgsql.c
@@ -1,5 +1,5 @@
/* (c) 2006 by Andrea Riciputi */
-/* Copyright (c) 2009 - 2015 Michal Cihar <michal@cihar.com> */
+/* Copyright (c) 2009 - 2017 Michal Cihar <michal@cihar.com> */
#define _XOPEN_SOURCE
#define _BSD_SOURCE
diff --git a/smsd/services/sql.c b/smsd/services/sql.c
index 543f145..bc19b4b 100644
--- a/smsd/services/sql.c
+++ b/smsd/services/sql.c
@@ -3,7 +3,7 @@
*
* Part of Gammu project
*
- * Copyright (C) 2009 - 2016 Michal Čihař
+ * Copyright (C) 2009 - 2017 Michal Čihař
* (c) 2010 Miloslav Semler
*
* Licensed under GNU GPL version 2 or later