From cd7c342446906fe5d7c542be0eb7403a8b3707ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 17 Jun 2014 14:52:21 -0400 Subject: [PATCH] pep8analysis: add copyright and doc to the pep8analysis_web module MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/pep8analysis/src/pep8analysis_web.nit | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/contrib/pep8analysis/src/pep8analysis_web.nit b/contrib/pep8analysis/src/pep8analysis_web.nit index def8e3c..8b87b3e 100644 --- a/contrib/pep8analysis/src/pep8analysis_web.nit +++ b/contrib/pep8analysis/src/pep8analysis_web.nit @@ -1,3 +1,24 @@ +# This file is part of the pep8analysis project (http://xymus.net/pep8/) +# +# Copyright 2013-2014 Alexis Laferrière +# +# 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 -- 1.7.9.5