Skip to content

Commit e55c853

Browse files
committed
AppPkg: 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 a6df2af commit e55c853

Some content is hidden

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

88 files changed

+132
-662
lines changed

AppPkg/AppPkg.dec

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
#
44
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
55
#
6-
# This program and the accompanying materials are licensed and made available under
7-
# the terms and conditions of the BSD License which accompanies this distribution.
8-
# The full text of the license may be found at
9-
# http://opensource.org/licenses/bsd-license.
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

AppPkg/AppPkg.dsc

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

2014
[Defines]

AppPkg/Applications/ArithChk/ArithChk.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
# conversion library.
44
#
55
# Copyright (c) 2014, 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.
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
[Defines]

AppPkg/Applications/Hello/Hello.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
we can build applications without LibC.
44
55
Copyright (c) 2010 - 2011, 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.
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
#include <Uefi.h>
159
#include <Library/UefiLib.h>

AppPkg/Applications/Hello/Hello.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# A simple, basic, EDK II native, "hello" application.
33
#
44
# Copyright (c) 2010 - 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.
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

AppPkg/Applications/Main/Main.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
built using the "Standard C Libraries" from StdLib.
44
55
Copyright (c) 2010 - 2011, 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.
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
//#include <Uefi.h>
159
//#include <Library/UefiLib.h>

AppPkg/Applications/Main/Main.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
# built using the "Standard C Libraries" from StdLib.
44
#
55
# Copyright (c) 2010 - 2014, 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.
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
[Defines]

AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
Copyright (C) 2014, Red Hat, Inc.
1010
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
1111
12-
This program and the accompanying materials are licensed and made available
13-
under the terms and conditions of the BSD License which accompanies this
14-
distribution. The full text of the license may be found at
15-
http://opensource.org/licenses/bsd-license.
16-
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.
12+
SPDX-License-Identifier: BSD-2-Clause-Patent
1913
**/
2014

2115
#include <assert.h> // assert()

AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
# Copyright (C) 2014, Red Hat, Inc.
66
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
77
#
8-
# This program and the accompanying materials are licensed and made available
9-
# under the terms and conditions of the BSD License which accompanies this
10-
# distribution. The full text of the license may be found at
11-
# http://opensource.org/licenses/bsd-license.
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
15-
# IMPLIED.
8+
# SPDX-License-Identifier: BSD-2-Clause-Patent
169
##
1710

1811
[Defines]

AppPkg/Applications/OrderedCollectionTest/gentest.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
#
88
# Copyright (C) 2014, Red Hat, Inc.
99
#
10-
# This program and the accompanying materials are licensed and made available
11-
# under the terms and conditions of the BSD License which accompanies this
12-
# distribution. The full text of the license may be found at
13-
# http://opensource.org/licenses/bsd-license.
14-
#
15-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
17-
# IMPLIED.
10+
# SPDX-License-Identifier: BSD-2-Clause-Patent
1811
##
1912

2013
set -e -u -C

AppPkg/Applications/Python/Efi/config.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Python Module configuration.
33
44
Copyright (c) 2011-2012, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available under
6-
the terms and conditions of the BSD License that accompanies this distribution.
7-
The full text of the license may be found at
8-
http://opensource.org/licenses/bsd-license.
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
/* This file contains the table of built-in modules.

AppPkg/Applications/Python/Efi/edk2module.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
Derived from posixmodule.c in Python 2.7.2.
44
55
Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available under
7-
the terms and conditions of the BSD License that accompanies this distribution.
8-
The full text of the license may be found at
9-
http://opensource.org/licenses/bsd-license.
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
#define PY_SSIZE_T_CLEAN
159

AppPkg/Applications/Python/Efi/getpath.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@
2222
/Efi/StdLib/lib/python.VERSION/dynalib Dynamically loadable Python extension modules.
2323
2424
Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
25-
This program and the accompanying materials are licensed and made available under
26-
the terms and conditions of the BSD License that accompanies this distribution.
27-
The full text of the license may be found at
28-
http://opensource.org/licenses/bsd-license.
29-
30-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
31-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
25+
SPDX-License-Identifier: BSD-2-Clause-Patent
3226
**/
3327
#include <Python.h>
3428
#include <osdefs.h>

AppPkg/Applications/Python/Ia32/pyconfig.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Manually generated Python Configuration file for EDK II.
33
44
Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available under
6-
the terms and conditions of the BSD License that accompanies this distribution.
7-
The full text of the license may be found at
8-
http://opensource.org/licenses/bsd-license.
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
#ifndef Py_PYCONFIG_H
148
#define Py_PYCONFIG_H

AppPkg/Applications/Python/PythonCore.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
#
44
# Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>
55
# Copyright (c) 2011 - 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.
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

AppPkg/Applications/Python/X64/pyconfig.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>
55
Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available under
7-
the terms and conditions of the BSD License that accompanies this distribution.
8-
The full text of the license may be found at
9-
http://opensource.org/licenses/bsd-license.
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
#ifndef Py_PYCONFIG_H
159
#define Py_PYCONFIG_H

AppPkg/Applications/Sockets/DataSink/DataSink.c

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/** @file
22
Data source for network testing.
33
4-
Copyright (c) 2011-2012, Intel Corporation
5-
All rights reserved. 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.
4+
Copyright (c) 2011-2012, Intel Corporation. All rights reserved.
5+
SPDX-License-Identifier: BSD-2-Clause-Patent
126
137
**/
148

AppPkg/Applications/Sockets/DataSink/DataSink.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# DataSink Application
33
#
44
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# All rights reserved. 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

AppPkg/Applications/Sockets/DataSource/DataSource.c

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/** @file
22
Data source for network testing.
33
4-
Copyright (c) 2011-2012, Intel Corporation
5-
All rights reserved. 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.
4+
Copyright (c) 2011-2012, Intel Corporation. All rights reserved.
5+
SPDX-License-Identifier: BSD-2-Clause-Patent
126
137
**/
148

AppPkg/Applications/Sockets/DataSource/DataSource.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# DataSource Application
33
#
44
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# All rights reserved. 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

AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/** @file
22
Test the getaddrinfo API
33
4-
Copyright (c) 2011-2012, Intel Corporation
5-
All rights reserved. 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.
4+
Copyright (c) 2011-2012, Intel Corporation. All rights reserved.
5+
SPDX-License-Identifier: BSD-2-Clause-Patent
126
137
**/
148

AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# GetAddrInfo Application
33
#
44
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# All rights reserved. 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

AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Translate the port number into a service name
33
44
Copyright (c) 2011 - 2012, 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
#include <errno.h>
148
#include <netdb.h>

AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# GetHostByAddr Application
33
#
44
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# All rights reserved. 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

AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Translate the host name into an IP address
33
44
Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available under
6-
the terms and conditions of the BSD License that accompanies this distribution.
7-
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
#include <errno.h>
148
#include <netdb.h>

AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# GetHostByDns Application
33
#
44
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5-
# All rights reserved. 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

0 commit comments

Comments
 (0)