aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_taskqueue.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/kern/subr_taskqueue.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/kern/subr_taskqueue.c')
-rw-r--r--sys/kern/subr_taskqueue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c
index 0ec519df0d46..290a5c32d908 100644
--- a/sys/kern/subr_taskqueue.c
+++ b/sys/kern/subr_taskqueue.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2000 Doug Rabson
* All rights reserved.
*