Skip to content

Commit 933680a

Browse files
switch gemspec to be dual
1 parent 24f9058 commit 933680a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

LICENSE.rdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# SPDX-License-Identifier: Ruby
1+
# SPDX-License-Identifier: Ruby or GPL-2
22

33
= License
44

55
RDoc is copyrighted free software.
66

7-
You can redistribute it and/or modify it under the terms of the Ruby License.
7+
You can redistribute it and/or modify it under either the terms of the GPL
8+
version 2 (see the file GPL), or the conditions below:
89

910
1. You may make and give away verbatim copies of the source form of the
1011
software without restriction, provided that you duplicate all of the

lib/rdoc/rd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You can find the original source for rdtool at
1515
# https://github.com/uwabami/rdtool/
1616
#
17-
# You can use, re-distribute or change these files under Ruby's License.
17+
# You can use, re-distribute or change these files under Ruby's License or GPL.
1818
#
1919
# 1. You may make and give away verbatim copies of the source form of the
2020
# software without restriction, provided that you duplicate all of the

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"]
3030

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

0 commit comments

Comments
 (0)