From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=WLc/M3Ns; spf=pass (domain: linaro.org, ip: 209.85.221.66, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by groups.io with SMTP; Tue, 09 Jul 2019 09:07:49 -0700 Received: by mail-wr1-f66.google.com with SMTP id n9so12520191wrr.4 for ; Tue, 09 Jul 2019 09:07:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=yWKuG9niG5bsqMqH9u1aIH9cQ7FNxNyTZ5b6Z4PCdKg=; b=WLc/M3NssPbCNxsOVcN7Y9b+F9J4DvXH8mPy1BtPgnmyLc4l90k0DExeEMnQi7Acsl NNgfVj/vhChHFvPk1oSMx/H4Ho0T42r0XWhz/3Q9fYWqAflrPnyCIAkaILujtSGRnebd WBxj7eBEJde3bmT54vl0XEIs8QsfDRD7EU7uRDNXhKe5jWdVYtfUQZiZKUb9OtUYOoyy BjtoXYy2+jpc9OFFjSdmGVS8bp+Owp1wGa1pIyFOnjLkCV32+tPun7lZ5m69w6X2EWE5 s1IVhaz/HZDucJy9OUGwNxpTLf56PrWUue3tiGN7UsIs4WP6zGqajFUqKINjZHebvyKO YN5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=yWKuG9niG5bsqMqH9u1aIH9cQ7FNxNyTZ5b6Z4PCdKg=; b=Xfy3E440G4y5dEqZnpy11/iV0T51cNhfkQ9KN8j2lqO9Cfmqpxo6v16wQ21VVntlwN bw+RvnvfagVctpCIbXS6RB4cfOTpPPcTOoNfqbpNmnpENqCyym62kP1wnwcxVy/XngIg 5GpzHx4RwpVjBj3qWD3Yx/4a6M9QRrp/temCAhVS6ljWCZ5sWw2NPdcijVYiepwUOkLa 6WhyzI5XLV4amrPVERoo+NSOIrSbI7UXD1Qdbnv0zzAbKE7WwjVMtAEh5ikIZ++ImtNZ JO8ykVv4ZIJ5hEPtUhMJXbbeZQs7afGRnLtfEE7sauygy3F2YBPVegZv2IpKN27ZZLuL FqSw== X-Gm-Message-State: APjAAAXs6DeNtXOsfYN7tEsmohNcz4OZSf6p7a/7hmQSUgPLWyc2/wSO YyHdtQAWbUHc2gzZkb+q16ZTn6Uz+Ss= X-Google-Smtp-Source: APXvYqxNpwtFBFwdwURIytRaZiLZDSuIxtut9p1ptpJgBAWA0AOkaa1dFeLqQCD9TZHBf0HEjhsu0Q== X-Received: by 2002:adf:d08e:: with SMTP id y14mr7069715wrh.309.1562688467721; Tue, 09 Jul 2019 09:07:47 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id s12sm2083663wmh.34.2019.07.09.09.07.46 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 09 Jul 2019 09:07:47 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Michael D Kinney , Ard Biesheuvel Subject: [PATCH edk2-platforms 0/3] Rectify licensing on various files Date: Tue, 9 Jul 2019 17:07:41 +0100 Message-Id: <20190709160744.5898-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit When the change from 2-Clause BSD + CLA to only BSD+Patent happened, a small number of files in the tree were left untouched because the licensing situation was unclear; two files had accidental 3-Clause BSD licenses so could not simply be changed, and some others accidentally lacked explicit license statements. This small series rectifies the situation for these files. This does *not* touch the Marvell Armada/Macchiato source files which were *intentionally* 3-clause BSD and Marvell have since agreed to relicense. Leif Lindholm (3): Platform,Silicon RPi3: update license headers to BSD+Patent Platform/RaspberryPi: add license header to PlatformUiAppLib.inf Silicon/Hisilicon: add SPDX license tags to IORT .asl files Cc: Michael D Kinney Cc: Ard Biesheuvel Platform/RaspberryPi/RPi3/Include/IndustryStandard/RpiMbox.h | 26 +------------------------- Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/PlatformUiAppLib.inf | 8 ++++++++ Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836.h | 26 +------------------------- Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl | 4 +++- Silicon/Hisilicon/Hi1616/D05AcpiTables/D05Iort.asl | 4 +++- Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Iort.asl | 4 +++- Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620IortNoSmmu.asl | 4 +++- 7 files changed, 22 insertions(+), 54 deletions(-) -- 2.20.1