From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com []) by mx.groups.io with SMTP id smtpd.web11.10509.1620726902245449258 for ; Tue, 11 May 2021 02:55:03 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: VFiEwlV9x1GeVvMccvJgso27H2489DKucCKyEHc8jpBXgisabAoYSFKfenqpYe+dVxqmgRkaz5 /3cOB+vK5ZKw== X-IronPort-AV: E=McAfee;i="6200,9189,9980"; a="199081240" X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="199081240" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 02:55:00 -0700 IronPort-SDR: 3D2E964y0vwvR3OwZAeFZI1WcYwqWnhpurtGF+c5VAtvvoZfmJLLJcWj8/4F7LJmlxre3zKWFB d9TCKlPihb7g== X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="436576718" Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.66.229]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 02:55:00 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu , Mike Kinney , Isaac Oram , Mohamed Abbas , Michael Kubacki , Zachary Bobroff , Harikrishna Doppalapudi Subject: [edk2-non-osi] [PATCH V1 1/9] PurleySiliconBinPkg/FV: Add License.txt Date: Tue, 11 May 2021 02:54:26 -0700 Message-Id: <20210511095434.12575-2-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 In-Reply-To: <20210511095434.12575-1-nathaniel.l.desimone@intel.com> References: <20210511095434.12575-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Chasel Chiu Cc: Mike Kinney Cc: Isaac Oram Cc: Mohamed Abbas Cc: Michael Kubacki Cc: Zachary Bobroff Cc: Harikrishna Doppalapudi Signed-off-by: Nate DeSimone --- .../Intel/PurleySiliconBinPkg/FV/License.txt | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/License.txt diff --git a/Silicon/Intel/PurleySiliconBinPkg/FV/License.txt b/Silicon/Intel/PurleySiliconBinPkg/FV/License.txt new file mode 100644 index 0000000..73830d0 --- /dev/null +++ b/Silicon/Intel/PurleySiliconBinPkg/FV/License.txt @@ -0,0 +1,37 @@ +Copyright (c) 2021 Intel Corporation. +All rights reserved. + +Redistribution. + +Redistribution and use in binary form, without modification, are permitted, +provided that the following conditions are met: + +1. Redistributions must reproduce the above copyright notice and the + following disclaimer in the documentation and/or other materials provided + with the distribution. + +2. Neither the name of Intel Corporation nor the names of its suppliers may + be used to endorse or promote products derived from this software without + specific prior written permission. + +3. No reverse engineering, decompilation, or disassembly of this software + is permitted. + + +"Binary form" includes any format that is commonly used for electronic +conveyance that is a reversible, bit-exact translation of binary +representation to ASCII or ISO text, for example "uuencode". + +DISCLAIMER. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 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 SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -- 2.27.0.windows.1