diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-07-28 02:24:33 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-07-28 02:24:33 +0000 |
commit | 5f3a73ba3ad8f71a2584b90f4519eb0c3ffc69f6 (patch) | |
tree | e0dc6ae8a7b50395b54351558c015c23a0a84ef3 /contrib/traceroute/install-sh | |
parent | 38a623ef9682e4adffa5eae560b9fda840a659a8 (diff) |
Notes
Diffstat (limited to 'contrib/traceroute/install-sh')
-rwxr-xr-x | contrib/traceroute/install-sh | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/contrib/traceroute/install-sh b/contrib/traceroute/install-sh index 58719246f040..ebc66913e940 100755 --- a/contrib/traceroute/install-sh +++ b/contrib/traceroute/install-sh @@ -1,15 +1,27 @@ #! /bin/sh # # install - install a program, script, or datafile -# This comes from X11R5. +# This comes from X11R5 (mit/util/scripts/install.sh). +# +# Copyright 1991 by the Massachusetts Institute of Technology +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of M.I.T. not be used in advertising or +# publicity pertaining to distribution of the software without specific, +# written prior permission. M.I.T. makes no representations about the +# suitability of this software for any purpose. It is provided "as is" +# without express or implied warranty. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written -# from scratch. -# +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. # set DOITPROG to echo to test this script |