From 24f905847f92c5baf911a0d37d49ba81b9f7b940 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 19 Mar 2026 13:33:16 +1100 Subject: [PATCH] Have license content match gemspec --- LICENSE.rdoc | 5 +++-- lib/rdoc/rd.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE.rdoc b/LICENSE.rdoc index c61bb93398..24ddfd2d82 100644 --- a/LICENSE.rdoc +++ b/LICENSE.rdoc @@ -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 diff --git a/lib/rdoc/rd.rb b/lib/rdoc/rd.rb index 0afbb26d35..d517a238a1 100644 --- a/lib/rdoc/rd.rb +++ b/lib/rdoc/rd.rb @@ -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