From a7fae5e790b67f4260118b2b776289a9bdbdef20 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 25 Nov 2024 20:54:18 +0000 Subject: [PATCH] update license files in rdoc task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 35dd06e..d630ceb 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ require "rdoc/task" RDoc::Task.new do |doc| doc.main = "README.md" doc.title = "Logger -- Ruby Standard Logger" - doc.rdoc_files = FileList.new %w[README.md lib LICENSE.txt] + doc.rdoc_files = FileList.new %w[README.md lib BSDL COPYING] doc.rdoc_dir = "html" end