Skip to content

Commit

Permalink
Add license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed May 27, 2024
1 parent 6306c36 commit 9d5f17a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 11 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ requests-http-signature: A Requests auth module for HTTP Signature
==================================================================
**requests-http-signature** is a `Requests <https://github.com/requests/requests>`_ `authentication plugin
<http://docs.python-requests.org/en/master/user/authentication/>`_ (``requests.auth.AuthBase`` subclass) implementing
the `IETF HTTP Message Signatures draft standard <https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/>`_.
the
`IETF RFC 9421 HTTP Message Signatures standard <https://datatracker.ietf.org/doc/rfc9421/>`_.

Installation
------------
Expand Down Expand Up @@ -117,6 +118,10 @@ follows::
class MySigner(HTTPSignatureAuth):
signing_content_digest_algorithm = "sha-512"

Authors
-------
* `Andrey Kislyuk <https://kislyuk.com>`

Links
-----
* `Project home page (GitHub) <https://github.com/pyauth/requests-http-signature>`_
Expand All @@ -125,12 +130,15 @@ Links
* `Change log <https://github.com/pyauth/requests-http-signature/blob/master/Changes.rst>`_
* `http-message-signatures <https://github.com/pyauth/http-message-signatures>`_ - a dependency of this library that
handles much of the implementation
* `IETF HTTP Signatures draft <https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures>`_
* `IETF RFC 9421, HTTP Message Signatures <https://datatracker.ietf.org/doc/rfc9421/>`_

Bugs
~~~~
Please report bugs, issues, feature requests, etc. on `GitHub <https://github.com/pyauth/requests-http-signature/issues>`_.

License
-------
Licensed under the terms of the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
Copyright 2017-2024, Andrey Kislyuk and requests-http-signature contributors. Licensed under the terms of the
`Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-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.

0 comments on commit 9d5f17a

Please sign in to comment.