From 20db8a25f7451e43e175c1207e65f9cb01282a66 Mon Sep 17 00:00:00 2001 From: ltsyk Date: Thu, 30 Jul 2026 08:46:56 +0800 Subject: [PATCH] docs: add COPYRIGHT notice for the repository Add COPYRIGHT file documenting ownership (issue #188) --- COPYRIGHT | 9 +++++++++ README.rst | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 COPYRIGHT diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 00000000..33992565 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,9 @@ +Copyright (c) Certifi Developers and contributors. +See the repository history for individual contribution copyrights. + +The CA certificate bundle is derived from Mozilla's CA certificate store +and is covered by the Mozilla Public License 2.0 (see LICENSE). + +The Python packaging of this project is released under the same terms as +documented in LICENSE / MPL-2.0 as applicable to the bundled data and the +MIT-style terms historically used for the Python module (see project history). diff --git a/README.rst b/README.rst index 58242e35..b6d5db03 100644 --- a/README.rst +++ b/README.rst @@ -39,3 +39,9 @@ Certifi does not support any addition/removal or other modification of the CA trust store content. This project is intended to provide a reliable and highly portable root of trust to python deployments. Look to upstream projects for methods to use alternate trust. + +Copyright +--------- + +See ``COPYRIGHT`` and ``LICENSE`` for copyright and licensing information +(issue #188).