Skip to content

Commit 0fb7bd5

Browse files
committed
BaseTools: 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 bc61733 commit 0fb7bd5

File tree

479 files changed

+479
-3355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

479 files changed

+479
-3355
lines changed

BaseTools/Bin/CYGWIN_NT-5.1-i686/LzmaF86Compress

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
# This script will exec LzmaCompress tool with --f86 option that enables converter for x86 code.
44
#
55
# Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
6-
# This program and the accompanying materials
7-
# are licensed and made available under the terms and conditions of the BSD License
8-
# which accompanies this distribution. The full text of the license may be found at
9-
# http://opensource.org/licenses/bsd-license.php
10-
#
11-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6+
# SPDX-License-Identifier: BSD-2-Clause-Patent
137
#
148

159
for arg; do

BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
#
33
# Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
44
#
5-
# This program and the accompanying materials
6-
# are licensed and made available under the terms and conditions of the BSD License
7-
# which accompanies this distribution. The full text of the license may be found at
8-
#
9-
# http://opensource.org/licenses/bsd-license.php
10-
#
11-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
136
#
147

158
#

BaseTools/BinWrappers/PosixLike/BrotliCompress

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
# This script will exec Brotli tool with -e/-d options.
44
#
55
# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
6-
# This program and the accompanying materials
7-
# are licensed and made available under the terms and conditions of the BSD License
8-
# which accompanies this distribution. The full text of the license may be found at
9-
# http://opensource.org/licenses/bsd-license.php
10-
#
11-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6+
# SPDX-License-Identifier: BSD-2-Clause-Patent
137
#
148
QLT="-q 9 -w 22"
159
ARGS=

BaseTools/BinWrappers/PosixLike/LzmaF86Compress

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

1610
for arg; do

BaseTools/BinWrappers/WindowsLike/BrotliCompress.bat

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
@REM This script will exec Brotli tool with -e/-d options.
33
@REM
44
@REM Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
5-
@REM This program and the accompanying materials
6-
@REM are licensed and made available under the terms and conditions of the BSD License
7-
@REM which accompanies this distribution. The full text of the license may be found at
8-
@REM http://opensource.org/licenses/bsd-license.php
9-
@REM
10-
@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11-
@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5+
@REM SPDX-License-Identifier: BSD-2-Clause-Patent
126
@REM
137

148
@echo off

BaseTools/BuildEnv

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

