1*617e2443SMark Logan/* 2*617e2443SMark Logan * Part of "Intel(R) AMT Management Interface" Linux driver 3*617e2443SMark Logan * 4*617e2443SMark Logan * Copyright (c) 2003 - 2007 Intel Corp. 5*617e2443SMark Logan * All rights reserved. 6*617e2443SMark Logan * 7*617e2443SMark Logan * Redistribution and use in source and binary forms, with or without 8*617e2443SMark Logan * modification, are permitted provided that the following conditions 9*617e2443SMark Logan * are met: 10*617e2443SMark Logan * 1. Redistributions of source code must retain the above copyright 11*617e2443SMark Logan * notice, this list of conditions, and the following disclaimer, 12*617e2443SMark Logan * without modification. 13*617e2443SMark Logan * 2. Redistributions in binary form must reproduce at minimum a disclaimer 14*617e2443SMark Logan * substantially similar to the "NO WARRANTY" disclaimer below 15*617e2443SMark Logan * ("Disclaimer") and any redistribution must be conditioned upon 16*617e2443SMark Logan * including a substantially similar Disclaimer requirement for further 17*617e2443SMark Logan * binary redistribution. 18*617e2443SMark Logan * 3. Neither the names of the above-listed copyright holders nor the names 19*617e2443SMark Logan * of any contributors may be used to endorse or promote products derived 20*617e2443SMark Logan * from this software without specific prior written permission. 21*617e2443SMark Logan * 22*617e2443SMark Logan * Alternatively, this software may be distributed under the terms of the 23*617e2443SMark Logan * GNU General Public License ("GPL") version 2 as published by the Free 24*617e2443SMark Logan * Software Foundation. 25*617e2443SMark Logan * 26*617e2443SMark Logan * NO WARRANTY 27*617e2443SMark Logan * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28*617e2443SMark Logan * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 29*617e2443SMark Logan * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR 30*617e2443SMark Logan * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31*617e2443SMark Logan * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 32*617e2443SMark Logan * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 33*617e2443SMark Logan * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 34*617e2443SMark Logan * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 35*617e2443SMark Logan * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 36*617e2443SMark Logan * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 37*617e2443SMark Logan * POSSIBILITY OF SUCH DAMAGES. 38*617e2443SMark Logan * 39*617e2443SMark Logan */ 40