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=bgyInDK7; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Tue, 09 Jul 2019 09:07:52 -0700 Received: by mail-wm1-f66.google.com with SMTP id g67so3851973wme.1 for ; Tue, 09 Jul 2019 09:07:51 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=rW8VYKf0lBYrrfYbprCbYEGFDVkqjG329CzsYuq7fYQ=; b=bgyInDK79FhKc/lAcEwWYvrmj1aiieAFHebjohSuLz2o55hiCywqVOA0JS+ycS8pM6 XaVvfv9exr8TmhvxHfZsoLeiqxeBKo+eVbvuaa4LI7QDLyJ4cqMY07ntM1QSi8wvKKEs ZYJJkJqB2X00b/APXWPcuUD1b6yotm/qmFOvBLavA25TsUMv62qsl4JNHIVYRb4wZgh+ dnca3hJlhR+UfMYRGOftrwoXkas0KHbYYDH9STIAkS+Ks69CAtvU9aR/bhED8Re9sSKN yKOk9+UDLQd/v5wx5tPzCbnyIYhSkWmpjefUglHkzSx45SArKR/p63mPyTPE7XLvW7fV g2yA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=rW8VYKf0lBYrrfYbprCbYEGFDVkqjG329CzsYuq7fYQ=; b=hxW9aBriVtl11HKpgko20zLi2BMu+M2fMZKTcqvAU4fNs616twYR/wxH3wAY+pT3VI iJk0CkRWcwHR5dP0IQq/mdB0HlHDrqtSjQfrS2zxC0KJKogpuz9EVMxYHrEYs7fCWLGs REvqJmEfW9RBEvHfAGuKv0qNtP+66eSDi98v54nSXfOSbEecjliCmfaaO5/rV/iI+GBk quZf+FABUvKsTZ9or2khzUcH/gzOifd1DcVoB8jGdQkGVC3iKSFjXUOYJiH1elTAHFdo 74YZ5CI7sRO0YI0E0xKpRVEwpOQ+FguvzRJ8jRP0VU8trjNikPiaNtx4/yZNK307youU fE6g== X-Gm-Message-State: APjAAAUr1+Hg3aXqqd4mALmXTGHrcsSOM0QnGG5GzHsCNb2dnOPX5YPk IYJe+4Bf0Kt3H/CGaFbT7nEr7RNKEhE= X-Google-Smtp-Source: APXvYqzl/FYMt95rjUcVbXIrxrvspRC6Go4gyXL0LSOZzYx+qFuTDdz8sc4AG+G/FEwFqPV+f7wgaA== X-Received: by 2002:a1c:cc0d:: with SMTP id h13mr580419wmb.119.1562688469976; Tue, 09 Jul 2019 09:07:49 -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.48 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 09 Jul 2019 09:07:49 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Michael D Kinney Subject: [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf Date: Tue, 9 Jul 2019 17:07:43 +0100 Message-Id: <20190709160744.5898-3-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190709160744.5898-1-leif.lindholm@linaro.org> References: <20190709160744.5898-1-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit PlatformUiAppLib.inf was accidentally merged without an explicit license header. Add one that matches the actuakl source code (BSD+Patent, after the general relicensing earlier this year. (This has been OK:d with Andrei off-list.) Signed-off-by: Leif Lindholm Cc: Michael D Kinney --- Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/PlatformUiAppLib.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/PlatformUiAppLib.inf b/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/PlatformUiAppLib.inf index cacf55f02a14..27b0c30c3917 100644 --- a/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/PlatformUiAppLib.inf +++ b/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/PlatformUiAppLib.inf @@ -1,3 +1,11 @@ +#/** @file +# +# Copyright (c) 2017-2018, Andrei Warkentin +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +#**/ + [Defines] INF_VERSION = 0x0001001A BASE_NAME = PlatformUiAppLib -- 2.20.1