@@ -1169,3 +1169,33 @@ contributors. The pyzstd code is distributed under the 3-Clause BSD License::
11691169 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
11701170 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11711171 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1172+
1173+
1174+ Profiling module
1175+ ----------------
1176+
1177+ The :mod: `profile ` module includes vendored third-party libraries in
1178+ :file: `Lib/profile/sampling/_vendor/ ` with the following licenses:
1179+
1180+ **d3-flamegraph **
1181+
1182+ The d3-flamegraph library is distributed under the Apache License, Version 2.0.
1183+ See the OpenSSL section above for the full text of the Apache License Version 2.0.
1184+
1185+ **d3.js **
1186+
1187+ The d3.js library contains the following notice::
1188+
1189+ Copyright 2010-2021 Mike Bostock
1190+
1191+ Permission to use, copy, modify, and/or distribute this software for any purpose
1192+ with or without fee is hereby granted, provided that the above copyright notice
1193+ and this permission notice appear in all copies.
1194+
1195+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1196+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1197+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1198+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1199+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1200+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1201+ THIS SOFTWARE.
0 commit comments