diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-07-25 15:13:49 +0000 |
commit | caa41f641755c935b036e17440a3b49329c904ed (patch) | |
tree | c434c1982a6fc944dd51fc660efbd6d84eea7ca5 /lib/msun/mips | |
parent | 8557b8ba15b9d332000a17a73b752b6ec35d0903 (diff) | |
download | src-caa41f641755c935b036e17440a3b49329c904ed.tar.gz src-caa41f641755c935b036e17440a3b49329c904ed.zip |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
(cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
Diffstat (limited to 'lib/msun/mips')
-rw-r--r-- | lib/msun/mips/fenv.c | 2 | ||||
-rw-r--r-- | lib/msun/mips/fenv.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/mips/fenv.c b/lib/msun/mips/fenv.c index 24c79a508aeb..d5cd7479982d 100644 --- a/lib/msun/mips/fenv.c +++ b/lib/msun/mips/fenv.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. diff --git a/lib/msun/mips/fenv.h b/lib/msun/mips/fenv.h index be846b7449ce..2129b4299b00 100644 --- a/lib/msun/mips/fenv.h +++ b/lib/msun/mips/fenv.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. |