Update license file

Add curl license in place of 'yhirose HTTP library', which has been replaced with curl.
This commit is contained in:
Kawe Mazidjatari 2023-02-12 20:05:59 +01:00
parent 89978d795e
commit ae8a6222fe

View File

@ -313,30 +313,31 @@ Nlohmann JSON
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
************************************************************************************ ************************************************************************************
yhirose HTTP library Curl
************************************************************************************ ************************************************************************************
// The MIT License (MIT) // COPYRIGHT AND PERMISSION NOTICE
// //
// Copyright (c) 2017 yhirose // Copyright (C) Daniel Stenberg, <daniel@haxx.se>, and many
// contributors, see the THANKS file.
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // All rights reserved.
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// The above copyright notice and this permission notice shall be included in all // Permission to use, copy, modify, and distribute this software for any purpose
// copies or substantial portions of the Software. // with or without fee is hereby granted, provided that the above copyright
// notice and this permission notice appear in all copies.
// //
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
// SOFTWARE. // OR OTHER DEALINGS IN THE SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder shall not
// be used in advertising or otherwise to promote the sale, use or other dealings
// in this Software without prior written authorization of the copyright holder.
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
************************************************************************************ ************************************************************************************