From e70d4e3f99a7385c17ad44794d26f788375151b1 Mon Sep 17 00:00:00 2001 From: CIPop Date: Mon, 14 Aug 2023 18:50:56 +0000 Subject: [PATCH] Updating notices. --- MQTTClient-C/src/CMakeLists.txt | 2 +- MQTTPacket/src/MQTTPacketCommon.h | 5 +---- MQTTPacket/src/V3/MQTTSubscribe.h | 2 +- MQTTPacket/src/V5/MQTTV5Format.c | 4 +--- MQTTPacket/src/V5/MQTTV5Format.h | 4 +--- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/MQTTClient-C/src/CMakeLists.txt b/MQTTClient-C/src/CMakeLists.txt index ecd9b0bd..331196a1 100644 --- a/MQTTClient-C/src/CMakeLists.txt +++ b/MQTTClient-C/src/CMakeLists.txt @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017 IBM Corp. +# Copyright (c) 2017, 2023 IBM Corp. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 diff --git a/MQTTPacket/src/MQTTPacketCommon.h b/MQTTPacket/src/MQTTPacketCommon.h index b3f687e6..1eb7ee8e 100644 --- a/MQTTPacket/src/MQTTPacketCommon.h +++ b/MQTTPacket/src/MQTTPacketCommon.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014, 2023 IBM Corp., Ian Craggs and others + * Copyright (c) 2023 Microsoft Corporation. All rights reserved. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -10,9 +10,6 @@ * and the Eclipse Distribution License is available at * http://www.eclipse.org/org/documents/edl-v10.php. * - * Contributors: - * Ian Craggs - initial API and implementation and/or initial documentation - * Xiang Rong - 442039 Add makefile to Embedded C client *******************************************************************************/ #ifndef MQTTPACKETCOMMON_H_ diff --git a/MQTTPacket/src/V3/MQTTSubscribe.h b/MQTTPacket/src/V3/MQTTSubscribe.h index 18f53cf5..ae0e4a07 100644 --- a/MQTTPacket/src/V3/MQTTSubscribe.h +++ b/MQTTPacket/src/V3/MQTTSubscribe.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014 IBM Corp. + * Copyright (c) 2014, 2023 IBM Corp. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/MQTTPacket/src/V5/MQTTV5Format.c b/MQTTPacket/src/V5/MQTTV5Format.c index 6b1bcc4b..447fe62f 100644 --- a/MQTTPacket/src/V5/MQTTV5Format.c +++ b/MQTTPacket/src/V5/MQTTV5Format.c @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014, 2023 IBM Corp. + * Copyright (c) 2023 Microsoft Corporation. All rights reserved. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -10,8 +10,6 @@ * and the Eclipse Distribution License is available at * http://www.eclipse.org/org/documents/edl-v10.php. * - * Contributors: - * Ian Craggs - initial API and implementation and/or initial documentation *******************************************************************************/ // TODO: Add MQTTv5 properties implementation (some of the code exists in v5log.h), application must provide memory. diff --git a/MQTTPacket/src/V5/MQTTV5Format.h b/MQTTPacket/src/V5/MQTTV5Format.h index bbccbeb3..51797730 100644 --- a/MQTTPacket/src/V5/MQTTV5Format.h +++ b/MQTTPacket/src/V5/MQTTV5Format.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014, 2023 IBM Corp., Ian Craggs and others + * Copyright (c) 2023 Microsoft Corporation. All rights reserved. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -10,8 +10,6 @@ * and the Eclipse Distribution License is available at * http://www.eclipse.org/org/documents/edl-v10.php. * - * Contributors: - * Ian Craggs - initial API and implementation and/or initial documentation *******************************************************************************/ #if !defined(MQTTV5FORMAT_H)