libs/libc/stdlib: 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 <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2024-12-17 00:58:04 +01:00 committed by Xiang Xiao
parent a4b4da1a16
commit 382c0302ce
2 changed files with 10 additions and 9 deletions

View file

@ -1,8 +1,10 @@
/****************************************************************************
* libs/libc/stdlib/lib_bsearch.c
*
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: 1990 The Regents of the University of California.
* SPDX-FileCopyrightText: 1993 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View file

@ -1,13 +1,12 @@
/****************************************************************************
* libs/libc/stdlib/lib_qsort.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Leveraged from:
*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: 2007, 2009, 2011 Gregory Nutt.
* SPDX-FileCopyrightText: 1993 The Regents of the University of California.
* SPDX-FileCopyrightText: 1990 The Regents of the University of California.
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions