-
Notifications
You must be signed in to change notification settings - Fork 33
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
GPLv2 licence and original authors should be more clearly shown #1
Comments
LICENSE at the root of the project and at the end of the README would be great too. I couldn't find the license at all. |
I’m working on a project that I’ve been looking for something like this but also concerned about the license. Before I look at the code please license this software. |
Using a copyfree license would give your project a competitive advantage... |
The rustybox source is derived from busybox which is GPL, so this code is also under GPL. Language translation does not release the license requirements, so switching to a less restrictive license is not possible without permission of the busybox copyright owners. |
The original Busybox source notes that it is distributed under GPL-2. This notice was retained in this project in file headers but appeared to be absent from a top-level notice or in Cargo.toml. Resolves samuela#1.
Cargo.toml should probably have the licence in and inclusion in the root.
I think you want this in Cargo.toml:
license = "GPL-2.0-only"
Perhaps the AUTHORS file from busybox as well.
Great work!
The text was updated successfully, but these errors were encountered: