Skip to content

Commit

Permalink
update license files in rdoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva authored Nov 25, 2024
1 parent dae2b83 commit a7fae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a7fae5e

Please sign in to comment.