summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@djmnet.org>1996-07-11 21:02:19 +0000
committerDavid MacKenzie <djm@djmnet.org>1996-07-11 21:02:19 +0000
commit6f6f2bbe529f942bf953dedccface87054b3d2eb (patch)
treec72bf9b821f7e0f54fd7c216e9f7c0c8d01cd1a5
parent63d9ce12c1eeb439139059b341aa20e98f23f975 (diff)
Add MIT copyright notice. From gordoni@cygnus.com.cvs/make-3-75cvs/make-3-74-7cvs/make-3-74-6cvs/make-3-74-5
-rwxr-xr-xinstall-sh14
1 files changed, 13 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index 58719246f0..2c212ccf4a 100755
--- a/install-sh
+++ b/install-sh
@@ -1,7 +1,19 @@
#! /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