Skip to content

Commit 521b813

Browse files
committed
OptionRomPkg: 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 ec339f8 commit 521b813

Some content is hidden

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

48 files changed

+53
-337
lines changed

OptionRomPkg/Application/BltLibSample/BltLibSample.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Example program using BltLib
33
44
Copyright (c) 2006 - 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

OptionRomPkg/Application/BltLibSample/BltLibSample.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
#
44
# Copyright (c) 2008 - 2011, 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-
# 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.
6+
# SPDX-License-Identifier: BSD-2-Clause-Patent
127
#
138
#
149
##

OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c

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

OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h

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

OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
# protocol.
66
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<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-
# 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.
8+
# SPDX-License-Identifier: BSD-2-Clause-Patent
149
#
1510
#
1611
##

OptionRomPkg/AtapiPassThruDxe/ComponentName.c

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

OptionRomPkg/AtapiPassThruDxe/DriverSupportedEfiVersion.c

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

OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
UEFI Component Name(2) protocol implementation for USB Serial driver.
33
44
Copyright (c) 2004 - 2013, 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
7-
License which accompanies this distribution. The full text of the license may
8-
be found at 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

OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c

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

OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.h

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

OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf

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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
only supports the integrated PHY since no other test cases were available.
77
88
Copyright (c) 2011, 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Definitions for ASIX AX88772 Ethernet adapter.
33
44
Copyright (c) 2011 - 2015, 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# This module provides support for the ASIX AX88772 USB/Ethernet adapter.
55
# Copyright (c) 2011 - 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
UEFI Component Name(2) protocol implementation.
33
44
Copyright (c) 2011, 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/DriverBinding.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Implement the driver binding protocol for Asix AX88772 Ethernet driver.
33
44
Copyright (c) 2011-2013, 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Provides the Simple Network functions.
33
44
Copyright (c) 2011 - 2016, 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772.c

+2-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@
55
USB to Ethernet MAC with integrated 10/100 PHY. Note that this implementation
66
only supports the integrated PHY since no other test cases were available.
77
8-
Copyright (c) 2011, Intel Corporation
9-
All rights reserved. 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.
8+
Copyright (c) 2011, Intel Corporation. All rights reserved.
9+
SPDX-License-Identifier: BSD-2-Clause-Patent
1610
1711
**/
1812

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772.h

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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# This module provides support for the ASIX AX88772 USB/Ethernet adapter.
55
# Copyright (c) 2011 - 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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ComponentName.c

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

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/DriverBinding.c

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/** @file
22
Implement the driver binding protocol for Asix AX88772 Ethernet driver.
33
4-
Copyright (c) 2011-2013, 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-2013, Intel Corporation. All rights reserved.
5+
SPDX-License-Identifier: BSD-2-Clause-Patent
126
137
**/
148

OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c

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

OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@
1212
to function both in the EFI pre-boot environment and from the OS runtime.
1313
1414
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
15-
This program and the accompanying materials
16-
are licensed and made available under the terms and conditions of the BSD License
17-
which accompanies this distribution. The full text of the license may be found at
18-
http://opensource.org/licenses/bsd-license.php
19-
20-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15+
SPDX-License-Identifier: BSD-2-Clause-Patent
2216
2317
**/
2418

OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Cirrus Logic 5430 Controller Driver
33
44
Copyright (c) 2006 - 2011, 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

OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
# to function both in the EFI pre-boot environment and from the OS runtime.
1212
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
1313
#
14-
# This program and the accompanying materials
15-
# are licensed and made available under the terms and conditions of the BSD License
16-
# which accompanies this distribution. The full text of the license may be found at
17-
# http://opensource.org/licenses/bsd-license.php
18-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14+
# SPDX-License-Identifier: BSD-2-Clause-Patent
2015
#
2116
#
2217
##

0 commit comments

Comments
 (0)