File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: Ruby
1+ # SPDX-License-Identifier: Ruby or GPL-2
22
33= License
44
55RDoc 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
9101. 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RDoc produces HTML and command-line documentation for Ruby projects.
2626RDoc 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"
You can’t perform that action at this time.
0 commit comments