From 0c00d10e4ac55f9707fe06d0b24e239a432a4e81 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 19:13:01 +0100 Subject: add licence --- lib/TFLMonitor/Schema.pm | 16 ++++++++++++++++ lib/TFLMonitor/Schema/Line.pm | 16 ++++++++++++++++ lib/TFLMonitor/Schema/LineStatus.pm | 16 ++++++++++++++++ lib/TFLMonitor/Schema/Status.pm | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) (limited to 'lib') diff --git a/lib/TFLMonitor/Schema.pm b/lib/TFLMonitor/Schema.pm index a8f09c6..c5e2377 100644 --- a/lib/TFLMonitor/Schema.pm +++ b/lib/TFLMonitor/Schema.pm @@ -14,3 +14,19 @@ __PACKAGE__->load_classes; # You can replace this text with custom content, and it will be preserved on regeneration 1; + +__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/lib/TFLMonitor/Schema/Line.pm b/lib/TFLMonitor/Schema/Line.pm index acbf60d..5cf6e64 100644 --- a/lib/TFLMonitor/Schema/Line.pm +++ b/lib/TFLMonitor/Schema/Line.pm @@ -33,3 +33,19 @@ __PACKAGE__->has_many( # You can replace this text with custom content, and it will be preserved on regeneration 1; + +__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/lib/TFLMonitor/Schema/LineStatus.pm b/lib/TFLMonitor/Schema/LineStatus.pm index ced0012..c6bb3c2 100644 --- a/lib/TFLMonitor/Schema/LineStatus.pm +++ b/lib/TFLMonitor/Schema/LineStatus.pm @@ -53,3 +53,19 @@ __PACKAGE__->belongs_to( # You can replace this text with custom content, and it will be preserved on regeneration 1; + +__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/lib/TFLMonitor/Schema/Status.pm b/lib/TFLMonitor/Schema/Status.pm index c2e43fd..f36acda 100644 --- a/lib/TFLMonitor/Schema/Status.pm +++ b/lib/TFLMonitor/Schema/Status.pm @@ -51,3 +51,19 @@ __PACKAGE__->has_many( # You can replace this text with custom content, and it will be preserved on regeneration 1; + +__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