summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm23
1 files changed, 9 insertions, 14 deletions
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