Class | Licensee::License |
In: |
lib/licensee/license.rb
|
Parent: | Object |
YAML_DEFAULTS | = | { 'featured' => false, 'hidden' => true | These should be in sync with choosealicense.com‘s collection defaults | |
PSEUDO_LICENSES | = | %w(other no-license).freeze |
Pseudo-license are license placeholders with no content
`other` - The project had a license, but we were not able to detect it `no-license` - The project is not licensed (e.g., all rights reserved) Note: A lack of detected license will be a nil license |
find | -> | [] |
find | -> | find_by_key |
key | [R] |
Returns a hash in the form of rule_group => rules describing what you legally can and can‘t do with the given license