Move my own code from a 4 clause to a 3 clause licence.
This commit is contained in:
parent
879c84a74d
commit
ad9b63f6fb
8
dist/iscsi/include/scsi_cmd_codes.h
vendored
8
dist/iscsi/include/scsi_cmd_codes.h
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scsi_cmd_codes.h,v 1.10 2007/01/10 18:04:31 agc Exp $ */
|
||||
/* $NetBSD: scsi_cmd_codes.h,v 1.11 2007/06/16 23:13:25 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
8
dist/iscsi/src/disk.c
vendored
8
dist/iscsi/src/disk.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: disk.c,v 1.24 2007/01/10 22:40:31 agc Exp $ */
|
||||
/* $NetBSD: disk.c,v 1.25 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
8
dist/iscsi/src/iscsi-target.c
vendored
8
dist/iscsi/src/iscsi-target.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: iscsi-target.c,v 1.11 2006/08/03 20:21:59 agc Exp $ */
|
||||
/* $NetBSD: iscsi-target.c,v 1.12 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
8
dist/iscsi/src/netmask.c
vendored
8
dist/iscsi/src/netmask.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: netmask.c,v 1.7 2006/11/27 22:24:27 agc Exp $ */
|
||||
/* $NetBSD: netmask.c,v 1.8 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
10
dist/iscsi/src/osd-target.c
vendored
10
dist/iscsi/src/osd-target.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: osd-target.c,v 1.5 2006/03/31 23:22:24 agc Exp $ */
|
||||
/* $NetBSD: osd-target.c,v 1.6 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
@ -36,7 +32,7 @@
|
||||
#ifndef lint
|
||||
__COPYRIGHT("@(#) Copyright © 2006 \
|
||||
The NetBSD Foundation, Inc. All rights reserved.");
|
||||
__RCSID("$NetBSD: osd-target.c,v 1.5 2006/03/31 23:22:24 agc Exp $");
|
||||
__RCSID("$NetBSD: osd-target.c,v 1.6 2007/06/16 23:13:26 agc Exp $");
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
|
8
dist/iscsi/src/storage.c
vendored
8
dist/iscsi/src/storage.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: storage.c,v 1.5 2006/08/03 20:21:59 agc Exp $ */
|
||||
/* $NetBSD: storage.c,v 1.6 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
8
dist/iscsi/src/strtoll.c
vendored
8
dist/iscsi/src/strtoll.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: strtoll.c,v 1.2 2006/03/27 22:26:28 agc Exp $ */
|
||||
/* $NetBSD: strtoll.c,v 1.3 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
8
dist/iscsi/src/uuid.c
vendored
8
dist/iscsi/src/uuid.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: uuid.c,v 1.2 2006/05/25 19:41:06 agc Exp $ */
|
||||
/* $NetBSD: uuid.c,v 1.3 2007/06/16 23:13:26 agc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright © 2006 Alistair Crooks. All rights reserved.
|
||||
@ -11,11 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by Alistair Crooks
|
||||
* for the NetBSD project.
|
||||
* 4. The name of the author may not be used to endorse or promote
|
||||
* 3. The name of the author may not be used to endorse or promote
|
||||
* products derived from this software without specific prior written
|
||||
* permission.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user