From 5b2bf3d1c1d2b855aa509c73e600f5a1fb97165d Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 28 Feb 2018 11:15:20 +0000 Subject: [PATCH] Bump version number, update copyrights. --- CMakeLists.txt | 2 +- ChangeLog.txt | 7 +++++-- client/client_shared.c | 2 +- client/client_shared.h | 2 +- client/pub_client.c | 2 +- client/sub_client.c | 2 +- config.mk | 2 +- installer/mosquitto-cygwin.nsi | 2 +- installer/mosquitto.nsi | 2 +- lib/cpp/mosquittopp.cpp | 2 +- lib/cpp/mosquittopp.h | 2 +- lib/logging_mosq.c | 2 +- lib/logging_mosq.h | 2 +- lib/memory_mosq.c | 2 +- lib/memory_mosq.h | 2 +- lib/messages_mosq.c | 2 +- lib/messages_mosq.h | 2 +- lib/mosquitto.c | 2 +- lib/mosquitto.h | 4 ++-- lib/mosquitto_internal.h | 2 +- lib/mqtt3_protocol.h | 2 +- lib/net_mosq.c | 2 +- lib/net_mosq.h | 2 +- lib/read_handle.c | 2 +- lib/read_handle.h | 2 +- lib/read_handle_client.c | 2 +- lib/read_handle_shared.c | 2 +- lib/send_client_mosq.c | 2 +- lib/send_mosq.c | 2 +- lib/send_mosq.h | 2 +- lib/socks_mosq.c | 2 +- lib/socks_mosq.h | 2 +- lib/srv_mosq.c | 2 +- lib/thread_mosq.c | 2 +- lib/time_mosq.c | 2 +- lib/time_mosq.h | 2 +- lib/tls_mosq.c | 2 +- lib/tls_mosq.h | 2 +- lib/util_mosq.c | 2 +- lib/util_mosq.h | 2 +- lib/will_mosq.c | 2 +- lib/will_mosq.h | 2 +- set-version.sh | 2 +- src/bridge.c | 2 +- src/conf.c | 2 +- src/context.c | 2 +- src/database.c | 2 +- src/lib_load.h | 2 +- src/logging.c | 2 +- src/loop.c | 2 +- src/mosquitto.c | 2 +- src/mosquitto_broker.h | 2 +- src/mosquitto_passwd.c | 2 +- src/mosquitto_plugin.h | 2 +- src/net.c | 2 +- src/persist.c | 2 +- src/persist.h | 2 +- src/read_handle.c | 2 +- src/read_handle_client.c | 2 +- src/read_handle_server.c | 2 +- src/security.c | 2 +- src/security_default.c | 2 +- src/send_server.c | 2 +- src/service.c | 2 +- src/subs.c | 2 +- src/sys_tree.c | 2 +- src/websockets.c | 2 +- 67 files changed, 72 insertions(+), 69 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d5d7201..3a680614 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project(mosquitto) cmake_minimum_required(VERSION 2.8) # Only for version 3 and up. cmake_policy(SET CMP0042 NEW) -set (VERSION 1.4.14) +set (VERSION 1.4.15) if (WIN32) execute_process(COMMAND cmd /c echo %DATE% %TIME% OUTPUT_VARIABLE TIMESTAMP diff --git a/ChangeLog.txt b/ChangeLog.txt index b6cd2542..e31cf4f1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,8 +1,11 @@ +1.4.15 - 20180228 +================= + Security: -- Fix CVE-xxxx-xxxx. If a SIGHUP is sent to the broker when there are no more +- Fix CVE-2017-7652. If a SIGHUP is sent to the broker when there are no more file descriptors, then opening the configuration file will fail and security settings will be set back to their default values. -- Fix CVE-xxxx-xxxx. Unauthenticated clients can cause excessive memory use by +- Fix CVE-2017-7651. Unauthenticated clients can cause excessive memory use by setting "remaining length" to be a large value. This is now mitigated by limiting the size of remaining length to valid values. A "memory_limit" configuration option has also been added to allow the overall memory used by diff --git a/client/client_shared.c b/client/client_shared.c index fa3ea188..2d9f6744 100644 --- a/client/client_shared.c +++ b/client/client_shared.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014 Roger Light +Copyright (c) 2014-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/client_shared.h b/client/client_shared.h index 0a974b1e..2b557345 100644 --- a/client/client_shared.h +++ b/client/client_shared.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014 Roger Light +Copyright (c) 2014-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/pub_client.c b/client/pub_client.c index 2f99b4af..50210bb2 100644 --- a/client/pub_client.c +++ b/client/pub_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/sub_client.c b/client/sub_client.c index 3c6c2256..be4c15f1 100644 --- a/client/sub_client.c +++ b/client/sub_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/config.mk b/config.mk index 71f17e54..bfaa2082 100644 --- a/config.mk +++ b/config.mk @@ -86,7 +86,7 @@ WITH_SOCKS:=yes # Also bump lib/mosquitto.h, CMakeLists.txt, # installer/mosquitto.nsi, installer/mosquitto-cygwin.nsi -VERSION=1.4.14 +VERSION=1.4.15 TIMESTAMP:=$(shell date "+%F %T%z") # Client library SO version. Bump if incompatible API/ABI changes are made. diff --git a/installer/mosquitto-cygwin.nsi b/installer/mosquitto-cygwin.nsi index 354cfcaa..875f78c2 100644 --- a/installer/mosquitto-cygwin.nsi +++ b/installer/mosquitto-cygwin.nsi @@ -7,7 +7,7 @@ !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "mosquitto" -!define VERSION 1.4.14 +!define VERSION 1.4.15 OutFile "mosquitto-${VERSION}-install-cygwin.exe" InstallDir "$PROGRAMFILES\mosquitto" diff --git a/installer/mosquitto.nsi b/installer/mosquitto.nsi index 7bf3162b..a0710b33 100644 --- a/installer/mosquitto.nsi +++ b/installer/mosquitto.nsi @@ -9,7 +9,7 @@ !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "mosquitto" -!define VERSION 1.4.14 +!define VERSION 1.4.15 OutFile "mosquitto-${VERSION}-install-win32.exe" InstallDir "$PROGRAMFILES\mosquitto" diff --git a/lib/cpp/mosquittopp.cpp b/lib/cpp/mosquittopp.cpp index 0a22b80f..cb631970 100644 --- a/lib/cpp/mosquittopp.cpp +++ b/lib/cpp/mosquittopp.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/cpp/mosquittopp.h b/lib/cpp/mosquittopp.h index 9b0cb694..1ae0ef21 100644 --- a/lib/cpp/mosquittopp.h +++ b/lib/cpp/mosquittopp.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2013 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/logging_mosq.c b/lib/logging_mosq.c index 3d94974c..de6182fc 100644 --- a/lib/logging_mosq.c +++ b/lib/logging_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/logging_mosq.h b/lib/logging_mosq.h index 3430fc25..d802ebd0 100644 --- a/lib/logging_mosq.h +++ b/lib/logging_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/memory_mosq.c b/lib/memory_mosq.c index 8094ba03..e6b508d1 100644 --- a/lib/memory_mosq.c +++ b/lib/memory_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/memory_mosq.h b/lib/memory_mosq.h index 0b8d71dd..c68daf87 100644 --- a/lib/memory_mosq.h +++ b/lib/memory_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/messages_mosq.c b/lib/messages_mosq.c index 2adaa867..46f9d9a3 100644 --- a/lib/messages_mosq.c +++ b/lib/messages_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/messages_mosq.h b/lib/messages_mosq.h index acae1b46..a9b92721 100644 --- a/lib/messages_mosq.h +++ b/lib/messages_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/mosquitto.c b/lib/mosquitto.c index 46b5cd11..f3533fc9 100644 --- a/lib/mosquitto.c +++ b/lib/mosquitto.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/mosquitto.h b/lib/mosquitto.h index b7cc749f..f304a063 100644 --- a/lib/mosquitto.h +++ b/lib/mosquitto.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 @@ -45,7 +45,7 @@ extern "C" { #define LIBMOSQUITTO_MAJOR 1 #define LIBMOSQUITTO_MINOR 4 -#define LIBMOSQUITTO_REVISION 14 +#define LIBMOSQUITTO_REVISION 15 /* LIBMOSQUITTO_VERSION_NUMBER looks like 1002001 for e.g. version 1.2.1. */ #define LIBMOSQUITTO_VERSION_NUMBER (LIBMOSQUITTO_MAJOR*1000000+LIBMOSQUITTO_MINOR*1000+LIBMOSQUITTO_REVISION) diff --git a/lib/mosquitto_internal.h b/lib/mosquitto_internal.h index 8d3014dd..83eff081 100644 --- a/lib/mosquitto_internal.h +++ b/lib/mosquitto_internal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/mqtt3_protocol.h b/lib/mqtt3_protocol.h index 0e8ac8d8..8cd6f58f 100644 --- a/lib/mqtt3_protocol.h +++ b/lib/mqtt3_protocol.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/net_mosq.c b/lib/net_mosq.c index dc349695..243c439c 100644 --- a/lib/net_mosq.c +++ b/lib/net_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/net_mosq.h b/lib/net_mosq.h index b504ebc0..da597b2a 100644 --- a/lib/net_mosq.h +++ b/lib/net_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/read_handle.c b/lib/read_handle.c index d83294a7..722909c1 100644 --- a/lib/read_handle.c +++ b/lib/read_handle.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/read_handle.h b/lib/read_handle.h index 96e0467e..a66ff51a 100644 --- a/lib/read_handle.h +++ b/lib/read_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/read_handle_client.c b/lib/read_handle_client.c index 71c32316..8e8de49d 100644 --- a/lib/read_handle_client.c +++ b/lib/read_handle_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/read_handle_shared.c b/lib/read_handle_shared.c index 6a135dfc..da086820 100644 --- a/lib/read_handle_shared.c +++ b/lib/read_handle_shared.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_client_mosq.c b/lib/send_client_mosq.c index a930bc99..1a45b160 100644 --- a/lib/send_client_mosq.c +++ b/lib/send_client_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_mosq.c b/lib/send_mosq.c index a4aae723..9c069d25 100644 --- a/lib/send_mosq.c +++ b/lib/send_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_mosq.h b/lib/send_mosq.h index ff2c6b9d..1f5def94 100644 --- a/lib/send_mosq.h +++ b/lib/send_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/socks_mosq.c b/lib/socks_mosq.c index 36f5ed68..4da44972 100644 --- a/lib/socks_mosq.c +++ b/lib/socks_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014 Roger Light +Copyright (c) 2014-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/socks_mosq.h b/lib/socks_mosq.h index f3f0683f..daa6494a 100644 --- a/lib/socks_mosq.h +++ b/lib/socks_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014 Roger Light +Copyright (c) 2014-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/srv_mosq.c b/lib/srv_mosq.c index b6f2e46d..c638919e 100644 --- a/lib/srv_mosq.c +++ b/lib/srv_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013,2014 Roger Light +Copyright (c) 2013-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/thread_mosq.c b/lib/thread_mosq.c index 93c5b635..0dbd9730 100644 --- a/lib/thread_mosq.c +++ b/lib/thread_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2014 Roger Light +Copyright (c) 2011-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/time_mosq.c b/lib/time_mosq.c index 0f85bbc4..ea88c0c1 100644 --- a/lib/time_mosq.c +++ b/lib/time_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013,2014 Roger Light +Copyright (c) 2013-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/time_mosq.h b/lib/time_mosq.h index 106279c3..9f619e03 100644 --- a/lib/time_mosq.h +++ b/lib/time_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2013,2014 Roger Light +Copyright (c) 2013-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/tls_mosq.c b/lib/tls_mosq.c index 20f0d3ae..60e1d4be 100644 --- a/lib/tls_mosq.c +++ b/lib/tls_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013,2014 Roger Light +Copyright (c) 2013-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/tls_mosq.h b/lib/tls_mosq.h index c1d38037..f4948e09 100644 --- a/lib/tls_mosq.h +++ b/lib/tls_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2013,2014 Roger Light +Copyright (c) 2013-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/util_mosq.c b/lib/util_mosq.c index edef7188..27af3bcf 100644 --- a/lib/util_mosq.c +++ b/lib/util_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/util_mosq.h b/lib/util_mosq.h index 8a8b7b53..cbd07779 100644 --- a/lib/util_mosq.h +++ b/lib/util_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/will_mosq.c b/lib/will_mosq.c index 2155a279..f18221fe 100644 --- a/lib/will_mosq.c +++ b/lib/will_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/will_mosq.h b/lib/will_mosq.h index 66ac9af1..5dd2ecd9 100644 --- a/lib/will_mosq.h +++ b/lib/will_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/set-version.sh b/set-version.sh index 31a9a576..652877f3 100755 --- a/set-version.sh +++ b/set-version.sh @@ -2,7 +2,7 @@ MAJOR=1 MINOR=4 -REVISION=14 +REVISION=15 sed -i "s/^VERSION=.*/VERSION=${MAJOR}.${MINOR}.${REVISION}/" config.mk diff --git a/src/bridge.c b/src/bridge.c index dc5f9c44..b0f5b941 100644 --- a/src/bridge.c +++ b/src/bridge.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/conf.c b/src/conf.c index 19941736..eef681f4 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/context.c b/src/context.c index 561ff4aa..8819268b 100644 --- a/src/context.c +++ b/src/context.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/database.c b/src/database.c index 1ea994a0..4848871d 100644 --- a/src/database.c +++ b/src/database.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/lib_load.h b/src/lib_load.h index 76fb8aad..53f193ba 100644 --- a/src/lib_load.h +++ b/src/lib_load.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2014 Roger Light +Copyright (c) 2012-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/logging.c b/src/logging.c index 18d8d7db..4a58d4d2 100644 --- a/src/logging.c +++ b/src/logging.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/loop.c b/src/loop.c index 7c505896..d4b63daf 100644 --- a/src/loop.c +++ b/src/loop.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto.c b/src/mosquitto.c index caf674fc..22b6372f 100644 --- a/src/mosquitto.c +++ b/src/mosquitto.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_broker.h b/src/mosquitto_broker.h index 57543a61..6b170ecf 100644 --- a/src/mosquitto_broker.h +++ b/src/mosquitto_broker.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_passwd.c b/src/mosquitto_passwd.c index c3dd05ab..55780a65 100644 --- a/src/mosquitto_passwd.c +++ b/src/mosquitto_passwd.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2014 Roger Light +Copyright (c) 2012-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_plugin.h b/src/mosquitto_plugin.h index 5b6449c0..94c7ad7a 100644 --- a/src/mosquitto_plugin.h +++ b/src/mosquitto_plugin.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2014 Roger Light +Copyright (c) 2012-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/net.c b/src/net.c index b8a03dc0..cbf80310 100644 --- a/src/net.c +++ b/src/net.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/persist.c b/src/persist.c index 16323588..fdfd3af1 100644 --- a/src/persist.c +++ b/src/persist.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/persist.h b/src/persist.h index 808b05fd..63a1a0cd 100644 --- a/src/persist.h +++ b/src/persist.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/read_handle.c b/src/read_handle.c index ddc16ce4..43640709 100644 --- a/src/read_handle.c +++ b/src/read_handle.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/read_handle_client.c b/src/read_handle_client.c index b1e1d1f1..a8b8ce52 100644 --- a/src/read_handle_client.c +++ b/src/read_handle_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/read_handle_server.c b/src/read_handle_server.c index a16f2057..a3078683 100644 --- a/src/read_handle_server.c +++ b/src/read_handle_server.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/security.c b/src/security.c index 67a4f791..852682b4 100644 --- a/src/security.c +++ b/src/security.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2014 Roger Light +Copyright (c) 2011-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/security_default.c b/src/security_default.c index c4085828..0e1b82c9 100644 --- a/src/security_default.c +++ b/src/security_default.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2014 Roger Light +Copyright (c) 2011-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/send_server.c b/src/send_server.c index 3d64bce0..f2a0189c 100644 --- a/src/send_server.c +++ b/src/send_server.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/service.c b/src/service.c index ffe9ffe6..0d743700 100644 --- a/src/service.c +++ b/src/service.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2014 Roger Light +Copyright (c) 2011-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/subs.c b/src/subs.c index f1c55dea..7c1029fa 100644 --- a/src/subs.c +++ b/src/subs.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2014 Roger Light +Copyright (c) 2010-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/sys_tree.c b/src/sys_tree.c index be421b16..ebf66f2b 100644 --- a/src/sys_tree.c +++ b/src/sys_tree.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2014 Roger Light +Copyright (c) 2009-2018 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/websockets.c b/src/websockets.c index d31f2996..d4d79610 100644 --- a/src/websockets.c +++ b/src/websockets.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014 Roger Light +Copyright (c) 2014-2018 Roger Light All rights reserved. Redistribution and use in source and binary forms, with or without