copyright notice

This commit is contained in:
Radovan Bast
2015-05-30 19:33:04 +02:00
parent 16554f2391
commit 67142b7a8b
3 changed files with 5 additions and 1 deletions

View File

@@ -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')