summaryrefslogtreecommitdiffstats
path: root/external/poky/bitbake/lib/toaster/toastermain/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/bitbake/lib/toaster/toastermain/wsgi.py')
-rw-r--r--external/poky/bitbake/lib/toaster/toastermain/wsgi.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/external/poky/bitbake/lib/toaster/toastermain/wsgi.py b/external/poky/bitbake/lib/toaster/toastermain/wsgi.py
index 031b314b..4c312832 100644
--- a/external/poky/bitbake/lib/toaster/toastermain/wsgi.py
+++ b/external/poky/bitbake/lib/toaster/toastermain/wsgi.py
@@ -1,7 +1,8 @@
-"""
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
+"""
WSGI config for Toaster project.
This module contains the WSGI application used by Django's development server