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 661917e84d
commit 9692409b2f
2 changed files with 10 additions and 9 deletions

View file

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

View file

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