diff options
author | Mark Peek <mp@FreeBSD.org> | 2002-07-24 16:23:10 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2002-07-24 16:23:10 +0000 |
commit | 2930157267fc56387bb43acf5bb441a84ff6e765 (patch) | |
tree | 22260a5dd95c2612c939ecc9dc8166877f07d1d1 /contrib/tcsh/ed.refresh.c | |
parent | ad35f55d4538cb8e6cd9e8eb7185a28e6f477160 (diff) | |
download | src-2930157267fc56387bb43acf5bb441a84ff6e765.tar.gz src-2930157267fc56387bb43acf5bb441a84ff6e765.zip |
Import of tcsh-6.12.00
Notes
Notes:
svn path=/vendor/tcsh/dist/; revision=100616
Diffstat (limited to 'contrib/tcsh/ed.refresh.c')
-rw-r--r-- | contrib/tcsh/ed.refresh.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/tcsh/ed.refresh.c b/contrib/tcsh/ed.refresh.c index a7414dff515c..ed05b8b214f0 100644 --- a/contrib/tcsh/ed.refresh.c +++ b/contrib/tcsh/ed.refresh.c @@ -1,4 +1,4 @@ -/* $Header: /src/pub/tcsh/ed.refresh.c,v 3.28 2000/11/11 23:03:34 christos Exp $ */ +/* $Header: /src/pub/tcsh/ed.refresh.c,v 3.29 2002/03/08 17:36:45 christos Exp $ */ /* * ed.refresh.c: Lower level screen refreshing functions */ @@ -14,11 +14,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 + * 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. * @@ -36,7 +32,7 @@ */ #include "sh.h" -RCSID("$Id: ed.refresh.c,v 3.28 2000/11/11 23:03:34 christos Exp $") +RCSID("$Id: ed.refresh.c,v 3.29 2002/03/08 17:36:45 christos Exp $") #include "ed.h" /* #define DEBUG_UPDATE */ |