diff options
Diffstat (limited to 'install-sh')
| -rwxr-xr-x | install-sh | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/install-sh b/install-sh index ec298b537402..afbe3d26c9c3 100755 --- a/install-sh +++ b/install-sh @@ -3,10 +3,18 @@ scriptversion=2020-11-14.01; # UTC +# https://lists.gnu.org/archive/html/automake/2018-09/msg00002.html +# +# Originally X11R4 util/scripts/install.sh, the following comments, copyright +# and license were added by an autoconf developer in 1998 (about nine years +# later). I have made a minor change to the wording, i.e., "copyright holders" +# vs "X Consortium", for reusability -TD +# +# ----------------------------------------------------------------------------- # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. -# +# ----------------------------------------------------------------------------- # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy @@ -22,16 +30,15 @@ scriptversion=2020-11-14.01; # UTC # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- -# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# -# Except as contained in this notice, the name of the X Consortium shall not -# be used in advertising or otherwise to promote the sale, use or other deal- -# ings in this Software without prior written authorization from the X Consor- -# tium. -# +# ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. # +# Except as contained in this notice, the name(s) of the above copyright +# holders shall not be used in advertising or otherwise to promote the sale, +# use or other dealings in this Software without prior written authorization. +# ----------------------------------------------------------------------------- # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent |
