From 0c00d10e4ac55f9707fe06d0b24e239a432a4e81 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 19:13:01 +0100 Subject: add licence --- script/dump_schema.pl | 16 ++++++++++++++++ script/tfl_monitor | 16 ++++++++++++++++ script/tfl_to_html | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) (limited to 'script') diff --git a/script/dump_schema.pl b/script/dump_schema.pl index ec1e1bc..4e52ba4 100644 --- a/script/dump_schema.pl +++ b/script/dump_schema.pl @@ -11,3 +11,19 @@ make_schema_at( }, [ 'dbi:SQLite:dbname=monitor.db', ], ); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2012 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/script/tfl_monitor b/script/tfl_monitor index cbb5e79..4a71e57 100644 --- a/script/tfl_monitor +++ b/script/tfl_monitor @@ -73,3 +73,19 @@ $schema->txn_do( } } ); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2012 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/script/tfl_to_html b/script/tfl_to_html index daf097e..8ce7041 100644 --- a/script/tfl_to_html +++ b/script/tfl_to_html @@ -118,3 +118,19 @@ if ($last_class) { $last_class, 100*$tot_per_class{$last_class}/$count_per_line{$last_line}; } + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2012 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut -- cgit v1.2.3