Sha256: caf454d19072db0f94ce4c747443e0e4e3b15f32956439a3ce99cd7e9274c039
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class Mpl2LicenseGenerator < ProjectGenerator def template_path "LICENSE-MPL-2.0.txt.erb" end def filename "LICENSE-MPL-2.0.txt" end def spdx_identifier "MPL-2.0" end def uri "https://www.mozilla.org/MPL/2.0/" end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems