From 262627493176edcbd4a1ce966f481334047b2d1e Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 19:02:08 +0100 Subject: add licence --- calc-price | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'calc-price') diff --git a/calc-price b/calc-price index 680a16d..be6b3bd 100644 --- a/calc-price +++ b/calc-price @@ -287,3 +287,31 @@ for my $day (sort keys %journeys_on_day) { } say "Total: $total"; + +__END__ + +=head1 NAME + +calc-price - calculate journey prices from an oyster db + +=head1 SYNOPSIS + + ./calc-price + +=head1 DESCRIPTION + +See http://www.thenautilus.net/SW/oyster/ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2013 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