diff options
Diffstat (limited to 'annotate_change.py')
| -rw-r--r-- | annotate_change.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/annotate_change.py b/annotate_change.py index 0aa4765..d8a953d 100644 --- a/annotate_change.py +++ b/annotate_change.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- +# Author: G.J.J. van den Burg <gvandenburg@turing.ac.uk> +# License: See LICENSE file +# Copyright: 2020 (c) The Alan Turing Institute + from app import create_app, db, cli app = create_app() |
