Skip to content

Support author name in LicenseHeaderStep #323

@jochenkemnade

Description

@jochenkemnade

Some license texts include the name of the file's initial creator. This is currently not possible to do with the LicenseHeaderStep.
Maybe the step could should work with templates rather than constant strings, e,g,

    licenseHeader('/* Copyright ${year} ${author}*/',
                      [year: java.time.LocalDate.now().year, author: 'John Doe'])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions