From 75d7c81d502daa6935894960a4351f222f8c994e Mon Sep 17 00:00:00 2001 From: Polina Date: Thu, 2 Jul 2026 19:46:36 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?venv/Lib/site-packages/pip-26.0.1.dist-info/licenses/scr/pip/?= =?UTF-8?q?=5Fvendor/certifi=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../licenses/scr/pip/_vendor/certifi/LICENSE | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 venv/Lib/site-packages/pip-26.0.1.dist-info/licenses/scr/pip/_vendor/certifi/LICENSE diff --git a/venv/Lib/site-packages/pip-26.0.1.dist-info/licenses/scr/pip/_vendor/certifi/LICENSE b/venv/Lib/site-packages/pip-26.0.1.dist-info/licenses/scr/pip/_vendor/certifi/LICENSE new file mode 100644 index 0000000..62b076c --- /dev/null +++ b/venv/Lib/site-packages/pip-26.0.1.dist-info/licenses/scr/pip/_vendor/certifi/LICENSE @@ -0,0 +1,20 @@ +This package contains a modified version of ca-bundle.crt: + +ca-bundle.crt -- Bundle of CA Root Certificates + +This is a bundle of X.509 certificates of public Certificate Authorities +(CA). These were automatically extracted from Mozilla's root certificates +file (certdata.txt). This file can be found in the mozilla source tree: +https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt +It contains the certificates in PEM format and therefore +can be directly used with curl / libcurl / php_curl, or with +an Apache+mod_ssl webserver for SSL client authentication. +Just configure this file as the SSLCACertificateFile.# + +***** BEGIN LICENSE BLOCK ***** +This Source Code Form is subject to the terms of the Mozilla Public License, +v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain +one at http://mozilla.org/MPL/2.0/. + +***** END LICENSE BLOCK ***** +@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $