Replies: 1 comment 1 reply
-
This would be licensed under BSD-4-Clause by the original authors. It is a free permissive license. You can of course add your changes as MIT on top, which makes the total license something like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a module that generates UUIDs that I use quite a bit that has an open license but I did not originate, albeit I added a CI/CD unit test and quite a bit of documentation. There are the original sources and several other github repositories that contain the same basic code.
I also changed the code, but mostly some modest changes for portability.
So the question is not really if this is suitable, that can be determined by the PR request. The question is whether something licensed like this and with a similar pedigree is a suitable candidate.
I would feel no issues with something like BLAS that is public domain, but have not submitted this one because I did not originate it. On the other hand it is generally useful and I think I added some desirable packaging (fpm, of course) and documentation and testing features that make it suitable for submitting to the registry. What do others think?
For completeness, the github site
I have other more substantial packages not as complete as this one that I am wondering whether I want to spend time packaging up.
Beta Was this translation helpful? Give feedback.
All reactions