diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:37:16 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:37:16 +0000 |
| commit | 1de7b4b805ddbf2429da511c053686ac4591ed89 (patch) | |
| tree | f8124ad7243ccb1b4e727aa06c7f7c643addfc17 /usr.bin/seq | |
| parent | f0cfa1b168014f56c02b83e5f28412cc5f78d117 (diff) | |
Notes
Diffstat (limited to 'usr.bin/seq')
| -rw-r--r-- | usr.bin/seq/seq.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/seq/seq.c b/usr.bin/seq/seq.c index 6d715e1d42ae..b8c3faef7bf1 100644 --- a/usr.bin/seq/seq.c +++ b/usr.bin/seq/seq.c @@ -1,5 +1,7 @@ /* $NetBSD: seq.c,v 1.7 2010/05/27 08:40:19 dholland Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2005 The NetBSD Foundation, Inc. * All rights reserved. * |
