aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/gb2312.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/gb2312.c')
-rw-r--r--lib/libc/locale/gb2312.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/locale/gb2312.c b/lib/libc/locale/gb2312.c
index 07a6c4764bb3..dbcb56435ab6 100644
--- a/lib/libc/locale/gb2312.c
+++ b/lib/libc/locale/gb2312.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright 2013 Garrett D'Amore <garrett@damore.org>
* Copyright 2010 Nexenta Systems, Inc. All rights reserved.
@@ -8,7 +8,7 @@
* All rights reserved.
*
* Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
+ *
* Portions of this software were developed by David Chisnall
* under sponsorship from the FreeBSD Foundation.
*
@@ -35,8 +35,6 @@
*/
#include <sys/param.h>
-__FBSDID("$FreeBSD$");
-
#include <errno.h>
#include <runetype.h>
#include <stdlib.h>