Skip to content

Commit e1f0205

Browse files
Fix 3rd party licenses
1 parent 2e5d3d2 commit e1f0205

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.ddev/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ supervisor = ['BSD-3-Clause-Modification']
101101
prometheus-client = ['Apache-2.0']
102102
# https://github.com/GrahamDumpleton/wrapt/blob/develop/LICENSE
103103
wrapt = ['BSD-3-Clause']
104+
# orjson: PyPI reports "MPL-2.0 AND (Apache-2.0 OR MIT)" which the validator does not parse
105+
# https://github.com/ijl/orjson/blob/main/LICENSE-MIT
106+
orjson = ['MPL-2.0', 'Apache-2.0', 'MIT']
104107

105108
[overrides.dependencies.repo]
106109
PyYAML = 'https://github.com/yaml/pyyaml'

LICENSE-3rdparty.csv

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ oauthlib,PyPI,BSD-3-Clause,Copyright (c) The OAuthlib Community
3939
openstacksdk,PyPI,Apache-2.0,Copyright OpenStack <[email protected]>
4040
orjson,PyPI,Apache-2.0,
4141
orjson,PyPI,MIT,
42+
orjson,PyPI,MPL-2.0,
4243
packaging,PyPI,Apache-2.0,Copyright (c) Donald Stufft and individual contributors.
4344
packaging,PyPI,BSD-3-Clause,Copyright (c) Donald Stufft and individual contributors.
44-
paramiko,PyPI,LGPL-2.1-only,Copyright (C) 2009 Jeff Forcier
45+
paramiko,PyPI,LGPL-2.1-only,Copyright (C) Jeff Forcier
4546
prometheus-client,PyPI,Apache-2.0,Copyright 2015 The Prometheus Authors
4647
protobuf,PyPI,BSD-3-Clause,Copyright 2008 Google Inc. All rights reserved.
4748
psutil,PyPI,BSD-3-Clause,"Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola"
@@ -51,7 +52,7 @@ pyasn1,PyPI,BSD-3-Clause,"Copyright (c) 2005-2019, Ilya Etingof <[email protected]
5152
pydantic,PyPI,MIT,Copyright (c) 2017 to present Pydantic Services Inc. and individual contributors.
5253
pymongo,PyPI,Apache-2.0,Copyright The MongoDB Python Team
5354
pymqi,PyPI,PSF,Copyright (c) Zato Source s.r.o.
54-
pyodbc,PyPI,MIT-0,Copyright 2008 Michael Kleehammer
55+
pyodbc,PyPI,MIT-0,Copyright Michael Kleehammer
5556
pysnmp,PyPI,BSD-2-Clause,"Copyright (c) 2005-2019, Ilya Etingof <[email protected]>"
5657
pysnmp,PyPI,BSD-3-Clause,"Copyright (c) 2005-2019, Ilya Etingof <[email protected]>"
5758
pysnmp-mibs,PyPI,BSD-3-Clause,"Copyright (c) 2005-2016, Ilya Etingof <[email protected]>"
@@ -69,7 +70,7 @@ requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz.
6970
requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz.
7071
requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield"
7172
requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2025 thelab
72-
rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB.
73+
rethinkdb,PyPI,Apache-2.0,Copyright RethinkDB.
7374
securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres
7475
semver,PyPI,BSD-3-Clause,"Copyright (c) 2013, Konstantine Rybnikov"
7576
service-identity,PyPI,MIT,Copyright (c) 2014 Hynek Schlawack and the service-identity contributors
@@ -79,5 +80,5 @@ supervisor,PyPI,BSD-3-Clause-Modification,"Copyright (c) 2002-2005, Daniel Krech
7980
tuf,PyPI,Apache-2.0,Copyright (c) 2010 New York University
8081
tuf,PyPI,MIT,Copyright (c) 2010 New York University
8182
urllib3,PyPI,MIT,Copyright (c) 2008-2020 Andrey Petrov and contributors.
82-
vertica-python,PyPI,Apache-2.0,"Copyright 2013 Justin Berka, Alex Kim, Siting Ren"
83+
vertica-python,PyPI,Apache-2.0,"Copyright Justin Berka, Alex Kim, Siting Ren"
8384
wrapt,PyPI,BSD-3-Clause,"Copyright (c) 2013-2023, Graham Dumpleton"

0 commit comments

Comments
 (0)