aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtold.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtold.c')
-rw-r--r--lib/libc/stdlib/strtold.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtold.c b/lib/libc/stdlib/strtold.c
index 250b8558acb9..fa05f7a63889 100644
--- a/lib/libc/stdlib/strtold.c
+++ b/lib/libc/stdlib/strtold.c
@@ -1,8 +1,7 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2011 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by David Chisnall under sponsorship from the
* FreeBSD Foundation.
@@ -29,9 +28,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stdlib.h>
#include "xlocale_private.h"