copyright notice
This commit is contained in:
parent
16554f2391
commit
67142b7a8b
@ -4,6 +4,7 @@
|
||||
# Autocmake
|
||||
|
||||
A CMake plugin composer.
|
||||
Licensed under [BSD-3](../master/LICENSE).
|
||||
|
||||
|
||||
## Projects using Autocmake
|
||||
|
@ -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')
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
# Copyright (c) 2015 by Radovan Bast and Jonas Juselius
|
||||
# see https://github.com/scisoft/autocmake/blob/master/LICENSE
|
||||
# See https://github.com/scisoft/autocmake/blob/master/LICENSE
|
||||
|
||||
|
||||
import subprocess
|
||||
|
Loading…
x
Reference in New Issue
Block a user