From 113abc71d4eec74e87094d5d2595c07da88b80be Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Tue, 22 Feb 2022 18:13:06 +0000 Subject: [PATCH] Add SPDX identifier. Fix #1387 --- mongoose.c | 4 +++- mongoose.h | 4 +++- src/license.h | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/mongoose.c b/mongoose.c index c6ed6572..e9e0ea88 100644 --- a/mongoose.c +++ b/mongoose.c @@ -1,5 +1,5 @@ // Copyright (c) 2004-2013 Sergey Lyubka -// Copyright (c) 2013-2021 Cesanta Software Limited +// Copyright (c) 2013-2022 Cesanta Software Limited // All rights reserved // // This software is dual-licensed: you can redistribute it and/or modify @@ -14,6 +14,8 @@ // // 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 or commercial #include "mongoose.h" diff --git a/mongoose.h b/mongoose.h index 8f11e426..ee747276 100644 --- a/mongoose.h +++ b/mongoose.h @@ -1,5 +1,5 @@ // Copyright (c) 2004-2013 Sergey Lyubka -// Copyright (c) 2013-2021 Cesanta Software Limited +// Copyright (c) 2013-2022 Cesanta Software Limited // All rights reserved // // This software is dual-licensed: you can redistribute it and/or modify @@ -14,6 +14,8 @@ // // 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 or commercial #ifndef MONGOOSE_H #define MONGOOSE_H diff --git a/src/license.h b/src/license.h index c62f00f4..7de3e224 100644 --- a/src/license.h +++ b/src/license.h @@ -1,5 +1,5 @@ // Copyright (c) 2004-2013 Sergey Lyubka -// Copyright (c) 2013-2021 Cesanta Software Limited +// Copyright (c) 2013-2022 Cesanta Software Limited // All rights reserved // // This software is dual-licensed: you can redistribute it and/or modify @@ -14,3 +14,5 @@ // // 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 or commercial