Skip to content

Commit bc61733

Browse files
committed
edk2: 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 <[email protected]>
1 parent 8ee83c5 commit bc61733

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

edksetup.bat

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
@REM
44
@REM Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
55
@REM (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6-
@REM This program and the accompanying materials
7-
@REM are licensed and made available under the terms and conditions of the BSD License
8-
@REM which accompanies this distribution. The full text of the license may be found at
9-
@REM http://opensource.org/licenses/bsd-license.php
10-
@REM
11-
@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12-
@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6+
@REM SPDX-License-Identifier: BSD-2-Clause-Patent
137
@REM
148

159
@REM set CYGWIN_HOME=C:\cygwin

edksetup.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#
22
# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
33
# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
4-
# This program and the accompanying materials
5-
# are licensed and made available under the terms and conditions of the BSD License
6-
# which accompanies this distribution. The full text of the license may be found at
7-
# http://opensource.org/licenses/bsd-license.php
8-
#
9-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
4+
# SPDX-License-Identifier: BSD-2-Clause-Patent
115
#
126
# In *inux environment, the build tools's source is required and need to be compiled
137
# firstly, please reference https://github.com/tianocore/tianocore.github.io/wiki/SourceForge-to-Github-Quick-Start

0 commit comments

Comments
 (0)