diff options
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/BSD_daemon/beastie.fig | 2 | ||||
-rw-r--r-- | share/examples/libusb20/bulk.c | 5 | ||||
-rw-r--r-- | share/examples/libusb20/control.c | 5 |
3 files changed, 10 insertions, 2 deletions
diff --git a/share/examples/BSD_daemon/beastie.fig b/share/examples/BSD_daemon/beastie.fig index 1c156ca5ecedb..68e191d1c681f 100644 --- a/share/examples/BSD_daemon/beastie.fig +++ b/share/examples/BSD_daemon/beastie.fig @@ -1,4 +1,6 @@ #FIG 3.2 +# SPDX-License-Identifier: Beerware +# # ---------------------------------------------------------------------------- # "THE BEER-WARE LICENSE" (Revision 42): # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you diff --git a/share/examples/libusb20/bulk.c b/share/examples/libusb20/bulk.c index 08ba029c08172..b6190a97121a2 100644 --- a/share/examples/libusb20/bulk.c +++ b/share/examples/libusb20/bulk.c @@ -1,4 +1,7 @@ -/* ---------------------------------------------------------------------------- +/*- + * SPDX-License-Identifier: Beerware + * + * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42) (by Poul-Henning Kamp): * <joerg@FreeBSD.ORG> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think diff --git a/share/examples/libusb20/control.c b/share/examples/libusb20/control.c index 724ef5979ede0..ca48e8bffb21a 100644 --- a/share/examples/libusb20/control.c +++ b/share/examples/libusb20/control.c @@ -1,4 +1,7 @@ -/* ---------------------------------------------------------------------------- +/*- + * SPDX-License-Identifier: Beerware + * + * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42) (by Poul-Henning Kamp): * <joerg@FreeBSD.ORG> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think |