diff --git a/AUTHORS.md b/AUTHORS.md index 9bfad91..a3f9498 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,10 +1,8 @@ - # Authors - Jonas Juselius - Radovan Bast - # Contributors - Miroslav Ilias (Windows, portability, earliest adopter testing and feedback) diff --git a/update.py b/update.py index f03a43f..4530437 100644 --- a/update.py +++ b/update.py @@ -114,7 +114,7 @@ def gen_cmake_command(config): def autogenerated_notice(): s = [] - s.append('# This file is autogenerated by Autocmake') + s.append('# This file is autogenerated by Autocmake http://autocmake.org') s.append('# Copyright (c) 2015 by Radovan Bast and Jonas Juselius') s.append('# See https://github.com/scisoft/autocmake/') return '\n'.join(s)