From e3e45e3827fe10225b73ba059c184a5395658069 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 19:20:53 +0100 Subject: add licence --- lib/GridFiller.pm | 16 ++++++++++++++++ lib/GridFiller/Chooser.pm | 16 ++++++++++++++++ lib/GridFiller/Chooser/Random.pm | 16 ++++++++++++++++ lib/GridFiller/Chooser/Smarter.pm | 16 ++++++++++++++++ lib/GridFiller/Constants.pm | 16 ++++++++++++++++ lib/GridFiller/Result.pm | 16 ++++++++++++++++ lib/GridFiller/Result/Pango.pm | 16 ++++++++++++++++ lib/GridFiller/Result/Text.pm | 16 ++++++++++++++++ lib/GridFiller/Scaler.pm | 16 ++++++++++++++++ lib/GridFiller/Status.pm | 16 ++++++++++++++++ lib/GridFiller/Types.pm | 16 ++++++++++++++++ lib/TextPrinter.pm | 16 ++++++++++++++++ lib/TextPrinter/ColourGrid.pm | 16 ++++++++++++++++ lib/TextPrinter/StarGrid.pm | 16 ++++++++++++++++ 14 files changed, 224 insertions(+) (limited to 'lib') diff --git a/lib/GridFiller.pm b/lib/GridFiller.pm index aef8dcb..1139277 100644 --- a/lib/GridFiller.pm +++ b/lib/GridFiller.pm @@ -57,3 +57,19 @@ sub fill { } 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/GridFiller/Chooser.pm b/lib/GridFiller/Chooser.pm index 04e3cc9..51d1040 100644 --- a/lib/GridFiller/Chooser.pm +++ b/lib/GridFiller/Chooser.pm @@ -22,3 +22,19 @@ sub find_place_for { } 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/GridFiller/Chooser/Random.pm b/lib/GridFiller/Chooser/Random.pm index f949c4d..940736d 100644 --- a/lib/GridFiller/Chooser/Random.pm +++ b/lib/GridFiller/Chooser/Random.pm @@ -93,3 +93,19 @@ sub _find_in_col { } 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/GridFiller/Chooser/Smarter.pm b/lib/GridFiller/Chooser/Smarter.pm index 16ed0b0..5b2b778 100644 --- a/lib/GridFiller/Chooser/Smarter.pm +++ b/lib/GridFiller/Chooser/Smarter.pm @@ -120,3 +120,19 @@ sub _find_in_col { } 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/GridFiller/Constants.pm b/lib/GridFiller/Constants.pm index d707782..041b8fd 100644 --- a/lib/GridFiller/Constants.pm +++ b/lib/GridFiller/Constants.pm @@ -28,3 +28,19 @@ readonly_on($BLACK); readonly_on($WHITE); 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/GridFiller/Result.pm b/lib/GridFiller/Result.pm index 4ba3736..d82fc06 100644 --- a/lib/GridFiller/Result.pm +++ b/lib/GridFiller/Result.pm @@ -41,3 +41,19 @@ sub reset { } 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/GridFiller/Result/Pango.pm b/lib/GridFiller/Result/Pango.pm index 442aa06..5be6482 100644 --- a/lib/GridFiller/Result/Pango.pm +++ b/lib/GridFiller/Result/Pango.pm @@ -289,3 +289,19 @@ after reset => sub { 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/GridFiller/Result/Text.pm b/lib/GridFiller/Result/Text.pm index 03e7f8f..5ed1d32 100644 --- a/lib/GridFiller/Result/Text.pm +++ b/lib/GridFiller/Result/Text.pm @@ -136,3 +136,19 @@ after reset => sub { }; 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/GridFiller/Scaler.pm b/lib/GridFiller/Scaler.pm index 21d11c9..f6e3337 100644 --- a/lib/GridFiller/Scaler.pm +++ b/lib/GridFiller/Scaler.pm @@ -30,3 +30,19 @@ sub scale { } 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/GridFiller/Status.pm b/lib/GridFiller/Status.pm index 65932b8..85a70e7 100644 --- a/lib/GridFiller/Status.pm +++ b/lib/GridFiller/Status.pm @@ -144,3 +144,19 @@ sub to_string { } 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/GridFiller/Types.pm b/lib/GridFiller/Types.pm index 90e094f..4a93a0d 100644 --- a/lib/GridFiller/Types.pm +++ b/lib/GridFiller/Types.pm @@ -39,3 +39,19 @@ coerce FontDescrT, class_type FontOptT, { class => 'Cairo::FontOptions' }; 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/TextPrinter.pm b/lib/TextPrinter.pm index 1715959..b852124 100644 --- a/lib/TextPrinter.pm +++ b/lib/TextPrinter.pm @@ -44,3 +44,19 @@ sub draw_whole { } 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/TextPrinter/ColourGrid.pm b/lib/TextPrinter/ColourGrid.pm index 441956c..c0caa15 100644 --- a/lib/TextPrinter/ColourGrid.pm +++ b/lib/TextPrinter/ColourGrid.pm @@ -25,3 +25,19 @@ sub draw_cell { } 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/TextPrinter/StarGrid.pm b/lib/TextPrinter/StarGrid.pm index 012cf07..00b1703 100644 --- a/lib/TextPrinter/StarGrid.pm +++ b/lib/TextPrinter/StarGrid.pm @@ -17,3 +17,19 @@ sub draw_cell { } 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