diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-12 00:49:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-12 00:49:01 +0000 |
commit | 301dc9492bf8d739097324141b2a789a13a3d709 (patch) | |
tree | d820c797c05dddf3bb4de5e410d7a966ad149374 /Master/tlpkg/bin | |
parent | 0e9db47d484e4bb1b34a9543761f161a3051dfbe (diff) |
copyright years
git-svn-id: svn://tug.org/texlive/trunk@14621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/check-tlnet-consistency | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-fix-container-infos | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-makeself-from-tlnet | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpfiles | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 3 |
6 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency index 56b7f8527d2..a1134afbd71 100755 --- a/Master/tlpkg/bin/check-tlnet-consistency +++ b/Master/tlpkg/bin/check-tlnet-consistency @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright 2008 Norbert Preining +# Copyright 2008, 2009 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/tl-fix-container-infos b/Master/tlpkg/bin/tl-fix-container-infos index df0ac5ed2be..80f69dbbd11 100755 --- a/Master/tlpkg/bin/tl-fix-container-infos +++ b/Master/tlpkg/bin/tl-fix-container-infos @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright 2008 Norbert Preining +# Copyright 2008, 2009 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/tl-makeself-from-tlnet b/Master/tlpkg/bin/tl-makeself-from-tlnet index 725c90e5271..f5ccbb0a83d 100755 --- a/Master/tlpkg/bin/tl-makeself-from-tlnet +++ b/Master/tlpkg/bin/tl-makeself-from-tlnet @@ -1,6 +1,6 @@ #!/bin/sh -e # $Id$ -# Copyright 2008 Norbert Preining +# Copyright 2008, 2009 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles index d5407b45aab..e086d02d907 100755 --- a/Master/tlpkg/bin/tlpfiles +++ b/Master/tlpkg/bin/tlpfiles @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2007, 2008 TeX Users Group. +# Copyright 2007, 2008, 2009 Karl Berry. # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index 0e8af8c946c..ce19830923b 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2007, 2008, 2009 TeX Users Group +# Copyright 2007, 2008, 2009 Karl Berry. # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 9d96233d8f3..ba4d0af0a19 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -2,7 +2,7 @@ # $Id$ # convert a set of tlpsrc files (given as arguments) into tlpdb # -# Copyright 2007, 2008 Norbert Preining +# Copyright 2007, 2008, 2009 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -148,6 +148,7 @@ sub main } else { $tldb->writeout; } + &debug ("$0: done.\n"); return 0; } |