From 48ad07e5d7461f1bd5cbc087d69d8b7007eedb6f Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sun, 30 Aug 2015 19:50:28 +0200 Subject: [PATCH] add url --- AUTHORS.md | 2 -- update.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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)