softwaresaved / rse-repo-analysis

Study of research software in repositories. Contact: @karacolada
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

GitHub License #29

Closed karacolada closed 1 year ago

karacolada commented 1 year ago

16 of the repositories crawled from ePrints have license type "other". What does that mean?

karacolada commented 1 year ago

GitHub uses the Ruby Gem Licensee for identifying licenses.. Licensee uses string comparison to match licenses. E.g. if a license's content matches a license with 95%, it's classified as that license (disregarding spaces and newlines). "Other" seems to be the rest that cannot be matched.

During manual review of the 16 repositories, I found a lot of licenses that look like the 3-clause BSD license. This is a very short license, so I hypothesise that even tiny changes might have a big impact on the recognition of this license.

In summary, I found: