aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/wcpncpy.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-25 17:12:48 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-25 17:12:48 +0000
commitd915a14ef094c8dfc1a5aee70e135abfec01d0f1 (patch)
tree5e4beb317f980d35e29d02e47e054d0158cb5770 /lib/libc/string/wcpncpy.c
parente58eb3c437974277957187cfed4b9aa0c1a1e253 (diff)
downloadsrc-d915a14ef094c8dfc1a5aee70e135abfec01d0f1.tar.gz
src-d915a14ef094c8dfc1a5aee70e135abfec01d0f1.zip
libc: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
Notes
Notes: svn path=/head/; revision=326193
Diffstat (limited to 'lib/libc/string/wcpncpy.c')
-rw-r--r--lib/libc/string/wcpncpy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/wcpncpy.c b/lib/libc/string/wcpncpy.c
index 87b361c9737d..58b7d39aa3cf 100644
--- a/lib/libc/string/wcpncpy.c
+++ b/lib/libc/string/wcpncpy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2009 David Schultz <das@FreeBSD.org>
* All rights reserved.
*