aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_error.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:12:43 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:12:43 +0000
commitbec9534d1d180ff06c240db7bbd809764a6a8f6f (patch)
tree54865cff3010c770f2cdf66cf37d052c907f80ef /sys/cam/ctl/ctl_error.h
parentebf5747bdb4c8c502d56f86f341be0f2a9080109 (diff)
downloadsrc-bec9534d1d180ff06c240db7bbd809764a6a8f6f.tar.gz
src-bec9534d1d180ff06c240db7bbd809764a6a8f6f.zip
sys/cam: further 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=326265
Diffstat (limited to 'sys/cam/ctl/ctl_error.h')
-rw-r--r--sys/cam/ctl/ctl_error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cam/ctl/ctl_error.h b/sys/cam/ctl/ctl_error.h
index 75c948c439e6..eb9e1fc5d1a0 100644
--- a/sys/cam/ctl/ctl_error.h
+++ b/sys/cam/ctl/ctl_error.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2003 Silicon Graphics International Corp.
* Copyright (c) 2014-2015 Alexander Motin <mav@FreeBSD.org>
* All rights reserved.