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/trm | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 2 | ||||
| -rw-r--r-- | sys/dev/trm/trm.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 5374807f2c11..484b14965fc6 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -27,6 +27,8 @@ __FBSDID("$FreeBSD$"); */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h index f72335ae2398..e1f629a63285 100644 --- a/sys/dev/trm/trm.h +++ b/sys/dev/trm/trm.h @@ -5,6 +5,8 @@ * PCI SCSI Bus Master Host Adapter Device Driver * (SCSI chip set used Tekram ASIC TRM-S1040) * + * SPDX-License-Identifier: BSD-3-Clause + * * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. * * Redistribution and use in source and binary forms, with or without |
