diff mbox series

[v8,3/3] mongoose: Add SPDX

Message ID 20220218012718.46080-3-james.hilliard1@gmail.com
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series [v8,1/3] mongoose: Update to version 7.6 | expand

Commit Message

James Hilliard Feb. 18, 2022, 1:27 a.m. UTC
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
Changes v6 -> v7:
  - add SPDX to mongoose header
---
 mongoose/mongoose.c | 2 ++
 mongoose/mongoose.h | 2 ++
 2 files changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/mongoose/mongoose.c b/mongoose/mongoose.c
index d5b1dd9..049df8b 100644
--- a/mongoose/mongoose.c
+++ b/mongoose/mongoose.c
@@ -2,6 +2,8 @@ 
 // Copyright (c) 2013-2021 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
diff --git a/mongoose/mongoose.h b/mongoose/mongoose.h
index 1398306..3240388 100644
--- a/mongoose/mongoose.h
+++ b/mongoose/mongoose.h
@@ -2,6 +2,8 @@ 
 // Copyright (c) 2013-2021 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