Skip to content

Commit 5216931

Browse files
committed
Add license notice
1 parent 6306c36 commit 5216931

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

NOTICE

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
requests-http-signature is a free open source implementation of the
2+
IETF HTTP Message Signatures standard, RFC 9421. This project is
3+
staffed by volunteers. If you are using requests-http-signature in a
4+
for-profit project, please contribute to its development and
5+
maintenance using the "Sponsor" button on the GitHub project page,
6+
https://github.com/pyauth/requests-http-signature. If you are looking
7+
for support with commercial applications based on
8+
requests-http-signature, please donate and contact its developers
9+
using the issue tracker on the requests-http-signature project page or
10+
the contact information listed in README.rst.

README.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ requests-http-signature: A Requests auth module for HTTP Signature
22
==================================================================
33
**requests-http-signature** is a `Requests <https://github.com/requests/requests>`_ `authentication plugin
44
<http://docs.python-requests.org/en/master/user/authentication/>`_ (``requests.auth.AuthBase`` subclass) implementing
5-
the `IETF HTTP Message Signatures draft standard <https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/>`_.
5+
the
6+
`IETF RFC 9421 HTTP Message Signatures standard <https://datatracker.ietf.org/doc/rfc9421/>`_.
67

78
Installation
89
------------
@@ -117,6 +118,10 @@ follows::
117118
class MySigner(HTTPSignatureAuth):
118119
signing_content_digest_algorithm = "sha-512"
119120

121+
Authors
122+
-------
123+
* `Andrey Kislyuk <https://kislyuk.com>`
124+
120125
Links
121126
-----
122127
* `Project home page (GitHub) <https://github.com/pyauth/requests-http-signature>`_
@@ -125,12 +130,15 @@ Links
125130
* `Change log <https://github.com/pyauth/requests-http-signature/blob/master/Changes.rst>`_
126131
* `http-message-signatures <https://github.com/pyauth/http-message-signatures>`_ - a dependency of this library that
127132
handles much of the implementation
128-
* `IETF HTTP Signatures draft <https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures>`_
133+
* `IETF RFC 9421, HTTP Message Signatures <https://datatracker.ietf.org/doc/rfc9421/>`_
129134

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

134139
License
135140
-------
136-
Licensed under the terms of the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
141+
Copyright 2017-2024, Andrey Kislyuk and requests-http-signature contributors. Licensed under the terms of the
142+
`Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_. Distribution of attribution information,
143+
LICENSE and NOTICE files with source copies of this package and derivative works is **REQUIRED** as specified by the
144+
Apache License.

0 commit comments

Comments
 (0)