forked from dependabot/dependabot-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The dependabot-* gems on rubygems currently have the license set as 'nonstandard' and do not include a license file.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [] | ||
|