Skip to content

Commit e951908

Browse files
committed
[LICENSING] Update attribution document
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent f388234 commit e951908

File tree

1 file changed

+205
-39
lines changed

1 file changed

+205
-39
lines changed

THIRD-PARTY-LICENSES.txt

Lines changed: 205 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
** boto3; version 1.24.22 -- https://pypi.org/project/boto3/
2-
1+
** boto3; version 1.24.96 -- https://pypi.org/project/boto3/
32

43

54
=======================================================================
@@ -433,7 +432,7 @@ Creative Commons may be contacted at creativecommons.org.
433432

434433
------
435434

436-
** aws-cdk; version 1.162.0 -- https://github.com/aws/aws-cdk
435+
** aws-cdk; version 1.178.0 -- https://github.com/aws/aws-cdk
437436

438437
Apache License
439438
Version 2.0, January 2004
@@ -643,16 +642,16 @@ Creative Commons may be contacted at creativecommons.org.
643642

644643
------
645644

646-
** botocore; version 1.27.22 -- https://github.com/boto/botocore
647645
** clickclick; version 20.10.2 -- https://codeberg.org/hjacobs/python-clickclick
648646
** connexion; version 2.13.1 -- https://github.com/zalando/connexion
649-
** constructs; version 3.4.39 -- https://github.com/aws/constructs
650-
** importlib-metadata; version 4.12.0 -- https://github.com/python/importlib_metadata
651-
** importlib-resources; version 5.8.0 -- https://github.com/python/importlib_resources
652-
** jsii; version 1.61.0 -- https://github.com/aws/jsii
653647
** python-dateutil; version 2.8.2 -- https://github.com/dateutil/dateutil
654648
** requests; version 2.28.1 -- https://github.com/psf/requests
655649
** s3transfer; version 0.6.0 -- https://github.com/boto/s3transfer
650+
** botocore; version 1.27.96 -- https://github.com/boto/botocore
651+
** constructs; version 3.4.133 -- https://github.com/aws/constructs
652+
** importlib-metadata; version 5.0.0 -- https://github.com/python/importlib_metadata
653+
** importlib-resources; version 5.10.0 -- https://github.com/python/importlib_resources
654+
** jsii; version 1.70.0 -- https://github.com/aws/jsii
656655

657656
Apache License
658657
Version 2.0, January 2004
@@ -837,12 +836,19 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
837836
See the License for the specific language governing permissions and
838837
limitations under the License.
839838

840-
* For botocore see also this required NOTICE:
841-
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
842839
* For clickclick see also this required NOTICE:
843840
Copyright (c) 2015-2019 Zalando SE
844841
* For connexion see also this required NOTICE:
845842
Copyright 2015 Zalando SE
843+
* For python-dateutil see also this required NOTICE:
844+
Copyright 2017- Paul Ganssle <[email protected]>
845+
Copyright 2017- dateutil contributors (see AUTHORS file)
846+
* For requests see also this required NOTICE:
847+
N/A
848+
* For s3transfer see also this required NOTICE:
849+
Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
850+
* For botocore see also this required NOTICE:
851+
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
846852
* For constructs see also this required NOTICE:
847853
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
848854
* For importlib-metadata see also this required NOTICE:
@@ -851,13 +857,6 @@ limitations under the License.
851857
N/A
852858
* For jsii see also this required NOTICE:
853859
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
854-
* For python-dateutil see also this required NOTICE:
855-
Copyright 2017- Paul Ganssle <[email protected]>
856-
Copyright 2017- dateutil contributors (see AUTHORS file)
857-
* For requests see also this required NOTICE:
858-
N/A
859-
* For s3transfer see also this required NOTICE:
860-
Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
861860

862861
------
863862

@@ -1102,7 +1101,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11021101

11031102
------
11041103

1105-
** idna; version 3.3 -- https://github.com/kjd/idna
1104+
** idna; version 3.4 -- https://github.com/kjd/idna
11061105
Copyright (c) 2013-2021, Kim Davies All rights reserved.
11071106

11081107
BSD 3-Clause License
@@ -1177,11 +1176,11 @@ Blog
11771176

11781177
------
11791178

1180-
** Flask; version 2.1.2 -- https://palletsprojects.com/p/flask
1181-
Copyright 2010 Pallets
11821179
** jinja2; version 3.1.2 -- https://palletsprojects.com/p/jinja
11831180
Copyright 2007 Pallets
1184-
** Werkzeug; version 2.1.2 -- https://pypi.org/project/Werkzeug/
1181+
** Flask; version 2.2.2 -- https://palletsprojects.com/p/flask
1182+
Copyright 2010 Pallets
1183+
** Werkzeug; version 2.2.2 -- https://pypi.org/project/Werkzeug/
11851184
Copyright 2007 Pallets
11861185

11871186
Redistribution and use in source and binary forms, with or without
@@ -1242,14 +1241,90 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12421241

12431242
------
12441243

1245-
** cattrs; version 22.1.0 -- https://github.com/python-attrs/cattrs
1246-
Copyright (c) 2016, Tin Tvrtković
1247-
** charset-normalizer; version 2.1.0 -- https://github.com/ousret/charset_normalizer
1248-
Copyright (c) 2019 TAHRI Ahmed R.
1249-
** exceptiongroup; version 1.0.0rc8 -- N/A
1250-
N/A
1251-
** jsonschema; version 4.6.1 -- https://github.com/python-jsonschema/jsonschema
1252-
N/A
1244+
** pkgutil_resolve_name; version 1.3.10 -- https://github.com/graingert/pkgutil-resolve-name
1245+
Copyright (c) 2020 Thomas Grainger.
1246+
1247+
The MIT License (MIT)
1248+
1249+
Copyright (c) 2020 Thomas Grainger.
1250+
1251+
Permission is hereby granted, free of charge, to any person obtaining a copy
1252+
of this software and associated documentation files (the "Software"), to deal
1253+
in the Software without restriction, including without limitation the rights
1254+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1255+
copies of the Software, and to permit persons to whom the Software is
1256+
furnished to do so, subject to the following conditions:
1257+
1258+
The above copyright notice and this permission notice shall be included in
1259+
all copies or substantial portions of the Software.
1260+
1261+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1262+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1263+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1264+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1265+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1266+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1267+
THE SOFTWARE.
1268+
1269+
Portions of this pkgutil-resolve-name Software may utilize the following
1270+
copyrighted material, the use of which is hereby acknowledged.
1271+
1272+
cpython:
1273+
https://github.com/python/cpython/tree/1ed61617a4a6632905ad6a0b440cd2cafb8b6414
1274+
1275+
1276+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
1277+
--------------------------------------------
1278+
1279+
1. This LICENSE AGREEMENT is between the Python Software Foundation
1280+
("PSF"), and the Individual or Organization ("Licensee") accessing and
1281+
otherwise using this software ("Python") in source or binary form and
1282+
its associated documentation.
1283+
1284+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
1285+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
1286+
analyze, test, perform and/or display publicly, prepare derivative works,
1287+
distribute, and otherwise use Python alone or in any derivative version,
1288+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
1289+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
1290+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software
1291+
Foundation;
1292+
All Rights Reserved" are retained in Python alone or in any derivative version
1293+
prepared by Licensee.
1294+
1295+
3. In the event Licensee prepares a derivative work that is based on
1296+
or incorporates Python or any part thereof, and wants to make
1297+
the derivative work available to others as provided herein, then
1298+
Licensee hereby agrees to include in any such work a brief summary of
1299+
the changes made to Python.
1300+
1301+
4. PSF is making Python available to Licensee on an "AS IS"
1302+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
1303+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
1304+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
1305+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
1306+
INFRINGE ANY THIRD PARTY RIGHTS.
1307+
1308+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
1309+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
1310+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
1311+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
1312+
1313+
6. This License Agreement will automatically terminate upon a material
1314+
breach of its terms and conditions.
1315+
1316+
7. Nothing in this License Agreement shall be deemed to create any
1317+
relationship of agency, partnership, or joint venture between PSF and
1318+
Licensee. This License Agreement does not grant permission to use PSF
1319+
trademarks or trade name in a trademark sense to endorse or promote
1320+
products or services of Licensee, or any third party.
1321+
1322+
8. By copying, installing or otherwise using Python, Licensee
1323+
agrees to be bound by the terms and conditions of this License
1324+
Agreement.
1325+
1326+
------
1327+
12531328
** publication; version 0.0.3 -- https://github.com/glyph/publication
12541329
The MIT License (MIT)
12551330

@@ -1276,10 +1351,14 @@ THE SOFTWARE.
12761351
N/A
12771352
** six; version 1.16.0 -- https://github.com/benjaminp/six
12781353
Copyright (c) 2010-2020 Benjamin Peterson
1279-
** urllib3; version 1.26.9 -- https://urllib3.readthedocs.io/
1280-
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
1281-
** zipp; version 3.8.0 -- https://github.com/jaraco/zipp
1282-
Copyright Jason R. Coombs
1354+
** cattrs; version 22.2.0 -- https://github.com/python-attrs/cattrs
1355+
Copyright (c) 2016, Tin Tvrtković
1356+
** charset-normalizer; version 2.1.1 -- https://github.com/ousret/charset_normalizer
1357+
Copyright (c) 2019 TAHRI Ahmed R.
1358+
** exceptiongroup; version 1.0.0rc9 -- N/A
1359+
N/A
1360+
** jsonschema; version 4.16.0 -- https://github.com/python-jsonschema/jsonschema
1361+
N/A
12831362

12841363
MIT License
12851364

@@ -1383,7 +1462,42 @@ SOFTWARE.
13831462

