Sha256: 7ea86abf477f1754739738018a604bff159f2d1e66f494679eb6a2381fb4b68f
Contents?: true
Size: 554 Bytes
Versions: 3
Compression:
Stored size: 554 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class Apache2LicenseGenerator < ProjectGenerator def template_path "LICENSE-APACHE-2.0.txt.erb" end def filename "LICENSE-APACHE-2.0.txt" end def spdx_identifier "Apache-2.0" end def uri "https://www.apache.org/licenses/LICENSE-2.0.txt" end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems