diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2019-04-03 16:06:41 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-04-09 10:58:21 -0700 |
commit | 0eb3de2edc2a45f76d57a8a4f563e97b115893fd (patch) | |
tree | 550bc3302e667ee2e9813f32dce81d2cebf05b2d /QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c | |
parent | e1d302e554729e85832bd1fb005abec1c39b2889 (diff) | |
download | edk2-0eb3de2edc2a45f76d57a8a4f563e97b115893fd.tar.gz edk2-0eb3de2edc2a45f76d57a8a4f563e97b115893fd.tar.bz2 edk2-0eb3de2edc2a45f76d57a8a4f563e97b115893fd.zip |
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
https://bugzilla.tianocore.org/show_bug.cgi?id=1373
Replace BSD 2-Clause License with BSD+Patent License. This change is
based on the following emails:
https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html
RFCs with detailed process for the license change:
V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c')
-rw-r--r-- | QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c b/QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c index 0e7a7b79a1..5ecb1cfdc7 100644 --- a/QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c +++ b/QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c @@ -2,13 +2,7 @@ Copyright (c) 2013-2016 Intel Corporation.
-This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+SPDX-License-Identifier: BSD-2-Clause-Patent
**/
|