svn commit: r328067 - head/sys/cam/scsi

Pedro F. Giffuni pfg at FreeBSD.org
Tue Jan 16 23:08:26 UTC 2018


Author: pfg
Date: Tue Jan 16 23:08:25 2018
New Revision: 328067
URL: https://svnweb.freebsd.org/changeset/base/328067

Log:
  scsi_ch.c: Small cleanups to the comments.
  
  Move the the NetBSD tag near to the related licence. Update it to reflect
  better the point where we started diverging.
  
  Use grouping parenthesis for the SPDX tag.
  
  No functional change.

Modified:
  head/sys/cam/scsi/scsi_ch.c

Modified: head/sys/cam/scsi/scsi_ch.c
==============================================================================
--- head/sys/cam/scsi/scsi_ch.c	Tue Jan 16 21:58:38 2018	(r328066)
+++ head/sys/cam/scsi/scsi_ch.c	Tue Jan 16 23:08:25 2018	(r328067)
@@ -1,5 +1,5 @@
 /*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause
+ * SPDX-License-Identifier: (BSD-2-Clause-FreeBSD AND BSD-4-Clause)
  *
  * Copyright (c) 1997 Justin T. Gibbs.
  * Copyright (c) 1997, 1998, 1999 Kenneth D. Merry.
@@ -27,12 +27,6 @@
  * SUCH DAMAGE.
  */
 
-/*
- * Derived from the NetBSD SCSI changer driver.
- *
- *	$NetBSD: ch.c,v 1.32 1998/01/12 09:49:12 thorpej Exp $
- *
- */
 /*-
  * Copyright (c) 1996, 1997 Jason R. Thorpe <thorpej at and.com>
  * All rights reserved.
@@ -67,6 +61,8 @@
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $NetBSD: ch.c,v 1.34 1998/08/31 22:28:06 cgd Exp $
  */
 
 #include <sys/cdefs.h>


More information about the svn-src-head mailing list