diff --git a/CMakeLists.txt b/CMakeLists.txt index 1148e8ed7..42ced4beb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# https://www.eclipse.org/legal/epl-2.0/ +# https://www.eclipse.org/legal/epl-v20.html # and the Eclipse Distribution License is available at -# http://www.eclipse.org/org/documents/edl-v10.php. +# http://www.eclipse.org/org/documents/edl-v10.php # # Contributors: # Rainer Poisel - initial version diff --git a/Makefile b/Makefile index 2c0fc2b72..6015162a6 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# https://www.eclipse.org/legal/epl-2.0/ +# https://www.eclipse.org/legal/epl-v20.html # and the Eclipse Distribution License is available at -# http://www.eclipse.org/org/documents/edl-v10.php. +# http://www.eclipse.org/org/documents/edl-v10.php # # Contributors: # Ian Craggs - initial API and implementation and/or initial documentation diff --git a/about.html b/about.html index 87c978319..c47048acd 100644 --- a/about.html +++ b/about.html @@ -13,7 +13,7 @@

License

indicated below, the Content is provided to you under the terms and conditions of the 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/ +https://www.eclipse.org/legal/epl-v20.html 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/build.xml b/build.xml index 5407c18d1..b4286d01e 100644 --- a/build.xml +++ b/build.xml @@ -6,9 +6,9 @@ and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - https://www.eclipse.org/legal/epl-2.0/ + https://www.eclipse.org/legal/epl-v20.html and the Eclipse Distribution License is available at - http://www.eclipse.org/org/documents/edl-v10.php. + http://www.eclipse.org/org/documents/edl-v10.php Contributors: Ian Craggs - initial API and implementation and/or initial documentation diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 1822995a5..9fe330c45 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -6,9 +6,9 @@ # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# https://www.eclipse.org/legal/epl-2.0/ +# https://www.eclipse.org/legal/epl-v20.html # and the Eclipse Distribution License is available at -# http://www.eclipse.org/org/documents/edl-v10.php. +# http://www.eclipse.org/org/documents/edl-v10.php # # Contributors: # Rainer Poisel - initial version diff --git a/notice.html b/notice.html index b225b7d9e..8de73af58 100644 --- a/notice.html +++ b/notice.html @@ -22,7 +22,7 @@

