From c358fa4841ae75179dd31186664f13b754057161 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 15 Aug 2012 16:55:19 +0200 Subject: [PATCH] Add missing file headers --- tools/wvperf2html.py | 10 ++++++++++ tools/wvtest2html.py | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/tools/wvperf2html.py b/tools/wvperf2html.py index c3f37d0..15f7c3d 100755 --- a/tools/wvperf2html.py +++ b/tools/wvperf2html.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +# +# WvTest: +# Copyright (C) 2012 Michal Sojka +# Licensed under the GNU Library General Public License, version 2. +# See the included file named LICENSE for license information. +# +# This script converts a sequence of wvtest protocol outputs with +# results of performance measurements to interactive graphs (HTML + +# JavaScript). An example can be seen at +# http://os.inf.tu-dresden.de/~sojka/nul/performance.html. import sys import re diff --git a/tools/wvtest2html.py b/tools/wvtest2html.py index 89cb8d9..093855c 100755 --- a/tools/wvtest2html.py +++ b/tools/wvtest2html.py @@ -1,4 +1,11 @@ #!/usr/bin/env python +# +# WvTest: +# Copyright (C) 2012 Michal Sojka +# Licensed under the GNU Library General Public License, version 2. +# See the included file named LICENSE for license information. +# +# This script converts wvtest protocol output to HTML pages. import sys import re -- 2.39.2