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 /tools/regression | |
| parent | 2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff) | |
Notes
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/aio/aiop/aiop.c | 2 | ||||
| -rw-r--r-- | tools/regression/posixsem/posixsem.c | 2 | ||||
| -rw-r--r-- | tools/regression/posixsem/test.c | 2 | ||||
| -rw-r--r-- | tools/regression/posixsem/test.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/tools/regression/aio/aiop/aiop.c b/tools/regression/aio/aiop/aiop.c index a7c9525663d2..36fe3463d465 100644 --- a/tools/regression/aio/aiop/aiop.c +++ b/tools/regression/aio/aiop/aiop.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Adrian Chadd <adrian@FreeBSD.org>. * All rights reserved. * diff --git a/tools/regression/posixsem/posixsem.c b/tools/regression/posixsem/posixsem.c index 6401b5cb46b5..693a923ab5e6 100644 --- a/tools/regression/posixsem/posixsem.c +++ b/tools/regression/posixsem/posixsem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/tools/regression/posixsem/test.c b/tools/regression/posixsem/test.c index 8583a0dbbac6..bd309733c568 100644 --- a/tools/regression/posixsem/test.c +++ b/tools/regression/posixsem/test.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/tools/regression/posixsem/test.h b/tools/regression/posixsem/test.h index 505679b1fdb0..39f3c2ff74af 100644 --- a/tools/regression/posixsem/test.h +++ b/tools/regression/posixsem/test.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> |
