From 2904c2bfb67023e7d480636840524c80470c81f2 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Thu, 21 Aug 2025 11:12:36 +0000 Subject: [PATCH] fix license and copyright for mongoose --- Others/mongoose/7.18/24.03-lts-sp2/main.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Others/mongoose/7.18/24.03-lts-sp2/main.c b/Others/mongoose/7.18/24.03-lts-sp2/main.c index b8928d85..b193e27d 100644 --- a/Others/mongoose/7.18/24.03-lts-sp2/main.c +++ b/Others/mongoose/7.18/24.03-lts-sp2/main.c @@ -1,3 +1,21 @@ +// Copyright (c) 2013-2025 Cesanta Software Limited +// All rights reserved +// +// This software is dual-licensed: you can redistribute it and/or modify +// it under the terms of the GNU General Public License version 2 as +// published by the Free Software Foundation. For the terms of this +// license, see http://www.gnu.org/licenses/ +// +// You are free to use this software under the terms of the GNU General +// Public License, but WITHOUT ANY WARRANTY; without even the implied +// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU General Public License for more details. +// +// Alternatively, you can license this software under a commercial +// license, as set out in https://www.mongoose.ws/licensing/ +// +// SPDX-License-Identifier: GPL-2.0-only or commercial + #include "mongoose.h" // To build, run: cc main.c mongoose.c // HTTP server event handler function -- Gitee