[PATCH 1/3] General further adoption of SPDX licensing ID tags.
Sebastian Huber <[email protected]> Sat, 20 Jun 2026 07:39:44 +0200
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
From: "Pedro F. Giffuni" <[email protected]> Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. --- newlib/libc/stdlib/div.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/newlib/libc/stdlib/div.c b/newlib/libc/stdlib/div.c index 4868c6d47..4296f1e80 100644 --- a/newlib/libc/stdlib/div.c +++ b/newlib/libc/stdlib/div.c @@ -41,7 +41,9 @@ PORTABILITY No supporting OS subroutines are required. */ =20 -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 Regents of the University of California. * All rights reserved. * --=20 2.51.0