X-Git-Url: https://code.grnet.gr/git/flowspy/blobdiff_plain/c15e41acd9b737bfbb14a731d91e6666aedc19cf..9f54980ac91d1540c085c04f3ede44ffa66aa03f:/settings.py.dist diff --git a/settings.py.dist b/settings.py.dist index e6172b6..a0c4cae 100644 --- a/settings.py.dist +++ b/settings.py.dist @@ -1,3 +1,22 @@ +# +# -*- coding: utf-8 -*- vim:fileencoding=utf-8: +#Copyright © 2011-2013 Greek Research and Technology Network (GRNET S.A.) + +#Developed by Leonidas Poulopoulos (leopoul-at-noc-dot-grnet-dot-gr), +#GRNET NOC +# +#Permission to use, copy, modify, and/or distribute this software for any +#purpose with or without fee is hereby granted, provided that the above +#copyright notice and this permission notice appear in all copies. +# +#THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD +#TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +#FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +#CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +#DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +#ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +#SOFTWARE. +# # Django settings for grnet project. # -*- coding: utf-8 -*- vim:encoding=utf-8: # vim: tabstop=4:shiftwidth=4:softtabstop=4:expandtab