From 5a59f52dd3ba7b9e32e61d4f5ceec6565d3628ba Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Mon, 27 May 2024 07:15:41 -0700 Subject: [PATCH] Add license notice --- LICENSE | 24 ------------------------ NOTICE | 10 ++++++++++ README.rst | 9 ++++++--- 3 files changed, 16 insertions(+), 27 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index 37ec93a..d097820 100644 --- a/LICENSE +++ b/LICENSE @@ -165,27 +165,3 @@ incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work - -To apply the Apache License to your work, attach the following boilerplate -notice, with the fields enclosed by brackets "[]" replaced with your own -identifying information. (Don't include the brackets!) The text should be -enclosed in the appropriate comment syntax for the file format. We also -recommend that a file or class name and description of purpose be included on -the same "printed page" as the copyright notice for easier identification within -third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..c0f2449 --- /dev/null +++ b/NOTICE @@ -0,0 +1,10 @@ +http-message-signatures 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 http-message-signatures 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/http-message-signatures. If you are looking +for support with commercial applications based on +http-message-signatures, please donate and contact its developers +using the issue tracker on the http-message-signatures project page or +the contact information listed in README.rst. diff --git a/README.rst b/README.rst index 8d7a125..275adb8 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ http-message-signatures: An implementation of RFC 9421, the IETF HTTP Message Si ================================================================================================= *http-message-signatures* is an implementation of the IETF -`RFC 9421 HTTP Message Signatures `_ draft standard in +`RFC 9421 HTTP Message Signatures `_ standard in Python. Installation @@ -74,7 +74,7 @@ digest etc.) Authors ------- -* Andrey Kislyuk +* `Andrey Kislyuk ` Links ----- @@ -91,4 +91,7 @@ Please report bugs, issues, feature requests, etc. on `GitHub `_. +Copyright 2017-2024, Andrey Kislyuk and http-message-signatures 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.