From: David MacKenzie Date: Thu, 11 Jul 1996 21:02:19 +0000 (+0000) Subject: Add MIT copyright notice. From gordoni@cygnus.com. X-Git-Tag: cvs/make-3-74-5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fcvs%2Fmake-3-74-6;p=platform%2Fupstream%2Fglibc.git Add MIT copyright notice. From gordoni@cygnus.com. --- diff --git a/install-sh b/install-sh index 5871924..2c212cc 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