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

@ -4,6 +4,7 @@
# Autocmake
A CMake plugin composer.
Licensed under [BSD-3](../master/LICENSE).
## Projects using Autocmake

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

View File

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