Commit db30c016 authored by FulcrandG's avatar FulcrandG
Browse files

Spliting the lines from the jinja2 render for the license

parent d5a3a690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ def get_license(license_name, copyright_holder):
    return template.render(
        year = datetime.now().year,
        copyright_holder = copyright_holder
    )
    ).split('\n')


def get_user(code_owner):