copyright notice
This commit is contained in:
@@ -101,6 +101,9 @@ def gen_setup(config, relative_path):
|
||||
"""
|
||||
s = []
|
||||
s.append('#!/usr/bin/env python')
|
||||
s.append('\n# This script is autogenerated by Autocmake')
|
||||
s.append('# Copyright (c) 2015 by Radovan Bast and Jonas Juselius')
|
||||
s.append('# See https://github.com/scisoft/autocmake/blob/master/LICENSE')
|
||||
s.append('\nimport os')
|
||||
s.append('import sys')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user