diff options
Diffstat (limited to 'libs/libcurl/src/mqtt.h')
-rw-r--r-- | libs/libcurl/src/mqtt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/libcurl/src/mqtt.h b/libs/libcurl/src/mqtt.h index fb52c72326..c400d9b14e 100644 --- a/libs/libcurl/src/mqtt.h +++ b/libs/libcurl/src/mqtt.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2019 - 2020, Björn Stenberg, <bjorn@haxx.se> + * Copyright (C) 2019 - 2022, Björn Stenberg, <bjorn@haxx.se> * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -20,6 +20,8 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * + * SPDX-License-Identifier: curl + * ***************************************************************************/ #ifndef CURL_DISABLE_MQTT |