From 584cf51ba706ff4d45b47386686c9247e4e2acd5 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 25 Nov 2020 17:34:21 +0000 Subject: [PATCH] Update to EPL-2.0 --- LICENSE.txt | 4 +- about.html | 5 +- apps/db_dump/db_dump.c | 4 +- apps/db_dump/db_dump.h | 4 +- apps/db_dump/print.c | 4 +- apps/mosquitto_ctrl/client.c | 4 +- apps/mosquitto_ctrl/dynsec.c | 4 +- apps/mosquitto_ctrl/dynsec_client.c | 4 +- apps/mosquitto_ctrl/dynsec_group.c | 4 +- apps/mosquitto_ctrl/dynsec_role.c | 4 +- apps/mosquitto_ctrl/example.c | 4 +- apps/mosquitto_ctrl/mosquitto_ctrl.c | 4 +- apps/mosquitto_ctrl/mosquitto_ctrl.h | 4 +- apps/mosquitto_ctrl/options.c | 4 +- apps/mosquitto_passwd/get_password.c | 4 +- apps/mosquitto_passwd/get_password.h | 4 +- apps/mosquitto_passwd/mosquitto_passwd.c | 4 +- client/client_props.c | 4 +- client/client_shared.c | 4 +- client/client_shared.h | 4 +- client/pub_client.c | 4 +- client/pub_shared.c | 4 +- client/pub_shared.h | 4 +- client/rr_client.c | 4 +- client/sub_client.c | 4 +- client/sub_client_output.c | 4 +- client/sub_client_output.h | 4 +- epl-v10 | 221 -------------- epl-v20 | 277 ++++++++++++++++++ include/mosquitto.h | 4 +- include/mosquitto_broker.h | 4 +- include/mosquitto_plugin.h | 4 +- include/mqtt_protocol.h | 4 +- lib/actions.c | 4 +- lib/alias_mosq.c | 4 +- lib/alias_mosq.h | 4 +- lib/callbacks.c | 4 +- lib/connect.c | 4 +- lib/cpp/mosquittopp.cpp | 4 +- lib/cpp/mosquittopp.h | 4 +- lib/handle_auth.c | 4 +- lib/handle_connack.c | 4 +- lib/handle_disconnect.c | 4 +- lib/handle_ping.c | 4 +- lib/handle_pubackcomp.c | 4 +- lib/handle_publish.c | 4 +- lib/handle_pubrec.c | 4 +- lib/handle_pubrel.c | 4 +- lib/handle_suback.c | 4 +- lib/handle_unsuback.c | 4 +- lib/helpers.c | 4 +- lib/logging_mosq.c | 4 +- lib/logging_mosq.h | 4 +- lib/loop.c | 4 +- lib/memory_mosq.c | 4 +- lib/memory_mosq.h | 4 +- lib/messages_mosq.c | 4 +- lib/messages_mosq.h | 4 +- lib/misc_mosq.c | 4 +- lib/misc_mosq.h | 4 +- lib/mosquitto.c | 4 +- lib/mosquitto_internal.h | 4 +- lib/net_mosq.c | 4 +- lib/net_mosq.h | 4 +- lib/net_mosq_ocsp.c | 4 +- lib/options.c | 4 +- lib/packet_datatypes.c | 4 +- lib/packet_mosq.c | 4 +- lib/packet_mosq.h | 4 +- lib/property_mosq.c | 4 +- lib/property_mosq.h | 4 +- lib/read_handle.c | 4 +- lib/read_handle.h | 4 +- lib/send_connect.c | 4 +- lib/send_disconnect.c | 4 +- lib/send_mosq.c | 4 +- lib/send_mosq.h | 4 +- lib/send_publish.c | 4 +- lib/send_subscribe.c | 4 +- lib/send_unsubscribe.c | 4 +- lib/socks_mosq.c | 4 +- lib/socks_mosq.h | 4 +- lib/srv_mosq.c | 4 +- lib/thread_mosq.c | 4 +- lib/time_mosq.c | 4 +- lib/time_mosq.h | 4 +- lib/tls_mosq.c | 4 +- lib/tls_mosq.h | 4 +- lib/utf8_mosq.c | 4 +- lib/util_mosq.c | 4 +- lib/util_mosq.h | 4 +- lib/util_topic.c | 4 +- lib/will_mosq.c | 4 +- lib/will_mosq.h | 4 +- notice.html | 4 +- plugins/dynamic-security/acl.c | 4 +- plugins/dynamic-security/auth.c | 4 +- plugins/dynamic-security/clientlist.c | 4 +- plugins/dynamic-security/clients.c | 4 +- plugins/dynamic-security/dynamic_security.h | 4 +- plugins/dynamic-security/grouplist.c | 4 +- plugins/dynamic-security/groups.c | 4 +- plugins/dynamic-security/json_help.c | 4 +- plugins/dynamic-security/json_help.h | 4 +- plugins/dynamic-security/plugin.c | 4 +- plugins/dynamic-security/rolelist.c | 4 +- plugins/dynamic-security/roles.c | 4 +- .../mosquitto_message_timestamp.c | 4 +- .../mosquitto_payload_modification.c | 4 +- src/bridge.c | 4 +- src/bridge_topic.c | 4 +- src/conf.c | 4 +- src/conf_includedir.c | 4 +- src/context.c | 4 +- src/control.c | 4 +- src/database.c | 4 +- src/handle_auth.c | 4 +- src/handle_connack.c | 4 +- src/handle_connect.c | 4 +- src/handle_disconnect.c | 4 +- src/handle_publish.c | 4 +- src/handle_subscribe.c | 4 +- src/handle_unsubscribe.c | 4 +- src/keepalive.c | 4 +- src/lib_load.h | 4 +- src/logging.c | 4 +- src/loop.c | 4 +- src/memory_public.c | 4 +- src/mosquitto.c | 4 +- src/mosquitto_broker_internal.h | 4 +- src/mux.c | 4 +- src/mux.h | 4 +- src/mux_epoll.c | 4 +- src/mux_poll.c | 4 +- src/net.c | 4 +- src/password_mosq.c | 4 +- src/password_mosq.h | 4 +- src/persist.h | 4 +- src/persist_read.c | 4 +- src/persist_read_v234.c | 4 +- src/persist_read_v5.c | 4 +- src/persist_write.c | 4 +- src/persist_write_v5.c | 4 +- src/plugin.c | 4 +- src/plugin_debug.c | 4 +- src/plugin_defer.c | 4 +- src/plugin_public.c | 4 +- src/property_broker.c | 4 +- src/read_handle.c | 4 +- src/retain.c | 4 +- src/security.c | 4 +- src/security_default.c | 4 +- src/send_auth.c | 4 +- src/send_connack.c | 4 +- src/send_suback.c | 4 +- src/send_unsuback.c | 4 +- src/service.c | 4 +- src/session_expiry.c | 4 +- src/signals.c | 4 +- src/subs.c | 4 +- src/sys_tree.c | 4 +- src/sys_tree.h | 4 +- src/topic_tok.c | 4 +- src/will_delay.c | 4 +- src/xtreport.c | 4 +- test/broker/c/mosquitto_plugin_v2.h | 4 +- 166 files changed, 605 insertions(+), 550 deletions(-) delete mode 100644 epl-v10 create mode 100644 epl-v20 diff --git a/LICENSE.txt b/LICENSE.txt index 56bef4e1..8bb1e27b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,2 +1,2 @@ -This project is dual licensed under the Eclipse Public License 1.0 and the -Eclipse Distribution License 1.0 as described in the epl-v10 and edl-v10 files. +This project is dual licensed under the Eclipse Public License 2.0 and the +Eclipse Distribution License 1.0 as described in the epl-v20 and edl-v10 files. diff --git a/about.html b/about.html index e9101a86..45ea3922 100644 --- a/about.html +++ b/about.html @@ -11,9 +11,8 @@

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL") and Eclipse Distribution License Version 1.0 ("EDL"). -A copy of the EPL is available at -http://www.eclipse.org/legal/epl-v10.html +Eclipse Public License Version 2.0 ("EPL") and Eclipse Distribution License Version 1.0 ("EDL"). +A copy of the EPL is available at https://www.eclipse.org/legal/epl-2.0/ and a copy of the EDL is available at http://www.eclipse.org/org/documents/edl-v10.php. For purposes of the EPL, "Program" will mean the Content.

