aboutsummaryrefslogtreecommitdiff
path: root/oyster
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-04-12 19:02:08 +0100
committerdakkar <dakkar@thenautilus.net>2013-04-12 19:02:08 +0100
commit262627493176edcbd4a1ce966f481334047b2d1e (patch)
treef271ace4dc617ef7bf149d07c6534211b7b22c6a /oyster
parentscript to calculate cost of journeys (diff)
downloadoyster-262627493176edcbd4a1ce966f481334047b2d1e.tar.gz
oyster-262627493176edcbd4a1ce966f481334047b2d1e.tar.bz2
oyster-262627493176edcbd4a1ce966f481334047b2d1e.zip
add licence
Diffstat (limited to 'oyster')
-rw-r--r--oyster29
1 files changed, 29 insertions, 0 deletions
diff --git a/oyster b/oyster
index 59c6af4..acbad4e 100644
--- a/oyster
+++ b/oyster
@@ -160,3 +160,32 @@ while (my $row = $csv->getline_hr($fh)) {
progress('done');
exit 0;
+
+__END__
+
+=head1 NAME
+
+oyster - save journey data from TfL
+
+=head1 SYNOPSIS
+
+ ./oyster -u $username -p $password
+ ./oyster
+
+=head1 DESCRIPTION
+
+See http://www.thenautilus.net/SW/oyster/
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=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