From 925d56f8c0af0fa8e7a49b610b18728225c809a9 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sat, 23 Apr 2022 14:19:27 -0500 Subject: [PATCH] copyright --- src/index.py | 1 + src/templates/terms.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.py b/src/index.py index f4f12a1..68dce69 100755 --- a/src/index.py +++ b/src/index.py @@ -77,6 +77,7 @@ def index(): def terms(): _args = CONFIG['about'] _args['context']= CONTEXT + _args['year'] = datetime.now().year return render_template("terms.html",**_args) # return render_template("index.html",**args) @app.route("/json/") diff --git a/src/templates/terms.html b/src/templates/terms.html index 4207321..62aa17d 100644 --- a/src/templates/terms.html +++ b/src/templates/terms.html @@ -15,7 +15,7 @@
MIT License

-
Copyright 2020 Vanderbilt University Medical Center +
© {{year}} {{organization}}

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: