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

Added license to gemspec #65

Merged
merged 1 commit into from
Jan 19, 2015
Merged

Conversation

tagliala
Copy link
Contributor

Some companies will only use gems with a certain license.
The canonical and easy way to check is via the gemspec
via e.g.

spec.license = 'MIT'
# or
spec.licenses = ['MIT', 'GPL-2']

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 114c2fa on tagliala:add-license into cd8f3c7 on lemurheavy:master.

nickmerwin added a commit that referenced this pull request Jan 19, 2015
@nickmerwin nickmerwin merged commit 719ad83 into lemurheavy:master Jan 19, 2015
@nickmerwin
Copy link
Member

Thank you @tagliala, good idea!

@tagliala tagliala deleted the add-license branch November 1, 2017 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants