This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 1a0c5cf63a drivers/mtd/mtd_config_fs: migrate to SPDX identifier
1a0c5cf63a is described below
commit 1a0c5cf63a3ec9a7221b04b6117ddbbfc4bd29ae
Author: Alin Jerpelea <[email protected]>
AuthorDate: Wed Dec 18 06:01:27 2024 +0100
drivers/mtd/mtd_config_fs: migrate to SPDX identifier
Most tools used for compliance and SBOM generation use SPDX identifiers
This change brings us a step closer to an easy SBOM generation.
Signed-off-by: Alin Jerpelea <[email protected]>
---
drivers/mtd/mtd_config_fs.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/drivers/mtd/mtd_config_fs.c b/drivers/mtd/mtd_config_fs.c
index 9e9a575d1c..d846361e64 100644
--- a/drivers/mtd/mtd_config_fs.c
+++ b/drivers/mtd/mtd_config_fs.c
@@ -1,6 +1,9 @@
/****************************************************************************
* drivers/mtd/mtd_config_fs.c
*
+ * SPDX-License-Identifier: Apache-2.0
+ * SPDX-FileCopyrightText: 2018 Laczen
+ *
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -16,12 +19,6 @@
* License for the specific language governing permissions and limitations
* under the License.
*
- * NVS: non volatile storage in flash
- *
- * Copyright (c) 2018 Laczen
- *
- * SPDX-License-Identifier: Apache-2.0
- *
****************************************************************************/
/****************************************************************************