diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:36:21 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:36:21 +0000 |
| commit | 7282444b103e0b3e7c8cd053413ff6c068831cc6 (patch) | |
| tree | 5dcb49505ed972dc37096070a35d1d662dd4641a /sys/dev/tws | |
| parent | 3e10195c86ce900b08ceba7509b39e61e979807e (diff) | |
Notes
Diffstat (limited to 'sys/dev/tws')
| -rw-r--r-- | sys/dev/tws/tws.c | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws.h | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws_hdm.c | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws_hdm.h | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws_services.c | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws_services.h | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws_user.c | 4 | ||||
| -rw-r--r-- | sys/dev/tws/tws_user.h | 4 |
8 files changed, 24 insertions, 8 deletions
diff --git a/sys/dev/tws/tws.c b/sys/dev/tws/tws.c index 480f6f9548938..6b89966e70332 100644 --- a/sys/dev/tws/tws.c +++ b/sys/dev/tws/tws.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws.h b/sys/dev/tws/tws.h index 0af50c4f425d3..5ed3fadb4a051 100644 --- a/sys/dev/tws/tws.h +++ b/sys/dev/tws/tws.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_hdm.c b/sys/dev/tws/tws_hdm.c index 83d5a50b812d4..d6671d9f1a621 100644 --- a/sys/dev/tws/tws_hdm.c +++ b/sys/dev/tws/tws_hdm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_hdm.h b/sys/dev/tws/tws_hdm.h index 5cacf19b93266..76d14bb3c9f4b 100644 --- a/sys/dev/tws/tws_hdm.h +++ b/sys/dev/tws/tws_hdm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_services.c b/sys/dev/tws/tws_services.c index 243585b6b223a..db1e9e002c250 100644 --- a/sys/dev/tws/tws_services.c +++ b/sys/dev/tws/tws_services.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_services.h b/sys/dev/tws/tws_services.h index f9016daa64ee3..9fa3c37999946 100644 --- a/sys/dev/tws/tws_services.h +++ b/sys/dev/tws/tws_services.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_user.c b/sys/dev/tws/tws_user.c index 5c93a4b93f78c..a3970f0af4081 100644 --- a/sys/dev/tws/tws_user.c +++ b/sys/dev/tws/tws_user.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_user.h b/sys/dev/tws/tws_user.h index 5ae29bc2d2dac..96410f68f2f2d 100644 --- a/sys/dev/tws/tws_user.h +++ b/sys/dev/tws/tws_user.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah |
