-
Notifications
You must be signed in to change notification settings - Fork 106
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
License mentioned in setup.py is still listed as GPLv2 #20
Comments
Hi I forgot to change it when it was released under Apache-2. I will update the github repository today but It will be a little longer until the new version is uploaded to pypi. Thank you. |
Thanks for the quick turn around! |
Hi. My friends and I have an AI group coursework, we are discussing the bin packing problem. We wanted to find out if we are allowed to make modifications to your algorithms and use it for our course project demonstration - we will reference it of course. |
Yes you can modify the package, it's released under Apache License 2.0 so you only need to include the license, and if I remember correctly add a notice to the files that you modified. |
Alright, thank you. |
Inside the setup.py the library listed there is GPLv2. A bit of a nit but our OSS scanner picked it up.
The text was updated successfully, but these errors were encountered: