aboutsummaryrefslogtreecommitdiff
path: root/lib/libstdthreads/tss.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstdthreads/tss.c')
-rw-r--r--lib/libstdthreads/tss.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libstdthreads/tss.c b/lib/libstdthreads/tss.c
index 846ea7d4e268..b2cd7fec4b7b 100644
--- a/lib/libstdthreads/tss.c
+++ b/lib/libstdthreads/tss.c
@@ -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>
* All rights reserved.
@@ -24,13 +24,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <pthread.h>
#include "threads.h"