Licensee Versions Save

A Ruby Gem to detect under what license a project is distributed.

v9.17.0

2 months ago

New

  • Detects BlueOak-1.0.0 and BSD-2-Clause-Patent
  • Can detect license on a commit/tag/branch other than the default, for repos on github.com

Changelog

New Contributors

Full Changelog: https://github.com/licensee/licensee/compare/v9.16.1...v9.17.0

v9.16.1

4 months ago

Small bugfixes and dependency bumps.

What's Changed

  • Remove support for Ruby 2.7 (#694) @mlinksva
  • Bump ruby from e3f503d to 1e79a38 (#695) @dependabot
  • Bump the github-actions-all group with 1 update (#696) @dependabot
  • Bump the github-actions-all group with 3 updates (#693) @dependabot
  • Bump ruby from db6b1e1 to e3f503d (#691) @dependabot
  • Bump the github-actions-all group with 1 update (#692) @dependabot
  • Bump the github-actions-all group with 1 update (#690) @dependabot
  • Bump ruby from 39d33ab to db6b1e1 (#689) @dependabot
  • Bump the github-actions-all group with 1 update (#688) @dependabot
  • Bump the github-actions-all group with 2 updates (#685) @dependabot
  • License-path command fix (#684) @boimw
  • Bump the github-actions-all group with 2 updates (#683) @dependabot
  • Try grouping actions updates (#682) @mlinksva
  • Bump ruby/setup-ruby from 1.159.0 to 1.160.0 (#681) @dependabot
  • Bump actions/dependency-review-action from 3.1.0 to 3.1.2 (#680) @dependabot
  • Bump actions/checkout from 3.1.0 to 4.1.1 (#675) @dependabot
  • Bump actions/upload-artifact from 3.1.0 to 3.1.3 (#677) @dependabot
  • Bump actions/dependency-review-action from 2.5.1 to 3.1.0 (#676) @dependabot
  • Bump github/codeql-action from 2.2.4 to 2.22.5 (#674) @dependabot
  • Bump ossf/scorecard-action from 2.1.2 to 2.3.1 (#678) @dependabot
  • Update vendored licenses and SPDX (#673) @github-actions
  • Bump ruby from 4298936 to 39d33ab (#679) @dependabot
  • Allow latest Octokit version (#672) @xuanxu
  • Add CII Best Practices Badge (#671) @mlinksva
  • [StepSecurity] Apply security best practices (#670) @step-security-bot
  • Install OpenSSF scorecard (#669) @mlinksva
  • Update vendored licenses and SPDX (#668) @github-actions
  • Update vendored licenses and SPDX (#665) @github-actions
  • Bump actions/checkout from 3 to 4 (#663) @dependabot
  • Update vendored licenses and SPDX (#660) @github-actions
  • remove support for ruby 2.6 (#662) @mlinksva
  • Update vendored licenses and SPDX (#659) @github-actions
  • Allow use of Octokit 7 (#657) @mlinksva
  • Update vendored licenses and SPDX (#653) @github-actions
  • Update vendored licenses and SPDX (#650) @github-actions
  • Update vendored licenses and SPDX (#649) @github-actions
  • rm unused lets in cran spec (#648) @mlinksva
  • Fix a grammar error (#647) @yardenshoham
  • Bump peter-evans/create-pull-request from 4 to 5 (#646) @dependabot
  • Bump ruby from 3.2.1 to 3.2.2 (#645) @dependabot
  • Update vendored licenses and SPDX (#644) @github-actions
  • Update vendored licenses and SPDX (#641) @github-actions
  • Bump ruby from 3.2.0 to 3.2.1 (#636) @dependabot
  • Update vendored licenses and SPDX (#630) @github-actions

v9.16.0

1 year ago

What's Changed

  • Bump ruby from 3.1.3 to 3.2.0 (#629) @dependabot
  • match https://spdx.org/licenses/equivalentwords.txt more precisely (#625) @mlinksva
  • normalize double bullets/spans added for formatting (#627) @mlinksva
  • normalize word- at end of line becomes word-firstwordonnextline (#624) @mlinksva
  • detect bsd-3-clause with "Modified BSD" title (#626) @mlinksva
  • add fixtures for various markdown licenses that already pass (#628) @mlinksva
  • avoid annoying warning when used with faraday 2 (#623) @mlinksva
  • nonzero exit on unexpected failure (#622) @mlinksva
  • Reference Matcher: license minor version optional if 0 (#621) @mlinksva
  • drop support for ruby 2.5 (#616) @mlinksva
  • Update vendored licenses and SPDX (#618) @github-actions
  • Detect BSD-2-Clause version with AUTHOR in place of COPYRIGHT HOLDER[S] (#617) @mlinksva
  • test/run workflows with ruby 3.2 (#615) @mlinksva
  • Update vendored licenses and SPDX (#612) @github-actions
  • Bump ruby from 3.1.2 to 3.1.3 (#610) @dependabot

v9.15.3

1 year ago

Adds support for CERN-OHL-P/W/S-2.0 and GFDL-1.3 licenses along with small bugfixes and dependency bumps.

What's Changed

New Contributors

Full Changelog: https://github.com/licensee/licensee/compare/v9.15.2...v9.15.3

v9.15.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/licensee/licensee/compare/v9.15.1...v9.15.2

v9.15.1

3 years ago

Content helper: Use simple delta for non-licenses (#485) @benbalter

v9.15.0

3 years ago

What's Changed

  • Handle two more optional fragments in CC licenses (#481) @mlinksva
  • Vendor licenses, license-list-XML (#483) @mlinksva
  • Rubocop auto-corrections (#484) @mlinksva
  • Simplify quote normalization (#482) @mlinksva
  • Vendor SPDX XML license templates, use for more nuanced adjustment of expected license text variation (#477) @mlinksva
  • Vendor licenses (#476) @mlinksva
  • Punish length differences more, give fill-in fields more leeway (#475) @mlinksva
  • add/move disabling cops that require ruby 3 to .rubocop.yml (#473) @mlinksva
  • Add ruby 3 to test matrix (#472) @mlinksva
  • required_ruby_version = '>= 2.5' (#471) @mlinksva
  • Satisfy rubocop 1.4.1 (#469) @mlinksva
  • Satisfy rubocop 1.31 (#468) @mlinksva
  • Update release script (#465) @benbalter
  • Bump to rubocop ~> 1.0 (#467) @mlinksva

v9.14.1

3 years ago
  • Allow copyright line to start with _-* for md bullets and emphasis (#436) @mlinksva
  • Adjust length delta for similarity calc to account for fill-in fields (#437) @mlinksva
  • Ignore dotfiles with 'license' and dashes (#443) @mlinksva
  • Vendor and update tests for choosealicense.com#779: Convert license using array to map (#463) @mlinksva
  • markdown normalization fixes (#459) @mlinksva
  • Tweaks to satisfy RuboCop Performance 1.8.0 (#458) @mlinksva
  • universal newline encoding for project files, test for crlf file (#455) @mlinksva
  • rm dotfile for coveralls service no longer used (#452) @mlinksva
  • rm rubocop from codeclimate config (#453) @mlinksva
  • followup travis->actions (#442) @mlinksva
  • Updates for rubocop 0.89.1 (#450) @mlinksva
  • Strip byte order mark (#444) @mlinksva
  • Enable new cops, follow their recommendations (#448) @mlinksva
  • gemspec: Allow use of Rugged v1.0 (#447) @pks-t
  • NONE if package.json includes "license:" "UNLICENSED" (#446) @mlinksva
  • Use GitHub Actions for CI (#440) @benbalter
  • Update vendored licenses

v9.14.0

4 years ago
  • Add matcher for NuGet license expressions in .nuspec files (#432) @zarenner
  • Compute similarity of all potential matches (#431) @mlinksva
  • Stop testing Ruby 2.3 and 2.4 (#428) @benbalter

v9.13.2

4 years ago
  • allow #s after 'end of terms and conditions' as well as before (#418) @mlinksva
  • vendor licenses (#421) @mlinksva
  • fix tests, spel after (c) update (#426) @mlinksva
  • Fix ruby 2.7 deprecation warnings (#422) @HParker
  • Update rubocop config for newly introduced cops (#423) @HParker
  • Add fixture with invalid encoding, update FSProject load_file to force UTF8 (#420) @jvonkluck
  • Fix thor dependency (#419) @eileencodes