diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-20 18:31:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-20 18:31:24 +0000 |
commit | eee092548cb1d26b13fa0f71bfad47bbc8922467 (patch) | |
tree | 6cc9e7ea1712b519cea60726dd0befc3a0703a95 /Build/source/texk/kpathsea | |
parent | 21499571a87b0c27de4e3583904f4d92c17cf2f1 (diff) |
sync with master, make header comments consistent
git-svn-id: svn://tug.org/texlive/trunk@18383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/mktex.opt | 2 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/mktexdir | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/mktexnam.opt | 1 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/mktexupd | 2 |
5 files changed, 12 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index ecc546ef3ce..b738577c0d4 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,10 @@ +2010-05-20 Karl Berry <karl@tug.org> + + * mktexdir, + * mktexupd, + * mktex.opt, + * mktexnam.opt: systematize header comments. + 2010-05-20 Peter Breitenlohner <peb@mppmu.mpg.de> * kpseaccess.test: Allow for unexpected test results. diff --git a/Build/source/texk/kpathsea/mktex.opt b/Build/source/texk/kpathsea/mktex.opt index 0e6254f2708..b1bd143e8ef 100644 --- a/Build/source/texk/kpathsea/mktex.opt +++ b/Build/source/texk/kpathsea/mktex.opt @@ -1,7 +1,7 @@ # mktex.opt -- common mktex* options, etc. # Meant to be sourced after $usage, $version, and $MT_TEXMFMAIN have been set. # -# Originally written by Thomas Esser. +# Originally written by Thomas Esser. Public domain. # $Id$ if test "x$1" = x--help || test "x$1" = x-help; then diff --git a/Build/source/texk/kpathsea/mktexdir b/Build/source/texk/kpathsea/mktexdir index 8096b8833cb..93ec4dbe5f1 100755 --- a/Build/source/texk/kpathsea/mktexdir +++ b/Build/source/texk/kpathsea/mktexdir @@ -1,5 +1,5 @@ #!/bin/sh -# mkinstalldirs --- make directory hierarchy (now mktexdir). +# mkinstalldirs (now mktexdir) -- make directory hierarchy. # Author: Noah Friedman <friedman@prep.ai.mit.edu>, created: 1993-05-16. # Public domain. # diff --git a/Build/source/texk/kpathsea/mktexnam.opt b/Build/source/texk/kpathsea/mktexnam.opt index 56b536ad2ab..32d98dfe5b7 100644 --- a/Build/source/texk/kpathsea/mktexnam.opt +++ b/Build/source/texk/kpathsea/mktexnam.opt @@ -2,6 +2,7 @@ # Sourced from mktexnam. # # Primarily written by Thomas Esser, Karl Berry, and Olaf Weber. +# Public domain. # $Id$ # Get 8.3 filenames like dpiNNN/NAME.pk. diff --git a/Build/source/texk/kpathsea/mktexupd b/Build/source/texk/kpathsea/mktexupd index 5124f5e34d8..54df6e0fb17 100755 --- a/Build/source/texk/kpathsea/mktexupd +++ b/Build/source/texk/kpathsea/mktexupd @@ -2,6 +2,8 @@ # mktexupd -- update ls-R with a new entry. # # Primarily written by Thomas Esser, Karl Berry, and Olaf Weber. +# Public domain. +# $Id$ version='$Id$' usage="Usage: $0 DIR FILE. |