diff options
author | hobbs <hobbs> | 2010-08-04 19:45:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-04 19:45:07 (GMT) |
commit | 5a52051c512bbd3d30d943d0ac76a1c3ad998870 (patch) | |
tree | faf21579e3a685bad17fc0d876a75e6ffb78a656 /unix | |
parent | cca5e9cf2d83f48386367609df4f2fc08bea9792 (diff) | |
download | tcl-5a52051c512bbd3d30d943d0ac76a1c3ad998870.zip tcl-5a52051c512bbd3d30d943d0ac76a1c3ad998870.tar.gz tcl-5a52051c512bbd3d30d943d0ac76a1c3ad998870.tar.bz2 |
* unix/tclUnixFCmd.c: adjust license header as per
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixFCmd.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index 4812ad0..636a910 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixFCmd.c,v 1.65.2.3 2010/03/25 14:52:34 dkf Exp $ + * RCS: @(#) $Id: tclUnixFCmd.c,v 1.65.2.4 2010/08/04 19:45:07 hobbs Exp $ * * Portions of this code were derived from NetBSD source code which has the * following copyright notice: @@ -25,11 +25,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors may + * 3. Neither the name of the University nor the names of its contributors may * be used to endorse or promote products derived from this software * without specific prior written permission. * |