From e11536c33986caaaae6ca2b52c69bb9461be9986 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 10 May 2023 09:40:58 -0600 Subject: [PATCH] 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 --- cpukit/include/sys/_ffcounter.h | 2 +- cpukit/include/sys/timeffc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/include/sys/_ffcounter.h b/cpukit/include/sys/_ffcounter.h index 42fd604e1c..b90fe3f8fa 100644 --- a/cpukit/include/sys/_ffcounter.h +++ b/cpukit/include/sys/_ffcounter.h @@ -8,7 +8,7 @@ */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011 The University of Melbourne * All rights reserved. diff --git a/cpukit/include/sys/timeffc.h b/cpukit/include/sys/timeffc.h index 3e7bf68d8b..01a4775503 100644 --- a/cpukit/include/sys/timeffc.h +++ b/cpukit/include/sys/timeffc.h @@ -8,7 +8,7 @@ */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011 The University of Melbourne * All rights reserved.