Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions LICENSE.rdoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# SPDX-License-Identifier: Ruby

= License

RDoc is copyrighted free software.

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

1. You may make and give away verbatim copies of the source form of the
software without restriction, provided that you duplicate all of the
Expand Down
2 changes: 1 addition & 1 deletion lib/rdoc/rd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You can find the original source for rdtool at
# https://github.com/uwabami/rdtool/
#
# You can use, re-distribute or change these files under Ruby's License or GPL.
# You can use, re-distribute or change these files under Ruby's License.
#
# 1. You may make and give away verbatim copies of the source form of the
# software without restriction, provided that you duplicate all of the
Expand Down