From c62c8ea4ddc209417c151a68ef783a5103fbe6cb Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 20 Oct 2021 10:04:49 +0100 Subject: [PATCH] Correct licensing URL --- mongoose.c | 4 ++-- mongoose.h | 4 ++-- src/license.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mongoose.c b/mongoose.c index 9411a8a9..9abcf9fb 100644 --- a/mongoose.c +++ b/mongoose.c @@ -5,7 +5,7 @@ // 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 . +// 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 @@ -13,7 +13,7 @@ // See the GNU General Public License for more details. // // Alternatively, you can license this software under a commercial -// license, as set out in . +// license, as set out in https://www.mongoose.ws/licensing/ #include "mongoose.h" diff --git a/mongoose.h b/mongoose.h index a1d00646..c3be53d3 100644 --- a/mongoose.h +++ b/mongoose.h @@ -5,7 +5,7 @@ // 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 . +// 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 @@ -13,7 +13,7 @@ // See the GNU General Public License for more details. // // Alternatively, you can license this software under a commercial -// license, as set out in . +// license, as set out in https://www.mongoose.ws/licensing/ #ifndef MONGOOSE_H #define MONGOOSE_H diff --git a/src/license.h b/src/license.h index 47a86452..c62f00f4 100644 --- a/src/license.h +++ b/src/license.h @@ -5,7 +5,7 @@ // 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 . +// 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 @@ -13,4 +13,4 @@ // See the GNU General Public License for more details. // // Alternatively, you can license this software under a commercial -// license, as set out in . +// license, as set out in https://www.mongoose.ws/licensing/