-
Notifications
You must be signed in to change notification settings - Fork 97
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 Clarification #59
Comments
Hello, you are pointing to the copyright which is inside all files. The license is located here and valid for all files.
How should it look like from your view? Regards, |
But thanks for pointing to the copyright info, I will check back with our open source team! |
We will remove the "and confidential" in all the files in the next days. |
I'm not a lawyer, but the copyright notice here as written is more than just a copyright notice here. Obviously, "confidential" should be removed. But "proprietary" is also contradictory. The MIT license says:
The MIT license says "without limitation" and "to deal in the Software without restriction," but "proprietary" means that all rights and ownership are exclusive to the owner. This is different than "all rights reserved" which means that they are reserved until granted and not exclusive to the owner. They are then granted by the MIT license. An MIT license-compatible copyright notice would simply be: "Copyright (c) 2023 Analog Devices, Inc. All rights reserved." |
Hello,
This repo appears to have an MIT license, but some files contain text like the following:
TMC-API/tmc/ic/TMC5240/TMC5240_Fields.h
Lines 1 to 7 in 9dbaf83
Surely it isn't confidential because it is on GitHub, and this text also contradicts the MIT license. May these files be updated to reflect the correct licensing?
Thanks!
The text was updated successfully, but these errors were encountered: