ROCm / rocBLAS

Next generation BLAS implementation for ROCm platform
https://rocm.docs.amd.com/projects/rocBLAS/en/latest/
Other
336 stars 157 forks source link

[Feature]: licensing, use a SPDX license #1377

Closed bioinfornatics closed 8 months ago

bioinfornatics commented 8 months ago

Dear rocblas team,

Thanks for your amazing works. The license used seems to be a permissive one ( ~ MIT) but not formerly described . I think that will help everybody to choose one of most known license describe here: https://spdx.org/licenses/ And also help to its usage developer and organization are not expert and the adoption by those people can be higher by using a known license.

Thanks again, have a nice day

cgmb commented 8 months ago

The rocBLAS project code is primarily licensed MIT. The project also contains some code that is licensed BSD-3-Clause. LICENSE.md merely lists all the licenses used by various files in the project.

TorreZuk commented 8 months ago

@bioinfornatics so given that rocBLAS is licensed under MIT license (SPDX = MIT) for which the repo file LICENSE.md details particulars do you need further specifics for your usage or can we close this issue?

bioinfornatics commented 8 months ago

Thanks for this clarification. We can close the issue, indeed the license file was confusing to me. Did you think we can ehance the repo by explicitly list each licensing use for which part? Also the icon use by github for licensing is unable to point to the MIT licence

Anyway thanks for your work.

I wish you a good day

TorreZuk commented 8 months ago

Source code files will also include specific copyrights where applicable to help track where individual components had attribution. We can consider in the future whether we try and summarize this again within the license file. For now please consider the overall license file first as applicable to the entire library and specific file copyright notices within a file if you wish to research into an attributee. I'll close this issue but you can reply further if you have further questions on this topic.