lgpl?

in lib/licensee/projects/project.rb [101:106]


      def lgpl?
        return false unless licenses.count == 2 && license_files.count == 2

        license_files[0].lgpl? && license_files[1].gpl?
      end