Usage Of Content

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 2.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/. + ("EPL"). A copy of the EPL is provided with this Content and is also available at https://www.eclipse.org/legal/epl-v20.html. 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/src/Base64.c b/src/Base64.c index 4634af2fe..84b253378 100644 --- a/src/Base64.c +++ b/src/Base64.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/Base64.h b/src/Base64.h index 7022ce8e8..98bd52aff 100644 --- a/src/Base64.h +++ b/src/Base64.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0f795b9a4..3c4857782 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,9 +6,9 @@ # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# https://www.eclipse.org/legal/epl-2.0/ +# https://www.eclipse.org/legal/epl-v20.html # and the Eclipse Distribution License is available at -# http://www.eclipse.org/org/documents/edl-v10.php. +# http://www.eclipse.org/org/documents/edl-v10.php # # Contributors: # Rainer Poisel - initial version diff --git a/src/Clients.c b/src/Clients.c index 9e70e48b8..13ad71168 100644 --- a/src/Clients.c +++ b/src/Clients.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Clients.h b/src/Clients.h index 674895821..d02a919f2 100644 --- a/src/Clients.h +++ b/src/Clients.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Heap.c b/src/Heap.c index 13543ddd4..c50ef8ddc 100644 --- a/src/Heap.c +++ b/src/Heap.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Heap.h b/src/Heap.h index cd87c173a..acc335046 100644 --- a/src/Heap.h +++ b/src/Heap.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/LinkedList.c b/src/LinkedList.c index 5e7566213..b462f5403 100644 --- a/src/LinkedList.c +++ b/src/LinkedList.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/LinkedList.h b/src/LinkedList.h index e390012dd..770bf7e5c 100644 --- a/src/LinkedList.h +++ b/src/LinkedList.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Log.c b/src/Log.c index d77c91f24..502acf84f 100644 --- a/src/Log.c +++ b/src/Log.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Log.h b/src/Log.h index ae9bb9ef4..b89518629 100644 --- a/src/Log.h +++ b/src/Log.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTAsync.c b/src/MQTTAsync.c index c6a11f6d3..8179645af 100644 --- a/src/MQTTAsync.c +++ b/src/MQTTAsync.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/MQTTAsync.h b/src/MQTTAsync.h index e11af0482..e56361425 100644 --- a/src/MQTTAsync.h +++ b/src/MQTTAsync.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation diff --git a/src/MQTTAsyncUtils.c b/src/MQTTAsyncUtils.c index 6d9330403..1b10418a0 100644 --- a/src/MQTTAsyncUtils.c +++ b/src/MQTTAsyncUtils.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/MQTTAsyncUtils.h b/src/MQTTAsyncUtils.h index 0e08beac1..b2efcf1a0 100644 --- a/src/MQTTAsyncUtils.h +++ b/src/MQTTAsyncUtils.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/MQTTClient.c b/src/MQTTClient.c index b6a7714b7..c7758abcf 100644 --- a/src/MQTTClient.c +++ b/src/MQTTClient.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTClient.h b/src/MQTTClient.h index a5dc7f267..cdbf726cb 100644 --- a/src/MQTTClient.h +++ b/src/MQTTClient.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTClientPersistence.h b/src/MQTTClientPersistence.h index d3caae486..cc9c744b2 100644 --- a/src/MQTTClientPersistence.h +++ b/src/MQTTClientPersistence.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTExportDeclarations.h b/src/MQTTExportDeclarations.h index d492ef19d..2bc999f89 100644 --- a/src/MQTTExportDeclarations.h +++ b/src/MQTTExportDeclarations.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Andreas Walter - initially moved export declarations into separate fle diff --git a/src/MQTTPacket.c b/src/MQTTPacket.c index e44fa5a08..a6be87d0c 100644 --- a/src/MQTTPacket.c +++ b/src/MQTTPacket.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPacket.h b/src/MQTTPacket.h index 1fc8e06e4..63b97fbb0 100644 --- a/src/MQTTPacket.h +++ b/src/MQTTPacket.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPacketOut.c b/src/MQTTPacketOut.c index fdff8cf06..d47226f5e 100644 --- a/src/MQTTPacketOut.c +++ b/src/MQTTPacketOut.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPacketOut.h b/src/MQTTPacketOut.h index d9625544b..a5d74402e 100644 --- a/src/MQTTPacketOut.h +++ b/src/MQTTPacketOut.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPersistence.c b/src/MQTTPersistence.c index 7cf47774c..5bbf8e44a 100644 --- a/src/MQTTPersistence.c +++ b/src/MQTTPersistence.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPersistence.h b/src/MQTTPersistence.h index 3c62a79c5..bc0969189 100644 --- a/src/MQTTPersistence.h +++ b/src/MQTTPersistence.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPersistenceDefault.c b/src/MQTTPersistenceDefault.c index fe3bd17b3..79622ebe9 100644 --- a/src/MQTTPersistenceDefault.c +++ b/src/MQTTPersistenceDefault.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTPersistenceDefault.h b/src/MQTTPersistenceDefault.h index fe62cc4bc..cb3d99933 100644 --- a/src/MQTTPersistenceDefault.h +++ b/src/MQTTPersistenceDefault.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProperties.c b/src/MQTTProperties.c index b21f338b5..d4e3f5e21 100644 --- a/src/MQTTProperties.c +++ b/src/MQTTProperties.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProperties.h b/src/MQTTProperties.h index bbfd732c4..4208e989e 100644 --- a/src/MQTTProperties.h +++ b/src/MQTTProperties.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProtocol.h b/src/MQTTProtocol.h index 3bb816d82..97d0e5235 100644 --- a/src/MQTTProtocol.h +++ b/src/MQTTProtocol.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProtocolClient.c b/src/MQTTProtocolClient.c index e4b8f16c7..4df043c8c 100644 --- a/src/MQTTProtocolClient.c +++ b/src/MQTTProtocolClient.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProtocolClient.h b/src/MQTTProtocolClient.h index cf41e56cf..d2ae41951 100644 --- a/src/MQTTProtocolClient.h +++ b/src/MQTTProtocolClient.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProtocolOut.c b/src/MQTTProtocolOut.c index 756f42148..75e926ec4 100644 --- a/src/MQTTProtocolOut.c +++ b/src/MQTTProtocolOut.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTProtocolOut.h b/src/MQTTProtocolOut.h index adc95abfd..f53335d95 100644 --- a/src/MQTTProtocolOut.h +++ b/src/MQTTProtocolOut.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTReasonCodes.c b/src/MQTTReasonCodes.c index 0157f69e4..f3766f500 100644 --- a/src/MQTTReasonCodes.c +++ b/src/MQTTReasonCodes.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTReasonCodes.h b/src/MQTTReasonCodes.h index 2dc08eaf0..c20508a87 100644 --- a/src/MQTTReasonCodes.h +++ b/src/MQTTReasonCodes.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTSubscribeOpts.h b/src/MQTTSubscribeOpts.h index 264e4d026..782d845bc 100644 --- a/src/MQTTSubscribeOpts.h +++ b/src/MQTTSubscribeOpts.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/MQTTTime.c b/src/MQTTTime.c index 9afab0245..23d430002 100644 --- a/src/MQTTTime.c +++ b/src/MQTTTime.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation diff --git a/src/MQTTTime.h b/src/MQTTTime.h index 490cfef37..4d5e66051 100644 --- a/src/MQTTTime.h +++ b/src/MQTTTime.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation diff --git a/src/MQTTVersion.c b/src/MQTTVersion.c index 92cd020c1..87b8a4530 100644 --- a/src/MQTTVersion.c +++ b/src/MQTTVersion.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Messages.c b/src/Messages.c index 1b47fadf9..a9b119bab 100644 --- a/src/Messages.c +++ b/src/Messages.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Messages.h b/src/Messages.h index 58f5eae4e..1b548a953 100644 --- a/src/Messages.h +++ b/src/Messages.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/OsWrapper.c b/src/OsWrapper.c index 490ab4842..9d74369a6 100644 --- a/src/OsWrapper.c +++ b/src/OsWrapper.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Gunter Raidl - timer support for VxWorks diff --git a/src/OsWrapper.h b/src/OsWrapper.h index 96b629d63..30f4bba79 100644 --- a/src/OsWrapper.h +++ b/src/OsWrapper.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Gunter Raidl - timer support for VxWorks diff --git a/src/Proxy.c b/src/Proxy.c index 728cb8fcd..89bcdafde 100644 --- a/src/Proxy.c +++ b/src/Proxy.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/Proxy.h b/src/Proxy.h index 67cf5df16..462b2737d 100644 --- a/src/Proxy.h +++ b/src/Proxy.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Sven Gambel - move WebSocket proxy support to generic proxy support diff --git a/src/SHA1.c b/src/SHA1.c index 3ef07d920..6e78c92b2 100644 --- a/src/SHA1.c +++ b/src/SHA1.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/SHA1.h b/src/SHA1.h index 3ae2f0a3f..a2dc2d1e1 100644 --- a/src/SHA1.h +++ b/src/SHA1.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/SSLSocket.c b/src/SSLSocket.c index a4941b60c..c5eeb6acb 100644 --- a/src/SSLSocket.c +++ b/src/SSLSocket.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs, Allan Stockdill-Mander - initial implementation diff --git a/src/SSLSocket.h b/src/SSLSocket.h index 2e804cecc..2b3eaf0a5 100644 --- a/src/SSLSocket.h +++ b/src/SSLSocket.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs, Allan Stockdill-Mander - initial implementation diff --git a/src/Socket.c b/src/Socket.c index 7f8a2cff4..00787c333 100644 --- a/src/Socket.c +++ b/src/Socket.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/Socket.h b/src/Socket.h index e5b9fe639..33a75238d 100644 --- a/src/Socket.h +++ b/src/Socket.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/SocketBuffer.c b/src/SocketBuffer.c index 39233ce06..181f6c5d7 100644 --- a/src/SocketBuffer.c +++ b/src/SocketBuffer.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/SocketBuffer.h b/src/SocketBuffer.h index 1b2ab915a..8cbdcc2ef 100644 --- a/src/SocketBuffer.h +++ b/src/SocketBuffer.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/StackTrace.c b/src/StackTrace.c index d3d298de7..87216b575 100644 --- a/src/StackTrace.c +++ b/src/StackTrace.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/StackTrace.h b/src/StackTrace.h index c4f0d433f..217ae268c 100644 --- a/src/StackTrace.h +++ b/src/StackTrace.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/Thread.c b/src/Thread.c index f4d43fb6f..93d1b2b2c 100644 --- a/src/Thread.c +++ b/src/Thread.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation diff --git a/src/Thread.h b/src/Thread.h index b0c823b65..518096dde 100644 --- a/src/Thread.h +++ b/src/Thread.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation diff --git a/src/Tree.c b/src/Tree.c index f7a155b32..4e7607eae 100644 --- a/src/Tree.c +++ b/src/Tree.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/Tree.h b/src/Tree.h index dfd70ab0e..1869aeedb 100644 --- a/src/Tree.h +++ b/src/Tree.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial implementation and documentation diff --git a/src/WebSocket.c b/src/WebSocket.c index c57ae7de9..4f886faea 100644 --- a/src/WebSocket.c +++ b/src/WebSocket.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/WebSocket.h b/src/WebSocket.h index 4e437d4af..8478c8822 100644 --- a/src/WebSocket.h +++ b/src/WebSocket.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Keith Holman - initial implementation and documentation diff --git a/src/mutex_type.h b/src/mutex_type.h index 1e4b9e522..bb5e770b9 100644 --- a/src/mutex_type.h +++ b/src/mutex_type.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * *******************************************************************************/ #if !defined(_MUTEX_TYPE_H_) diff --git a/src/samples/CMakeLists.txt b/src/samples/CMakeLists.txt index 95311237b..8e024ee35 100644 --- a/src/samples/CMakeLists.txt +++ b/src/samples/CMakeLists.txt @@ -6,9 +6,9 @@ # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# https://www.eclipse.org/legal/epl-2.0/ +# https://www.eclipse.org/legal/epl-v20.html # and the Eclipse Distribution License is available at -# http://www.eclipse.org/org/documents/edl-v10.php. +# http://www.eclipse.org/org/documents/edl-v10.php # # Contributors: # Rainer Poisel - initial version diff --git a/src/samples/MQTTAsync_publish.c b/src/samples/MQTTAsync_publish.c index 7695a745a..c58130761 100644 --- a/src/samples/MQTTAsync_publish.c +++ b/src/samples/MQTTAsync_publish.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/MQTTAsync_publish_time.c b/src/samples/MQTTAsync_publish_time.c index 6aad601a9..001026bac 100644 --- a/src/samples/MQTTAsync_publish_time.c +++ b/src/samples/MQTTAsync_publish_time.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/MQTTAsync_subscribe.c b/src/samples/MQTTAsync_subscribe.c index ae3291164..d01ed36c9 100644 --- a/src/samples/MQTTAsync_subscribe.c +++ b/src/samples/MQTTAsync_subscribe.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/MQTTClient_publish.c b/src/samples/MQTTClient_publish.c index 399fd339f..9ac56dc3d 100644 --- a/src/samples/MQTTClient_publish.c +++ b/src/samples/MQTTClient_publish.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/MQTTClient_publish_async.c b/src/samples/MQTTClient_publish_async.c index a2b45e875..eb4de5b61 100644 --- a/src/samples/MQTTClient_publish_async.c +++ b/src/samples/MQTTClient_publish_async.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/MQTTClient_subscribe.c b/src/samples/MQTTClient_subscribe.c index 8872dd138..2c1a7648e 100644 --- a/src/samples/MQTTClient_subscribe.c +++ b/src/samples/MQTTClient_subscribe.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/paho_c_pub.c b/src/samples/paho_c_pub.c index e891ef88c..d5674bb2b 100644 --- a/src/samples/paho_c_pub.c +++ b/src/samples/paho_c_pub.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/paho_c_sub.c b/src/samples/paho_c_sub.c index 85875c991..90da3f281 100644 --- a/src/samples/paho_c_sub.c +++ b/src/samples/paho_c_sub.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/paho_cs_pub.c b/src/samples/paho_cs_pub.c index 1fce350a6..3ac25aa81 100644 --- a/src/samples/paho_cs_pub.c +++ b/src/samples/paho_cs_pub.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/paho_cs_sub.c b/src/samples/paho_cs_sub.c index 39207376d..3cad48dc1 100644 --- a/src/samples/paho_cs_sub.c +++ b/src/samples/paho_cs_sub.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/pubsub_opts.c b/src/samples/pubsub_opts.c index 7acc4e90e..82ef03afa 100644 --- a/src/samples/pubsub_opts.c +++ b/src/samples/pubsub_opts.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/samples/pubsub_opts.h b/src/samples/pubsub_opts.h index 73bb09764..e3b718154 100644 --- a/src/samples/pubsub_opts.h +++ b/src/samples/pubsub_opts.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial contribution diff --git a/src/utf-8.c b/src/utf-8.c index ec9ba843d..f6a34a0ab 100644 --- a/src/utf-8.c +++ b/src/utf-8.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/src/utf-8.h b/src/utf-8.h index a7a4270ce..e9a17cf8a 100644 --- a/src/utf-8.h +++ b/src/utf-8.h @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/MQTTV311.py b/test/MQTTV311.py index 1defe0d2d..5b50e6b3b 100644 --- a/test/MQTTV311.py +++ b/test/MQTTV311.py @@ -7,9 +7,9 @@ and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - https://www.eclipse.org/legal/epl-2.0/ + https://www.eclipse.org/legal/epl-v20.html and the Eclipse Distribution License is available at - http://www.eclipse.org/org/documents/edl-v10.php. + http://www.eclipse.org/org/documents/edl-v10.php Contributors: Ian Craggs - initial implementation and/or documentation diff --git a/test/MQTTV3112.py b/test/MQTTV3112.py index 9582e82f3..a4a0f2cad 100644 --- a/test/MQTTV3112.py +++ b/test/MQTTV3112.py @@ -7,9 +7,9 @@ and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - https://www.eclipse.org/legal/epl-2.0/ + https://www.eclipse.org/legal/epl-v20.html and the Eclipse Distribution License is available at - http://www.eclipse.org/org/documents/edl-v10.php. + http://www.eclipse.org/org/documents/edl-v10.php Contributors: Ian Craggs - initial implementation and/or documentation diff --git a/test/MQTTV5.py b/test/MQTTV5.py index 09a3ec736..fe8efc8ac 100644 --- a/test/MQTTV5.py +++ b/test/MQTTV5.py @@ -7,9 +7,9 @@ and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - https://www.eclipse.org/legal/epl-2.0/ + https://www.eclipse.org/legal/epl-v20.html and the Eclipse Distribution License is available at - http://www.eclipse.org/org/documents/edl-v10.php. + http://www.eclipse.org/org/documents/edl-v10.php Contributors: Ian Craggs - initial implementation and/or documentation diff --git a/test/mqttsas.py b/test/mqttsas.py index 9fc41c95e..929158bfb 100644 --- a/test/mqttsas.py +++ b/test/mqttsas.py @@ -7,9 +7,9 @@ and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - https://www.eclipse.org/legal/epl-2.0/ + https://www.eclipse.org/legal/epl-v20.html and the Eclipse Distribution License is available at - http://www.eclipse.org/org/documents/edl-v10.php. + http://www.eclipse.org/org/documents/edl-v10.php Contributors: Ian Craggs - initial implementation and/or documentation diff --git a/test/sync_client_test.c b/test/sync_client_test.c index 3ddbb369f..36f6c619d 100644 --- a/test/sync_client_test.c +++ b/test/sync_client_test.c @@ -6,9 +6,9 @@ and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at - https://www.eclipse.org/legal/epl-2.0/ + https://www.eclipse.org/legal/epl-v20.html and the Eclipse Distribution License is available at - http://www.eclipse.org/org/documents/edl-v10.php. + http://www.eclipse.org/org/documents/edl-v10.php Contributors: Ian Craggs - initial implementation and/or documentation diff --git a/test/test1.c b/test/test1.c index bf2c7d056..358953dd9 100644 --- a/test/test1.c +++ b/test/test1.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test10.c b/test/test10.c index 53d61601b..642f7c0fa 100644 --- a/test/test10.c +++ b/test/test10.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test11.c b/test/test11.c index aa26d7f50..37054e71c 100644 --- a/test/test11.c +++ b/test/test11.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test15.c b/test/test15.c index 22b80ba57..7400e1bdb 100644 --- a/test/test15.c +++ b/test/test15.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test2.c b/test/test2.c index 0da3d854e..d79697716 100644 --- a/test/test2.c +++ b/test/test2.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test3.c b/test/test3.c index 2f6a06097..2952ce8bd 100644 --- a/test/test3.c +++ b/test/test3.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Allan Stockdill-Mander - initial API and implementation and/or initial documentation diff --git a/test/test4.c b/test/test4.c index 9c34a9715..732d13742 100644 --- a/test/test4.c +++ b/test/test4.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test45.c b/test/test45.c index f154fa7b5..029c1c81c 100644 --- a/test/test45.c +++ b/test/test45.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test5.c b/test/test5.c index 61deb1394..a37fce035 100644 --- a/test/test5.c +++ b/test/test5.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Allan Stockdill-Mander - initial API and implementation and/or initial documentation diff --git a/test/test6.c b/test/test6.c index b5e7a86b0..6d1d10ec5 100644 --- a/test/test6.c +++ b/test/test6.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test8.c b/test/test8.c index 2e6d881b9..801123068 100644 --- a/test/test8.c +++ b/test/test8.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test9.c b/test/test9.c index 59bbcef7a..eacc8471b 100644 --- a/test/test9.c +++ b/test/test9.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test95.c b/test/test95.c index 466334096..54e06a0e7 100644 --- a/test/test95.c +++ b/test/test95.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test_connect_destroy.c b/test/test_connect_destroy.c index d18508272..b3a265d38 100644 --- a/test/test_connect_destroy.c +++ b/test/test_connect_destroy.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Michal Kasperek - initial API and implementation and/or initial documentation diff --git a/test/test_issue373.c b/test/test_issue373.c index 14cadc017..58a305040 100644 --- a/test/test_issue373.c +++ b/test/test_issue373.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: *******************************************************************************/ diff --git a/test/test_mqtt4async.c b/test/test_mqtt4async.c index 4e7803960..52e47a89d 100644 --- a/test/test_mqtt4async.c +++ b/test/test_mqtt4async.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test_mqtt4sync.c b/test/test_mqtt4sync.c index 9305af199..60d6bc3ba 100644 --- a/test/test_mqtt4sync.c +++ b/test/test_mqtt4sync.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test_persistence.c b/test/test_persistence.c index f8d82f696..a2e03576c 100644 --- a/test/test_persistence.c +++ b/test/test_persistence.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation diff --git a/test/test_sync_session_present.c b/test/test_sync_session_present.c index 0e7201a7b..3eb55e9ba 100644 --- a/test/test_sync_session_present.c +++ b/test/test_sync_session_present.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - Test program utilities diff --git a/test/thread.c b/test/thread.c index 4918f8a24..6aa10be45 100644 --- a/test/thread.c +++ b/test/thread.c @@ -6,9 +6,9 @@ * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at - * http://www.eclipse.org/org/documents/edl-v10.php. + * http://www.eclipse.org/org/documents/edl-v10.php * * Contributors: * Ian Craggs - initial API and implementation and/or initial documentation