Skip to content

Commit

Permalink
Add license to image and gemspec
Browse files Browse the repository at this point in the history
The dependabot-* gems on rubygems currently have the license set as 'nonstandard' and do not include a license file.
  • Loading branch information
Nishnha committed Oct 14, 2021
1 parent a45831c commit 9627f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ RUN apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(ls

USER root

COPY --chown=dependabot:dependabot LICENSE /home/dependabot
COPY --chown=dependabot:dependabot composer/helpers /opt/composer/helpers
COPY --chown=dependabot:dependabot bundler/helpers /opt/bundler/helpers
COPY --chown=dependabot:dependabot go_modules/helpers /opt/go_modules/helpers
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.author = "Dependabot"
spec.email = "[email protected]"
spec.homepage = "https://github.com/dependabot/dependabot-core"
spec.license = "Nonstandard" # License Zero Prosperity Public License
spec.license = "Prosperity Public License 2.0.0"

spec.require_path = "lib"
spec.files = []
Expand Down

0 comments on commit 9627f2b

Please sign in to comment.