diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-10 08:39:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-10 08:39:26 +0000 |
| commit | 9ddb49cbe45441fa3f3a10f6dd355e9956480b5f (patch) | |
| tree | 7dca27c9a790badf045197bb573b3e53ba372480 /bin/date | |
| parent | 20ef2e29634f6cc2efc195e55f5742fd09b832fe (diff) | |
Notes
Diffstat (limited to 'bin/date')
| -rw-r--r-- | bin/date/date.1 | 1 | ||||
| -rw-r--r-- | bin/date/date.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 6a5119d89dee..cc2cab8b7124 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,3 +1,4 @@ +.\"- .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/bin/date/date.c b/bin/date/date.c index 91628405e94f..be296a1f3b34 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985, 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * |
