From b1ffa25196615e4780c13d2ae65ad351e0a06921 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Thu, 24 May 2007 16:00:41 +0000 Subject: [PATCH] r5021@merlin: jquelin | 2007-05-24 17:35:23 +0200 reorganize pod and copyright --- README | 20 +++++++++++++++----- lib/Inline/Befunge.pm | 36 +++++++++++++++++++++++++----------- 2 files changed, 40 insertions(+), 16 deletions(-) diff --git a/README b/README index cc8f4ef..80fe032 100644 --- a/README +++ b/README @@ -32,10 +32,20 @@ AUTHOR Jerome Quelin, -COPYRIGHT +COPYRIGHT AND LICENCE - Copyright (c) 2001 Jerome Quelin - All rights reserved. + Copyright (C) 2001-2007 Jerome Quelin - This program is free software; you can redistribute it and/or - modify it under the same terms as Perl itself. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff --git a/lib/Inline/Befunge.pm b/lib/Inline/Befunge.pm index ff89154..fbf9099 100644 --- a/lib/Inline/Befunge.pm +++ b/lib/Inline/Befunge.pm @@ -334,9 +334,17 @@ find the functions. Return a small report about the Befunge code. -=head1 AUTHOR +=head1 SEE ALSO + +=over 4 + +=item L + +=item L + +=item L -Jerome Quelin, Ejquelin@cpan.orgE +=back =head1 ACKNOWLEDGEMENTS @@ -364,23 +372,29 @@ idea on defining labels in Befunge code. =back -=head1 COPYRIGHT +=head1 AUTHOR -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Jerome Quelin, C<< >> -=head1 SEE ALSO +=head1 COPYRIGHT AND LICENCE -=over 4 +Copyright (C) 2001-2007 Jerome Quelin -=item L +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -=item L +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -=item L +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -=back =cut -- 2.11.4.GIT