summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-12 00:33:10 +0000
committerKarl Berry <karl@freefriends.org>2007-07-12 00:33:10 +0000
commit8d3771b1f27602b197fdef27fbd348157d703def (patch)
treee422193ae3196d74d80334e3937109f045f22d64 /Master/tlpkg/TeXLive/TLPDB.pm
parent4a51722e3f3da73ca6f4c03dd09ae9accfb1353e (diff)
use keywords, unify formatting
git-svn-id: svn://tug.org/texlive/trunk@4565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm22
1 files changed, 10 insertions, 12 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;