aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-20 19:43:44 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-11 11:52:46 +0200
commiteb4cbf4fd3e4ebcc2db02c488fa0ef88858ab973 (patch)
treeed61285ea4355db5b9c57ffa7c8d08d4190b7c02
parent5c0c0e5c7797b2b361d6fb9e8c85da9c6572e02b (diff)
downloadnewlib-eb4cbf4fd3e4ebcc2db02c488fa0ef88858ab973.tar.gz
newlib-eb4cbf4fd3e4ebcc2db02c488fa0ef88858ab973.tar.bz2
newlib-eb4cbf4fd3e4ebcc2db02c488fa0ef88858ab973.zip
sys: further adoption of SPDX licensing ID tags.
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.
-rw-r--r--newlib/libc/sys/rtems/include/sys/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/rtems/include/sys/param.h b/newlib/libc/sys/rtems/include/sys/param.h
index 8ed9269d0..925f0fc44 100644
--- a/newlib/libc/sys/rtems/include/sys/param.h
+++ b/newlib/libc/sys/rtems/include/sys/param.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.