summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/views.py')
-rw-r--r--ogcp/views.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ogcp/views.py b/ogcp/views.py
index 794400d..d49391f 100644
--- a/ogcp/views.py
+++ b/ogcp/views.py
@@ -1,3 +1,10 @@
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Affero General Public License as published by the
+# Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+
from flask import (
g, render_template, url_for, flash, redirect, request, jsonify, make_response
)