aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-18 14:26:50 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-18 14:26:50 +0000
commitdf57947f083046d50552e99b91074927d2458708 (patch)
treef55ca844144ab080e7f132a02b8dbd5135a39862 /lib/libc/mips
parentef4968d9e7c3b90c1499a32a38fdc34f4da22f41 (diff)
Notes
Diffstat (limited to 'lib/libc/mips')
-rw-r--r--lib/libc/mips/SYS.h2
-rw-r--r--lib/libc/mips/gen/fabs.c4
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/mips/SYS.h b/lib/libc/mips/SYS.h
index ceb68121b07d..99d3b470fa92 100644
--- a/lib/libc/mips/SYS.h
+++ b/lib/libc/mips/SYS.h
@@ -2,6 +2,8 @@
/* $FreeBSD$ */
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996 Jonathan Stone
* All rights reserved.
*
diff --git a/lib/libc/mips/gen/fabs.c b/lib/libc/mips/gen/fabs.c
index 8bb15025aead..6730a6746289 100644
--- a/lib/libc/mips/gen/fabs.c
+++ b/lib/libc/mips/gen/fabs.c
@@ -1,6 +1,8 @@
/* $NetBSD: fabs.c,v 1.2 2002/05/26 11:48:01 wiz Exp $ */
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996 Mark Brinicombe
*
* Redistribution and use in source and binary forms, with or without