From 9d5f17ae82daad26c629d23ac8250e6a89bbff68 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Mon, 27 May 2024 07:12:54 -0700 Subject: [PATCH] Add license notice --- NOTICE | 10 ++++++++++ README.rst | 14 +++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..ec7a4f2 --- /dev/null +++ b/NOTICE @@ -0,0 +1,10 @@ +requests-http-signature is a free open source implementation of the +IETF HTTP Message Signatures standard, RFC 9421. This project is +staffed by volunteers. If you are using requests-http-signature in a +for-profit project, please contribute to its development and +maintenance using the "Sponsor" button on the GitHub project page, +https://github.com/pyauth/requests-http-signature. If you are looking +for support with commercial applications based on +requests-http-signature, please donate and contact its developers +using the issue tracker on the requests-http-signature project page or +the contact information listed in README.rst. diff --git a/README.rst b/README.rst index fe4dcb2..90c1ee2 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,8 @@ requests-http-signature: A Requests auth module for HTTP Signature ================================================================== **requests-http-signature** is a `Requests `_ `authentication plugin `_ (``requests.auth.AuthBase`` subclass) implementing -the `IETF HTTP Message Signatures draft standard `_. +the +`IETF RFC 9421 HTTP Message Signatures standard `_. Installation ------------ @@ -117,6 +118,10 @@ follows:: class MySigner(HTTPSignatureAuth): signing_content_digest_algorithm = "sha-512" +Authors +------- +* `Andrey Kislyuk ` + Links ----- * `Project home page (GitHub) `_ @@ -125,7 +130,7 @@ Links * `Change log `_ * `http-message-signatures `_ - a dependency of this library that handles much of the implementation -* `IETF HTTP Signatures draft `_ +* `IETF RFC 9421, HTTP Message Signatures `_ Bugs ~~~~ @@ -133,4 +138,7 @@ Please report bugs, issues, feature requests, etc. on `GitHub `_. +Copyright 2017-2024, Andrey Kislyuk and requests-http-signature contributors. Licensed under the terms of the +`Apache License, Version 2.0 `_. Distribution of attribution information, +LICENSE and NOTICE files with source copies of this package and derivative works is **REQUIRED** as specified by the +Apache License.