summaryrefslogtreecommitdiffstats
path: root/nfsw/uwsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/uwsgi.py')
-rw-r--r--nfsw/uwsgi.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/nfsw/uwsgi.py b/nfsw/uwsgi.py
index 0b17cc9..dc87e58 100644
--- a/nfsw/uwsgi.py
+++ b/nfsw/uwsgi.py
@@ -1,3 +1,12 @@
+# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: ISC
+#
+# Copyright (C) 2019 rsiddharth <s@ricketyspace.net>
+#
+# This file is part of dingy.
+#
+
from nfsw import create_app
app = create_app()