license

in lib/licensee/project_files/license_file.rb [84:91]


      def license
        if matcher&.match
          matcher.match
        else
          License.find('other')
        end
      end