diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-18 14:26:50 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-18 14:26:50 +0000 |
| commit | df57947f083046d50552e99b91074927d2458708 (patch) | |
| tree | f55ca844144ab080e7f132a02b8dbd5135a39862 /sys/dev/wb | |
| parent | ef4968d9e7c3b90c1499a32a38fdc34f4da22f41 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wb')
| -rw-r--r-- | sys/dev/wb/if_wb.c | 2 | ||||
| -rw-r--r-- | sys/dev/wb/if_wbreg.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/wb/if_wb.c b/sys/dev/wb/if_wb.c index aa882f0d26c01..e91d38739f94f 100644 --- a/sys/dev/wb/if_wb.c +++ b/sys/dev/wb/if_wb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/wb/if_wbreg.h b/sys/dev/wb/if_wbreg.h index 16eb8a1cc2f83..a1dd905ea4d50 100644 --- a/sys/dev/wb/if_wbreg.h +++ b/sys/dev/wb/if_wbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * |
