Update some doc and copyright statements

This commit is contained in:
Ian Craggs 2025-01-06 11:17:49 +00:00
parent cefc7f3ec0
commit bca083dd50
6 changed files with 21 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2024 IBM Corp., Ian Craggs and others
* Copyright (c) 2009, 2025 IBM Corp., Ian Craggs and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
@ -29,7 +29,7 @@
* @cond MQTTAsync_main
* @mainpage Asynchronous MQTT client library for C (MQTTAsync)
*
* © Copyright 2009, 2023 IBM Corp., Ian Craggs and others
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others
*
* @brief An Asynchronous MQTT client library for C.
*
@ -2386,9 +2386,13 @@ exit:
* of the ::MQTTAsync_connectOptions structure override any settings in the environment.
*
* If the environment variable PAHO_C_CLIENT_USE_HTTP_PROXY is set to TRUE, then the
* http_proxy or https_proxy environment variables are used, for plain TCP and TLS-secured
* connections respectively.
* http_proxy or https_proxy (lower case only) environment variables are used, for plain
* TCP and TLS-secured connections respectively.
*
* The no_proxy environment variable can be used to exclude certain hosts from using an
* environment variable chosen proxy. This does not apply to a proxy selected through the API.
* The no_proxy environment variable is lower case only, and is a list of comma-separated
* hostname:port values. Suffixes are matched (e.g. example.com will match test.example.com).
*/
#if defined(__cplusplus)

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2024 IBM Corp., Ian Craggs and others
* Copyright (c) 2009, 2025 IBM Corp., Ian Craggs and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
@ -41,7 +41,7 @@
* @endcond
* @cond MQTTClient_main
* @mainpage MQTT Client library for C (MQTTClient)
* © Copyright 2009, 2023 IBM Corp., Ian Craggs and others
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others
*
* @brief An MQTT client library in C.
*
@ -1991,7 +1991,12 @@ exit:
* of the ::MQTTClient_connectOptions structure override any settings in the environment.
*
* If the environment variable PAHO_C_CLIENT_USE_HTTP_PROXY is set to TRUE, then the
* http_proxy or https_proxy environment variables are used, for plain TCP and TLS-secured
* connections respectively.
* http_proxy or https_proxy (lower case only) environment variables are used, for plain
* TCP and TLS-secured connections respectively.
*
* The no_proxy environment variable can be used to exclude certain hosts from using an
* environment variable chosen proxy. This does not apply to a proxy selected through the API.
* The no_proxy environment variable is lower case only, and is a list of comma-separated
* hostname:port values. Suffixes are matched (e.g. example.com will match test.example.com).
*
*/

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2024 IBM Corp., Ian Craggs and others
* Copyright (c) 2009, 2025 IBM Corp., Ian Craggs and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2024 Diehl Metering, Ian Craggs and others
* Copyright (c) 2009, 2025 Diehl Metering, Ian Craggs and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2024 Diehl Metering, Ian Craggs and others
* Copyright (c) 2009, 2025 Diehl Metering, Ian Craggs and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2023 IBM Corp., Ian Craggs and others
* Copyright (c) 2009, 2025 IBM Corp., Ian Craggs and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0