From f4d238be1866f10bc3a2fc4ebc7adc7e57faea2b Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 11 Apr 2018 15:24:29 +0100 Subject: [PATCH] Bump copyright years. --- client/client_shared.c | 2 +- client/client_shared.h | 2 +- client/pub_client.c | 2 +- client/sub_client.c | 2 +- client/sub_client_output.c | 2 +- lib/cpp/mosquittopp.cpp | 2 +- lib/cpp/mosquittopp.h | 2 +- lib/handle_connack.c | 2 +- lib/handle_ping.c | 2 +- lib/handle_pubackcomp.c | 2 +- lib/handle_publish.c | 2 +- lib/handle_pubrec.c | 2 +- lib/handle_pubrel.c | 2 +- lib/handle_suback.c | 2 +- lib/handle_unsuback.c | 2 +- lib/helpers.c | 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.h | 2 +- lib/mosquitto_internal.h | 2 +- lib/mqtt3_protocol.h | 2 +- lib/net_mosq.c | 2 +- lib/net_mosq.h | 2 +- lib/packet_mosq.c | 2 +- lib/packet_mosq.h | 2 +- lib/read_handle.c | 2 +- lib/read_handle.h | 2 +- lib/read_handle_shared.c | 2 +- lib/send_connect.c | 2 +- lib/send_disconnect.c | 2 +- lib/send_mosq.c | 2 +- lib/send_mosq.h | 2 +- lib/send_publish.c | 2 +- lib/send_subscribe.c | 2 +- lib/send_unsubscribe.c | 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/utf8_mosq.c | 2 +- lib/util_mosq.c | 2 +- lib/util_mosq.h | 2 +- lib/will_mosq.c | 2 +- lib/will_mosq.h | 2 +- src/bridge.c | 2 +- src/conf.c | 2 +- src/conf_includedir.c | 2 +- src/context.c | 2 +- src/database.c | 2 +- src/handle_connack.c | 2 +- src/handle_connect.c | 2 +- src/handle_publish.c | 2 +- src/handle_subscribe.c | 2 +- src/handle_unsubscribe.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_broker_internal.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/plugin.c | 2 +- src/plugin_defer.c | 2 +- src/read_handle.c | 2 +- src/security.c | 2 +- src/security_default.c | 2 +- src/send_connack.c | 2 +- src/send_suback.c | 2 +- src/service.c | 2 +- src/signals.c | 2 +- src/subs.c | 2 +- src/sys_tree.c | 2 +- src/sys_tree.h | 2 +- src/uhpa.h | 2 +- src/websockets.c | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/client/client_shared.c b/client/client_shared.c index 2afe2e66..3851f37c 100644 --- a/client/client_shared.c +++ b/client/client_shared.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2016 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 88fdba13..09d0add6 100644 --- a/client/client_shared.h +++ b/client/client_shared.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2016 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 7d596ada..85fd73c8 100644 --- a/client/pub_client.c +++ b/client/pub_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 a77440e3..5011259e 100644 --- a/client/sub_client.c +++ b/client/sub_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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_output.c b/client/sub_client_output.c index 1ca207b7..784299cd 100644 --- a/client/sub_client_output.c +++ b/client/sub_client_output.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/cpp/mosquittopp.cpp b/lib/cpp/mosquittopp.cpp index 0812b1e7..71b32068 100644 --- a/lib/cpp/mosquittopp.cpp +++ b/lib/cpp/mosquittopp.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 4ce10c21..38a5835f 100644 --- a/lib/cpp/mosquittopp.h +++ b/lib/cpp/mosquittopp.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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/handle_connack.c b/lib/handle_connack.c index 5e05e918..570ad3a5 100644 --- a/lib/handle_connack.c +++ b/lib/handle_connack.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_ping.c b/lib/handle_ping.c index 4cb496d6..f53021a9 100644 --- a/lib/handle_ping.c +++ b/lib/handle_ping.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_pubackcomp.c b/lib/handle_pubackcomp.c index 4516b842..67749b4f 100644 --- a/lib/handle_pubackcomp.c +++ b/lib/handle_pubackcomp.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_publish.c b/lib/handle_publish.c index f4484105..45ee57c2 100644 --- a/lib/handle_publish.c +++ b/lib/handle_publish.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_pubrec.c b/lib/handle_pubrec.c index 75264f14..a6a8a073 100644 --- a/lib/handle_pubrec.c +++ b/lib/handle_pubrec.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_pubrel.c b/lib/handle_pubrel.c index b71fb827..09e5db7d 100644 --- a/lib/handle_pubrel.c +++ b/lib/handle_pubrel.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_suback.c b/lib/handle_suback.c index 0828a43e..45da13e2 100644 --- a/lib/handle_suback.c +++ b/lib/handle_suback.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_unsuback.c b/lib/handle_unsuback.c index abd24fd4..95c11ebc 100644 --- a/lib/handle_unsuback.c +++ b/lib/handle_unsuback.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/helpers.c b/lib/helpers.c index c2693a5b..fa7059ca 100644 --- a/lib/helpers.c +++ b/lib/helpers.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016 Roger Light +Copyright (c) 2016-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 aa737343..a9c0117f 100644 --- a/lib/logging_mosq.c +++ b/lib/logging_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 aac80fcf..f15405c5 100644 --- a/lib/logging_mosq.h +++ b/lib/logging_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 949950a8..4b06d90a 100644 --- a/lib/memory_mosq.c +++ b/lib/memory_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 1360846a..87eaebda 100644 --- a/lib/memory_mosq.h +++ b/lib/memory_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 dcf70d91..e6baeb67 100644 --- a/lib/messages_mosq.c +++ b/lib/messages_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 2a744193..85b82185 100644 --- a/lib/messages_mosq.h +++ b/lib/messages_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 e4691fec..a1f369c4 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 diff --git a/lib/mosquitto_internal.h b/lib/mosquitto_internal.h index e28721ac..3a704c12 100644 --- a/lib/mosquitto_internal.h +++ b/lib/mosquitto_internal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 a268e157..4884bacb 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 06bcec0d..1f442791 100644 --- a/lib/net_mosq.c +++ b/lib/net_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 353f6a23..b5d85494 100644 --- a/lib/net_mosq.h +++ b/lib/net_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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/packet_mosq.c b/lib/packet_mosq.c index 1b84d462..efc524ea 100644 --- a/lib/packet_mosq.c +++ b/lib/packet_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/packet_mosq.h b/lib/packet_mosq.h index f56b439f..bc6eebfe 100644 --- a/lib/packet_mosq.h +++ b/lib/packet_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 020cedcc..5365aefa 100644 --- a/lib/read_handle.c +++ b/lib/read_handle.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 966043df..887746de 100644 --- a/lib/read_handle.h +++ b/lib/read_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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_shared.c b/lib/read_handle_shared.c index 1d5088f5..ba4d8aee 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_connect.c b/lib/send_connect.c index 2ef01e5f..956ae70a 100644 --- a/lib/send_connect.c +++ b/lib/send_connect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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_disconnect.c b/lib/send_disconnect.c index 38ad039a..ba6eb6af 100644 --- a/lib/send_disconnect.c +++ b/lib/send_disconnect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 0f92eddc..91127165 100644 --- a/lib/send_mosq.c +++ b/lib/send_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 b451f8bb..db287fcd 100644 --- a/lib/send_mosq.h +++ b/lib/send_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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/send_publish.c b/lib/send_publish.c index 31ec12b8..7ff82d07 100644 --- a/lib/send_publish.c +++ b/lib/send_publish.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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_subscribe.c b/lib/send_subscribe.c index e22a5e4c..62335bed 100644 --- a/lib/send_subscribe.c +++ b/lib/send_subscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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_unsubscribe.c b/lib/send_unsubscribe.c index e21405eb..a6f2445e 100644 --- a/lib/send_unsubscribe.c +++ b/lib/send_unsubscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/socks_mosq.c b/lib/socks_mosq.c index 7f54e681..c4a4dc86 100644 --- a/lib/socks_mosq.c +++ b/lib/socks_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2016 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 5ec2ea6c..aa651b01 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 4c99590e..a8339048 100644 --- a/lib/srv_mosq.c +++ b/lib/srv_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2016 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 693176c5..92b5578d 100644 --- a/lib/thread_mosq.c +++ b/lib/thread_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2016 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 888eb644..35112518 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 4a874a5b..462484ce 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 77557ea6..7125b2dd 100644 --- a/lib/tls_mosq.c +++ b/lib/tls_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2016 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 0472019e..f2e1c74d 100644 --- a/lib/tls_mosq.h +++ b/lib/tls_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2016 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/utf8_mosq.c b/lib/utf8_mosq.c index 54785d0b..8f6afeaa 100644 --- a/lib/utf8_mosq.c +++ b/lib/utf8_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016 Roger Light +Copyright (c) 2016-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 a9c41da9..d4e39d8e 100644 --- a/lib/util_mosq.c +++ b/lib/util_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 5d0f60e2..5b28ed80 100644 --- a/lib/util_mosq.h +++ b/lib/util_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 e22fcf5f..d7fc45df 100644 --- a/lib/will_mosq.c +++ b/lib/will_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 fc5e0649..7afb4089 100644 --- a/lib/will_mosq.h +++ b/lib/will_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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/bridge.c b/src/bridge.c index 40149910..a3cb5eb3 100644 --- a/src/bridge.c +++ b/src/bridge.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 7ee1736a..05237d4a 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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_includedir.c b/src/conf_includedir.c index cf1b48f8..b723eefe 100644 --- a/src/conf_includedir.c +++ b/src/conf_includedir.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 96ff3ed8..c6a939ad 100644 --- a/src/context.c +++ b/src/context.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 b6cff7f3..0ca7a1f9 100644 --- a/src/database.c +++ b/src/database.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_connack.c b/src/handle_connack.c index 9ec385aa..14b053eb 100644 --- a/src/handle_connack.c +++ b/src/handle_connack.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_connect.c b/src/handle_connect.c index 3756a60a..6ccac712 100644 --- a/src/handle_connect.c +++ b/src/handle_connect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_publish.c b/src/handle_publish.c index 07b00914..1914aed0 100644 --- a/src/handle_publish.c +++ b/src/handle_publish.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_subscribe.c b/src/handle_subscribe.c index 3a96ae2b..f7da9fe1 100644 --- a/src/handle_subscribe.c +++ b/src/handle_subscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/handle_unsubscribe.c b/src/handle_unsubscribe.c index 5995b421..6f1428b5 100644 --- a/src/handle_unsubscribe.c +++ b/src/handle_unsubscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 cd8f330c..7efa896e 100644 --- a/src/logging.c +++ b/src/logging.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 500c57bb..1e029abb 100644 --- a/src/loop.c +++ b/src/loop.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 0c6e41ce..3322da68 100644 --- a/src/mosquitto.c +++ b/src/mosquitto.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 105e8484..f5855dfb 100644 --- a/src/mosquitto_broker.h +++ b/src/mosquitto_broker.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2016 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_broker_internal.h b/src/mosquitto_broker_internal.h index ad1c72be..81c0c3c2 100644 --- a/src/mosquitto_broker_internal.h +++ b/src/mosquitto_broker_internal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 4d62a436..b78e7ff2 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 30dfee55..44ccb0bb 100644 --- a/src/mosquitto_plugin.h +++ b/src/mosquitto_plugin.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2017 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 3e0e3bcc..e3b67490 100644 --- a/src/net.c +++ b/src/net.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 9bccacde..7a93f984 100644 --- a/src/persist.c +++ b/src/persist.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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/plugin.c b/src/plugin.c index f384af8f..e99f5765 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016 Roger Light +Copyright (c) 2016-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/plugin_defer.c b/src/plugin_defer.c index 8d90f3f0..311d4936 100644 --- a/src/plugin_defer.c +++ b/src/plugin_defer.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2015-2016 Roger Light +Copyright (c) 2015-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 9d920d47..e6a10321 100644 --- a/src/read_handle.c +++ b/src/read_handle.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 2ada6324..e95cb8a1 100644 --- a/src/security.c +++ b/src/security.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2016 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 dbfc91a5..b7cbe60f 100644 --- a/src/security_default.c +++ b/src/security_default.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2016 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_connack.c b/src/send_connack.c index bfae7eb7..12b20724 100644 --- a/src/send_connack.c +++ b/src/send_connack.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/send_suback.c b/src/send_suback.c index 197aaa64..adaeb16b 100644 --- a/src/send_suback.c +++ b/src/send_suback.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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 54135bc6..005a0804 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/signals.c b/src/signals.c index a068b159..a319b136 100644 --- a/src/signals.c +++ b/src/signals.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016 Roger Light +Copyright (c) 2016-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 58e4551c..93695f6a 100644 --- a/src/subs.c +++ b/src/subs.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2016 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 a4cfca09..0d9c8bce 100644 --- a/src/sys_tree.c +++ b/src/sys_tree.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2016 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/sys_tree.h b/src/sys_tree.h index 077e6a1c..15d3634a 100644 --- a/src/sys_tree.h +++ b/src/sys_tree.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015-2016 Roger Light +Copyright (c) 2015-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/uhpa.h b/src/uhpa.h index e29cdce7..cd59dd9c 100644 --- a/src/uhpa.h +++ b/src/uhpa.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015-2016 Roger Light +Copyright (c) 2015-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 51e8d5dc..0740530c 100644 --- a/src/websockets.c +++ b/src/websockets.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2016 Roger Light +Copyright (c) 2014-2018 Roger Light All rights reserved. Redistribution and use in source and binary forms, with or without