diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-12 00:33:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-12 00:33:10 +0000 |
commit | 8d3771b1f27602b197fdef27fbd348157d703def (patch) | |
tree | e422193ae3196d74d80334e3937109f045f22d64 /Master | |
parent | 4a51722e3f3da73ca6f4c03dd09ae9accfb1353e (diff) |
use keywords, unify formatting
git-svn-id: svn://tug.org/texlive/trunk@4565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 22 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 21 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 23 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 7 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 19 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TeXCatalogue.pm | 13 |
6 files changed, 46 insertions, 59 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index e36f6d758e2..5d4d146957b 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1,10 +1,9 @@ -# -# TeXLive::TLPDB.pm -# module for using tlpdb files +# $Id$ +# TeXLive::TLPDB.pm - module for using tlpdb files # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 -# or any later version +# This file is licensed under the GNU General Public License version 2 +# or any later version. package TeXLive::TLPDB; @@ -325,12 +324,6 @@ sub listdir { =pod -=head1 AUTHORS AND COPYRIGHT - -This module and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. - =head1 SEE ALSO The modules L<TeXLive::TLPSRC>, L<TeXLive::TLPOBJ>, @@ -338,8 +331,13 @@ L<TeXLive::TLTREE>, L<TeXLive::TLUtils> and the document L<Perl-API.txt> and the specification in the TeX Live repository trunk/Master/tlpkg/doc/. -=cut +=head1 AUTHORS AND COPYRIGHT +This script and its documentation were written for the TeX Live +distribution (L<http://tug.org/texlive>) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut 1; diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 5c2e32feccd..814c2d7d314 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -1,12 +1,9 @@ -# -# TeXLive::TLPOBJ.pm -# module for using tlpobj files +# $Id$ +# TeXLive::TLPOBJ.pm - module for using tlpobj files # Copyright 2007 Norbert Preining # # This file is licensed under the GNU General Public Licence version 2 -# or any later version -# -# pod documentation at the bottom +# or any later version. package TeXLive::TLPOBJ; @@ -799,21 +796,19 @@ adds or removes files for the given type (only for C<run>, C<src>, C<doc>). =back -=head1 AUTHORS AND COPYRIGHT - -This module and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. - =head1 SEE ALSO The modules L<TeXLive::TLUtils>, L<TeXLive::TLPSRC>, L<TeXLive::TLPDB>, L<TeXLive::TLTREE>. +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L<http://tug.org/texlive>) and both are licensed under the +GNU General Public License Version 2 or later. =cut - ### Local Variables: ### perl-indent-level: 2 ### tab-width: 2 diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 20326a78872..7fdf16a3657 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -1,12 +1,9 @@ -# -# TeXLive::TLPSRC.pm -# module for using tlpsrc files +# $Id$ +# TeXLive::TLPSRC.pm - module for using tlpsrc files # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 -# or any later version -# -# pod documentation at the bottom +# This file is licensed under the GNU General Public License version 2 +# or any later version. package TeXLive::TLPSRC; @@ -649,20 +646,18 @@ enrich it which the actual content from <$tltree> to a C<TLPOBJ> object. =back -=head1 AUTHORS AND COPYRIGHT - -This module and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. - =head1 SEE ALSO The modules L<TeXLive::TLUtils>, L<TeXLive::TLPOBJ>, L<TeXLive::TLPDB>, L<TeXLive::TLTREE>. -=cut +=head1 AUTHORS AND COPYRIGHT +This script and its documentation were written for the TeX Live +distribution (L<http://tug.org/texlive>) and both are licensed under the +GNU General Public License Version 2 or later. +=cut ### Local Variables: ### perl-indent-level: 2 diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index 4d8ff67b675..47202a9fcd0 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -1,10 +1,9 @@ -# -# TeXLive::TLTREE.pm -# helper module to work with the tree of all files +# $Id$ +# TeXLive::TLTREE.pm - helper module to work with the tree of all files # Copyright 2007 Norbert Preining # # This file is licensed under the GNU General Public Licence version 2 -# or any later version +# or any later version. package TeXLive::TLTREE; diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 4d37c64bd0a..86f98e2de03 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1,11 +1,12 @@ +# $Id$ # TeXLive::TLUtils.pm # common functions for TeX Live Infrastructure # # Copyright 2007 Norbert Preining -# This file is licensed under the GNU General Public Licence version 2 -# or any later version +# This file is licensed under the GNU General Public License version 2 +# or any later version. # -# based on Fabrice Popineau's FileUtils.pm +# based on Fabrice Popineau's FileUtils.pm. package TeXLive::TLUtils; @@ -112,12 +113,6 @@ sub debug { =pod -=head1 AUTHORS AND COPYRIGHT - -This module and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. - =head1 SEE ALSO The modules L<TeXLive::TLPSRC>, L<TeXLive::TLPOBJ>, @@ -125,6 +120,12 @@ L<TeXLive::TLPDB>, L<TeXLive::TLTREE>, and the document L<Perl-API.txt> and the specification in the TeX Live repository trunk/Master/tlpkg/doc/. +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L<http://tug.org/texlive>) and both are licensed under the +GNU General Public License Version 2 or later. + =cut ### Local Variables: diff --git a/Master/tlpkg/TeXLive/TeXCatalogue.pm b/Master/tlpkg/TeXLive/TeXCatalogue.pm index 122a4068a6f..25aae3074d9 100644 --- a/Master/tlpkg/TeXLive/TeXCatalogue.pm +++ b/Master/tlpkg/TeXLive/TeXCatalogue.pm @@ -1,10 +1,9 @@ -# -# TeXLive::TeXCatalogue -# module for accessing the TeX Catalogue +# $Id$ +# TeXLive::TeXCatalogue - module for accessing the TeX Catalogue # Copyright 2007 Norbert Preining # # This file is licensed under the GNU General Public Licence version 2 -# or any later version +# or any later version. die "THIS MODULE IS NOT EVEN CLOSE TO BE FINISHED\n"; @@ -51,9 +50,9 @@ in the TeX Catalogue. =head1 AUTHORS AND COPYRIGHT -This module and its documentation was written by -Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both -are licensed under the GNU General Public License Version 2 or later. +This script and its documentation were written for the TeX Live +distribution (L<http://tug.org/texlive>) and both are licensed under the +GNU General Public License Version 2 or later. =cut |