aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_sim.c
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/cam_sim.c
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/cam_sim.c')
-rw-r--r--sys/cam/cam_sim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cam/cam_sim.c b/sys/cam/cam_sim.c
index a024d0654c21..35cd5c232a33 100644
--- a/sys/cam/cam_sim.c
+++ b/sys/cam/cam_sim.c
@@ -1,6 +1,8 @@
/*-
* Common functions for SCSI Interface Modules (SIMs).
*
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 1997 Justin T. Gibbs.
* All rights reserved.
*