Skip to content

Commit f85416c

Browse files
author
Sherry Fan
committed
Modify licenses to Apache-2.0
1 parent 78195f4 commit f85416c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/src/dev/documenting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ are documenting the *parent* item (the crate).
142142
//!
143143
//! Copyright (C) Microsoft Corporation. All rights reserved.
144144
//!
145-
//! SPDX-License-Identifier: BSD-2-Clause-Patent
145+
//! SPDX-License-Identifier: Apache-2.0
146146
//!
147147
```
148148

@@ -163,7 +163,7 @@ crate. Doc comments here use `//!` specifying we are documenting the *parent* it
163163
//!
164164
//! Copyright (C) Microsoft Corporation. All rights reserved.
165165
//!
166-
//! SPDX-License-Identifier: BSD-2-Clause-Patent
166+
//! SPDX-License-Identifier: Apache-2.0
167167
//!
168168
```
169169

docs/src/files/PlatformDxeCore.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It provides an implementation of DXE Core that is compliant with DXE CIS.
55
#
66
# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
7-
# SPDX-License-Identifier: BSD-2-Clause-Patent
7+
# SPDX-License-Identifier: Apache-2.0
88
#
99
##
1010

docs/src/files/PlatformDxeCoreBinary.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It provides an implementation of DXE Core that is compliant with DXE CIS.
55
#
66
# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
7-
# SPDX-License-Identifier: BSD-2-Clause-Patent
7+
# SPDX-License-Identifier: Apache-2.0
88
#
99
##
1010

docs/src/rfc/text/0010-unstable-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Example of issue template for unstable feature stabilization:
2828
#
2929
##
3030
# Copyright (c) Microsoft Corporation.
31-
# SPDX-License-Identifier: BSD-2-Clause-Patent
31+
# SPDX-License-Identifier: Apache-2.0
3232
##
3333
name: 📓 Tracking unstable feature issue.
3434
description: "Track an unstable feature."

0 commit comments

Comments
 (0)