Skip to content

Add MIT license (Andy Babic)#71

Merged
ababic merged 1 commit into
mainfrom
cursor/add-mit-license-a7e9
May 7, 2026
Merged

Add MIT license (Andy Babic)#71
ababic merged 1 commit into
mainfrom
cursor/add-mit-license-a7e9

Conversation

@ababic

@ababic ababic commented May 7, 2026

Copy link
Copy Markdown
Owner

Summary

Adds an MIT license to Dumpling, as discussed. MIT matches common practice for Rust CLI crates and keeps downstream use simple.

Changes

  • LICENSE: Standard MIT text with copyright © 2026 Andy Babic.
  • Cargo.toml: license = "MIT" and authors = ["Andy Babic"] for crates.io metadata.
  • pyproject.toml: license = "MIT", license-files = ["LICENSE"], and authors for the pip/maturin package.

No code or behavior changes.

Slack Thread

Open in Web Open in Cursor 

- Add LICENSE with standard MIT terms and copyright notice
- Declare license and authors in Cargo.toml for crates.io metadata
- Declare MIT license, LICENSE file, and authors in pyproject.toml

Co-authored-by: Andy Babic <ababic@users.noreply.github.com>
@ababic ababic marked this pull request as ready for review May 7, 2026 19:26
@ababic ababic enabled auto-merge (squash) May 7, 2026 19:26
@ababic ababic merged commit de08bb1 into main May 7, 2026
9 checks passed
@ababic ababic deleted the cursor/add-mit-license-a7e9 branch May 7, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants