librariesio/spdx

Name: spdx

Owner: Libraries.io

Description: :copyright: A SPDX license normalizer

Created: 2015-02-05 22:09:43.0

Updated: 2018-05-23 15:25:48.0

Pushed: 2018-03-29 09:40:42.0

Homepage: http://libraries.io/rubygems/spdx

Size: 66

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Spdx - A SPDX license normalizer

This gem allows you to find the closest match using FuzzyMatch in the spdx-licenses list for similar (not necessarily exact) license names.

Installation

Add this line to your application's Gemfile:

'spdx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spdx
Usage
.find('Apache 2') # => <SpdxLicenses::License:0x007fa3a2b462c8 @id="Apache-2.0", @name="Apache License 2.0", @osi_approved=true>
Testing

Run the tests with:

$ bundle exec rake
Contributing
  1. Fork it ( https://github.com/librariesio/spdx/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.