diff mbox series

[6/7] mongoose: Make REUSE compliant

Message ID 20210403180221.7442-7-toertel@gmail.com
State Accepted
Headers show
Series Start making SWUpdate REUSE-compliant | expand

Commit Message

Mark Jonas April 3, 2021, 6:02 p.m. UTC
Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 mongoose/Config.in  | 4 ++++
 mongoose/Makefile   | 4 ++++
 mongoose/mongoose.h | 4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/mongoose/Config.in b/mongoose/Config.in
index e0944fd..242a364 100644
--- a/mongoose/Config.in
+++ b/mongoose/Config.in
@@ -1,3 +1,7 @@ 
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
 menuconfig WEBSERVER
 	bool "Web Server"
 	select MONGOOSE
diff --git a/mongoose/Makefile b/mongoose/Makefile
index 851a476..a6711a2 100644
--- a/mongoose/Makefile
+++ b/mongoose/Makefile
@@ -1,3 +1,7 @@ 
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
 ifneq ($(CONFIG_WEBSERVER),)
 ifneq ($(CONFIG_MONGOOSE),)
 KBUILD_CFLAGS += -DMG_ENABLE_HTTP_STREAMING_MULTIPART=1
diff --git a/mongoose/mongoose.h b/mongoose/mongoose.h
index 5ee502d..6a095cb 100644
--- a/mongoose/mongoose.h
+++ b/mongoose/mongoose.h
@@ -3,6 +3,8 @@ 
  * Copyright (c) 2013-2020 Cesanta Software Limited
  * All rights reserved
  *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
  * 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
@@ -15,8 +17,6 @@ 
  *
  * Alternatively, you can license this software under a commercial
  * license, as set out in <https://www.cesanta.com/license>.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #ifdef MG_MODULE_LINES