summaryrefslogtreecommitdiffstats
path: root/sys/pci/aic7870.c
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-06-27 19:39:34 +0000
committergibbs <gibbs@FreeBSD.org>1997-06-27 19:39:34 +0000
commit1b2d4dc410cf838d2d2313094f084358946550d3 (patch)
tree938d347f681eb38814abe60fb178b6cfb7462eb6 /sys/pci/aic7870.c
parent7ebb73022cd781d8b3686ece97684d4d13d0bf73 (diff)
downloadFreeBSD-src-1b2d4dc410cf838d2d2313094f084358946550d3.zip
FreeBSD-src-1b2d4dc410cf838d2d2313094f084358946550d3.tar.gz
Modify my copyright notice to allow the sequencer to be used with GPLed
software (aka Linux).
Diffstat (limited to 'sys/pci/aic7870.c')
-rw-r--r--sys/pci/aic7870.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index 9634522..466fc93 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -2,21 +2,28 @@
* Product specific probe and attach routines for:
* 3940, 2940, aic7880, aic7870, aic7860 and aic7850 SCSI controllers
*
- * Copyright (c) 1995, 1996, 1997 Justin T. Gibbs.
+ * Copyright (c) 1995-1997 Justin Gibbs.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
- * notice immediately at the beginning of the file, without modification,
- * this list of conditions, and the following disclaimer.
+ * notice, this list of conditions, and the following disclaimer,
+ * without modification, immediately at the beginning of the file.
* 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. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
+ * Where this Software is combined with software released under the terms of
+ * the GNU Public License ("GPL") and the terms of the GPL would require the
+ * combined work to also be released under the terms of the GPL, the terms
+ * and conditions of this License will apply in addition to those of the
+ * GPL with the exception of any terms or conditions of this License that
+ * conflict with, or are expressly prohibited by, the GPL.
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -29,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7870.c,v 1.51 1997/02/25 03:06:19 gibbs Exp $
+ * $Id: aic7870.c,v 1.52 1997/03/16 07:12:36 gibbs Exp $
*/
#if defined(__FreeBSD__)
OpenPOWER on IntegriCloud