Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spdx/spdx-license-diff
Chrome/Firefox browser extension to compare text against spdx license list
https://github.com/spdx/spdx-license-diff
chrome firefox hacktoberfest license-compliance open-source-licenses spdx
Last synced: 3 months ago
JSON representation
Chrome/Firefox browser extension to compare text against spdx license list
- Host: GitHub
- URL: https://github.com/spdx/spdx-license-diff
- Owner: spdx
- License: gpl-3.0
- Created: 2018-04-15T04:41:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T05:58:59.000Z (over 1 year ago)
- Last Synced: 2024-06-17T20:00:09.850Z (5 months ago)
- Topics: chrome, firefox, hacktoberfest, license-compliance, open-source-licenses, spdx
- Language: JavaScript
- Homepage:
- Size: 5.39 MB
- Stars: 33
- Watchers: 6
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SPDX License Diff
[![Actions Status](https://github.com/spdx/spdx-license-diff/workflows/semantic-release/badge.svg)](https://github.com/spdx/spdx-license-diff/actions)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
Diff selected text against SPDX licenses and find the best match. This extension creates a browser button in Chrome and Firefox to compare any selected text against the SPDX [License List](https://spdx.org/licenses/).
The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation. The purpose of the SPDX License List is to enable easy and efficient identification of such licenses and exceptions in an SPDX document, in source files or elsewhere. The SPDX License List includes a standardized short identifier, full name, vetted license text including matching guidelines markup as appropriate, and a canonical permanent URL for each license and exception.
![spdx-diff in action](images/spdx-diff.gif)
# Installation
Get it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/spdx-diff/kfoadicmilbgnicoldjmccpaicejacdh) or [FireFox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/spdx-license-diff).
# Contributing
[Come help out!](CONTRIBUTING.md)
# Credits
- Scaffolding from [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox)
- See [third-party licenses](oss-attribution/attribution.txt) for production attribution.# License
We are initially [GPL-3.0-or-later](LICENSE) but will move to Apache-2.0 as soon as we [refactor the stackoverflow code](https://github.com/spdx/spdx-license-diff/issues/7).