Skip to content

Commit b5bcd84

Browse files
thompson-tomokou
andauthored
chore: Have license content match gemspec (#1654)
This updates the gemspec to explicitly mention the GPL license as per the license files which also make clear the license expression. This ensures that tools such as Fossa are not generating false positives for using just GPL licenses in Apache licensed projects. --------- Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 78c8650 commit b5bcd84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

LICENSE.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:stopdoc:
2+
SPDX-License-Identifier: Ruby or GPL-2.0-only
3+
:startdoc:
4+
15
= License
26

37
RDoc is copyrighted free software.

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"]
29+
s.licenses = ["Ruby", "GPL-2.0-only"]
3030

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

0 commit comments

Comments
 (0)