diff mbox series

[02/21] mongoose: Fix licenses as in c8341e29b

Message ID 20240615191941.40301-3-Michael.Glembotzki@iris-sensing.com
State Changes Requested
Headers show
Series Update Mongoose to 7.14 | expand

Commit Message

Michael Glembotzki June 15, 2024, 7:11 p.m. UTC
Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
---
 mongoose/mongoose.c | 2 +-
 mongoose/mongoose.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/mongoose/mongoose.c b/mongoose/mongoose.c
index 3fc0e14a..1768bf70 100644
--- a/mongoose/mongoose.c
+++ b/mongoose/mongoose.c
@@ -15,7 +15,7 @@ 
 // 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
+// SPDX-License-Identifier: GPL-2.0-only
 
 #include "mongoose.h"
 
diff --git a/mongoose/mongoose.h b/mongoose/mongoose.h
index 3a439a6e..b59e2b06 100644
--- a/mongoose/mongoose.h
+++ b/mongoose/mongoose.h
@@ -15,7 +15,7 @@ 
 // 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
+// SPDX-License-Identifier: GPL-2.0-only
 
 #ifndef MONGOOSE_H
 #define MONGOOSE_H