From f24882eca5268ba131ba025dcfc263649817df58 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 16 Jan 2018 23:19:57 +0000 Subject: [PATCH] SPDX: finish tagging sys/cam. --- sys/cam/cam_iosched.c | 2 ++ sys/cam/cam_iosched.h | 2 ++ sys/cam/ctl/ctl_ha.c | 2 ++ sys/cam/ctl/ctl_tpc.c | 2 ++ sys/cam/ctl/ctl_tpc.h | 2 ++ sys/cam/ctl/ctl_tpc_local.c | 2 ++ sys/cam/mmc/mmc.h | 2 ++ sys/cam/mmc/mmc_all.h | 2 ++ sys/cam/mmc/mmc_da.c | 2 ++ sys/cam/mmc/mmc_xpt.c | 2 ++ sys/cam/nvme/nvme_all.c | 2 ++ sys/cam/nvme/nvme_all.h | 2 ++ sys/cam/nvme/nvme_da.c | 2 ++ sys/cam/nvme/nvme_xpt.c | 2 ++ sys/cam/scsi/scsi_all.c | 4 ++-- sys/cam/scsi/scsi_enc.h | 2 ++ sys/cam/scsi/scsi_ses.h | 2 ++ 17 files changed, 34 insertions(+), 2 deletions(-) diff --git a/sys/cam/cam_iosched.c b/sys/cam/cam_iosched.c index c42594e22da..e926e65e877 100644 --- a/sys/cam/cam_iosched.c +++ b/sys/cam/cam_iosched.c @@ -1,6 +1,8 @@ /*- * CAM IO Scheduler Interface * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Netflix, Inc. * All rights reserved. * diff --git a/sys/cam/cam_iosched.h b/sys/cam/cam_iosched.h index 150b8e90fb4..aa1e87cef5c 100644 --- a/sys/cam/cam_iosched.h +++ b/sys/cam/cam_iosched.h @@ -1,6 +1,8 @@ /*- * CAM IO Scheduler Interface * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Netflix, Inc. * All rights reserved. * diff --git a/sys/cam/ctl/ctl_ha.c b/sys/cam/ctl/ctl_ha.c index 003fd64af7c..b158ab23228 100644 --- a/sys/cam/ctl/ctl_ha.c +++ b/sys/cam/ctl/ctl_ha.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Alexander Motin * All rights reserved. * diff --git a/sys/cam/ctl/ctl_tpc.c b/sys/cam/ctl/ctl_tpc.c index 36b99a07439..572d93a9007 100644 --- a/sys/cam/ctl/ctl_tpc.c +++ b/sys/cam/ctl/ctl_tpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Alexander Motin * All rights reserved. * diff --git a/sys/cam/ctl/ctl_tpc.h b/sys/cam/ctl/ctl_tpc.h index a02183ba6bf..109b11f2f26 100644 --- a/sys/cam/ctl/ctl_tpc.h +++ b/sys/cam/ctl/ctl_tpc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Alexander Motin * All rights reserved. * diff --git a/sys/cam/ctl/ctl_tpc_local.c b/sys/cam/ctl/ctl_tpc_local.c index b0888e9a53d..f88565db835 100644 --- a/sys/cam/ctl/ctl_tpc_local.c +++ b/sys/cam/ctl/ctl_tpc_local.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Alexander Motin * Copyright (c) 2004, 2005 Silicon Graphics International Corp. * All rights reserved. diff --git a/sys/cam/mmc/mmc.h b/sys/cam/mmc/mmc.h index 2e31f029000..9b9659fee21 100644 --- a/sys/cam/mmc/mmc.h +++ b/sys/cam/mmc/mmc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014-2016 Ilya Bakulin. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/cam/mmc/mmc_all.h b/sys/cam/mmc/mmc_all.h index c2494894ca2..cbc32c0d988 100644 --- a/sys/cam/mmc/mmc_all.h +++ b/sys/cam/mmc/mmc_all.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014-2016 Ilya Bakulin. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/cam/mmc/mmc_da.c b/sys/cam/mmc/mmc_da.c index 8d251c83b6c..dd865ae374a 100644 --- a/sys/cam/mmc/mmc_da.c +++ b/sys/cam/mmc/mmc_da.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter * Copyright (c) 2006 M. Warner Losh * Copyright (c) 2009 Alexander Motin diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c index e97e619bbc4..1a8158c35e0 100644 --- a/sys/cam/mmc/mmc_xpt.c +++ b/sys/cam/mmc/mmc_xpt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013,2014 Ilya Bakulin * All rights reserved. * diff --git a/sys/cam/nvme/nvme_all.c b/sys/cam/nvme/nvme_all.c index 8d1e688ec74..0d2eef83210 100644 --- a/sys/cam/nvme/nvme_all.c +++ b/sys/cam/nvme/nvme_all.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Netflix, Inc * All rights reserved. * diff --git a/sys/cam/nvme/nvme_all.h b/sys/cam/nvme/nvme_all.h index b2db4833bb2..fa2298460ca 100644 --- a/sys/cam/nvme/nvme_all.h +++ b/sys/cam/nvme/nvme_all.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Netflix, Inc * All rights reserved. * diff --git a/sys/cam/nvme/nvme_da.c b/sys/cam/nvme/nvme_da.c index 4ed62cb5861..4d3dd64d946 100644 --- a/sys/cam/nvme/nvme_da.c +++ b/sys/cam/nvme/nvme_da.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Netflix, Inc * All rights reserved. * diff --git a/sys/cam/nvme/nvme_xpt.c b/sys/cam/nvme/nvme_xpt.c index 3325bf3a372..6aacd9e8eb8 100644 --- a/sys/cam/nvme/nvme_xpt.c +++ b/sys/cam/nvme/nvme_xpt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Netflix, Inc. * All rights reserved. * diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index c4df8caf9d1..91df394f22e 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -1,8 +1,8 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Implementation of Utility functions for all SCSI device types. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Justin T. Gibbs. * Copyright (c) 1997, 1998, 2003 Kenneth D. Merry. * All rights reserved. diff --git a/sys/cam/scsi/scsi_enc.h b/sys/cam/scsi/scsi_enc.h index 1a97292d33a..fc7e3bd3f1c 100644 --- a/sys/cam/scsi/scsi_enc.h +++ b/sys/cam/scsi/scsi_enc.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: (BSD-2-Clause-FreeBSD OR GPL-2.0) + * * Copyright (c) 2000 by Matthew Jacob * All rights reserved. * diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h index 76cd36d140e..779b3a97a00 100644 --- a/sys/cam/scsi/scsi_ses.h +++ b/sys/cam/scsi/scsi_ses.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: (BSD-2-Clause-FreeBSD OR GPL-2.0) + * * Copyright (c) 2000 by Matthew Jacob * All rights reserved. *