From 67142b7a8bfcf1190509250799ae430c22f817bf Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 30 May 2015 19:33:04 +0200 Subject: [PATCH] copyright notice --- README.md | 1 + bootstrap.py | 3 +++ lib/config.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d71189d..44b7158 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ # Autocmake A CMake plugin composer. +Licensed under [BSD-3](../master/LICENSE). ## Projects using Autocmake diff --git a/bootstrap.py b/bootstrap.py index 4acb1fa..03dd12d 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -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') diff --git a/lib/config.py b/lib/config.py index 864bec8..2e49f84 100644 --- a/lib/config.py +++ b/lib/config.py @@ -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