diff options
Diffstat (limited to 'ogcp/__init__.py')
-rw-r--r-- | ogcp/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ogcp/__init__.py b/ogcp/__init__.py index 8c7c732..23d6769 100644 --- a/ogcp/__init__.py +++ b/ogcp/__init__.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_wtf.csrf import CSRFProtect from flask_bootstrap import Bootstrap from flask_babel import Babel |