diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-14 01:20:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-14 01:20:02 +0000 |
commit | efc7471c253e237e9b33efb6b00af47071274fc0 (patch) | |
tree | 4bd9692bce6723304c0b1975251a166f4b25a633 | |
parent | 1f5ffc507b8771abc123a7b2f5a9fe23a0279d4e (diff) |
2006 copyrights
git-svn-id: svn://tug.org/texlive/trunk@2434 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/common.sh | 2 | ||||
-rwxr-xr-x | Master/install-compr.sh | 2 | ||||
-rwxr-xr-x | Master/install-live.sh | 2 | ||||
-rwxr-xr-x | Master/install-pkg-compr.sh | 2 | ||||
-rwxr-xr-x | Master/install-pkg-live.sh | 6 | ||||
-rwxr-xr-x | Master/utils.sh | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/Master/common.sh b/Master/common.sh index 702f10d93af..932d985e081 100755 --- a/Master/common.sh +++ b/Master/common.sh @@ -4,7 +4,7 @@ # common.sh -- common routines for the installation procedures. # Do not call directly. # -# Copyright (c) Sebastian Rahtz, 2003, 2004, 2005. +# Copyright (c) Sebastian Rahtz, 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Master/install-compr.sh b/Master/install-compr.sh index f873d163f5c..d808e74e4e7 100755 --- a/Master/install-compr.sh +++ b/Master/install-compr.sh @@ -5,7 +5,7 @@ # in the `inst' distribution. # # Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999, -# 2000, 2001, 2003, 2004, 2005. +# 2000, 2001, 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Master/install-live.sh b/Master/install-live.sh index d1fd1ab051d..4b13d38934b 100755 --- a/Master/install-live.sh +++ b/Master/install-live.sh @@ -5,7 +5,7 @@ # in the `demo' and `live' distributions. # # Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999, -# 2000, 2001, 2003, 2004, 2005. +# 2000, 2001, 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Master/install-pkg-compr.sh b/Master/install-pkg-compr.sh index 8b6e1774940..30a4f6b34b2 100755 --- a/Master/install-pkg-compr.sh +++ b/Master/install-pkg-compr.sh @@ -5,7 +5,7 @@ # (inst) distribution into running installations. # # Copyright (c) Thomas Esser, Sebastian Rahtz 1996, 1997, 1998, 1999, -# 2002, 2003, 2004, 2005. +# 2002, 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Master/install-pkg-live.sh b/Master/install-pkg-live.sh index 665ba9c8f14..20749af5443 100755 --- a/Master/install-pkg-live.sh +++ b/Master/install-pkg-live.sh @@ -1,11 +1,11 @@ #!/bin/sh # $Id$ # -# install-pkg.sh -- install individual packages from live distributions -# into running installations. +# install-pkg-live.sh -- install individual packages from live +# distributions into running installations. # # Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999, -# 2002, 2003, 2004, 2005. +# 2002, 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Master/utils.sh b/Master/utils.sh index 1d62d432b23..e1a0794f552 100755 --- a/Master/utils.sh +++ b/Master/utils.sh @@ -4,7 +4,7 @@ # utils.sh -- utility routines for the installation scripts. # Do not call directly. # -# Copyright (c) Sebastian Rahtz 2003, 2004, 2005. +# Copyright (c) Sebastian Rahtz 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |