diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-08 15:57:29 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-08 15:57:29 +0000 |
commit | 6e778a7efdc0e804471750157f6bacd1ef7d1580 (patch) | |
tree | 114426c35a331377f55f7aa6cec9231203e5af0b /usr.bin | |
parent | fb006e46e77344e136739fdc0ee5d0a77a34519d (diff) | |
download | src-test2-6e778a7efdc0e804471750157f6bacd1ef7d1580.tar.gz src-test2-6e778a7efdc0e804471750157f6bacd1ef7d1580.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sdiotool/brcmfmac_bus.h | 4 | ||||
-rw-r--r-- | usr.bin/sdiotool/brcmfmac_sdio.h | 4 | ||||
-rw-r--r-- | usr.bin/sdiotool/cam_sdio.h | 2 | ||||
-rw-r--r-- | usr.bin/sdiotool/linux_compat.h | 2 | ||||
-rw-r--r-- | usr.bin/sdiotool/linux_sdio_compat.h | 2 |
5 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/sdiotool/brcmfmac_bus.h b/usr.bin/sdiotool/brcmfmac_bus.h index 2c7cb2953598..27baad34d747 100644 --- a/usr.bin/sdiotool/brcmfmac_bus.h +++ b/usr.bin/sdiotool/brcmfmac_bus.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: ISC + * * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/usr.bin/sdiotool/brcmfmac_sdio.h b/usr.bin/sdiotool/brcmfmac_sdio.h index c4d0b3756def..5a972d99816f 100644 --- a/usr.bin/sdiotool/brcmfmac_sdio.h +++ b/usr.bin/sdiotool/brcmfmac_sdio.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: ISC + * * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/usr.bin/sdiotool/cam_sdio.h b/usr.bin/sdiotool/cam_sdio.h index 6f57fada45a0..32d8d079de0e 100644 --- a/usr.bin/sdiotool/cam_sdio.h +++ b/usr.bin/sdiotool/cam_sdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Ilya Bakulin * All rights reserved. * diff --git a/usr.bin/sdiotool/linux_compat.h b/usr.bin/sdiotool/linux_compat.h index 7f49fbde0a09..f9d8dd55132c 100644 --- a/usr.bin/sdiotool/linux_compat.h +++ b/usr.bin/sdiotool/linux_compat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016-2017 Ilya Bakulin * All rights reserved. * diff --git a/usr.bin/sdiotool/linux_sdio_compat.h b/usr.bin/sdiotool/linux_sdio_compat.h index 671da405d374..9236a23eff94 100644 --- a/usr.bin/sdiotool/linux_sdio_compat.h +++ b/usr.bin/sdiotool/linux_sdio_compat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Ilya Bakulin * All rights reserved. * |