From e11bc31b55df43c0ded49672ad96fde9752e4e9e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 8 May 2020 18:34:11 +0100 Subject: Update code for public release --- annotate_change.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'annotate_change.py') 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 +# License: See LICENSE file +# Copyright: 2020 (c) The Alan Turing Institute + from app import create_app, db, cli app = create_app() -- cgit v1.2.3