astrale-sharp / typstfmt

Apache License 2.0
253 stars 25 forks source link

license mismatch #153

Closed chenrui333 closed 8 months ago

chenrui333 commented 8 months ago

In the source code tree, only MIT license is included, but in the cargo spec, the license is actually license = "MIT OR Apache-2.0"

https://github.com/astrale-sharp/typstfmt/blob/1d66baec58f07ecdb258d2808372059c9dbfb628/Cargo.toml#L10

chenrui333 commented 8 months ago

cc @astrale-sharp

astrale-sharp commented 8 months ago

Thanks, I'll fix that soon

chenrui333 commented 8 months ago

@astrale-sharp I just raised a license update PR, let me know if that works for you. Thanks! :)

astrale-sharp commented 8 months ago

Yea it's perfect thank you :)

razvanazamfirei commented 8 months ago

@astrale-sharp, would it be possible to get a new release that includes the updated license in the tarball? We're trying to get this merged into homebrew/core. Thank you!

https://github.com/Homebrew/homebrew-core/pull/162831

astrale-sharp commented 8 months ago

@razvanazamfirei

Here you go :) https://github.com/astrale-sharp/typstfmt/releases/tag/0.2.8

chenrui333 commented 8 months ago

@astrale-sharp thanks for the release, you might also need to fix this, https://github.com/astrale-sharp/typstfmt/issues/156

astrale-sharp commented 8 months ago

@chenrui333 @razvanazamfirei I messed up so I yanked 0.2.8, you should use 0.2.9, sorry about that :grimacing:

razvanazamfirei commented 8 months ago

Thank you so much!