We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933680a commit 77d6788Copy full SHA for 77d6788
2 files changed
LICENSE.rdoc
@@ -1,4 +1,6 @@
1
-# SPDX-License-Identifier: Ruby or GPL-2
+:stopdoc:
2
+# SPDX-License-Identifier: Ruby or GPL-2.0-or-later
3
+:startdoc:
4
5
= License
6
rdoc.gemspec
@@ -26,7 +26,7 @@ RDoc produces HTML and command-line documentation for Ruby projects.
26
RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
27
DESCRIPTION
28
s.homepage = "https://ruby.github.io/rdoc"
29
- s.licenses = ["Ruby", "GPL"]
+ s.licenses = ["Ruby", "GPL-2.0-or-later"]
30
31
s.metadata["homepage_uri"] = s.homepage
32
s.metadata["source_code_uri"] = "https://github.com/ruby/rdoc"
0 commit comments