-
Notifications
You must be signed in to change notification settings - Fork 36
chore: relicense as MIT OR Apache-2.0
#38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I would like to propose `can-dbc` switch to `MIT+Apache2` license model. This is the same as most other Rust projects, makes it easier to work with bigger projects, and makes it easier to port code from https://github.com/oxibus/rrdbc
oops, I just realized my remotes were mis-configured, and I created this PR from the primary repo - thus violating my own recommendations. My apologies, all future work will be done from my personal fork. |
@marcelbuesing since you have done 99% of the work on this code - could you comment and/or merge this? I don't feel I have the right to do that :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR relicenses the can-dbc project from MIT-only to dual MIT OR Apache-2.0 licensing, following the common practice in the Rust ecosystem. This change makes the project more compatible with larger projects and facilitates code porting from related repositories.
- Updates the Cargo.toml license field to "MIT OR Apache-2.0"
- Adds Apache 2.0 license file (LICENSE-APACHE)
- Updates MIT license to include OxiBUS contributors copyright
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
Cargo.toml | Updates license field from "MIT" to "MIT OR Apache-2.0" |
LICENSE-APACHE | Adds complete Apache 2.0 license text |
LICENSE-MIT | Adds copyright notice for OxiBUS contributors |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
I'm ok with that |
I am fine with the relicense to MIT or Apache 2.0, too.
Am 4. Oktober 2025 19:28:36 MESZ schrieb Marcel ***@***.***>:
…marcelbuesing left a comment (oxibus/can-dbc#38)
@erzoe @pbert519 would be great if could also confirm that you are ok with relicensing from MIT to MIT / Apache 2.0, as you have also contributed!
--
Reply to this email directly or view it on GitHub:
#38 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
I am fine with that, too 👍 |
Thank you for the quick feedback everyone :)! |
I would like to propose
can-dbc
switch toMIT+Apache2
license model. This is the same as most other Rust projects, makes it easier to work with bigger projects, and makes it easier to port code from https://github.com/oxibus/rrdbc@marcelbuesing @erzoe @lucasvr @pbert519