https://github.com/python/cpython/commit/0bb4ecafcb54931c4f93cde3b9a590e61ec02c0b
commit: 0bb4ecafcb54931c4f93cde3b9a590e61ec02c0b
branch: main
author: Lucas Colley <[email protected]>
committer: AA-Turner <[email protected]>
date: 2026-02-04T12:36:14Z
summary:

gh-142903: add conda-forge license for pixi-packages (#143468)

Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: h-vetinari <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/license.rst

diff --git a/Doc/license.rst b/Doc/license.rst
index 269d14cefbcefa..e0683c34967c83 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -1199,3 +1199,39 @@ The d3.js library contains the following notice::
   OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 
OTHER
   TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
OF
   THIS SOFTWARE.
+
+
+Pixi packages
+-------------
+
+The Pixi package definitions found in :file:`Tools/pixi-packages` are derived
+from https://github.com/conda-forge/python-feedstock which contains the 
following
+license::
+
+  BSD-3-Clause license
+  Copyright (c) 2015-2026, conda-forge contributors
+  All rights reserved.
+
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the copyright holder nor the names of its
+       contributors may be used to endorse or promote products derived from
+       this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to