[Pkg-debile-commits] [debile-web] 01/02: Add license + remove useless declaration

Sylvestre Ledru sylvestre at alioth.debian.org
Thu Sep 12 15:20:37 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit 70847e9d88f086d52e167629666aebe5137c7a2e
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date:   Thu Sep 12 17:03:36 2013 +0200

    Add license + remove useless declaration
---
 debileweb/blueprints/forms.py |   23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/debileweb/blueprints/forms.py b/debileweb/blueprints/forms.py
index 2d57446..547dcff 100644
--- a/debileweb/blueprints/forms.py
+++ b/debileweb/blueprints/forms.py
@@ -1,6 +1,27 @@
-from wtforms import TextField, BooleanField, Form
+# Copyright (c) 2013 Sylvestre Ledru <sylvestre at debian.org>
+#
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the "Software"),
+# to deal in the Software without restriction, including without limitation
+# the rights to use, copy, modify, merge, publish, distribute, sublicense,
+# and/or sell copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+# DEALINGS IN THE SOFTWARE.
+
+from wtforms import TextField, Form
 from wtforms.validators import Required
 
+
 class SearchPackageForm(Form):
     package = TextField('package', validators = [Required()])
     maintainer = TextField('maintainer', validators = [Required()])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list