summaryrefslogtreecommitdiffstats
path: root/bin/expr
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
committerimp <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
commita76898b84970888a6fd015e15721f65815ea119a (patch)
tree7dca27c9a790badf045197bb573b3e53ba372480 /bin/expr
parent8e0b41a135a33cfa59159ee99e22e486f42337f6 (diff)
downloadFreeBSD-src-a76898b84970888a6fd015e15721f65815ea119a.zip
FreeBSD-src-a76898b84970888a6fd015e15721f65815ea119a.tar.gz
/*- or .\"- or #- to begin license clauses.
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/expr.13
-rw-r--r--bin/expr/expr.y3
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index fbd1a0d..49aff71 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -1,5 +1,6 @@
.\" -*- nroff -*-
-.\"
+
+.\"-
.\" Copyright (c) 1993 Winning Strategies, Inc.
.\" All rights reserved.
.\"
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 74a3303..787cd85 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -1,5 +1,6 @@
%{
-/* Written by Pace Willisson (pace@blitz.com)
+/*-
+ * Written by Pace Willisson (pace@blitz.com)
* and placed in the public domain.
*
* Largely rewritten by J.T. Conklin (jtc@wimsey.com)
OpenPOWER on IntegriCloud