diff --git a/apps/db_dump/db_dump.c b/apps/db_dump/db_dump.c index e2c0702c..bcc81d1e 100644 --- a/apps/db_dump/db_dump.c +++ b/apps/db_dump/db_dump.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/db_dump/db_dump.h b/apps/db_dump/db_dump.h index fec0390f..d9adc435 100644 --- a/apps/db_dump/db_dump.h +++ b/apps/db_dump/db_dump.h @@ -4,11 +4,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/db_dump/print.c b/apps/db_dump/print.c index 136e32ad..d244afa6 100644 --- a/apps/db_dump/print.c +++ b/apps/db_dump/print.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/client.c b/apps/mosquitto_ctrl/client.c index 419317a0..fc1964c8 100644 --- a/apps/mosquitto_ctrl/client.c +++ b/apps/mosquitto_ctrl/client.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/dynsec.c b/apps/mosquitto_ctrl/dynsec.c index 4db1d528..63818ccb 100644 --- a/apps/mosquitto_ctrl/dynsec.c +++ b/apps/mosquitto_ctrl/dynsec.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/dynsec_client.c b/apps/mosquitto_ctrl/dynsec_client.c index 7580df5e..06aeb34b 100644 --- a/apps/mosquitto_ctrl/dynsec_client.c +++ b/apps/mosquitto_ctrl/dynsec_client.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/dynsec_group.c b/apps/mosquitto_ctrl/dynsec_group.c index 29e8393e..17efaf63 100644 --- a/apps/mosquitto_ctrl/dynsec_group.c +++ b/apps/mosquitto_ctrl/dynsec_group.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/dynsec_role.c b/apps/mosquitto_ctrl/dynsec_role.c index 0886caff..073b13c2 100644 --- a/apps/mosquitto_ctrl/dynsec_role.c +++ b/apps/mosquitto_ctrl/dynsec_role.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/example.c b/apps/mosquitto_ctrl/example.c index f8e12086..1c51d780 100644 --- a/apps/mosquitto_ctrl/example.c +++ b/apps/mosquitto_ctrl/example.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/mosquitto_ctrl.c b/apps/mosquitto_ctrl/mosquitto_ctrl.c index 7cd2f7b7..326404f7 100644 --- a/apps/mosquitto_ctrl/mosquitto_ctrl.c +++ b/apps/mosquitto_ctrl/mosquitto_ctrl.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/mosquitto_ctrl.h b/apps/mosquitto_ctrl/mosquitto_ctrl.h index a51af2c3..546def4a 100644 --- a/apps/mosquitto_ctrl/mosquitto_ctrl.h +++ b/apps/mosquitto_ctrl/mosquitto_ctrl.h @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_ctrl/options.c b/apps/mosquitto_ctrl/options.c index 431e7305..1e84cfd7 100644 --- a/apps/mosquitto_ctrl/options.c +++ b/apps/mosquitto_ctrl/options.c @@ -2,11 +2,11 @@ Copyright (c) 2014-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_passwd/get_password.c b/apps/mosquitto_passwd/get_password.c index dffd75cb..3de7d1bc 100644 --- a/apps/mosquitto_passwd/get_password.c +++ b/apps/mosquitto_passwd/get_password.c @@ -2,11 +2,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_passwd/get_password.h b/apps/mosquitto_passwd/get_password.h index bfbfba8b..9c4f63e7 100644 --- a/apps/mosquitto_passwd/get_password.h +++ b/apps/mosquitto_passwd/get_password.h @@ -4,11 +4,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/apps/mosquitto_passwd/mosquitto_passwd.c b/apps/mosquitto_passwd/mosquitto_passwd.c index 3c8ee1a8..653c43d9 100644 --- a/apps/mosquitto_passwd/mosquitto_passwd.c +++ b/apps/mosquitto_passwd/mosquitto_passwd.c @@ -2,11 +2,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/client_props.c b/client/client_props.c index efe25ccc..1e28baf5 100644 --- a/client/client_props.c +++ b/client/client_props.c @@ -2,11 +2,11 @@ Copyright (c) 2018-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/client_shared.c b/client/client_shared.c index bca837ed..c43775a9 100644 --- a/client/client_shared.c +++ b/client/client_shared.c @@ -2,11 +2,11 @@ Copyright (c) 2014-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/client_shared.h b/client/client_shared.h index 7ad3dcaf..0496f246 100644 --- a/client/client_shared.h +++ b/client/client_shared.h @@ -2,11 +2,11 @@ Copyright (c) 2014-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/pub_client.c b/client/pub_client.c index e35c1a76..7acfdbdd 100644 --- a/client/pub_client.c +++ b/client/pub_client.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/pub_shared.c b/client/pub_shared.c index 34424eec..9eb1fdfe 100644 --- a/client/pub_shared.c +++ b/client/pub_shared.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/pub_shared.h b/client/pub_shared.h index 5a33ade2..8432f8fd 100644 --- a/client/pub_shared.h +++ b/client/pub_shared.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/rr_client.c b/client/rr_client.c index f4f3324e..c496b2fc 100644 --- a/client/rr_client.c +++ b/client/rr_client.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/sub_client.c b/client/sub_client.c index 7f1959f3..797143fa 100644 --- a/client/sub_client.c +++ b/client/sub_client.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/sub_client_output.c b/client/sub_client_output.c index 3dbe340a..1bbc2971 100644 --- a/client/sub_client_output.c +++ b/client/sub_client_output.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/client/sub_client_output.h b/client/sub_client_output.h index 358cada9..8170db8d 100644 --- a/client/sub_client_output.h +++ b/client/sub_client_output.h @@ -2,11 +2,11 @@ Copyright (c) 2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/epl-v10 b/epl-v10 deleted file mode 100644 index 190869d1..00000000 --- a/epl-v10 +++ /dev/null @@ -1,221 +0,0 @@ -Eclipse Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC -LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - - -1. DEFINITIONS - -"Contribution" means: - a) in the case of the initial Contributor, the initial code and - documentation distributed under this Agreement, and - - b) in the case of each subsequent Contributor: - - i) changes to the Program, and - ii) additions to the Program; - -where such changes and/or additions to the Program originate from and are -distributed by that particular Contributor. A Contribution 'originates' from a -Contributor if it was added to the Program by such Contributor itself or anyone -acting on such Contributor's behalf. Contributions do not include additions to -the Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) are -not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor which are -necessarily infringed by the use or sale of its Contribution alone or when -combined with the Program. - -"Program" means the Contributions distributed in accordance with this Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. - - -2. GRANT OF RIGHTS - - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly - perform, distribute and sublicense the Contribution of such Contributor, - if any, and such derivative works, in source code and object code form. - - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and otherwise - transfer the Contribution of such Contributor, if any, in source code and - object code form. This patent license shall apply to the combination of the - Contribution and the Program if, at the time the Contribution is added by the - Contributor, such addition of the Contribution causes such combination to be - covered by the Licensed Patents. The patent license shall not apply to any - other combinations which include the Contribution. No hardware per se is - licensed hereunder. - - c) Recipient understands that although each Contributor grants the licenses - to its Contributions set forth herein, no assurances are provided by any - Contributor that the Program does not infringe the patent or other - intellectual property rights of any other entity. Each Contributor disclaims - any liability to Recipient for claims brought by any other entity based on - infringement of intellectual property rights or otherwise. As a condition to - exercising the rights and licenses granted hereunder, each Recipient hereby - assumes sole responsibility to secure any other intellectual property rights - needed, if any. For example, if a third party patent license is required to - allow Recipient to distribute the Program, it is Recipient's responsibility - to acquire that license before distributing the Program. - - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright license - set forth in this Agreement. - - -3. REQUIREMENTS - - A Contributor may choose to distribute the Program in object code form under - its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - - i) effectively disclaims on behalf of all Contributors all warranties and - conditions, express and implied, including warranties or conditions of - title and non-infringement, and implied warranties or conditions of - merchantability and fitness for a particular purpose; - - ii) effectively excludes on behalf of all Contributors all liability for - damages, including direct, indirect, special, incidental and consequential - damages, such as lost profits; - - iii) states that any provisions which differ from this Agreement are offered - by that Contributor alone and not by any other party; and - - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable manner - on or through a medium customarily used for software exchange. - - When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - - b) a copy of this Agreement must be included with each copy of the Program. - - Contributors may not remove or alter any copyright notices contained within - the Program. - - Each Contributor must identify itself as the originator of its Contribution, - if any, in a manner that reasonably allows subsequent Recipients to identify - the originator of the Contribution. - - -4. COMMERCIAL DISTRIBUTION - - Commercial distributors of software may accept certain responsibilities with - respect to end users, business partners and the like. While this license is - intended to facilitate the commercial use of the Program, the Contributor who - includes the Program in a commercial product offering should do so in a - manner which does not create potential liability for other Contributors. - Therefore, if a Contributor includes the Program in a commercial product - offering, such Contributor ("Commercial Contributor") hereby agrees to defend - and indemnify every other Contributor ("Indemnified Contributor") against any - losses, damages and costs (collectively "Losses") arising from claims, - lawsuits and other legal actions brought by a third party against the - Indemnified Contributor to the extent caused by the acts or omissions of such - Commercial Contributor in connection with its distribution of the Program in - a commercial product offering. The obligations in this section do not apply - to any claims or Losses relating to any actual or alleged intellectual - property infringement. In order to qualify, an Indemnified Contributor must: - a) promptly notify the Commercial Contributor in writing of such claim, and - b) allow the Commercial Contributor to control, and cooperate with the - Commercial Contributor in, the defense and any related settlement - negotiations. The Indemnified Contributor may participate in any such claim - at its own expense. - - For example, a Contributor might include the Program in a commercial product - offering, Product X. That Contributor is then a Commercial Contributor. If - that Commercial Contributor then makes performance claims, or offers - warranties related to Product X, those performance claims and warranties are - such Commercial Contributor's responsibility alone. Under this section, the - Commercial Contributor would have to defend claims against the other - Contributors related to those performance claims and warranties, and if a - court requires any other Contributor to pay any damages as a result, the - Commercial Contributor must pay those damages. - - -5. NO WARRANTY - - EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON - AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER - EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR - CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A - PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the - appropriateness of using and distributing the Program and assumes all risks - associated with its exercise of rights under this Agreement , including but - not limited to the risks and costs of program errors, compliance with - applicable laws, damage to or loss of data, programs or equipment, and - unavailability or interruption of operations. - - -6. DISCLAIMER OF LIABILITY - - EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY - CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION - LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE - EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY - OF SUCH DAMAGES. - - -7. GENERAL - - If any provision of this Agreement is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of the - remainder of the terms of this Agreement, and without further action by the - parties hereto, such provision shall be reformed to the minimum extent - necessary to make such provision valid and enforceable. - - If Recipient institutes patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Program itself - (excluding combinations of the Program with other software or hardware) - infringes such Recipient's patent(s), then such Recipient's rights granted - under Section 2(b) shall terminate as of the date such litigation is filed. - - All Recipient's rights under this Agreement shall terminate if it fails to - comply with any of the material terms or conditions of this Agreement and - does not cure such failure in a reasonable period of time after becoming - aware of such noncompliance. If all Recipient's rights under this Agreement - terminate, Recipient agrees to cease use and distribution of the Program as - soon as reasonably practicable. However, Recipient's obligations under this - Agreement and any licenses granted by Recipient relating to the Program shall - continue and survive. - - Everyone is permitted to copy and distribute copies of this Agreement, but in - order to avoid inconsistency the Agreement is copyrighted and may only be - modified in the following manner. The Agreement Steward reserves the right to - publish new versions (including revisions) of this Agreement from time to - time. No one other than the Agreement Steward has the right to modify this - Agreement. The Eclipse Foundation is the initial Agreement Steward. The - Eclipse Foundation may assign the responsibility to serve as the Agreement - Steward to a suitable separate entity. Each new version of the Agreement will - be given a distinguishing version number. The Program (including - Contributions) may always be distributed subject to the version of the - Agreement under which it was received. In addition, after a new version of - the Agreement is published, Contributor may elect to distribute the Program - (including its Contributions) under the new version. Except as expressly - stated in Sections 2(a) and 2(b) above, Recipient receives no rights or - licenses to the intellectual property of any Contributor under this - Agreement, whether expressly, by implication, estoppel or otherwise. All - rights in the Program not expressly granted under this Agreement are - reserved. - - This Agreement is governed by the laws of the State of New York and the - intellectual property laws of the United States of America. No party to this - Agreement will bring a legal action under this Agreement more than one year - after the cause of action arose. Each party waives its rights to a jury trial - in any resulting litigation. - diff --git a/epl-v20 b/epl-v20 new file mode 100644 index 00000000..e23ece2c --- /dev/null +++ b/epl-v20 @@ -0,0 +1,277 @@ +Eclipse Public License - v 2.0 + + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: + + a) in the case of the initial Contributor, the initial content + Distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; + where such changes and/or additions to the Program originate from + and are Distributed by that particular Contributor. A Contribution + "originates" from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include changes or additions to the Program that + are not Modified Works. + +"Contributor" means any person or entity that Distributes the Program. + +"Licensed Patents" mean patent claims licensable by a Contributor which +are necessarily infringed by the use or sale of its Contribution alone +or when combined with the Program. + +"Program" means the Contributions Distributed in accordance with this +Agreement. + +"Recipient" means anyone who receives the Program under this Agreement +or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other +form, that is based on (or derived from) the Program and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that +results from an addition to, deletion from, or modification of the +contents of the Program, including, for purposes of clarity any new file +in Source Code form that contains any contents of the Program. Modified +Works shall not include works that contain only declarations, +interfaces, types, classes, structures, or files of the Program solely +in each case in order to link to, bind by name, or subclass the Program +or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available +in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making +modifications, including but not limited to software source code, +documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, +Version 2.0, or any later versions of that license, including any +exceptions or additional permissions as identified by the initial +Contributor. + +2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free copyright + license to reproduce, prepare Derivative Works of, publicly display, + publicly perform, Distribute and sublicense the Contribution of such + Contributor, if any, and such Derivative Works. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such Contributor, + if any, in Source Code or other form. This patent license shall + apply to the combination of the Contribution and the Program if, at + the time the Contribution is added by the Contributor, such addition + of the Contribution causes such combination to be covered by the + Licensed Patents. The patent license shall not apply to any other + combinations which include the Contribution. No hardware per se is + licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the + rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual + property rights needed, if any. For example, if a third party + patent license is required to allow Recipient to Distribute the + Program, it is Recipient's responsibility to acquire that license + before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + + e) Notwithstanding the terms of any Secondary License, no + Contributor makes additional grants to any Recipient (other than + those set forth in this Agreement) as a result of such Recipient's + receipt of the Program under the terms of a Secondary License + (if permitted under the terms of Section 3). + +3. REQUIREMENTS + +3.1 If a Contributor Distributes the Program in any form, then: + + a) the Program must also be made available as Source Code, in + accordance with section 3.2, and the Contributor must accompany + the Program with a statement that the Source Code for the Program + is available under this Agreement, and informs Recipients how to + obtain it in a reasonable manner on or through a medium customarily + used for software exchange; and + + b) the Contributor may Distribute the Program under a license + different than this Agreement, provided that such license: + i) effectively disclaims on behalf of all other Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and fitness + for a particular purpose; + + ii) effectively excludes on behalf of all other Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; + + iii) does not attempt to limit or alter the recipients' rights + in the Source Code under section 3.2; and + + iv) requires any subsequent distribution of the Program by any + party to be under a license that satisfies the requirements + of this section 3. + +3.2 When the Program is Distributed as Source Code: + + a) it must be made available under this Agreement, or if the + Program (i) is combined with other material in a separate file or + files made available under a Secondary License, and (ii) the initial + Contributor attached to the Source Code the notice described in + Exhibit A of this Agreement, then the Program may be made available + under the terms of such Secondary Licenses, and + + b) a copy of this Agreement must be included with each copy of + the Program. + +3.3 Contributors may not remove or alter any copyright, patent, +trademark, attribution notices, disclaimers of warranty, or limitations +of liability ("notices") contained within the Program from any copy of +the Program which they Distribute, provided that Contributors may add +their own appropriate notices. + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain responsibilities +with respect to end users, business partners and the like. While this +license is intended to facilitate the commercial use of the Program, +the Contributor who includes the Program in a commercial product +offering should do so in a manner which does not create potential +liability for other Contributors. Therefore, if a Contributor includes +the Program in a commercial product offering, such Contributor +("Commercial Contributor") hereby agrees to defend and indemnify every +other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits +and other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such +Commercial Contributor in connection with its distribution of the Program +in a commercial product offering. The obligations in this section do not +apply to any claims or Losses relating to any actual or alleged +intellectual property infringement. In order to qualify, an Indemnified +Contributor must: a) promptly notify the Commercial Contributor in +writing of such claim, and b) allow the Commercial Contributor to control, +and cooperate with the Commercial Contributor in, the defense and any +related settlement negotiations. The Indemnified Contributor may +participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those performance +claims and warranties, and if a court requires any other Contributor to +pay any damages as a result, the Commercial Contributor must pay +those damages. + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR +IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF +TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement, +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs +or equipment, and unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS +SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST +PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Program itself (excluding combinations of the Program with other software +or hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably practicable. +However, Recipient's obligations under this Agreement and any licenses +granted by Recipient relating to the Program shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign the +responsibility to serve as the Agreement Steward to a suitable separate +entity. Each new version of the Agreement will be given a distinguishing +version number. The Program (including Contributions) may always be +Distributed subject to the version of the Agreement under which it was +received. In addition, after a new version of the Agreement is published, +Contributor may elect to Distribute the Program (including its +Contributions) under the new version. + +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient +receives no rights or licenses to the intellectual property of any +Contributor under this Agreement, whether expressly, by implication, +estoppel or otherwise. All rights in the Program not expressly granted +under this Agreement are reserved. Nothing in this Agreement is intended +to be enforceable by any entity that is not a Contributor or Recipient. +No third-party beneficiary rights are created under this Agreement. + +Exhibit A - Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth +in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), +version(s), and exceptions or additional permissions here}." + + Simply including a copy of this Agreement, including this Exhibit A + is not sufficient to license the Source Code under Secondary Licenses. + + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to + look for such a notice. + + You may add additional accurate notices of copyright ownership. \ No newline at end of file diff --git a/include/mosquitto.h b/include/mosquitto.h index f2557278..56040b8c 100644 --- a/include/mosquitto.h +++ b/include/mosquitto.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/include/mosquitto_broker.h b/include/mosquitto_broker.h index 63d7f658..bf65aec0 100644 --- a/include/mosquitto_broker.h +++ b/include/mosquitto_broker.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/include/mosquitto_plugin.h b/include/mosquitto_plugin.h index a2ee194b..98197ba3 100644 --- a/include/mosquitto_plugin.h +++ b/include/mosquitto_plugin.h @@ -2,11 +2,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/include/mqtt_protocol.h b/include/mqtt_protocol.h index 8dbcac83..f6e0f93f 100644 --- a/include/mqtt_protocol.h +++ b/include/mqtt_protocol.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/actions.c b/lib/actions.c index e92e934c..705cb208 100644 --- a/lib/actions.c +++ b/lib/actions.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/alias_mosq.c b/lib/alias_mosq.c index befa5ddd..3b5b772b 100644 --- a/lib/alias_mosq.c +++ b/lib/alias_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2019-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/alias_mosq.h b/lib/alias_mosq.h index 74bb4cde..0cd86bac 100644 --- a/lib/alias_mosq.h +++ b/lib/alias_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2019-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/callbacks.c b/lib/callbacks.c index 94465028..88582451 100644 --- a/lib/callbacks.c +++ b/lib/callbacks.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/connect.c b/lib/connect.c index 615a381c..8301724c 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/cpp/mosquittopp.cpp b/lib/cpp/mosquittopp.cpp index e1c6cc5d..0bc8d3b8 100644 --- a/lib/cpp/mosquittopp.cpp +++ b/lib/cpp/mosquittopp.cpp @@ -2,11 +2,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/cpp/mosquittopp.h b/lib/cpp/mosquittopp.h index acd78f86..be9016d6 100644 --- a/lib/cpp/mosquittopp.h +++ b/lib/cpp/mosquittopp.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_auth.c b/lib/handle_auth.c index fc6276e4..7a550146 100644 --- a/lib/handle_auth.c +++ b/lib/handle_auth.c @@ -2,11 +2,11 @@ Copyright (c) 2018-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_connack.c b/lib/handle_connack.c index 3c278adc..f1cca2b1 100644 --- a/lib/handle_connack.c +++ b/lib/handle_connack.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_disconnect.c b/lib/handle_disconnect.c index 6a6a771f..7e4bf734 100644 --- a/lib/handle_disconnect.c +++ b/lib/handle_disconnect.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_ping.c b/lib/handle_ping.c index 4daaee04..d2b24fae 100644 --- a/lib/handle_ping.c +++ b/lib/handle_ping.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_pubackcomp.c b/lib/handle_pubackcomp.c index bf22fbef..08cfdbd2 100644 --- a/lib/handle_pubackcomp.c +++ b/lib/handle_pubackcomp.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_publish.c b/lib/handle_publish.c index d37aae74..7c778fc9 100644 --- a/lib/handle_publish.c +++ b/lib/handle_publish.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_pubrec.c b/lib/handle_pubrec.c index 7346535f..c3322ded 100644 --- a/lib/handle_pubrec.c +++ b/lib/handle_pubrec.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_pubrel.c b/lib/handle_pubrel.c index d92242d1..240bd48d 100644 --- a/lib/handle_pubrel.c +++ b/lib/handle_pubrel.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_suback.c b/lib/handle_suback.c index 494463dc..d5d38b1c 100644 --- a/lib/handle_suback.c +++ b/lib/handle_suback.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/handle_unsuback.c b/lib/handle_unsuback.c index 611718b3..6980c796 100644 --- a/lib/handle_unsuback.c +++ b/lib/handle_unsuback.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/helpers.c b/lib/helpers.c index c9daa996..c3ec3efe 100644 --- a/lib/helpers.c +++ b/lib/helpers.c @@ -2,11 +2,11 @@ Copyright (c) 2016-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/logging_mosq.c b/lib/logging_mosq.c index 80798318..5b024317 100644 --- a/lib/logging_mosq.c +++ b/lib/logging_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/logging_mosq.h b/lib/logging_mosq.h index 3dd7e071..4fae3883 100644 --- a/lib/logging_mosq.h +++ b/lib/logging_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/loop.c b/lib/loop.c index 182b6057..68db8d61 100644 --- a/lib/loop.c +++ b/lib/loop.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/memory_mosq.c b/lib/memory_mosq.c index f6eda52a..11e578d5 100644 --- a/lib/memory_mosq.c +++ b/lib/memory_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/memory_mosq.h b/lib/memory_mosq.h index d1175c60..867e8dfc 100644 --- a/lib/memory_mosq.h +++ b/lib/memory_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/messages_mosq.c b/lib/messages_mosq.c index 44bce636..19e31cb5 100644 --- a/lib/messages_mosq.c +++ b/lib/messages_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/messages_mosq.h b/lib/messages_mosq.h index a567c55d..f7c74f19 100644 --- a/lib/messages_mosq.h +++ b/lib/messages_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/misc_mosq.c b/lib/misc_mosq.c index 18bd5629..c5e66dc0 100644 --- a/lib/misc_mosq.c +++ b/lib/misc_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/misc_mosq.h b/lib/misc_mosq.h index ffba91d5..6e05e187 100644 --- a/lib/misc_mosq.h +++ b/lib/misc_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/mosquitto.c b/lib/mosquitto.c index bfc04199..44c61f86 100644 --- a/lib/mosquitto.c +++ b/lib/mosquitto.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/mosquitto_internal.h b/lib/mosquitto_internal.h index 7ee7799b..813582c0 100644 --- a/lib/mosquitto_internal.h +++ b/lib/mosquitto_internal.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/net_mosq.c b/lib/net_mosq.c index dc305bed..e79aa4dc 100644 --- a/lib/net_mosq.c +++ b/lib/net_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/net_mosq.h b/lib/net_mosq.h index e5840ce8..8c530fc0 100644 --- a/lib/net_mosq.h +++ b/lib/net_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/net_mosq_ocsp.c b/lib/net_mosq_ocsp.c index 50fcfae1..9ec33456 100644 --- a/lib/net_mosq_ocsp.c +++ b/lib/net_mosq_ocsp.c @@ -3,11 +3,11 @@ Copyright (c) 2009-2020 Roger Light Copyright (c) 2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG), Dr. Lars Voelker All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/options.c b/lib/options.c index 5e934153..4ce5c97b 100644 --- a/lib/options.c +++ b/lib/options.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/packet_datatypes.c b/lib/packet_datatypes.c index 4bdea671..795e6e03 100644 --- a/lib/packet_datatypes.c +++ b/lib/packet_datatypes.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/packet_mosq.c b/lib/packet_mosq.c index 3b45bca8..f291c89d 100644 --- a/lib/packet_mosq.c +++ b/lib/packet_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/packet_mosq.h b/lib/packet_mosq.h index 4833ab2a..d972d607 100644 --- a/lib/packet_mosq.h +++ b/lib/packet_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/property_mosq.c b/lib/property_mosq.c index baf563ad..4109df01 100644 --- a/lib/property_mosq.c +++ b/lib/property_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2018-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/property_mosq.h b/lib/property_mosq.h index 868faf49..75fb9fe6 100644 --- a/lib/property_mosq.h +++ b/lib/property_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2018-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/read_handle.c b/lib/read_handle.c index fed6f3b8..0f6eadd9 100644 --- a/lib/read_handle.c +++ b/lib/read_handle.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/read_handle.h b/lib/read_handle.h index 02f702b9..d1448e82 100644 --- a/lib/read_handle.h +++ b/lib/read_handle.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_connect.c b/lib/send_connect.c index e3fd7bbd..56b46a90 100644 --- a/lib/send_connect.c +++ b/lib/send_connect.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_disconnect.c b/lib/send_disconnect.c index df84d4c4..0163f9b2 100644 --- a/lib/send_disconnect.c +++ b/lib/send_disconnect.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_mosq.c b/lib/send_mosq.c index e5f4e793..8e519041 100644 --- a/lib/send_mosq.c +++ b/lib/send_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_mosq.h b/lib/send_mosq.h index 90f6cf32..d9f888e0 100644 --- a/lib/send_mosq.h +++ b/lib/send_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_publish.c b/lib/send_publish.c index 3fe17b68..6f4fe2c5 100644 --- a/lib/send_publish.c +++ b/lib/send_publish.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_subscribe.c b/lib/send_subscribe.c index d9858234..375e3a7e 100644 --- a/lib/send_subscribe.c +++ b/lib/send_subscribe.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/send_unsubscribe.c b/lib/send_unsubscribe.c index 94c6dab4..ada9a0e3 100644 --- a/lib/send_unsubscribe.c +++ b/lib/send_unsubscribe.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/socks_mosq.c b/lib/socks_mosq.c index cb201708..43a4e15a 100644 --- a/lib/socks_mosq.c +++ b/lib/socks_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2014-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/socks_mosq.h b/lib/socks_mosq.h index ae752cef..50685d34 100644 --- a/lib/socks_mosq.h +++ b/lib/socks_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2014-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/srv_mosq.c b/lib/srv_mosq.c index fd50d464..be97e015 100644 --- a/lib/srv_mosq.c +++ b/lib/srv_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2013-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/thread_mosq.c b/lib/thread_mosq.c index 46e19807..ca3fceb7 100644 --- a/lib/thread_mosq.c +++ b/lib/thread_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2011-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/time_mosq.c b/lib/time_mosq.c index b6156a54..739294e9 100644 --- a/lib/time_mosq.c +++ b/lib/time_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2013-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/time_mosq.h b/lib/time_mosq.h index a25db6f0..9afd45a6 100644 --- a/lib/time_mosq.h +++ b/lib/time_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2013-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/tls_mosq.c b/lib/tls_mosq.c index 8e1df8df..8b5c83c1 100644 --- a/lib/tls_mosq.c +++ b/lib/tls_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2013-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/tls_mosq.h b/lib/tls_mosq.h index 7dcb23de..1a2b2267 100644 --- a/lib/tls_mosq.h +++ b/lib/tls_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2013-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/utf8_mosq.c b/lib/utf8_mosq.c index 47867868..2afae48e 100644 --- a/lib/utf8_mosq.c +++ b/lib/utf8_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2016-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/util_mosq.c b/lib/util_mosq.c index 2e4f1baa..2bf3f2e8 100644 --- a/lib/util_mosq.c +++ b/lib/util_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/util_mosq.h b/lib/util_mosq.h index 237e3bb4..86778553 100644 --- a/lib/util_mosq.h +++ b/lib/util_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/util_topic.c b/lib/util_topic.c index 1cfa8d32..b2cf29fb 100644 --- a/lib/util_topic.c +++ b/lib/util_topic.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/will_mosq.c b/lib/will_mosq.c index be20f7f4..57337b92 100644 --- a/lib/will_mosq.c +++ b/lib/will_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/lib/will_mosq.h b/lib/will_mosq.h index 27004834..f88e59e7 100644 --- a/lib/will_mosq.h +++ b/lib/will_mosq.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/notice.html b/notice.html index f19c483b..757b27eb 100644 --- a/notice.html +++ b/notice.html @@ -21,8 +21,8 @@

