lib/licensee/matchers/spdx.rb in licensee-9.11.0 vs lib/licensee/matchers/spdx.rb in licensee-9.12.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Licensee
module Matchers
class Spdx < Licensee::Matchers::Package
# While we could parse the LICENSE.spdx file, prefer
# a lenient regex for speed and security. Moar parsing moar problems.