Skip to content

Commit 382c030

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent a4b4da1 commit 382c030

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

libs/libc/stdlib/lib_bsearch.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/****************************************************************************
22
* libs/libc/stdlib/lib_bsearch.c
33
*
4-
* Copyright (c) 1990, 1993
5-
* The Regents of the University of California. All rights reserved.
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
* SPDX-FileCopyrightText: 1990 The Regents of the University of California.
6+
* SPDX-FileCopyrightText: 1993 The Regents of the University of California.
7+
* All rights reserved.
68
*
79
* Redistribution and use in source and binary forms, with or without
810
* modification, are permitted provided that the following conditions

libs/libc/stdlib/lib_qsort.c

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/****************************************************************************
22
* libs/libc/stdlib/lib_qsort.c
33
*
4-
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
5-
* Author: Gregory Nutt <[email protected]>
6-
*
7-
* Leveraged from:
8-
*
9-
* Copyright (c) 1992, 1993
10-
* The Regents of the University of California. All rights reserved.
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
* SPDX-FileCopyrightText: 2007, 2009, 2011 Gregory Nutt.
6+
* SPDX-FileCopyrightText: 1993 The Regents of the University of California.
7+
* SPDX-FileCopyrightText: 1990 The Regents of the University of California.
8+
* SPDX-FileContributor: Gregory Nutt <[email protected]>
9+
* All rights reserved.
1110
*
1211
* Redistribution and use in source and binary forms, with or without
1312
* modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)