Applicable Licenses

-

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. +

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 2.0 +https://www.eclipse.org/legal/epl-2.0/. For purposes of the EPL, "Program" will mean the Content.

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code diff --git a/plugins/dynamic-security/acl.c b/plugins/dynamic-security/acl.c index c511e5f3..0e97d3fb 100644 --- a/plugins/dynamic-security/acl.c +++ b/plugins/dynamic-security/acl.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/auth.c b/plugins/dynamic-security/auth.c index f62a96f5..657ccf4f 100644 --- a/plugins/dynamic-security/auth.c +++ b/plugins/dynamic-security/auth.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/clientlist.c b/plugins/dynamic-security/clientlist.c index 05a2e40d..0aa32aa9 100644 --- a/plugins/dynamic-security/clientlist.c +++ b/plugins/dynamic-security/clientlist.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/clients.c b/plugins/dynamic-security/clients.c index 06dd0f31..a5704de5 100644 --- a/plugins/dynamic-security/clients.c +++ b/plugins/dynamic-security/clients.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/dynamic_security.h b/plugins/dynamic-security/dynamic_security.h index df773440..4f0d0b97 100644 --- a/plugins/dynamic-security/dynamic_security.h +++ b/plugins/dynamic-security/dynamic_security.h @@ -4,11 +4,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/grouplist.c b/plugins/dynamic-security/grouplist.c index 2e1bdd2f..d27f5251 100644 --- a/plugins/dynamic-security/grouplist.c +++ b/plugins/dynamic-security/grouplist.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/groups.c b/plugins/dynamic-security/groups.c index 6e2a8bf6..281617fe 100644 --- a/plugins/dynamic-security/groups.c +++ b/plugins/dynamic-security/groups.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/json_help.c b/plugins/dynamic-security/json_help.c index f37823f3..62d381e1 100644 --- a/plugins/dynamic-security/json_help.c +++ b/plugins/dynamic-security/json_help.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/json_help.h b/plugins/dynamic-security/json_help.h index 654a1671..731b0a72 100644 --- a/plugins/dynamic-security/json_help.h +++ b/plugins/dynamic-security/json_help.h @@ -4,11 +4,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/plugin.c b/plugins/dynamic-security/plugin.c index a011c100..77d6a837 100644 --- a/plugins/dynamic-security/plugin.c +++ b/plugins/dynamic-security/plugin.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/rolelist.c b/plugins/dynamic-security/rolelist.c index ea31a440..ddfe17a6 100644 --- a/plugins/dynamic-security/rolelist.c +++ b/plugins/dynamic-security/rolelist.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/dynamic-security/roles.c b/plugins/dynamic-security/roles.c index b937fdf5..71001061 100644 --- a/plugins/dynamic-security/roles.c +++ b/plugins/dynamic-security/roles.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/message-timestamp/mosquitto_message_timestamp.c b/plugins/message-timestamp/mosquitto_message_timestamp.c index 3661f855..56953164 100644 --- a/plugins/message-timestamp/mosquitto_message_timestamp.c +++ b/plugins/message-timestamp/mosquitto_message_timestamp.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/plugins/payload-modification/mosquitto_payload_modification.c b/plugins/payload-modification/mosquitto_payload_modification.c index e46b9745..3448dcfc 100644 --- a/plugins/payload-modification/mosquitto_payload_modification.c +++ b/plugins/payload-modification/mosquitto_payload_modification.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/bridge.c b/src/bridge.c index 199a156d..ef090c72 100644 --- a/src/bridge.c +++ b/src/bridge.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/bridge_topic.c b/src/bridge_topic.c index e521c91a..b8d2a420 100644 --- a/src/bridge_topic.c +++ b/src/bridge_topic.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/conf.c b/src/conf.c index 6271cbc8..c2db4216 100644 --- a/src/conf.c +++ b/src/conf.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/conf_includedir.c b/src/conf_includedir.c index 9417f992..15b5526c 100644 --- a/src/conf_includedir.c +++ b/src/conf_includedir.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/context.c b/src/context.c index 7e99ac30..999d50ec 100644 --- a/src/context.c +++ b/src/context.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/control.c b/src/control.c index 12111510..e2880786 100644 --- a/src/control.c +++ b/src/control.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/database.c b/src/database.c index 637da07a..80158b38 100644 --- a/src/database.c +++ b/src/database.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_auth.c b/src/handle_auth.c index 117aa77a..9f72d694 100644 --- a/src/handle_auth.c +++ b/src/handle_auth.c @@ -2,11 +2,11 @@ Copyright (c) 2018-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_connack.c b/src/handle_connack.c index b44798c4..4bc8081c 100644 --- a/src/handle_connack.c +++ b/src/handle_connack.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_connect.c b/src/handle_connect.c index 1371dd6d..509ba379 100644 --- a/src/handle_connect.c +++ b/src/handle_connect.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_disconnect.c b/src/handle_disconnect.c index 4172dbd0..fdef4a7d 100644 --- a/src/handle_disconnect.c +++ b/src/handle_disconnect.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_publish.c b/src/handle_publish.c index 653ad612..d3dfd7a4 100644 --- a/src/handle_publish.c +++ b/src/handle_publish.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_subscribe.c b/src/handle_subscribe.c index eb980203..0a0313a3 100644 --- a/src/handle_subscribe.c +++ b/src/handle_subscribe.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/handle_unsubscribe.c b/src/handle_unsubscribe.c index 527065d6..610bbc7d 100644 --- a/src/handle_unsubscribe.c +++ b/src/handle_unsubscribe.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/keepalive.c b/src/keepalive.c index cd35c9db..b86a6589 100644 --- a/src/keepalive.c +++ b/src/keepalive.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/lib_load.h b/src/lib_load.h index 55ba669b..8a25f41c 100644 --- a/src/lib_load.h +++ b/src/lib_load.h @@ -2,11 +2,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/logging.c b/src/logging.c index a9464bb6..031dd644 100644 --- a/src/logging.c +++ b/src/logging.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/loop.c b/src/loop.c index c6413b9c..3167286a 100644 --- a/src/loop.c +++ b/src/loop.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/memory_public.c b/src/memory_public.c index 030cdd64..e38d8284 100644 --- a/src/memory_public.c +++ b/src/memory_public.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/mosquitto.c b/src/mosquitto.c index 27fd7cd3..ee701eff 100644 --- a/src/mosquitto.c +++ b/src/mosquitto.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/mosquitto_broker_internal.h b/src/mosquitto_broker_internal.h index cb492e4c..18315270 100644 --- a/src/mosquitto_broker_internal.h +++ b/src/mosquitto_broker_internal.h @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/mux.c b/src/mux.c index 30c1a68c..bf6bb3a2 100644 --- a/src/mux.c +++ b/src/mux.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/mux.h b/src/mux.h index d7ad4104..dbe2ec3a 100644 --- a/src/mux.h +++ b/src/mux.h @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/mux_epoll.c b/src/mux_epoll.c index b0e192e7..f442e000 100644 --- a/src/mux_epoll.c +++ b/src/mux_epoll.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/mux_poll.c b/src/mux_poll.c index cc0842b8..e352f133 100644 --- a/src/mux_poll.c +++ b/src/mux_poll.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/net.c b/src/net.c index f45e7188..78a1dc56 100644 --- a/src/net.c +++ b/src/net.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/password_mosq.c b/src/password_mosq.c index ce479f8e..538a5613 100644 --- a/src/password_mosq.c +++ b/src/password_mosq.c @@ -2,11 +2,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/password_mosq.h b/src/password_mosq.h index b971cd98..6c897ff3 100644 --- a/src/password_mosq.h +++ b/src/password_mosq.h @@ -4,11 +4,11 @@ Copyright (c) 2012-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/persist.h b/src/persist.h index 0061d65d..2550e4aa 100644 --- a/src/persist.h +++ b/src/persist.h @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/persist_read.c b/src/persist_read.c index 9c771471..1337912a 100644 --- a/src/persist_read.c +++ b/src/persist_read.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/persist_read_v234.c b/src/persist_read_v234.c index e5ae4876..c56d7e3d 100644 --- a/src/persist_read_v234.c +++ b/src/persist_read_v234.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/persist_read_v5.c b/src/persist_read_v5.c index 7887fdd3..4f3e7074 100644 --- a/src/persist_read_v5.c +++ b/src/persist_read_v5.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/persist_write.c b/src/persist_write.c index cb65aa13..d537c6ef 100644 --- a/src/persist_write.c +++ b/src/persist_write.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/persist_write_v5.c b/src/persist_write_v5.c index d0baef40..944f20a3 100644 --- a/src/persist_write_v5.c +++ b/src/persist_write_v5.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/plugin.c b/src/plugin.c index a31356c4..cac37f90 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -2,11 +2,11 @@ Copyright (c) 2016-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/plugin_debug.c b/src/plugin_debug.c index 8918c39b..4e719c1d 100644 --- a/src/plugin_debug.c +++ b/src/plugin_debug.c @@ -2,11 +2,11 @@ Copyright (c) 2015-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/plugin_defer.c b/src/plugin_defer.c index 2160a5df..23eb0a27 100644 --- a/src/plugin_defer.c +++ b/src/plugin_defer.c @@ -2,11 +2,11 @@ Copyright (c) 2015-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/plugin_public.c b/src/plugin_public.c index 1f05cf05..bac56596 100644 --- a/src/plugin_public.c +++ b/src/plugin_public.c @@ -2,11 +2,11 @@ Copyright (c) 2016-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/property_broker.c b/src/property_broker.c index a2147d00..5f78c7de 100644 --- a/src/property_broker.c +++ b/src/property_broker.c @@ -2,11 +2,11 @@ Copyright (c) 2018-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/read_handle.c b/src/read_handle.c index fffad62c..95322560 100644 --- a/src/read_handle.c +++ b/src/read_handle.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/retain.c b/src/retain.c index 18fd9f2c..b10e15f1 100644 --- a/src/retain.c +++ b/src/retain.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/security.c b/src/security.c index b20898dd..d037e73d 100644 --- a/src/security.c +++ b/src/security.c @@ -2,11 +2,11 @@ Copyright (c) 2011-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/security_default.c b/src/security_default.c index 41c8f4ef..f1dd9365 100644 --- a/src/security_default.c +++ b/src/security_default.c @@ -2,11 +2,11 @@ Copyright (c) 2011-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/send_auth.c b/src/send_auth.c index ffaca8d8..a05c9515 100644 --- a/src/send_auth.c +++ b/src/send_auth.c @@ -2,11 +2,11 @@ Copyright (c) 2019-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/send_connack.c b/src/send_connack.c index 99c95326..c5982681 100644 --- a/src/send_connack.c +++ b/src/send_connack.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/send_suback.c b/src/send_suback.c index 76036359..1e304e02 100644 --- a/src/send_suback.c +++ b/src/send_suback.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/send_unsuback.c b/src/send_unsuback.c index 342f61c3..43adf18c 100644 --- a/src/send_unsuback.c +++ b/src/send_unsuback.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/service.c b/src/service.c index 199afe32..e1d7f886 100644 --- a/src/service.c +++ b/src/service.c @@ -2,11 +2,11 @@ Copyright (c) 2011-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/session_expiry.c b/src/session_expiry.c index 54fb6640..163caed3 100644 --- a/src/session_expiry.c +++ b/src/session_expiry.c @@ -2,11 +2,11 @@ Copyright (c) 2019-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/signals.c b/src/signals.c index 11da70bf..94cfada5 100644 --- a/src/signals.c +++ b/src/signals.c @@ -2,11 +2,11 @@ Copyright (c) 2016-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/subs.c b/src/subs.c index 06258147..1105d8be 100644 --- a/src/subs.c +++ b/src/subs.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/sys_tree.c b/src/sys_tree.c index dc0eb522..f365aed9 100644 --- a/src/sys_tree.c +++ b/src/sys_tree.c @@ -2,11 +2,11 @@ Copyright (c) 2009-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/sys_tree.h b/src/sys_tree.h index da11afac..44957369 100644 --- a/src/sys_tree.h +++ b/src/sys_tree.h @@ -2,11 +2,11 @@ Copyright (c) 2015-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/topic_tok.c b/src/topic_tok.c index 8b3c8c79..c46a7403 100644 --- a/src/topic_tok.c +++ b/src/topic_tok.c @@ -2,11 +2,11 @@ Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/will_delay.c b/src/will_delay.c index 488a6d7f..3969d8db 100644 --- a/src/will_delay.c +++ b/src/will_delay.c @@ -2,11 +2,11 @@ Copyright (c) 2019-2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/src/xtreport.c b/src/xtreport.c index bb087306..9622286b 100644 --- a/src/xtreport.c +++ b/src/xtreport.c @@ -2,11 +2,11 @@ Copyright (c) 2020 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/test/broker/c/mosquitto_plugin_v2.h b/test/broker/c/mosquitto_plugin_v2.h index 5b6449c0..5b5aca81 100644 --- a/test/broker/c/mosquitto_plugin_v2.h +++ b/test/broker/c/mosquitto_plugin_v2.h @@ -2,11 +2,11 @@ Copyright (c) 2012-2014 Roger Light All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php.