Skip to content

Commit 77d6788

Browse files
fix typos
1 parent 933680a commit 77d6788

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

LICENSE.rdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SPDX-License-Identifier: Ruby or GPL-2
1+
:stopdoc:
2+
# SPDX-License-Identifier: Ruby or GPL-2.0-or-later
3+
:startdoc:
24

35
= License
46

rdoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RDoc produces HTML and command-line documentation for Ruby projects.
2626
RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
2727
DESCRIPTION
2828
s.homepage = "https://ruby.github.io/rdoc"
29-
s.licenses = ["Ruby", "GPL"]
29+
s.licenses = ["Ruby", "GPL-2.0-or-later"]
3030

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

0 commit comments

Comments
 (0)