zesterer / tao

A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.
https://tao.jsbarretto.com/
Mozilla Public License 2.0
1.09k stars 23 forks source link

Fix: Use MPL instead of Apache #53

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

Fixes: a842d1d8c80430be75fa343308549850caaf2081 ("Add LICENSE file")

This is SO embarrassing. I don't know how this could happen. I am so, so sorry!

You clearly said that MPL is the way to go, and I accidentally committed the Apache license. Here goes the fixup.

netlify[bot] commented 1 year ago

Deploy Preview for thriving-beignet-855860 ready!

Name Link
Latest commit c61333602e16faa1f3f8925d2ab57987048c27ca
Latest deploy log https://app.netlify.com/sites/thriving-beignet-855860/deploys/640c378a82faf30008a5ba59
Deploy Preview https://deploy-preview-53--thriving-beignet-855860.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

zesterer commented 1 year ago

No worries, it happens! I managed to publish the wrong version of a crate the other day, 2.0.0 instead of 0.2.0. Ended up needing to yank it 🙃