-
|
Hi - I'm confused by the last line in the Readme file where it states: "For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD." My concern was mainly if there was were BSD license-annotations for specific files or code that isn't shown on Github, which anyone linking against simdjson would be responsible for handling. As an extension, there are mentions of other MIT and permissive license code bundled in - does a "Notice" file or some tracking of the other licenses and their copyright statements exist? (As I wasn't able to find them). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Here is the statement "For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD." The code in question is found here: simdjson/include/simdjson/internal/instruction_set.h Lines 1 to 45 in d84c934
I believe that you have seen our licensing documentation as part of our README:
If you have concerns, I recommend you consult your legal department. We always happy to receive pull requests.
The simdjson library is a community-based project. If you'd like to contribute such documentation, it would be great. Please submit a pull request. |
Beta Was this translation helpful? Give feedback.

Here is the statement "For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD." The code in question is found here:
simdjson/include/simdjson/internal/instruction_set.h
Lines 1 to 45 in d84c934