Skip to main content

License

Dits is 100% free and open source, dual-licensed under Apache-2.0 OR MIT. You may use, modify, and distribute it under whichever of the two licenses works best for your project — you don't have to comply with both.

Apache License 2.0

Permissive, with an explicit grant of patent rights from contributors. A good default for businesses that want patent protection.

  • Commercial use
  • Modification & distribution
  • Express patent grant
  • Trademark use not granted
Read the full Apache-2.0 text

MIT License

Short and maximally permissive. Choose this when you want the simplest possible terms and broad compatibility.

  • Commercial use
  • Modification & distribution
  • Minimal conditions
  • Just keep the notice
Read the full MIT text

What “Apache-2.0 OR MIT” means

This is the same dual-license model used across the Rust ecosystem. The OR is a choice you make as the user: pick Apache-2.0 if you want its explicit patent grant, or MIT if you want the shortest, simplest terms. Either way, there are no usage limits, no file-size caps, and no account required.

Both license texts live in the repository as LICENSE (Apache-2.0) and LICENSE-MIT. The canonical declaration is the license = "Apache-2.0 OR MIT" field in the workspace manifest.