aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/iconv.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:20:12 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:20:12 +0000
commit8a36da99deb0e19363ec04e4d3facd869c1028f5 (patch)
tree98ee347fbcff61e6f7d83ccd4e42262a17ae5164 /sys/libkern/iconv.c
parent3728855a0f66545c4aa90dc0d478dc403bdfa667 (diff)
downloadsrc-8a36da99deb0e19363ec04e4d3facd869c1028f5.tar.gz
src-8a36da99deb0e19363ec04e4d3facd869c1028f5.zip
sys/kern: adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified 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=326271
Diffstat (limited to 'sys/libkern/iconv.c')
-rw-r--r--sys/libkern/iconv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c
index b42c043e5e45..4c96c8d7a5fb 100644
--- a/sys/libkern/iconv.c
+++ b/sys/libkern/iconv.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*