diff mbox series

[v6,3/3] mongoose: Add SPDX

Message ID 20220209035508.21219-3-james.hilliard1@gmail.com
State Superseded, archived
Delegated to: Stefano Babic
Headers show
Series [v6,1/3] mongoose: Update to version 7.6 | expand

Commit Message

James Hilliard Feb. 9, 2022, 3:55 a.m. UTC
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 mongoose/mongoose.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic Feb. 16, 2022, 12:08 p.m. UTC | #1
On 09.02.22 04:55, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>   mongoose/mongoose.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> 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

But mongoose.h is missing, my pipeline for REUSE fails:

https://source.denx.de/swupdate/swupdate/-/jobs/392882

Best regards,
Stefano
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