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/whereis | |
| parent | f0cfa1b168014f56c02b83e5f28412cc5f78d117 (diff) | |
Notes
Diffstat (limited to 'usr.bin/whereis')
| -rw-r--r-- | usr.bin/whereis/pathnames.h | 4 | ||||
| -rw-r--r-- | usr.bin/whereis/whereis.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index f5d27d184f2d..c177720a5bf2 100644 --- a/usr.bin/whereis/pathnames.h +++ b/usr.bin/whereis/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 3d857119a48d..b9b8f7810b79 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without |
