From patchwork Thu Aug 4 23:08:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 73337 Delivered-To: patches@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1637844qga; Thu, 4 Aug 2016 16:08:42 -0700 (PDT) X-Received: by 10.98.105.135 with SMTP id e129mr129956840pfc.59.1470352121950; Thu, 04 Aug 2016 16:08:41 -0700 (PDT) Return-Path: Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com. [2607:f8b0:400e:c00::22b]) by mx.google.com with ESMTPS id e73si16842223pfj.239.2016.08.04.16.08.41 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Aug 2016 16:08:41 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22b as permitted sender) client-ip=2607:f8b0:400e:c00::22b; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22b as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pf0-x22b.google.com with SMTP id p64so90922987pfb.1 for ; Thu, 04 Aug 2016 16:08:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id; bh=aqR18jcYGgUtef96Q04CL0hcKV556dEtwuNeuv4lzeI=; b=AhRYVUVIPKMLnuUrHdHPOy8cyUjQIx7e0kPkGvOOiEzQ6q9buzIFB51aQGC5FWHhdc 4jRYIYtZ5wrnSx0VTW9IRoMdaX8/CG/DO37O082Gg4VSnjJTmlY4U6l5rIY06yAeh7dS sVbQ09/dt0bfeXoUWGFEFohYn1RVQc+3gOu7A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=aqR18jcYGgUtef96Q04CL0hcKV556dEtwuNeuv4lzeI=; b=By10v5oZ1ZeNdYCmP8v+iKa8OE9+R2qRMf9j7ke9XWN1ZHymd8o4Ky6p0GXLxQCZz6 6sEM0r22iRsUi4kfL2u3Q2ivSzzoptg4QbBceQCOG+Rx7FW1Twc0qkslJYIbuNw98cXA LEtoHcpnLxFIfHYKS3SigDz4SkCrvMQWmh6Ab3abeGOzqfrHF9CkDC/S3eTkmBcIepQE 7HfyhwGOAXCYXjdS4R3aLMtmSDcsM5Qf8b+JbhKEEgKyqSWk8HfHih/KeZVfqnLl7r7v ctorPIHEMOLfELJUPVEroY8h8tBvhZ0d8DR3ZdIt/RZCHewaSwE088PAtHafNEtTPeXe T/oQ== X-Gm-Message-State: AEkoousjhLXNvenHd4lhJi9IMcaSlrot/HnVHpS9YNxlCW60kAc9RgVvl67/jMcHoG7v/Q4l/x0= X-Received: by 10.98.74.91 with SMTP id x88mr129389847pfa.79.1470352121628; Thu, 04 Aug 2016 16:08:41 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id 184sm22788231pfg.20.2016.08.04.16.08.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Aug 2016 16:08:41 -0700 (PDT) From: John Stultz To: Haojian Zhuang Subject: [PATCH] [DRAFT]Add missing License.txt to HisiPkg directory Date: Thu, 4 Aug 2016 16:08:40 -0700 Message-Id: <1470352120-1874-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Hey Haojian, So this is basically what Dmitry has asked for. A License.txt to the HiSiPkg dir. This applies to the hikey branch of https://github.com/96boards-hikey/edk2 Please review and commit this or a correct license for the HisiPkg dir. thanks -john --- HisiPkg/License.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 HisiPkg/License.txt -- 1.9.1 diff --git a/HisiPkg/License.txt b/HisiPkg/License.txt new file mode 100644 index 0000000..58bfb56 --- /dev/null +++ b/HisiPkg/License.txt @@ -0,0 +1,25 @@ +Copyright (c) 2014-2015, Linaro Limited. All rights reserved. +Copyright (c) 2014-2015, Hisilicon Limited. 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, this list of conditions and the following disclaimer. + +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. + +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 +HOLDER 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.