1610
SetWorkspace() {

BaseTools/Conf/Empty_Package_Information_Data_File.ini

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
; Example ini file used for UPT.
33
;
44
; Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
5-
; This program and the accompanying materials
6-
; are licensed and made available under the terms and conditions of the BSD License
7-
; which accompanies this distribution. The full text of the license may be found at
8-
; http://opensource.org/licenses/bsd-license.php
9-
;
10-
; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11-
; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5+
; SPDX-License-Identifier: BSD-2-Clause-Patent
126
;
137
[DistributionHeader]
148
Name =

BaseTools/Conf/FrameworkDatabase.template

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
</Description>
1111
<Copyright>Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.</Copyright>
1212
<License>
13-
This program and the accompanying materials are licensed and made available
14-
under the terms and conditions of the BSD License which accompanies this
15-
distribution. The full text of the license may be found at:
16-
http://opensource.org/licenses/bsd-license.php
17-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
18-
WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13+
SPDX-License-Identifier: BSD-2-Clause-Patent
1914
</License>
2015
<Specification>FRAMEWORK_PACKAGING_SPECIFICATION 0x00090000</Specification>
2116
</FdbHeader>

BaseTools/Conf/XMLSchema/DistributionPackage.xsd

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ Filename: DistributionPackage.xsd
44
55
Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.
66
7-
This program and the accompanying materials are licensed and made available
8-
under the terms and conditions of the BSD License which may be found at
9-
http://opensource.org/licenses/bsd-license.php
10-
11-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
7+
SPDX-License-Identifier: BSD-2-Clause-Patent
138
149
-->
1510
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"

BaseTools/Conf/build_rule.template

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#
22
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
33
# Portions copyright (c) 2008 - 2010, Apple Inc. 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

137
## Syntax

BaseTools/Conf/target.template

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#
22
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
33
#
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
#
137
# ALL Paths are Relative to WORKSPACE

BaseTools/Conf/tools_def.template

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
# Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>
66
# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
77
#
8-
# This program and the accompanying materials
9-
# are licensed and made available under the terms and conditions of the BSD License
10-
# which accompanies this distribution. The full text of the license may be found at
11-
# http://opensource.org/licenses/bsd-license.php
12-
#
13-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
8+
# SPDX-License-Identifier: BSD-2-Clause-Patent
159
#
1610

1711
IDENTIFIER = Default TOOL_CHAIN_CONF

BaseTools/GNUmakefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# GNU/Linux makefile for Base Tools project build.
33
#
44
# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
5-
# This program and the accompanying materials
6-
# are licensed and made available under the terms and conditions of the BSD License
7-
# which accompanies this distribution. The full text of the license may be found at
8-
# http://opensource.org/licenses/bsd-license.php
9-
#
10-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
126
#
137

148
all: subdirs

BaseTools/Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# Windows makefile for Base Tools project build.
33
#
44
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# This program and the accompanying materials
6-
# are licensed and made available under the terms and conditions of the BSD License
7-
# which accompanies this distribution. The full text of the license may be found at
8-
# http://opensource.org/licenses/bsd-license.php
9-
#
10-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
126
#
137

148
!IFNDEF BASE_TOOLS_PATH

BaseTools/Scripts/BinToPcd.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# Convert a binary file to a VOID* PCD value or DSC file VOID* PCD statement.
33
#
44
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# This program and the accompanying materials
6-
# are licensed and made available under the terms and conditions of the BSD License
7-
# which accompanies this distribution. The full text of the license may be found at
8-
# http://opensource.org/licenses/bsd-license.php
9-
#
10-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
126
#
137

148
'''

BaseTools/Scripts/ConvertFceToStructurePcd.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
# PCD setting in DEC/DSC/INF files.
77
#
88
# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
9-
# This program and the accompanying materials
10-
# are licensed and made available under the terms and conditions of the BSD License
11-
# which accompanies this distribution. The full text of the license may be found at
12-
# http://opensource.org/licenses/bsd-license.php
13-
#
14-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
9+
# SPDX-License-Identifier: BSD-2-Clause-Patent
1610
#
1711

1812
'''

BaseTools/Scripts/ConvertMasmToNasm.py

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

159
from __future__ import print_function

BaseTools/Scripts/ConvertUni.py

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

169
from __future__ import print_function

BaseTools/Scripts/FormatDosFiles.py

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

1610
#

BaseTools/Scripts/GccBase.lds

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
77
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
88

9-
This program and the accompanying materials are licensed and made available under
10-
the terms and conditions of the BSD License that accompanies this distribution.
11-
The full text of the license may be found at
12-
http://opensource.org/licenses/bsd-license.php.
13-
14-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
9+
SPDX-License-Identifier: BSD-2-Clause-Patent
1610

1711
**/
1812

BaseTools/Scripts/MemoryProfileSymbolGen.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# This tool depends on DIA2Dump.exe (VS) or nm (gcc) to parse debug entry.
55
#
66
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
7-
# This program and the accompanying materials are licensed and made available under
8-
# the terms and conditions of the BSD License that accompanies this distribution.
9-
# The full text of the license may be found at
10-
# http://opensource.org/licenses/bsd-license.php.
11-
#
12-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
7+
# SPDX-License-Identifier: BSD-2-Clause-Patent
148
#
159
##
1610

BaseTools/Scripts/PackageDocumentTools/__init__.py

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

BaseTools/Scripts/PackageDocumentTools/packagedoc_cli.py

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

159
from __future__ import print_function

BaseTools/Scripts/PackageDocumentTools/packagedocapp.pyw

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

1610
import os, sys, wx, logging

BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/__init__.py

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

BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/basemodel/__init__.py

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

BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/basemodel/doxygen.py

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

148
from __future__ import print_function

0 commit comments

Comments
 (0)