From 3905ebf1e56d73fc03bf9881762fa09ec6b94fdf Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Wed, 23 Oct 2013 04:35:07 +0000 Subject: Added copyright notice --- diff --git a/sugar_network_webui/dialogs.py b/sugar_network_webui/dialogs.py index fcc5fe6..b4abdba 100644 --- a/sugar_network_webui/dialogs.py +++ b/sugar_network_webui/dialogs.py @@ -1,3 +1,19 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2012, Sebastian Silva +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + import flask from flask_classy import FlaskView from flaskext.babel import gettext as _ -- cgit v0.9.1