diff --git a/Library/Homebrew/metafiles.rb b/Library/Homebrew/metafiles.rb index f73cb36fa7..06da9fdb3f 100644 --- a/Library/Homebrew/metafiles.rb +++ b/Library/Homebrew/metafiles.rb @@ -1,8 +1,10 @@ class Metafiles def initialize - @exts = %w[.txt .md .html] - @metafiles = %w[readme changelog changes copying license licence copyright authors] + @exts = %w[.md .html .rtf .txt] + @metafiles = %w[ + about authors changelog changes copying copyright history license + licence news notes notice readme todo] end def + other