app: add SPDX indetifier

Add SPDX License Identifier for main app.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
pull/19/head
Johannes Thumshirn 4 years ago
parent 52bd81f3a4
commit b0a089481f

@ -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

Loading…
Cancel
Save