From 2446ba4a3bafc43412f828b773d49231fc2e69c2 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Thu, 26 Oct 2023 18:14:47 +0200 Subject: [PATCH] docs(readme): add license badge to readme Fixes: #56 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f61ce..1e281d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a community maintained fork of the original [sickle](https://github.com/ | --- | --- | | CI | [![ci][ci-badge]][ci-workflow] [![coverage][coverage-badge]][ci-workflow] | | Docs | [![docs][docs-badge]][docs-workflow] | -| Meta | [![OpenSSF Scorecard][scorecard-badge]][scorecard-url] [![hatch][hatch-badge]][hatch] [![pre-commit enabled][pre-commit-badge]][pre-commit] [![ruff][ruff-badge]][ruff] | +| Meta | [![OpenSSF Scorecard][scorecard-badge]][scorecard-url] [![hatch][hatch-badge]][hatch] [![pre-commit enabled][pre-commit-badge]][pre-commit] [![ruff][ruff-badge]][ruff] [![License][license-badge]][license] | oaipmh-scythe is a lightweight [OAI-PMH](http://www.openarchives.org/OAI/openarchivesprotocol.html) client library written in Python. It has been designed for conveniently retrieving data from OAI interfaces the Pythonic way: @@ -60,7 +60,8 @@ oaipmh-scythe is distributed under the terms of the [BSD](https://spdx.org/licen [scorecard-url]: https://securityscorecards.dev/viewer/?uri=github.com/afuetterer/oaipmh-scythe [scorecard-badge]: https://api.securityscorecards.dev/projects/github.com/afuetterer/oaipmh-scythe/badge -[license]: https://opensource.org/licenses/MIT +[license]: https://spdx.org/licenses/BSD-3-Clause.html +[license-badge]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg [hatch]: https://github.com/pypa/hatch [hatch-badge]: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg [pre-commit]: https://pre-commit.com/