erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

MIT license. #35

Closed taqtiqa-mark closed 6 years ago

taqtiqa-mark commented 6 years ago

This makes the project license the same a Julia base and upstream Cucumber Ltd. Opens the door to Julia Base adopting any portion of the code base. It also puts in place the ability to bring those feature files that describe Gherkin, Aruba and Cucumber behavior. Closes first item in github.com/cucumber/cucumber/issues/407 See github.com/cucumber/cucumber/issues/407#issuecomment-396368795

codecov-io commented 6 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   80.06%   80.06%           
=======================================
  Files           8        8           
  Lines         326      326           
=======================================
  Hits          261      261           
  Misses         65       65

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4ae0654...2618816. Read the comment docs.

erikedin commented 6 years ago

While I'm open to a dual license if a specific and compelling reason arises, I'm not going to accept this at the moment. As discussed in the other issues, this project is not aiming to be merged into either Julias standard library Base, or Cucumber.