Skip to content

Update default EULA header

Dariush Mohandes requested to merge issue/update-default-header into master

Created by: edvgui

Description

The inmanta module template comes with this regex to check whether a header is valid: https://github.com/inmanta/inmanta-module-template/blob/5a1835c1cde9704cc3053facbb3dd72bbc595535/%7B%7Bcookiecutter.module_name%7Cslugify%7D%7D/setup.cfg#L45.

This header didn't work for that regex, so we update the header here. (Easier than overwriting the regex)

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Attached issue to pull request
  • Changelog entry
  • Type annotations are present
  • Code is clear and sufficiently documented
  • No (preventable) type errors (check using make mypy or make mypy-diff)
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

Reviewer Checklist:

  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Code is clear and sufficiently documented
  • Correct, in line with design

Merge request reports

Loading