13841463
------
13851464

1386-
** tabulate; version 0.8.10 -- https://github.com/astanin/python-tabulate
1465+
** typeguard; version 2.13.3 -- https://github.com/agronholm/typeguard
1466+
Copyright (c) Alex Grönholm
1467+
1468+
This is the MIT license: http://www.opensource.org/licenses/mit-license.php
1469+
1470+
Copyright (c) Alex Grönholm
1471+
1472+
Permission is hereby granted, free of charge, to any person obtaining a copy of
1473+
this
1474+
software and associated documentation files (the "Software"), to deal in the
1475+
Software
1476+
without restriction, including without limitation the rights to use, copy,
1477+
modify, merge,
1478+
publish, distribute, sublicense, and/or sell copies of the Software, and to
1479+
permit persons
1480+
to whom the Software is furnished to do so, subject to the following conditions:
1481+
1482+
The above copyright notice and this permission notice shall be included in all
1483+
copies or
1484+
substantial portions of the Software.
1485+
1486+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1487+
IMPLIED,
1488+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1489+
PARTICULAR
1490+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
1491+
BE LIABLE
1492+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1493+
TORT OR
1494+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1495+
OTHER
1496+
DEALINGS IN THE SOFTWARE.
1497+
1498+
------
1499+
1500+
** tabulate; version 0.9.0 -- https://github.com/astanin/python-tabulate
13871501
Copyright (c) 2011-2020 Sergey Astanin and contributors
13881502

13891503
Copyright (c) 2011-2020 Sergey Astanin and contributors
@@ -1608,10 +1722,37 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16081722

16091723
------
16101724

1725+
** urllib3; version 1.26.12 -- https://urllib3.readthedocs.io/
1726+
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
1727+
1728+
MIT License
1729+
1730+
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
1731+
1732+
Permission is hereby granted, free of charge, to any person obtaining a copy
1733+
of this software and associated documentation files (the "Software"), to deal
1734+
in the Software without restriction, including without limitation the rights
1735+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1736+
copies of the Software, and to permit persons to whom the Software is
1737+
furnished to do so, subject to the following conditions:
1738+
1739+
The above copyright notice and this permission notice shall be included in all
1740+
copies or substantial portions of the Software.
1741+
1742+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1743+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1744+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1745+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1746+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1747+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1748+
SOFTWARE.
1749+
1750+
------
1751+
16111752
** pyyaml; version 5.4.1 -- http://pyyaml.org/
16121753
Copyright (c) 2017-2021 Ingy döt Net
16131754
Copyright (c) 2006-2016 Kirill Simonov
1614-
** marshmallow; version 3.17.0 -- https://marshmallow.readthedocs.io/
1755+
** marshmallow; version 3.18.0 -- https://marshmallow.readthedocs.io/
16151756
Copyright 2021 Steven Loria and contributors
16161757

16171758
Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -1634,7 +1775,7 @@ SOFTWARE.
16341775

16351776
------
16361777

1637-
** attrs; version 21.4.0 -- https://www.attrs.org/
1778+
** attrs; version 22.1.0 -- https://www.attrs.org/
16381779
Copyright (c) 2015 Hynek Schlawack
16391780

16401781
The MIT License (MIT)
@@ -1661,7 +1802,32 @@ SOFTWARE.
16611802

16621803
------
16631804

1664-
** certifi; version 2022.6.15 -- https://github.com/certifi/python-certifi
1805+
** zipp; version 3.10.0 -- https://github.com/jaraco/zipp
1806+
Copyright Jason R. Coombs
1807+
1808+
Copyright Jason R. Coombs
1809+
1810+
Permission is hereby granted, free of charge, to any person obtaining a copy
1811+
of this software and associated documentation files (the "Software"), to
1812+
deal in the Software without restriction, including without limitation the
1813+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1814+
sell copies of the Software, and to permit persons to whom the Software is
1815+
furnished to do so, subject to the following conditions:
1816+
1817+
The above copyright notice and this permission notice shall be included in
1818+
all copies or substantial portions of the Software.
1819+
1820+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1821+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1822+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1823+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1824+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1825+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1826+
IN THE SOFTWARE.
1827+
1828+
------
1829+
1830+
** certifi; version 2022.9.24 -- https://github.com/certifi/python-certifi
16651831
N/A
16661832

16671833

@@ -1690,7 +1856,7 @@ one at http://mozilla.org/MPL/2.0/.
16901856

16911857
------
16921858

1693-
** typing-extensions; version 4.3.0 -- https://github.com/python/typing_extensions
1859+
** typing-extensions; version 4.4.0 -- https://github.com/python/typing_extensions
16941860
N/A
16951861

16961862
A. HISTORY OF THE SOFTWARE
@@ -1946,4 +2112,4 @@ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
19462112
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19472113
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19482114
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
1949-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2115+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)