Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).