diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-05 08:20:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-05 08:20:34 +0000 |
commit | 68e2ea92f15f8084fda26c4eb8e0939354f923fd (patch) | |
tree | 152a1f43d495db54153f96db1e13adc3f5fbd90a | |
parent | 72e9304675ac276b2ac244c09a40ea9e7b9ea35d (diff) | |
download | perl-68e2ea92f15f8084fda26c4eb8e0939354f923fd.tar.gz |
Reintroduce the mention of the fact that the Artistic/GPL
also are Perl's own licenses.
p4raw-id: //depot/perl@19419
-rw-r--r-- | pod/perlartistic.pod | 10 | ||||
-rw-r--r-- | pod/perlgpl.pod | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/pod/perlartistic.pod b/pod/perlartistic.pod index 273b8dd792..64f59a8043 100644 --- a/pod/perlartistic.pod +++ b/pod/perlartistic.pod @@ -10,9 +10,13 @@ perlartistic -- the Perl Artistic License =head1 DESCRIPTION -[This is the B<The "Artistic License">. It's here so that -modules/programs/etc that want to declare this as their distribution -license, can link to it.] +This is B<"The Artistic License">. It's here so that modules, +programs, etc., that want to declare this as their distribution +license, can link to it. + +It is also one of the two licenses Perl allows itself to be +redistributed and/or modified; for the other one, the GNU General +Public License, see the L<perlgpl>. =head1 The "Artistic License" diff --git a/pod/perlgpl.pod b/pod/perlgpl.pod index f1e27123c3..a7a96ba670 100644 --- a/pod/perlgpl.pod +++ b/pod/perlgpl.pod @@ -16,9 +16,13 @@ perlgpl -- the GNU Public General Public License, version 2 =head1 DESCRIPTION -[This is the B<The "GNU General Public License, version 2">. It's here -so that modules/programs/etc that want to declare this as their -distribution license, can link to it.] +This is B<"The GNU General Public License, version 2">. It's here so +that modules, programs, etc., that want to declare this as their +distribution license, can link to it. + +It is also one of the two licenses Perl allows itself to be +redistributed and/or modified; for the other one, the Perl Artistic +License, see the L<perlartistic>. =head1 GNU GENERAL PUBLIC LICENSE |