Conversation
The dependabot-* gems on rubygems currently have the license set as 'nonstandard' and do not include a license file.
720c857 to
9627f2b
Compare
|
So the license we use is actually not on the list of common open-source licenses that rubygems recognizes. There is a PR to add v3 but it has not been merged: spdx/license-list-XML#960 We'll have to list the license as "Nonstandard" like it was before and include the LICENSE file in the top-level directory of the gem so that it can get picked up by |
Rubygems only recognizes licenses on the spdx license list, and the Prosperity Public License 2.0.0 is not one of them.
This reverts commit 05aa6ee.
|
The scope of this PR has been reduced to only including the LICENSE file in the Dependabot-Core Docker image. We will punt on adding the LICENSE to the Since the LICENSE will not be included in the Gems, we will also have to omit the |

This adds the LICENSE to the home directory of the Docker image.
The dependabot-* gems on rubygems currently have the license set as 'nonstandard' and do not include a license file.
TBD:rake gems:releasewill not include the LICENSE in thedependabot-*gems in this PR.