diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-03-14 03:19:51 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-03-14 03:19:51 +0000 |
| commit | be5d0b9566b13fdf8cabebb63334cbec12bfc409 (patch) | |
| tree | 520694c14456beb2e7b1f82e4a34687db70e1d91 /sys/dev/trm | |
| parent | 8774e6a3fc97f5b72aa2fdda5f366f528259b3ec (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 |
