From b0a089481f8fbb2d548c5abbcae2fd2280b1e34c Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Mon, 8 Mar 2021 15:08:51 +0100 Subject: [PATCH] app: add SPDX indetifier Add SPDX License Identifier for main app. Signed-off-by: Johannes Thumshirn --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 7697768..4104ff2 100755 --- a/app.py +++ b/app.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# SPDX-License-Identifier: GPL-3.0 # vim: set sw=4 ts=4 ex from flask import Flask, render_template, url_for from flask_flatpages import FlatPages