aboutsummaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
commitb3e7694832e81d7a904a10f525f8797b753bf0d3 (patch)
treeb19639e949c04734767a61d8997b23a935c0015d /bin/expr
parent95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (diff)
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/expr.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 4f07275031a3..629ff8d7b9e8 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -4,8 +4,6 @@
* and placed in the public domain.
*
* Largely rewritten by J.T. Conklin (jtc@wimsey.com)
- *
- * $FreeBSD$
*/
#include <sys/types.h>