aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/ed.defns.c
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2002-07-24 16:23:10 +0000
committerMark Peek <mp@FreeBSD.org>2002-07-24 16:23:10 +0000
commit2930157267fc56387bb43acf5bb441a84ff6e765 (patch)
tree22260a5dd95c2612c939ecc9dc8166877f07d1d1 /contrib/tcsh/ed.defns.c
parentad35f55d4538cb8e6cd9e8eb7185a28e6f477160 (diff)
downloadsrc-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.defns.c')
-rw-r--r--contrib/tcsh/ed.defns.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/tcsh/ed.defns.c b/contrib/tcsh/ed.defns.c
index be2a2d535bd4..f286c40ca8d9 100644
--- a/contrib/tcsh/ed.defns.c
+++ b/contrib/tcsh/ed.defns.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/ed.defns.c,v 3.38 2001/04/26 19:07:47 kim Exp $ */
+/* $Header: /src/pub/tcsh/ed.defns.c,v 3.39 2002/03/08 17:36:45 christos Exp $ */
/*
* ed.defns.c: Editor function definitions and initialization
*/
@@ -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.defns.c,v 3.38 2001/04/26 19:07:47 kim Exp $")
+RCSID("$Id: ed.defns.c,v 3.39 2002/03/08 17:36:45 christos Exp $")
#include "ed.h"