diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
| commit | 718cf2ccb9956613756ab15d7a0e28f2c8e91cab (patch) | |
| tree | b87d1da582d0835d081be2b7a1ec373dc8edc129 /sys/dev/cfe | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cfe')
| -rw-r--r-- | sys/dev/cfe/cfe_api.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_api.h | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_api_int.h | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_console.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_env.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_error.h | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_ioctl.h | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_resource.c | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/sys/dev/cfe/cfe_api.c b/sys/dev/cfe/cfe_api.c index 1b3610af875c..4bfc8ce83009 100644 --- a/sys/dev/cfe/cfe_api.c +++ b/sys/dev/cfe/cfe_api.c @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_api.c,v 1.18 2006/08/24 02:13:56 binh Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_api.h b/sys/dev/cfe/cfe_api.h index ade7a81c1842..a068f58f11b1 100644 --- a/sys/dev/cfe/cfe_api.h +++ b/sys/dev/cfe/cfe_api.h @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_api.h,v 1.31 2006/08/24 02:13:56 binh Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_api_int.h b/sys/dev/cfe/cfe_api_int.h index b15a17697087..7b2b000e63e8 100644 --- a/sys/dev/cfe/cfe_api_int.h +++ b/sys/dev/cfe/cfe_api_int.h @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_api_int.h,v 1.22 2003/02/07 17:27:56 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c index e42f08779596..44daa34ebea1 100644 --- a/sys/dev/cfe/cfe_console.c +++ b/sys/dev/cfe/cfe_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/cfe/cfe_env.c b/sys/dev/cfe/cfe_env.c index 9b2a3a306e1c..589f751b85d5 100644 --- a/sys/dev/cfe/cfe_env.c +++ b/sys/dev/cfe/cfe_env.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/dev/cfe/cfe_error.h b/sys/dev/cfe/cfe_error.h index d32f1d9065dd..d0cb413acd36 100644 --- a/sys/dev/cfe/cfe_error.h +++ b/sys/dev/cfe/cfe_error.h @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_error.h,v 1.3 2003/02/07 17:27:56 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_ioctl.h b/sys/dev/cfe/cfe_ioctl.h index c02e79d1f1e8..632c3ac71baa 100644 --- a/sys/dev/cfe/cfe_ioctl.h +++ b/sys/dev/cfe/cfe_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002, 2003 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_resource.c b/sys/dev/cfe/cfe_resource.c index 02581fc5831e..4c07d4e4d2ad 100644 --- a/sys/dev/cfe/cfe_resource.c +++ b/sys/dev/cfe/cfe_resource.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * |
