Project

General

Profile

« Previous | Next » 

Revision dd5ba1b7

Added by nobu (Nobuyoshi Nakada) over 2 years ago

Update generate_spdx_license_list.rb

  • Follow up RegexpLiteral at 9264d834215aa7ce14b0273032a7686c20141db9.
  • Split the code to be generated so that REGEXP does not need
    escapes.
  • Use REGEXP.match? since support for Ruby 2.3 or earlier has been
    dropped.