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/firewire | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire_phy.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewirereg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdev.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohcireg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohcivar.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/iec13213.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/iec68113.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp.h | 2 |
13 files changed, 26 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index c5b24ff78d73..3798188fdcb1 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index 442fd6f624fb..e91e5c26adab 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index a420a4a9f04e..1cac818fb106 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. * diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index e9a86060b45c..494ff45c61db 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 87f44ac840bb..2442a9131779 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 5162c065f674..03df023b7531 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 7523f2cbc54f..5fa94ebe65d7 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 95fe26ed2b22..38b7a5d25f0d 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 985bc6aff5ee..84de76aa7758 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi SHimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi SHimokawa * All rights reserved. diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 058649fc0cc4..6351c5bfc3b4 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 393d93156b7d..1ecf31cd82f0 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 342958d9f1a4..9daa9f001661 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 79f2e2840eb8..93ad991e3a76 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. |
