diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-16 23:58:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-16 23:58:19 +0000 |
commit | 99ca95c537d53268d0ca9d0615316641a26c963e (patch) | |
tree | 929b3ad0417d7e280528e2f9e664ce1e8836b759 /sys/dev/microcode/atmel | |
parent | 9d03d5e364c8315f75b3e2b10377bbbbef729821 (diff) |
put copy of license in firmware dir too
Diffstat (limited to 'sys/dev/microcode/atmel')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 11 | ||||
-rw-r--r-- | sys/dev/microcode/atmel/atu-license | 29 |
2 files changed, 39 insertions, 1 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index b0bb024561b..0e0574734b2 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2004/11/16 23:26:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/11/16 23:58:18 deraadt Exp $ + +# USB capable systems only +.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ + (${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \ + (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \ + (${MACHINE} == "cats") || (${MACHINE} == "hppa") FIRM= atu-intersil-int atu-rfmd-int atu-rfmd2958-int \ atu-intersil-ext atu-rfmd-ext atu-rfmd2958-ext @@ -15,5 +21,8 @@ NOMAN= afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${FIRM} ${DESTDIR}/etc/firmware + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${.CURDIR}/atu-license ${DESTDIR}/etc/firmware +.endif diff --git a/sys/dev/microcode/atmel/atu-license b/sys/dev/microcode/atmel/atu-license new file mode 100644 index 00000000000..66f53ff6bcf --- /dev/null +++ b/sys/dev/microcode/atmel/atu-license @@ -0,0 +1,29 @@ + * Copyright 2004 Atmel Corporation. All Rights Reserved. Redistribution and use + * of the microcode software ("Firmware") is permitted provided that the following + * conditions are met: + * 1. Firmware is redistributed in object code only. + * 2. Any reproduction of Firmware must contain the above copyright notice, + * this list of conditions and the below disclaimer in the documentation + * and/or other materials provided with the distribution; and + * 3. The name of Atmel Corporation may not be used to endorse or promote products + * derived from this Firmware without specific prior written consent. + * + * DISCLAIMER: ATMEL PROVIDES THIS FIRMWARE "AS IS'' WITH NO WARRANTIES + * OR INDEMNITIES WHATSOEVER. ATMEL EXPRESSLY DISCLAIMS ANY + * EXPRESS, STATUTORY OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + * PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * FIRMWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * USER ACKNOWLEDGES AND AGREES THAT THE PURCHASE OR USE OF THE + * FIRMWARE WILL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY + * IMPLICATION, ESTOPPEL, OR OTHERWISE IN ANY INTELLECTUAL PROPERTY + * RIGHTS (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER + * PROPRIETARY RIGHT) EMBODIED IN ANY OTHER ATMEL HARDWARE OR + * FIRMWARE EITHER SOLELY OR IN COMBINATION WITH THE FIRMWARE. |