@@ -44,33 +44,16 @@ The ShotGrid Python API uses the following software. Thanks to their creators, l
44448. By copying, installing or otherwise using Python 2.7.17, Licensee agrees
4545 to be bound by the terms and conditions of this License Agreement.
4646
47- ============================== SIX ==============================
48-
49- Copyright (c) 2010-2020 Benjamin Peterson
50-
51- Permission is hereby granted, free of charge, to any person obtaining a copy of
52- this software and associated documentation files (the "Software"), to deal in
53- the Software without restriction, including without limitation the rights to
54- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
55- the Software, and to permit persons to whom the Software is furnished to do so,
56- subject to the following conditions:
57-
58- The above copyright notice and this permission notice shall be included in all
59- copies or substantial portions of the Software.
60-
61- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
63- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
64- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
65- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
66- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6747
6848============================== Certifi ==============================
6949
70- Certifi is licensed under the Mozilla Public License v.2.0,
71- which can be found at http://www.mozilla.org/MPL/2.0/.
72- A text copy of this license and the source code for Certifi 2020.06.20 (and modifications made by Autodesk, if any)
73- can be found at the Autodesk website www.autodesk.com/lgplsource.
50+ This Autodesk software contains the unmodified python-certifi package.
51+ The use and distribution terms for this software are covered by the Mozilla
52+ Public License 2.0 (https://www.mozilla.org/en-US/MPL/2.0/).
53+ By using this software in any fashion, you are agreeing to be bound by the terms
54+ of this license.
55+ The source code for python-certifi is available from https://github.com/certifi/python-certifi.
56+
7457
7558============================== Httplib2 ==============================
7659Httplib2 Software License
@@ -95,4 +78,48 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
9578BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
9679ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
9780CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
98- SOFTWARE.
81+ SOFTWARE.
82+
83+
84+ ============================== pyparsing ==============================
85+
86+ Permission is hereby granted, free of charge, to any person obtaining
87+ a copy of this software and associated documentation files (the
88+ "Software"), to deal in the Software without restriction, including
89+ without limitation the rights to use, copy, modify, merge, publish,
90+ distribute, sublicense, and/or sell copies of the Software, and to
91+ permit persons to whom the Software is furnished to do so, subject to
92+ the following conditions:
93+
94+ The above copyright notice and this permission notice shall be
95+ included in all copies or substantial portions of the Software.
96+
97+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
98+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
99+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
100+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
101+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
102+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
103+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
104+
105+
106+ ============================== SIX ==============================
107+
108+ Copyright (c) 2010-2019 Benjamin Peterson
109+
110+ Permission is hereby granted, free of charge, to any person obtaining a copy of
111+ this software and associated documentation files (the "Software"), to deal in
112+ the Software without restriction, including without limitation the rights to
113+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
114+ the Software, and to permit persons to whom the Software is furnished to do so,
115+ subject to the following conditions:
116+
117+ The above copyright notice and this permission notice shall be included in all
118+ copies or substantial portions of the Software.
119+
120+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
122+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
123+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
124+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
125+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments