-
Hi, not sure if Q&A is active here. I have downloaded and imported the weekly dump of all gems from here: https://rubygems.org/pages/data. I was surprised to see that the licensing data is not relational. I am not sure what format it's in at all. Here is an example of the data in the licensing column:
Now, I can figure out that this gem is dual licensed under MIT and GPL2. Is this a standard format? If so what is it? I see a lot of things that don't make any sense such as:
I am not worried about garbage data, but
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is yaml, it is free form and there is recommendation and also soft validation to use SPDX ID. See https://guides.rubygems.org/specification-reference/#license= for more details. |
Beta Was this translation helpful? Give feedback.
It is yaml, it is free form and there is recommendation and also soft validation to use SPDX ID. See https://guides.rubygems.org/specification-reference/#license= for more details.