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