Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the correct SPDX identifier for LGPL #123

Merged
merged 2 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pa11y CI runs accessibility tests against multiple URLs and reports on any issue
[![Node.js version support][shield-node]][info-node]
[![Build status][shield-build]][info-build]
[![Dependencies][shield-dependencies]][info-dependencies]
[![LGPL-3.0 licensed][shield-license]][info-license]
[![LGPL-3.0-only licensed][shield-license]][info-license]

---

Expand Down Expand Up @@ -402,7 +402,7 @@ If you're opening issues related to these, please mention the version that the i

## Licence

Licensed under the [Lesser General Public License (LGPL-3.0)](LICENSE).<br/>
Licensed under the [Lesser General Public License (LGPL-3.0-only)](LICENSE).<br/>
Copyright &copy; 2016–2021, Team Pa11y

[issues]: https://github.com/pa11y/pa11y-ci/issues
Expand All @@ -419,7 +419,7 @@ Copyright &copy; 2016–2021, Team Pa11y
[info-npm]: https://www.npmjs.com/package/pa11y-ci
[info-build]: https://travis-ci.org/pa11y/pa11y-ci
[shield-dependencies]: https://img.shields.io/gemnasium/pa11y/pa11y-ci.svg
[shield-license]: https://img.shields.io/badge/license-LGPL%203.0-blue.svg
[shield-license]: https://img.shields.io/badge/license-LGPL--3.0--only-blue.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-8-brightgreen.svg
[shield-npm]: https://img.shields.io/npm/v/pa11y-ci.svg
[shield-build]: https://img.shields.io/travis/pa11y/pa11y-ci/master.svg
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/pa11y/ci",
"bugs": "https://github.com/pa11y/ci/issues",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"engines": {
"node": ">=12"
},
Expand Down