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

Add license information to lhm.gemspec #112

Merged
merged 2 commits into from May 14, 2015

Conversation

christophermanning
Copy link
Contributor

Set the license to New BSD since the current LICENSE file looks like New BSD.

This allows tools like License Finder to look up this project's metadata.

This also fixes the license display at https://rubygems.org/gems/lhm since it currently says 'N/A':
image

Set the license to New BSD
@alikhajeh1
Copy link

Out of interest, why not use the MIT license? That seems more popular amongst open source gems.

@arthurnn
Copy link
Contributor

@lgierth ?

@ghost
Copy link

ghost commented May 13, 2015

I'm fine with whatever license the active contributors choose 👍

@ghost
Copy link

ghost commented May 13, 2015

I initially misunderstood what the ticket was about. I'm not sure about the reasons for the license choice, that was before my involvement. Unless there is a good reason, it shouldn't be changed.

Nevertheless, if there are good reasons, I'm fine with whatever the active contributors decide.

@arthurnn
Copy link
Contributor

@lgierth Do you know who should I ping about license in here. Probably someone from soundcloud?

@ghost
Copy link

ghost commented May 13, 2015

Yeah @grobie is probably a good candidate.

@grobie
Copy link
Contributor

grobie commented May 14, 2015

I didn't add the license and can't really comment on this. I fear a change of the license would need to be checked with legal first. Unless there are good reasons to change it let's just keep the current one for now?

@arthurnn
Copy link
Contributor

I dont think we should change.. I am just not sure if the current license is "New BSD" or not?!

@@ -8,6 +8,7 @@ require 'lhm/version'
Gem::Specification.new do |s|
s.name = 'lhm'
s.version = Lhm::VERSION
s.licenses = ['New BSD']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christophermanning
Copy link
Contributor Author

I used the New BSD identifier because that's the main name used in License Finder. But, if it's preferred, the identifier "Modified BSD", "BSD3", "BSD-3", "3-clause BSD", or "BSD-3-Clause" could be used instead with 'BSD 3-Clause' seeming to be the canonical name.

        License.new(
          short_name:  "NewBSD",
          pretty_name: "New BSD",
          other_names: ["Modified BSD", "BSD3", "BSD-3", "3-clause BSD", "BSD-3-Clause"],
          url:         "http://opensource.org/licenses/BSD-3-Clause",
          matcher:     matcher
        )
      end

https://github.com/pivotal/LicenseFinder/blob/96d7d180f1f388f1483ba2eae85abec68a1dcd72/lib/license_finder/license/definitions.rb#L122-L129

@grobie
Copy link
Contributor

grobie commented May 14, 2015

Oh, thanks, I missed that. I'm fine with any of them, something including BSD-3 seems to be a bit less ambiguous.

👍 thanks!

'BSD-3-Clause' is less ambiguous than 'New BSD' and it's also the url slug used by the opensource.org URL http://opensource.org/licenses/BSD-3-Clause
@christophermanning
Copy link
Contributor Author

I've updated the license name to BSD-3-Clause

arthurnn pushed a commit that referenced this pull request May 14, 2015
Add license information to lhm.gemspec
@arthurnn arthurnn merged commit 9a3c9ec into soundcloud:master May 14, 2015
@arthurnn
Copy link
Contributor

looks good!! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants