summaryrefslogtreecommitdiffstats
path: root/ogcp/forms/action_forms.py
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-14 00:32:45 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-20 18:45:38 +0200
commitd84933f88ec57bf495da9a93ad7caa7adcda1aeb (patch)
tree59af510a3966398852e81de49ed6dd865c9157d8 /ogcp/forms/action_forms.py
parent29480012e40f85e61568021776d660a9f73b7ea3 (diff)
ogcp is AGPLv3+
Update license header in files.
Diffstat (limited to 'ogcp/forms/action_forms.py')
-rw-r--r--ogcp/forms/action_forms.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py
index 54b2c32..159c55a 100644
--- a/ogcp/forms/action_forms.py
+++ b/ogcp/forms/action_forms.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 wtforms import (
Form, SubmitField, HiddenField, SelectField, BooleanField, IntegerField,
StringField, RadioField