Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions LICENSE.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:stopdoc:
SPDX-License-Identifier: Ruby or GPL-2.0-only
:startdoc:

= License

RDoc is copyrighted free software.
Expand Down
2 changes: 1 addition & 1 deletion rdoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
DESCRIPTION
s.homepage = "https://ruby.github.io/rdoc"
s.licenses = ["Ruby"]
s.licenses = ["Ruby", "GPL-2.0-onlyGPL-2.0-only"]

s.metadata["homepage_uri"] = s.homepage
s.metadata["source_code_uri"] = "https://github.com/ruby/rdoc"
Expand Down