mrpowers-io / jodie

Delta lake and filesystem helper methods
MIT License
49 stars 11 forks source link

Add LICENSE.md #55

Closed brayanjuls closed 1 year ago

brayanjuls commented 1 year ago

This solves the issue: https://github.com/MrPowers/jodie/issues/50

MrPowers commented 1 year ago

@brayanjuls - thanks for adding this. Do we need to add this to the build.sbt file too: https://github.com/MrPowers/spark-daria/blob/main/build.sbt#L25

Is licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")) important for the Maven publishing perhaps?

MrPowers commented 1 year ago

Actually, nevermind, looks like we already have it: https://github.com/MrPowers/jodie/blob/main/build.sbt#L25

Merging.