diff options
| author | hobbs <hobbs> | 2010-08-04 19:44:48 (GMT) | 
|---|---|---|
| committer | hobbs <hobbs> | 2010-08-04 19:44:48 (GMT) | 
| commit | c059dbc83441dca59fb2c2b48a732c47fdd5a1c8 (patch) | |
| tree | 2d7e041334a3672814c04bfa66013349b8395d64 /unix/tclUnixFCmd.c | |
| parent | 6b7790ad2d19676a01c84caec6ec63d9a2f6aa33 (diff) | |
| download | tcl-c059dbc83441dca59fb2c2b48a732c47fdd5a1c8.zip tcl-c059dbc83441dca59fb2c2b48a732c47fdd5a1c8.tar.gz tcl-c059dbc83441dca59fb2c2b48a732c47fdd5a1c8.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/tclUnixFCmd.c')
| -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 daa40da..038354f 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.76 2010/03/25 14:53:35 dkf Exp $ + * RCS: @(#) $Id: tclUnixFCmd.c,v 1.77 2010/08/04 19:44:48 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.   * | 
