aboutsummaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
commit9ddb49cbe45441fa3f3a10f6dd355e9956480b5f (patch)
tree7dca27c9a790badf045197bb573b3e53ba372480 /bin/expr
parent20ef2e29634f6cc2efc195e55f5742fd09b832fe (diff)
downloadsrc-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.tar.gz
src-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.zip
/*- or .\"- or #- to begin license clauses.
Notes
Notes: svn path=/head/; revision=139969
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 fbd1a0d416a1..49aff71cae77 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 74a33033d222..787cd85dfbbc 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)