diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:49:47 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:49:47 +0000 |
commit | 8a16b7a18f5d0b031f09832fd7752fba717e2a97 (patch) | |
tree | 5827510e6ce5a4c2c06381904731bd7dfefbfde0 /usr.bin/find | |
parent | 2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff) | |
download | src-8a16b7a18f5d0b031f09832fd7752fba717e2a97.tar.gz src-8a16b7a18f5d0b031f09832fd7752fba717e2a97.zip |
Notes
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/find/find.c | 2 | ||||
-rw-r--r-- | usr.bin/find/find.h | 2 | ||||
-rw-r--r-- | usr.bin/find/function.c | 2 | ||||
-rw-r--r-- | usr.bin/find/ls.c | 4 | ||||
-rw-r--r-- | usr.bin/find/main.c | 2 | ||||
-rw-r--r-- | usr.bin/find/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/find/operator.c | 2 | ||||
-rw-r--r-- | usr.bin/find/option.c | 2 |
9 files changed, 19 insertions, 1 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index f35c8a2d4eb8..bc36443b20aa 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 0ea0bfaea4cf..d9fcafff1212 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 5511635b644e..b28911c2db54 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 733115b7c8d6..cc724ba7c776 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index ff5535e4fe34..0a3a7fdbbe47 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 8899c9eb62e6..11ff3160d004 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 26763ece9f8e..56fa44add0b3 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index b47b89916367..0dbd3078b553 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 3baa80304d4b..a05352c5a2b7 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * |