diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 09:40:58 -0600 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2024-07-09 08:20:50 +0200 |
commit | 69913208c184edd372079c0f6d670a827cbf2aa0 (patch) | |
tree | 3b85b7f2e9fe910b7a17b6b15e195c3bb6e6457e /newlib | |
parent | 9f86886873df95e05d9246256f6db9c62f8d8dae (diff) | |
download | newlib-69913208c184edd372079c0f6d670a827cbf2aa0.zip newlib-69913208c184edd372079c0f6d670a827cbf2aa0.tar.gz newlib-69913208c184edd372079c0f6d670a827cbf2aa0.tar.bz2 |
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
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/include/stdatomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/stdatomic.h b/newlib/libc/include/stdatomic.h index 1acec53..6e435bf 100644 --- a/newlib/libc/include/stdatomic.h +++ b/newlib/libc/include/stdatomic.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * David Chisnall <theraven@FreeBSD.org> |