pep8analysis: add copyright and doc to the pep8analysis_web module
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 17 Jun 2014 18:52:21 +0000 (14:52 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 17 Jun 2014 18:53:21 +0000 (14:53 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/pep8analysis/src/pep8analysis_web.nit

index def8e3c..8b87b3e 100644 (file)
@@ -1,3 +1,24 @@
+# This file is part of the pep8analysis project (http://xymus.net/pep8/)
+#
+# Copyright 2013-2014 Alexis Laferrière <alexis.laf@xymus.net>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Web version of the pep8analysis tool
+#
+# Takes the entire Pep/8 source code as argument and prints out the
+# analysis results. The result graph will be sent to the JavaScript function
+# `show_graph` with the source of the graph in Graphviz's dot.
 module pep8analysis_web
 
 import emscripten