diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-13 17:13:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-13 17:13:39 +0000 |
commit | c847617ad264b8da5bd02d78fe0342d3b35b1ef0 (patch) | |
tree | 6473df86c46e3d2f94953324b288835300242914 /Master | |
parent | c9bb2d4bf7827f115efdfe4798e0359219681e3b (diff) |
license instead of licence
git-svn-id: svn://tug.org/texlive/trunk@4576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TeXCatalogue.pm | 7 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpdb-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/lib/TeXLiveInfra.sh | 11 |
5 files changed, 10 insertions, 14 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index a03c9f47f7f..3d365f15bd6 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -2,7 +2,7 @@ # TeXLive::TLPOBJ.pm - module for using tlpobj files # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 +# This file is licensed under the GNU General Public License version 2 # or any later version. package TeXLive::TLPOBJ; diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index bf007b9cfb2..41d1dc2928f 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -2,7 +2,7 @@ # TeXLive::TLTREE.pm - helper module to work with the tree of all files # Copyright 2007 Norbert Preining # -# This file is licensed under the GNU General Public Licence version 2 +# This file is licensed under the GNU General Public License version 2 # or any later version. package TeXLive::TLTREE; diff --git a/Master/tlpkg/TeXLive/TeXCatalogue.pm b/Master/tlpkg/TeXLive/TeXCatalogue.pm index 33ef33e6a7d..eb5682068d4 100644 --- a/Master/tlpkg/TeXLive/TeXCatalogue.pm +++ b/Master/tlpkg/TeXLive/TeXCatalogue.pm @@ -2,11 +2,10 @@ # TeXLive::TeXCatalogue - module for accessing the TeX Catalogue # # Copyright 2007 Norbert Preining -# -# Loads of code is taken from the catalogue checking script of Robin Fairbairns -# -# This file is licensed under the GNU General Public Licence version 2 +# This file is licensed under the GNU General Public License version 2 # or any later version. +# +# Loads of code taken from the catalogue checking script of Robin Fairbairns. use XML::DOM; diff --git a/Master/tlpkg/bin/tlpdb-check b/Master/tlpkg/bin/tlpdb-check index bbc5b4bc814..629d097f73a 100755 --- a/Master/tlpkg/bin/tlpdb-check +++ b/Master/tlpkg/bin/tlpdb-check @@ -1,7 +1,7 @@ #!/bin/sh # $Id$ # Copyright 2007 Karl Berry -# This file is licensed under the GNU General Public Licence version 2 +# This file is licensed under the GNU General Public License version 2 # or any later version. # # Check that tlpdb contains all the files in the trees, exactly once. diff --git a/Master/tlpkg/lib/TeXLiveInfra.sh b/Master/tlpkg/lib/TeXLiveInfra.sh index e4a6500dd64..f3eca766017 100644 --- a/Master/tlpkg/lib/TeXLiveInfra.sh +++ b/Master/tlpkg/lib/TeXLiveInfra.sh @@ -1,12 +1,9 @@ -# -# TeXLiveInfra.sh -# shell library for the access to TLDB and TLP +# $Id$ +# TeXLiveInfra.sh - shell library for the access to TLDB and TLP # # 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. die() { echo $* |