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 | |
parent | 8774e6a3fc97f5b72aa2fdda5f366f528259b3ec (diff) |
Notes
6835 files changed, 15985 insertions, 1953 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 7a80cf8844488..158a71cd61d3e 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 2029ac5d7703f..0880393d204b4 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index a6f625b11e689..ae0291b411d59 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 11e36333c8277..ea945fb4a0208 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/cp/extern.h b/bin/cp/extern.h index f8c20daa893e7..68b9389afb2a2 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 11a35682c7f59..a858080812c62 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/date/date.c b/bin/date/date.c index c3919012bc18d..9dbdb1b688e81 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/date/extern.h b/bin/date/extern.h index 91aeab2e07e16..3283b3f37ae8d 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/date/netdate.c b/bin/date/netdate.c index e506e6d0ec189..7ca010edfffed 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/args.c b/bin/dd/args.c index 40aff559de48b..9da26765b2a62 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 2ffba1eaaa0b3..ebde38afd83c9 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index ce585dfe97f8b..af7500d938015 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 56f8efef7a53f..cab621fe4ded3 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/dd.h b/bin/dd/dd.h index 196f804c2ebed..ae07d926c461c 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 25440ca128811..85d383ab43f35 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/misc.c b/bin/dd/misc.c index ea0f8d3d6430e..d39b4fc9c1ce7 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/dd/position.c b/bin/dd/position.c index 50542955322d2..d2146a3435299 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/df/df.c b/bin/df/df.c index 0c7f56fa3288e..550dc3bb40c81 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index da3e607c0e14e..29c151e32e08c 100644 --- a/bin/domainname/domainname.c +++ b/bin/domainname/domainname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 68ff581f8475d..373416ed6403d 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index b59778be67232..468d72c408dba 100644 --- a/bin/ed/cbc.c +++ b/bin/ed/cbc.c @@ -1,5 +1,7 @@ /* cbc.c: This file contains the encryption routines for the ed line editor */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 85b692eccdc4a..8a9833ba36b59 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/kill/kill.c b/bin/kill/kill.c index c0ee194d57d95..4ea1ab0c23c59 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ln/ln.c b/bin/ln/ln.c index ef8d5320c77a3..f036022a00da4 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index a2e46ff242042..aa7ef78589a57 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ls/extern.h b/bin/ls/extern.h index e4b50596a23d2..9c6179474fc76 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 91ef9ea4e15ad..c1e1205913c08 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ls/ls.h b/bin/ls/ls.h index e4867775b02b4..bf38fe84f855a 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ls/print.c b/bin/ls/print.c index 12ca80276e535..90276362ce5b4 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ls/util.c b/bin/ls/util.c index b75cbec5f4fb7..b22b92dabce9f 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index ea192092b19d3..384a0b3c6ee70 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 9a300e6f0e349..6346acebbedce 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index 57aa46d92e1c8..245909387800d 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index bcab2fce24cb6..19a2048337349 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 40affa5c0f5e0..bedb0e8b09301 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/cache.c b/bin/pax/cache.c index f6e52b49378ee..f0249179e9173 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 36d59ca7b12cb..10624071e12b0 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index f385a5988313b..821ed20386978 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index 1cac0d71918d9..d33a069852068 100644 --- a/bin/pax/cpio.h +++ b/bin/pax/cpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/extern.h b/bin/pax/extern.h index dc99e643b1405..7ecc6f42841fc 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index f18227e40b6ab..9842a19294695 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 9e07882a96b14..8e26ee9ce96ea 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index 4538977754e47..3c6d08131ae5e 100644 --- a/bin/pax/ftree.h +++ b/bin/pax/ftree.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 0e2a1e8bf2619..a193d25c323cf 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/options.c b/bin/pax/options.c index 094b47eeb19b8..884cfde027c4f 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/options.h b/bin/pax/options.h index 948e012671e8f..8a4cb90a62562 100644 --- a/bin/pax/options.h +++ b/bin/pax/options.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index 516519e208f0e..c243e61514071 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index 0eedd679caaec..3332c5826fd2b 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 4e97610e954a4..19bc6f3e9097c 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/pax.h b/bin/pax/pax.h index c80ae7e0e11dc..9fcef2db80f25 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index e9cc759e24037..b666ac34c8987 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index eed4641a17d59..f731e137a9cf2 100644 --- a/bin/pax/sel_subs.h +++ b/bin/pax/sel_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 69273fe988270..5351648fb595b 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/tables.h b/bin/pax/tables.h index ba59f913e7ab6..dbaa0f5f8e0ea 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/tar.c b/bin/pax/tar.c index 32bdd6e1ad0e9..53197c7e0933c 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/tar.h b/bin/pax/tar.h index df36360adfc69..44457fdea0e01 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index b63da86eb8db5..a27e37f879113 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/bin/ps/extern.h b/bin/ps/extern.h index eb9b2cfeee5bd..ef39153b53612 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index 4db6b8d1d33f4..8e24e0d90d2f9 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 8a6a5f676129c..f01df6c2d759d 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index f5e600b839597..f9add123985c4 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ps/print.c b/bin/ps/print.c index b8a1fcac20f4a..b886fa027bc44 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 80729bc974608..07ca6352e4515 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/ps/ps.h b/bin/ps/ps.h index 613871af182e2..2b70797ba4dae 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 4baf3aa9e3be5..d4fbbb443785e 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/realpath/realpath.c b/bin/realpath/realpath.c index a2ae06bc723e8..bc7203b8e010e 100644 --- a/bin/realpath/realpath.c +++ b/bin/realpath/realpath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 8b9ab6b6ae5e6..41ca1d062f62e 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index f81aaab04d6b0..504ec1893a766 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index a530ab78b2a55..aaad9d88d5539 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 457a4c7aefc8d..9f9ae39957ce2 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/mail.h b/bin/sh/mail.h index f88324c628bdb..47e3c56b71c49 100644 --- a/bin/sh/mail.h +++ b/bin/sh/mail.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/main.c b/bin/sh/main.c index 08f234e5ee5fd..790cc987be31f 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/main.h b/bin/sh/main.h index 3c48e330218a3..e67b0f3343ebf 100644 --- a/bin/sh/main.h +++ b/bin/sh/main.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index a04020f80c972..3720a3fb4cd92 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h index e8df7cb1c0b9f..bb36193c19693 100644 --- a/bin/sh/memalloc.h +++ b/bin/sh/memalloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index c9dffa9ba36f9..1d4cc890be03d 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index 1667d77406713..dc94987b0a0ac 100644 --- a/bin/sh/mknodes.c +++ b/bin/sh/mknodes.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 1f81828e5a694..0915288c80ec2 100644 --- a/bin/sh/mksyntax.c +++ b/bin/sh/mksyntax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h index e31276daf4b0e..ace27099fb2ed 100644 --- a/bin/sh/myhistedit.h +++ b/bin/sh/myhistedit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 19de78d9fd5d9..309dfc2239ea4 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h index 919fc867e7cf7..96022ed8555d5 100644 --- a/bin/sh/mystring.h +++ b/bin/sh/mystring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/options.c b/bin/sh/options.c index 340d7e0b30eac..33b7b24354837 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/options.h b/bin/sh/options.h index 8c83acf46e5b7..08a9f39e8844d 100644 --- a/bin/sh/options.h +++ b/bin/sh/options.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/output.c b/bin/sh/output.c index 39b722fdba234..637f4d1eb6697 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/output.h b/bin/sh/output.h index 51974d8d0450d..560f97a2fc5cd 100644 --- a/bin/sh/output.h +++ b/bin/sh/output.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/parser.c b/bin/sh/parser.c index 1297748600b86..788d60a10ab8a 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 0c3cd88601ab4..1f49e34e7547a 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/redir.c b/bin/sh/redir.c index 0a7aa96fb601f..954ce23e55eb7 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/redir.h b/bin/sh/redir.h index ad44c4eddd8c8..3abacef1da619 100644 --- a/bin/sh/redir.h +++ b/bin/sh/redir.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/shell.h b/bin/sh/shell.h index 679efc7b16191..ec0dd8d634636 100644 --- a/bin/sh/shell.h +++ b/bin/sh/shell.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/show.c b/bin/sh/show.c index db18ae9701b39..0722624eed358 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/show.h b/bin/sh/show.h index 4528fb19a41c9..8a6bf3f9e8197 100644 --- a/bin/sh/show.h +++ b/bin/sh/show.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 8bfebc19ec961..bcea9a3532f6c 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/trap.h b/bin/sh/trap.h index a27283926997f..bada6b4419d5e 100644 --- a/bin/sh/trap.h +++ b/bin/sh/trap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/var.c b/bin/sh/var.c index 882db9efdc87e..88ef6f16337b1 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/bin/sh/var.h b/bin/sh/var.h index ede13cf44c7ed..fb1264beecec2 100644 --- a/bin/sh/var.h +++ b/bin/sh/var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/_ctype.h b/include/_ctype.h index 8a43409e0aa0a..96fbaeba00d6a 100644 --- a/include/_ctype.h +++ b/include/_ctype.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/a.out.h b/include/a.out.h index 23f80aa79f642..d532d062cacfc 100644 --- a/include/a.out.h +++ b/include/a.out.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/ar.h b/include/ar.h index aa5fac210289e..01a57a57d785a 100644 --- a/include/ar.h +++ b/include/ar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h index 081c037ecb30e..5ba431529404f 100644 --- a/include/arpa/ftp.h +++ b/include/arpa/ftp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 1078521c47fd2..854d720e58123 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * ++Copyright++ 1983, 1993 * - * Copyright (c) 1983, 1993 diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index ef47b204d56e4..f0e3482a8d247 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h index eeea8eceda24a..a9981494c0501 100644 --- a/include/arpa/nameser_compat.h +++ b/include/arpa/nameser_compat.h @@ -1,4 +1,7 @@ -/* Copyright (c) 1983, 1989 +/*- + * SPDX-License-Identifier: BSD-3-Clause + * + * Copyright (c) 1983, 1989 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index 758e9b83451e1..855b3d26f9cfe 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h index 20733ec69e1ad..50147137db15d 100644 --- a/include/arpa/tftp.h +++ b/include/arpa/tftp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/assert.h b/include/assert.h index c880a782b9633..702e231603e6a 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/bitstring.h b/include/bitstring.h index 6dc91d575c8e5..b179880f1e422 100644 --- a/include/bitstring.h +++ b/include/bitstring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/include/complex.h b/include/complex.h index 4811255ae3846..2ed38253dec10 100644 --- a/include/complex.h +++ b/include/complex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2011 The FreeBSD Project. * All rights reserved. * diff --git a/include/cpio.h b/include/cpio.h index e1d27ce5d2d98..9cbd44e16522b 100644 --- a/include/cpio.h +++ b/include/cpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/include/ctype.h b/include/ctype.h index 0ca422c263373..13173139777be 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/db.h b/include/db.h index 4d04db41e8ebb..13fa91d680488 100644 --- a/include/db.h +++ b/include/db.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/include/dirent.h b/include/dirent.h index 1ab949ccb3786..0472a0168e019 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/dlfcn.h b/include/dlfcn.h index c5088431e6511..76a7fa02ed745 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/include/elf-hints.h b/include/elf-hints.h index e009074a98e7d..679cc34e249ee 100644 --- a/include/elf-hints.h +++ b/include/elf-hints.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 John D. Polstra. * All rights reserved. * diff --git a/include/elf.h b/include/elf.h index c094a1c788377..f230ae729feaa 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 David E. O'Brien. * All rights reserved. * diff --git a/include/err.h b/include/err.h index b0e312160f87f..7f0971b2a6dfb 100644 --- a/include/err.h +++ b/include/err.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/fmtmsg.h b/include/fmtmsg.h index 307c844c388b4..1251c95d489d0 100644 --- a/include/fmtmsg.h +++ b/include/fmtmsg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/include/fnmatch.h b/include/fnmatch.h index e6403a54ed35c..34485381abf7f 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/fstab.h b/include/fstab.h index 9b80f733cc41c..364d132bc4c82 100644 --- a/include/fstab.h +++ b/include/fstab.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/fts.h b/include/fts.h index f453e2b86526a..6f4674e4a76ec 100644 --- a/include/fts.h +++ b/include/fts.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/getopt.h b/include/getopt.h index 445194128c68d..789b4d1d434c4 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/glob.h b/include/glob.h index 073805bc083b0..80d78a219444a 100644 --- a/include/glob.h +++ b/include/glob.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/grp.h b/include/grp.h index b10fd0f8ad36e..5ffc45de1d957 100644 --- a/include/grp.h +++ b/include/grp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/hesiod.h b/include/hesiod.h index 2c29294cc9930..5879632e09bc7 100644 --- a/include/hesiod.h +++ b/include/hesiod.h @@ -3,6 +3,8 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/iconv.h b/include/iconv.h index 51f060353f282..338ca1544d8aa 100644 --- a/include/iconv.h +++ b/include/iconv.h @@ -2,6 +2,8 @@ /* $NetBSD: iconv.h,v 1.6 2005/02/03 04:39:32 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2003 Citrus Project, * Copyright (c) 2009, 2010 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/include/inttypes.h b/include/inttypes.h index 510939680f10c..adf74e5a3e9dc 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/include/iso646.h b/include/iso646.h index a11101e525ce3..a2ab46abf4e04 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Alex Nash * All rights reserved. * diff --git a/include/kenv.h b/include/kenv.h index 90af9298f3667..0f5e8a92fa27b 100644 --- a/include/kenv.h +++ b/include/kenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Maxime Henrion <mux@FreeBSD.org> * All rights reserved. * diff --git a/include/langinfo.h b/include/langinfo.h index 46e38c7247158..87273072a9053 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/include/libgen.h b/include/libgen.h index 28c0067a27d27..f5a8f18edb0ea 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -1,7 +1,9 @@ /* $OpenBSD: libgen.h,v 1.4 1999/05/28 22:00:22 espie Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * diff --git a/include/limits.h b/include/limits.h index a1e1b98208219..274c755d0e1cd 100644 --- a/include/limits.h +++ b/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/link.h b/include/link.h index f95bbe8872a40..60f6bd69add79 100644 --- a/include/link.h +++ b/include/link.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/include/locale.h b/include/locale.h index 0edc3eab716de..de8e03ade5c84 100644 --- a/include/locale.h +++ b/include/locale.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/malloc_np.h b/include/malloc_np.h index 88919a4486664..270bd0f9aec1a 100644 --- a/include/malloc_np.h +++ b/include/malloc_np.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006 Jason Evans <jasone@FreeBSD.org>. * All rights reserved. * diff --git a/include/memory.h b/include/memory.h index fb670d4fe1d42..dd0c63ac73b21 100644 --- a/include/memory.h +++ b/include/memory.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/mk-osreldate.sh b/include/mk-osreldate.sh index e9c6772724df3..cf7d55a436972 100755 --- a/include/mk-osreldate.sh +++ b/include/mk-osreldate.sh @@ -1,4 +1,6 @@ #!/bin/sh - +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2013 Garrett Cooper # All rights reserved. # diff --git a/include/monetary.h b/include/monetary.h index bca607a0478f8..d7b381b82042f 100644 --- a/include/monetary.h +++ b/include/monetary.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/include/mpool.h b/include/mpool.h index 3f22ab7884091..2c6866020e7c1 100644 --- a/include/mpool.h +++ b/include/mpool.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/include/mqueue.h b/include/mqueue.h index e1c0f27ddcbbd..987cf0bd4e236 100644 --- a/include/mqueue.h +++ b/include/mqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/include/ndbm.h b/include/ndbm.h index db838031a1723..2188314746f5a 100644 --- a/include/ndbm.h +++ b/include/ndbm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/netdb.h b/include/netdb.h index 0d9cb4e6d8728..9d81d9439fb5b 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/nl_types.h b/include/nl_types.h index c9da68ea9ba30..bf88144aefd40 100644 --- a/include/nl_types.h +++ b/include/nl_types.h @@ -1,6 +1,8 @@ /* $NetBSD: nl_types.h,v 1.9 2000/10/03 19:53:32 sommerfeld Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/nlist.h b/include/nlist.h index a4965fd969524..5ea6f5ea555e0 100644 --- a/include/nlist.h +++ b/include/nlist.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/nss.h b/include/nss.h index 1f4d078b1c3b3..0cc155a0393c9 100644 --- a/include/nss.h +++ b/include/nss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/include/nsswitch.h b/include/nsswitch.h index 1a97cea81b7f4..f7131292dd781 100644 --- a/include/nsswitch.h +++ b/include/nsswitch.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/paths.h b/include/paths.h index 709e96d008b13..f8df80518c5ce 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/printf.h b/include/printf.h index c12c3ebf4ec34..2a643f94c6578 100644 --- a/include/printf.h +++ b/include/printf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Poul-Henning Kamp * All rights reserved. * diff --git a/include/proc_service.h b/include/proc_service.h index c9e6f27b4ef7c..3b12ff949460a 100644 --- a/include/proc_service.h +++ b/include/proc_service.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 93552923f818b..65df37af6996e 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/protocols/routed.h b/include/protocols/routed.h index bf1604549c667..dab9bba566176 100644 --- a/include/protocols/routed.h +++ b/include/protocols/routed.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h index 49191a2cb7075..f598ec7a7ac34 100644 --- a/include/protocols/rwhod.h +++ b/include/protocols/rwhod.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h index 3b2f0de6654e6..f8b74b9c69817 100644 --- a/include/protocols/talkd.h +++ b/include/protocols/talkd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/protocols/timed.h b/include/protocols/timed.h index d26b4a23980de..de4243c576fe9 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/pthread.h b/include/pthread.h index 3f45d6d842997..8ead85529ad4e 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu * Copyright (c) 1995-1998 by John Birrell <jb@cimlogic.com.au> * All rights reserved. diff --git a/include/pthread_np.h b/include/pthread_np.h index 1a2dbe9581fb4..9c32540368b06 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-98 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/include/pwd.h b/include/pwd.h index 2099e33891a41..1548400b7eb8e 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/ranlib.h b/include/ranlib.h index dd376b4d8a596..cdba75f9f6f33 100644 --- a/include/ranlib.h +++ b/include/ranlib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/regex.h b/include/regex.h index e8b185cac9a59..6b0838a9bd973 100644 --- a/include/regex.h +++ b/include/regex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Henry Spencer. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/include/resolv.h b/include/resolv.h index e3d4fd12a0973..1f4a9bc8d6de7 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1995-2003 Internet Software Consortium. * diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 5503762bb22d4..bf0d76c046c6b 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -1,6 +1,8 @@ /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h index 58b34d776d7a7..3b860d8c7ac32 100644 --- a/include/rpc/auth_des.h +++ b/include/rpc/auth_des.h @@ -1,6 +1,8 @@ /* @(#)auth_des.h 2.2 88/07/29 4.0 RPCSRC; from 1.3 88/02/08 SMI */ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/auth_kerb.h b/include/rpc/auth_kerb.h index b6c5ae100e605..29b09d5070066 100644 --- a/include/rpc/auth_kerb.h +++ b/include/rpc/auth_kerb.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h index fa47e8ba94529..6d1fc315a18d0 100644 --- a/include/rpc/auth_unix.h +++ b/include/rpc/auth_unix.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index 66533e24a7e13..8d9ce1eccb097 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -1,6 +1,8 @@ /* $NetBSD: clnt.h,v 1.14 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * All rights reserved. * diff --git a/include/rpc/clnt_soc.h b/include/rpc/clnt_soc.h index 6536a4bb16a5f..c16609bb6aaca 100644 --- a/include/rpc/clnt_soc.h +++ b/include/rpc/clnt_soc.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/des.h b/include/rpc/des.h index 9400ccdfacb2f..93698cce6cbc7 100644 --- a/include/rpc/des.h +++ b/include/rpc/des.h @@ -1,6 +1,8 @@ /* @(#)des.h 2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI */ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/des_crypt.h b/include/rpc/des_crypt.h index af33e9d670daa..ef938c5cc900f 100644 --- a/include/rpc/des_crypt.h +++ b/include/rpc/des_crypt.h @@ -6,6 +6,8 @@ * Copyright (C) 1986, Sun Microsystems, Inc. */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/nettype.h b/include/rpc/nettype.h index 3ded892865d0c..39c1f76970fb0 100644 --- a/include/rpc/nettype.h +++ b/include/rpc/nettype.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index e8314f6064c2a..465cb0c02623a 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -1,6 +1,8 @@ /* $NetBSD: pmap_clnt.h,v 1.9 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h index d880c40d8492a..f69bad9ca1a77 100644 --- a/include/rpc/pmap_prot.h +++ b/include/rpc/pmap_prot.h @@ -1,6 +1,8 @@ /* $NetBSD: pmap_prot.h,v 1.8 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h index 21eb5d1bf44c4..791b3f486bc29 100644 --- a/include/rpc/pmap_rmt.h +++ b/include/rpc/pmap_rmt.h @@ -1,6 +1,8 @@ /* $NetBSD: pmap_rmt.h,v 1.7 1998/02/11 23:01:23 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/raw.h b/include/rpc/raw.h index a5c7d9352bcc1..b56b9026d93fd 100644 --- a/include/rpc/raw.h +++ b/include/rpc/raw.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index e7a3dc8df1c57..561437c309439 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1,6 +1,8 @@ /* $NetBSD: rpc.h,v 1.13 2000/06/02 22:57:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/rpc_com.h b/include/rpc/rpc_com.h index 0996efc02bf98..dd331e2601f60 100644 --- a/include/rpc/rpc_com.h +++ b/include/rpc/rpc_com.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h index 6e8d0745a0b97..136b617f58e82 100644 --- a/include/rpc/rpc_msg.h +++ b/include/rpc/rpc_msg.h @@ -1,6 +1,8 @@ /* $NetBSD: rpc_msg.h,v 1.11 2000/06/02 22:57:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/rpcb_clnt.h b/include/rpc/rpcb_clnt.h index 455278723ac01..b642aacd6a577 100644 --- a/include/rpc/rpcb_clnt.h +++ b/include/rpc/rpcb_clnt.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/rpcent.h b/include/rpc/rpcent.h index c1650fa4ca799..15c4ae4d00a63 100644 --- a/include/rpc/rpcent.h +++ b/include/rpc/rpcent.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/rpcsec_gss.h b/include/rpc/rpcsec_gss.h index ccd346fd45644..2878ae04b70d5 100644 --- a/include/rpc/rpcsec_gss.h +++ b/include/rpc/rpcsec_gss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/include/rpc/svc.h b/include/rpc/svc.h index 53b1815bd0b02..912d26ba44610 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -1,6 +1,8 @@ /* $NetBSD: svc.h,v 1.17 2000/06/02 22:57:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h index 87b8efe74d956..e9b6cd4be4f3d 100644 --- a/include/rpc/svc_auth.h +++ b/include/rpc/svc_auth.h @@ -1,6 +1,8 @@ /* $NetBSD: svc_auth.h,v 1.8 2000/06/02 22:57:57 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/svc_dg.h b/include/rpc/svc_dg.h index 313176ea8a66c..d9f3012c4f06b 100644 --- a/include/rpc/svc_dg.h +++ b/include/rpc/svc_dg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/svc_soc.h b/include/rpc/svc_soc.h index 311c8322f83db..912e2ec2df1f4 100644 --- a/include/rpc/svc_soc.h +++ b/include/rpc/svc_soc.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index 93f1ee493b46b..ad1672cd1db8d 100644 --- a/include/rpc/xdr.h +++ b/include/rpc/xdr.h @@ -1,6 +1,8 @@ /* $NetBSD: xdr.h,v 1.19 2000/07/17 05:00:45 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/include/rpcsvc/nis_tags.h b/include/rpcsvc/nis_tags.h index 7ee630e6db245..55920a0297fd6 100644 --- a/include/rpcsvc/nis_tags.h +++ b/include/rpcsvc/nis_tags.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 10d5828914868..dd73adfb276eb 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> * All rights reserved. * diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index abde97c3efeb9..c0a0a46e18516 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> * All rights reserved. * diff --git a/include/runetype.h b/include/runetype.h index 6aad915b56044..91f045c32a591 100644 --- a/include/runetype.h +++ b/include/runetype.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/semaphore.h b/include/semaphore.h index 110f7c865df0c..f330d51420585 100644 --- a/include/semaphore.h +++ b/include/semaphore.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 David Xu <davidxu@freebsd.org> * * All rights reserved. diff --git a/include/setjmp.h b/include/setjmp.h index 598e07a77bc4e..1cc8b7762499f 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/signal.h b/include/signal.h index f9b6923c4345f..56d1b82e87a91 100644 --- a/include/signal.h +++ b/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/spawn.h b/include/spawn.h index 7889d0e102469..79753bba0510e 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/include/stab.h b/include/stab.h index 649bb421f8cbe..9abff130ff7d9 100644 --- a/include/stab.h +++ b/include/stab.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/stdalign.h b/include/stdalign.h index 2fb13aa3f849e..6f777fde3df52 100644 --- a/include/stdalign.h +++ b/include/stdalign.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/include/stdbool.h b/include/stdbool.h index 48070c18dfc0c..267e1ad2a1a0c 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> * All rights reserved. * diff --git a/include/stddef.h b/include/stddef.h index 4916e80756f5a..a52e6d312f840 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/stdio.h b/include/stdio.h index 1ff9acafc568e..e792bfc5ad7c9 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/stdlib.h b/include/stdlib.h index 1e94672a94fa8..48ec9f234fc47 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/stdnoreturn.h b/include/stdnoreturn.h index 218a3a0ad111e..e8fc7dca71b3a 100644 --- a/include/stdnoreturn.h +++ b/include/stdnoreturn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/include/string.h b/include/string.h index 21698c3095341..3c5cceaeb857b 100644 --- a/include/string.h +++ b/include/string.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/stringlist.h b/include/stringlist.h index 7222b31c36e3e..b570e631b5262 100644 --- a/include/stringlist.h +++ b/include/stringlist.h @@ -1,6 +1,8 @@ /* $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994 Christos Zoulas * All rights reserved. * diff --git a/include/strings.h b/include/strings.h index 2210df04f0d47..9df19e4ce9ce0 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/include/sysexits.h b/include/sysexits.h index e52bb5be95b35..5e414f24ce8df 100644 --- a/include/sysexits.h +++ b/include/sysexits.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/tar.h b/include/tar.h index f9da49a10d28e..3d54476520e63 100644 --- a/include/tar.h +++ b/include/tar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/include/termios.h b/include/termios.h index 333ab1cd6cc57..ce31d447f60a0 100644 --- a/include/termios.h +++ b/include/termios.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/include/tgmath.h b/include/tgmath.h index 7f4de6f3fa6e8..bf7a61c5f320f 100644 --- a/include/tgmath.h +++ b/include/tgmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder. * All rights reserved. * diff --git a/include/time.h b/include/time.h index 54c7e490473ce..cacb7f2f26e45 100644 --- a/include/time.h +++ b/include/time.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/timeconv.h b/include/timeconv.h index 147db1509345c..1298cc238e577 100644 --- a/include/timeconv.h +++ b/include/timeconv.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/include/timers.h b/include/timers.h index 73180f9c75e11..20f95759e26b3 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,4 +1,6 @@ /* ==== timers.h ============================================================ + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. * diff --git a/include/ttyent.h b/include/ttyent.h index f2220ad73b949..4699d0033a1ac 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/uchar.h b/include/uchar.h index a3fd4fd0195e0..a84a58b3a2dd4 100644 --- a/include/uchar.h +++ b/include/uchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/include/ulimit.h b/include/ulimit.h index ffc40671ea0f3..2579a52015181 100644 --- a/include/ulimit.h +++ b/include/ulimit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Kyle Martin <mkm@ieee.org> * All rights reserved. * diff --git a/include/unistd.h b/include/unistd.h index fc310646654d1..93fe2fdd8cc8f 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/include/utime.h b/include/utime.h index 619c5db627bae..ec1d28b93e313 100644 --- a/include/utime.h +++ b/include/utime.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/include/utmpx.h b/include/utmpx.h index 22707e4d36812..b71d9638d81ec 100644 --- a/include/utmpx.h +++ b/include/utmpx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/include/uuid.h b/include/uuid.h index 79ab76b3b294d..8056acaf71574 100644 --- a/include/uuid.h +++ b/include/uuid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/include/varargs.h b/include/varargs.h index 51a9b595c54b7..930beca372312 100644 --- a/include/varargs.h +++ b/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Alexander Kabaev * All rights reserved. * diff --git a/include/wchar.h b/include/wchar.h index 26d257ac8b4da..5951a2c7cc65d 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/include/wctype.h b/include/wctype.h index f176739e101f1..5882615ce048b 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/include/wordexp.h b/include/wordexp.h index b86e6f9e34b78..bda6ff542fb79 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/include/xlocale.h b/include/xlocale.h index cdeff3edddf8e..647c43b315c98 100644 --- a/include/xlocale.h +++ b/include/xlocale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h index 25a9c723c9646..bf4da73f58bd0 100644 --- a/include/xlocale/_ctype.h +++ b/include/xlocale/_ctype.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_inttypes.h b/include/xlocale/_inttypes.h index 58e434ecf3d5f..2617f5ef17d71 100644 --- a/include/xlocale/_inttypes.h +++ b/include/xlocale/_inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_langinfo.h b/include/xlocale/_langinfo.h index e4f8c50a27a36..0d44394dff23e 100644 --- a/include/xlocale/_langinfo.h +++ b/include/xlocale/_langinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_locale.h b/include/xlocale/_locale.h index 2b4387bb4845b..d48ccf45566b2 100644 --- a/include/xlocale/_locale.h +++ b/include/xlocale/_locale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_monetary.h b/include/xlocale/_monetary.h index 3481278acf013..3cfc86b1f1a76 100644 --- a/include/xlocale/_monetary.h +++ b/include/xlocale/_monetary.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_stdio.h b/include/xlocale/_stdio.h index 0aebdcf97bf80..2d4f6f5e24234 100644 --- a/include/xlocale/_stdio.h +++ b/include/xlocale/_stdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_stdlib.h b/include/xlocale/_stdlib.h index 35a2580d4157f..4b7e27db6c5b6 100644 --- a/include/xlocale/_stdlib.h +++ b/include/xlocale/_stdlib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_string.h b/include/xlocale/_string.h index a7c146efc928f..7fdad75628601 100644 --- a/include/xlocale/_string.h +++ b/include/xlocale/_string.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_time.h b/include/xlocale/_time.h index 4493fdd449b56..4b47b1aea1ff7 100644 --- a/include/xlocale/_time.h +++ b/include/xlocale/_time.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_uchar.h b/include/xlocale/_uchar.h index 4256c874359d4..0c6ed09373f24 100644 --- a/include/xlocale/_uchar.h +++ b/include/xlocale/_uchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/include/xlocale/_wchar.h b/include/xlocale/_wchar.h index 6b02d05c96d2c..3a7261354f84c 100644 --- a/include/xlocale/_wchar.h +++ b/include/xlocale/_wchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c index c4f07e052ed74..a6001b2d5851e 100644 --- a/lib/csu/amd64/crt1.c +++ b/lib/csu/amd64/crt1.c @@ -1,5 +1,7 @@ /* LINTLIBRARY */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/lib/csu/arm/crt1.c b/lib/csu/arm/crt1.c index 5dec5e5f1da1e..c46c44be0702b 100644 --- a/lib/csu/arm/crt1.c +++ b/lib/csu/arm/crt1.c @@ -1,5 +1,7 @@ /* LINTLIBRARY */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 David E. O'Brien. * All rights reserved. * Copyright 1996-1998 John D. Polstra. diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index 04df686ba731f..fcdb824cf7493 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2000 David E. O'Brien, John D. Polstra. * All rights reserved. * diff --git a/lib/csu/common/ignore_init.c b/lib/csu/common/ignore_init.c index 89b3734ae0799..184bcbdf54470 100644 --- a/lib/csu/common/ignore_init.c +++ b/lib/csu/common/ignore_init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/lib/csu/common/notes.h b/lib/csu/common/notes.h index b2c53bf0351cf..aeb5203d8dc1f 100644 --- a/lib/csu/common/notes.h +++ b/lib/csu/common/notes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index 4030ce069c0e1..0f7fe1433ed35 100644 --- a/lib/csu/mips/crt1.c +++ b/lib/csu/mips/crt1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * Copyright (c) 1995 Christopher G. Demetriou diff --git a/lib/csu/powerpc/crt1.c b/lib/csu/powerpc/crt1.c index 4e41bf7472aaf..a8e6d684e20df 100644 --- a/lib/csu/powerpc/crt1.c +++ b/lib/csu/powerpc/crt1.c @@ -1,5 +1,7 @@ /* LINTLIBRARY */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 David E. O'Brien. * All rights reserved. * Copyright 1996-1998 John D. Polstra. diff --git a/lib/csu/powerpc64/crt1.c b/lib/csu/powerpc64/crt1.c index 3ae52501c4961..698130148bc8c 100644 --- a/lib/csu/powerpc64/crt1.c +++ b/lib/csu/powerpc64/crt1.c @@ -1,5 +1,7 @@ /* LINTLIBRARY */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 David E. O'Brien. * All rights reserved. * Copyright 1996-1998 John D. Polstra. diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c index 35132b8c72acf..4cef03f60efdc 100644 --- a/lib/csu/sparc64/crt1.c +++ b/lib/csu/sparc64/crt1.c @@ -1,5 +1,7 @@ /* LINTLIBRARY */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2001 David E. O'Brien. * All rights reserved. * Copyright (c) 1995, 1998 Berkeley Software Design, Inc. diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h index a5bb014e4befb..99f50150605ef 100644 --- a/lib/libarchive/config_freebsd.h +++ b/lib/libarchive/config_freebsd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2007 Tim Kientzle * All rights reserved. * diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c index ad62a8739ab54..b9ab5cba990ea 100644 --- a/lib/libbluetooth/bluetooth.c +++ b/lib/libbluetooth/bluetooth.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h index 451606bec414b..d03cfc37807f0 100644 --- a/lib/libbluetooth/bluetooth.h +++ b/lib/libbluetooth/bluetooth.h @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libbluetooth/dev.c b/lib/libbluetooth/dev.c index a6295dd2b1f08..b4c5e47ee3928 100644 --- a/lib/libbluetooth/dev.c +++ b/lib/libbluetooth/dev.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libbluetooth/hci.c b/lib/libbluetooth/hci.c index 651c0dda1fe7e..9f0bdbe759698 100644 --- a/lib/libbluetooth/hci.c +++ b/lib/libbluetooth/hci.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libbsdstat/bsdstat.c b/lib/libbsdstat/bsdstat.c index 564020eee56a0..2e6eb25bfd8a2 100644 --- a/lib/libbsdstat/bsdstat.c +++ b/lib/libbsdstat/bsdstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/lib/libbsdstat/bsdstat.h b/lib/libbsdstat/bsdstat.h index ef972108d09e0..89e231a849835 100644 --- a/lib/libbsdstat/bsdstat.h +++ b/lib/libbsdstat/bsdstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/lib/libc/amd64/SYS.h b/lib/libc/amd64/SYS.h index 3d9108e062af5..b0fad0a94cb60 100644 --- a/lib/libc/amd64/SYS.h +++ b/lib/libc/amd64/SYS.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libc/amd64/_fpmath.h b/lib/libc/amd64/_fpmath.h index c2a73848d6a10..8be7b7dbaf7d1 100644 --- a/lib/libc/amd64/_fpmath.h +++ b/lib/libc/amd64/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/amd64/gen/_set_tp.c b/lib/libc/amd64/gen/_set_tp.c index d5526fa51c018..6e3a4c07499b8 100644 --- a/lib/libc/amd64/gen/_set_tp.c +++ b/lib/libc/amd64/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/amd64/gen/getcontextx.c b/lib/libc/amd64/gen/getcontextx.c index 749bfbda0c51f..a109bfe738a68 100644 --- a/lib/libc/amd64/gen/getcontextx.c +++ b/lib/libc/amd64/gen/getcontextx.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/amd64/gen/makecontext.c b/lib/libc/amd64/gen/makecontext.c index 15f10b50ded46..720b48b6a97d5 100644 --- a/lib/libc/amd64/gen/makecontext.c +++ b/lib/libc/amd64/gen/makecontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/lib/libc/amd64/gen/signalcontext.c b/lib/libc/amd64/gen/signalcontext.c index 1a2621aa7229c..a489a14b30127 100644 --- a/lib/libc/amd64/gen/signalcontext.c +++ b/lib/libc/amd64/gen/signalcontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/lib/libc/amd64/string/strcpy.c b/lib/libc/amd64/string/strcpy.c index 11a24eb2cf3a4..df1facefb105b 100644 --- a/lib/libc/amd64/string/strcpy.c +++ b/lib/libc/amd64/string/strcpy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2011 George V. Neville-Neil. All rights reserved. * * The compilation of software known as FreeBSD is distributed under the diff --git a/lib/libc/amd64/sys/amd64_get_fsbase.c b/lib/libc/amd64/sys/amd64_get_fsbase.c index afe1e7a815214..f2c9a1a0583e3 100644 --- a/lib/libc/amd64/sys/amd64_get_fsbase.c +++ b/lib/libc/amd64/sys/amd64_get_fsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm * Copyright (c) 2017 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libc/amd64/sys/amd64_get_gsbase.c b/lib/libc/amd64/sys/amd64_get_gsbase.c index 2e4fa114b5857..7c7b89eca6a58 100644 --- a/lib/libc/amd64/sys/amd64_get_gsbase.c +++ b/lib/libc/amd64/sys/amd64_get_gsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm * Copyright (c) 2017 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libc/amd64/sys/amd64_set_fsbase.c b/lib/libc/amd64/sys/amd64_set_fsbase.c index be43b4f895b84..ef6151d867412 100644 --- a/lib/libc/amd64/sys/amd64_set_fsbase.c +++ b/lib/libc/amd64/sys/amd64_set_fsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm * Copyright (c) 2017 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libc/amd64/sys/amd64_set_gsbase.c b/lib/libc/amd64/sys/amd64_set_gsbase.c index da9b830a96916..2f2bd30c38ab8 100644 --- a/lib/libc/amd64/sys/amd64_set_gsbase.c +++ b/lib/libc/amd64/sys/amd64_set_gsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm * Copyright (c) 2017 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libc/arm/SYS.h b/lib/libc/arm/SYS.h index 117308786ff3d..8a3225fa6df5a 100644 --- a/lib/libc/arm/SYS.h +++ b/lib/libc/arm/SYS.h @@ -1,6 +1,8 @@ /* $NetBSD: SYS.h,v 1.8 2003/08/07 16:42:02 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libc/arm/_fpmath.h b/lib/libc/arm/_fpmath.h index 28bcb4b4ffde3..f5ae2f95ad28e 100644 --- a/lib/libc/arm/_fpmath.h +++ b/lib/libc/arm/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/arm/aeabi/aeabi_atexit.c b/lib/libc/arm/aeabi/aeabi_atexit.c index 8502595385df0..a33ca8f78af43 100644 --- a/lib/libc/arm/aeabi/aeabi_atexit.c +++ b/lib/libc/arm/aeabi/aeabi_atexit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Andrew Turner * All rights reserved. * diff --git a/lib/libc/arm/aeabi/aeabi_double.c b/lib/libc/arm/aeabi/aeabi_double.c index a69e8a74b3cc9..0ec3e625c25cd 100644 --- a/lib/libc/arm/aeabi/aeabi_double.c +++ b/lib/libc/arm/aeabi/aeabi_double.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Andrew Turner * All rights reserved. * diff --git a/lib/libc/arm/aeabi/aeabi_float.c b/lib/libc/arm/aeabi/aeabi_float.c index 2e93594c2105a..62f78495e844d 100644 --- a/lib/libc/arm/aeabi/aeabi_float.c +++ b/lib/libc/arm/aeabi/aeabi_float.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Andrew Turner * All rights reserved. * diff --git a/lib/libc/arm/aeabi/aeabi_unwind_cpp.c b/lib/libc/arm/aeabi/aeabi_unwind_cpp.c index c07cbbde275b2..78b77c351cdbf 100644 --- a/lib/libc/arm/aeabi/aeabi_unwind_cpp.c +++ b/lib/libc/arm/aeabi/aeabi_unwind_cpp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011 Andrew Turner * All rights reserved. * diff --git a/lib/libc/arm/gen/_set_tp.c b/lib/libc/arm/gen/_set_tp.c index 2332f599a9191..d0801d7444ba3 100644 --- a/lib/libc/arm/gen/_set_tp.c +++ b/lib/libc/arm/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/arm/gen/arm_initfini.c b/lib/libc/arm/gen/arm_initfini.c index 9def8c8dfbcb7..4dabe6743c9f2 100644 --- a/lib/libc/arm/gen/arm_initfini.c +++ b/lib/libc/arm/gen/arm_initfini.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2013 The NetBSD Foundation, Inc. * Copyright (c) 2013 Andrew Turner * All rights reserved. diff --git a/lib/libc/arm/gen/fabs.c b/lib/libc/arm/gen/fabs.c index 8bb15025aeada..6730a6746289f 100644 --- a/lib/libc/arm/gen/fabs.c +++ b/lib/libc/arm/gen/fabs.c @@ -1,6 +1,8 @@ /* $NetBSD: fabs.c,v 1.2 2002/05/26 11:48:01 wiz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/arm/gen/flt_rounds.c b/lib/libc/arm/gen/flt_rounds.c index 86509d233231e..17ca3fb9aa907 100644 --- a/lib/libc/arm/gen/flt_rounds.c +++ b/lib/libc/arm/gen/flt_rounds.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ian Lepore <freebsd@damnhippie.dyndns.org> * All rights reserved. * diff --git a/lib/libc/arm/gen/getcontextx.c b/lib/libc/arm/gen/getcontextx.c index 3092e2818e924..38a9a8abfe110 100644 --- a/lib/libc/arm/gen/getcontextx.c +++ b/lib/libc/arm/gen/getcontextx.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Michal Meloun <mmel@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/arm/gen/makecontext.c b/lib/libc/arm/gen/makecontext.c index 4b0f92d78f778..421cf0dd3ed24 100644 --- a/lib/libc/arm/gen/makecontext.c +++ b/lib/libc/arm/gen/makecontext.c @@ -1,6 +1,8 @@ /* $NetBSD: makecontext.c,v 1.2 2003/01/18 11:06:24 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/arm/gen/signalcontext.c b/lib/libc/arm/gen/signalcontext.c index bb9a54dbe1155..7d17733c3c2c9 100644 --- a/lib/libc/arm/gen/signalcontext.c +++ b/lib/libc/arm/gen/signalcontext.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Olivier Houchard * All rights reserved. * diff --git a/lib/libc/arm/sys/__vdso_gettc.c b/lib/libc/arm/sys/__vdso_gettc.c index 9f8631df58066..eff19118185b1 100644 --- a/lib/libc/arm/sys/__vdso_gettc.c +++ b/lib/libc/arm/sys/__vdso_gettc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 The FreeBSD Foundation * * This software was developed by Konstantin Belousov diff --git a/lib/libc/compat-43/creat.c b/lib/libc/compat-43/creat.c index 983ff928bc0bb..51877c1b9072a 100644 --- a/lib/libc/compat-43/creat.c +++ b/lib/libc/compat-43/creat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/gethostid.c b/lib/libc/compat-43/gethostid.c index 6c33850014dee..a2a6533de58d6 100644 --- a/lib/libc/compat-43/gethostid.c +++ b/lib/libc/compat-43/gethostid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/getwd.c b/lib/libc/compat-43/getwd.c index 98fceaff2a484..cf5dc2b11a74e 100644 --- a/lib/libc/compat-43/getwd.c +++ b/lib/libc/compat-43/getwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/killpg.c b/lib/libc/compat-43/killpg.c index a8e36ae2b7950..517110a0aa972 100644 --- a/lib/libc/compat-43/killpg.c +++ b/lib/libc/compat-43/killpg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/sethostid.c b/lib/libc/compat-43/sethostid.c index 95c833343ba96..a398eb8f29e11 100644 --- a/lib/libc/compat-43/sethostid.c +++ b/lib/libc/compat-43/sethostid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/setpgrp.c b/lib/libc/compat-43/setpgrp.c index 39713d2966ebf..0e716b24fc365 100644 --- a/lib/libc/compat-43/setpgrp.c +++ b/lib/libc/compat-43/setpgrp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/setrgid.c b/lib/libc/compat-43/setrgid.c index f006c76b69938..1d3f30e39b695 100644 --- a/lib/libc/compat-43/setrgid.c +++ b/lib/libc/compat-43/setrgid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/setruid.c b/lib/libc/compat-43/setruid.c index 33c9db13da340..938e7548f03ed 100644 --- a/lib/libc/compat-43/setruid.c +++ b/lib/libc/compat-43/setruid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/compat-43/sigcompat.c b/lib/libc/compat-43/sigcompat.c index 08484765397f5..6f0d89158e967 100644 --- a/lib/libc/compat-43/sigcompat.c +++ b/lib/libc/compat-43/sigcompat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_close.c b/lib/libc/db/btree/bt_close.c index f1e7c8ddef062..467d3d42139cd 100644 --- a/lib/libc/db/btree/bt_close.c +++ b/lib/libc/db/btree/bt_close.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_conv.c b/lib/libc/db/btree/bt_conv.c index ba4a38bf853c1..f24316cd82c25 100644 --- a/lib/libc/db/btree/bt_conv.c +++ b/lib/libc/db/btree/bt_conv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_debug.c b/lib/libc/db/btree/bt_debug.c index dc8b83dbefa4d..50c8740e98f9a 100644 --- a/lib/libc/db/btree/bt_debug.c +++ b/lib/libc/db/btree/bt_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_delete.c b/lib/libc/db/btree/bt_delete.c index aa191b692291b..9e300eb46f184 100644 --- a/lib/libc/db/btree/bt_delete.c +++ b/lib/libc/db/btree/bt_delete.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c index 77fae309ae663..7f52396909d20 100644 --- a/lib/libc/db/btree/bt_get.c +++ b/lib/libc/db/btree/bt_get.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c index 640a6699a4d86..9be2072dcaf1e 100644 --- a/lib/libc/db/btree/bt_open.c +++ b/lib/libc/db/btree/bt_open.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_overflow.c b/lib/libc/db/btree/bt_overflow.c index 266d59990cac3..defe9e1d55be2 100644 --- a/lib/libc/db/btree/bt_overflow.c +++ b/lib/libc/db/btree/bt_overflow.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_page.c b/lib/libc/db/btree/bt_page.c index ab5e359742caa..5cdb10e1974df 100644 --- a/lib/libc/db/btree/bt_page.c +++ b/lib/libc/db/btree/bt_page.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_put.c b/lib/libc/db/btree/bt_put.c index d4bc3aa3b09d9..c11d1fe974ae1 100644 --- a/lib/libc/db/btree/bt_put.c +++ b/lib/libc/db/btree/bt_put.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_search.c b/lib/libc/db/btree/bt_search.c index 15ef1fa81af26..56a0c21bd628e 100644 --- a/lib/libc/db/btree/bt_search.c +++ b/lib/libc/db/btree/bt_search.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_seq.c b/lib/libc/db/btree/bt_seq.c index 19289512a3cb1..b9c695beab4da 100644 --- a/lib/libc/db/btree/bt_seq.c +++ b/lib/libc/db/btree/bt_seq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c index fc7ddedac0df3..fa5bee0ee6dea 100644 --- a/lib/libc/db/btree/bt_split.c +++ b/lib/libc/db/btree/bt_split.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/bt_utils.c b/lib/libc/db/btree/bt_utils.c index 92b76baa30f4f..e574e4d0b389f 100644 --- a/lib/libc/db/btree/bt_utils.c +++ b/lib/libc/db/btree/bt_utils.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/btree.h b/lib/libc/db/btree/btree.h index a1766dc3dce46..8b84dd1db1f00 100644 --- a/lib/libc/db/btree/btree.h +++ b/lib/libc/db/btree/btree.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/btree/extern.h b/lib/libc/db/btree/extern.h index 0abd594cacc8a..2704b0fc10276 100644 --- a/lib/libc/db/btree/extern.h +++ b/lib/libc/db/btree/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/db/db.c b/lib/libc/db/db/db.c index b01ae08f37fd6..bb4a21c088b72 100644 --- a/lib/libc/db/db/db.c +++ b/lib/libc/db/db/db.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/extern.h b/lib/libc/db/hash/extern.h index c75c0ac66fc41..7f5e55eae4c83 100644 --- a/lib/libc/db/hash/extern.h +++ b/lib/libc/db/hash/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index c7dc4e78b5958..0c00fe9b519e8 100644 --- a/lib/libc/db/hash/hash.c +++ b/lib/libc/db/hash/hash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h index 663ecdd10f8fa..a8e0b75865f63 100644 --- a/lib/libc/db/hash/hash.h +++ b/lib/libc/db/hash/hash.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index c1914a5218339..03f8d8663342a 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c index 5c62a2c36eafe..f8e18d0712e4e 100644 --- a/lib/libc/db/hash/hash_buf.c +++ b/lib/libc/db/hash/hash_buf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash_func.c b/lib/libc/db/hash/hash_func.c index db32a75b7286a..d1fac6dbcf87c 100644 --- a/lib/libc/db/hash/hash_func.c +++ b/lib/libc/db/hash/hash_func.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c index 0586aa728ec3d..942c326d38011 100644 --- a/lib/libc/db/hash/hash_log2.c +++ b/lib/libc/db/hash/hash_log2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c index ec2d184fe23bf..ff591a03ac538 100644 --- a/lib/libc/db/hash/hash_page.c +++ b/lib/libc/db/hash/hash_page.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index 1a02d005e8c3e..accd8bbb81b08 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/hash/page.h b/lib/libc/db/hash/page.h index 6959fe87eeb73..6770d2c7f1844 100644 --- a/lib/libc/db/hash/page.h +++ b/lib/libc/db/hash/page.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/mpool/mpool-compat.c b/lib/libc/db/mpool/mpool-compat.c index 9df76ff0b5d2c..e335b422d0712 100644 --- a/lib/libc/db/mpool/mpool-compat.c +++ b/lib/libc/db/mpool/mpool-compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Xin LI <delphij@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/db/mpool/mpool.c b/lib/libc/db/mpool/mpool.c index c3a19e06a6369..e36e1e917616a 100644 --- a/lib/libc/db/mpool/mpool.c +++ b/lib/libc/db/mpool/mpool.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/extern.h b/lib/libc/db/recno/extern.h index 53916bd4861a5..ac587870e6d5c 100644 --- a/lib/libc/db/recno/extern.h +++ b/lib/libc/db/recno/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_close.c b/lib/libc/db/recno/rec_close.c index 2d1ff846c4b0b..29f2629485f2e 100644 --- a/lib/libc/db/recno/rec_close.c +++ b/lib/libc/db/recno/rec_close.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_delete.c b/lib/libc/db/recno/rec_delete.c index d799da282ceb2..17a4d917410b3 100644 --- a/lib/libc/db/recno/rec_delete.c +++ b/lib/libc/db/recno/rec_delete.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index b543d478b8f06..de62041a0a4c5 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c index 8fce730f27995..016fedb1e7fd4 100644 --- a/lib/libc/db/recno/rec_open.c +++ b/lib/libc/db/recno/rec_open.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c index 68e6e854521ba..1d5468a61575c 100644 --- a/lib/libc/db/recno/rec_put.c +++ b/lib/libc/db/recno/rec_put.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_search.c b/lib/libc/db/recno/rec_search.c index 8115e0f7db27b..9213f0f9f8945 100644 --- a/lib/libc/db/recno/rec_search.c +++ b/lib/libc/db/recno/rec_search.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c index 42d98d7bbe501..0e110bcf6d5e7 100644 --- a/lib/libc/db/recno/rec_seq.c +++ b/lib/libc/db/recno/rec_seq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c index 39285a545a51c..cc6228eeda56d 100644 --- a/lib/libc/db/recno/rec_utils.c +++ b/lib/libc/db/recno/rec_utils.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/recno/recno.h b/lib/libc/db/recno/recno.h index 5c561703637a2..4a784b8827163 100644 --- a/lib/libc/db/recno/recno.h +++ b/lib/libc/db/recno/recno.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/btree.tests/main.c b/lib/libc/db/test/btree.tests/main.c index ec17b580d1694..0d2a676e9c678 100644 --- a/lib/libc/db/test/btree.tests/main.c +++ b/lib/libc/db/test/btree.tests/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/dbtest.c b/lib/libc/db/test/dbtest.c index 7de3a5c6de806..c9d85f1b81887 100644 --- a/lib/libc/db/test/dbtest.c +++ b/lib/libc/db/test/dbtest.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/driver2.c b/lib/libc/db/test/hash.tests/driver2.c index 1c5a13093c748..0cdea701e974f 100644 --- a/lib/libc/db/test/hash.tests/driver2.c +++ b/lib/libc/db/test/hash.tests/driver2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/tcreat3.c b/lib/libc/db/test/hash.tests/tcreat3.c index 6ba3c07a8aa54..af83b2bb1303f 100644 --- a/lib/libc/db/test/hash.tests/tcreat3.c +++ b/lib/libc/db/test/hash.tests/tcreat3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/tdel.c b/lib/libc/db/test/hash.tests/tdel.c index 1d7e424f7acc5..eac47cade9f94 100644 --- a/lib/libc/db/test/hash.tests/tdel.c +++ b/lib/libc/db/test/hash.tests/tdel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/thash4.c b/lib/libc/db/test/hash.tests/thash4.c index 02f6832ba423c..c87fc1ffc5d0e 100644 --- a/lib/libc/db/test/hash.tests/thash4.c +++ b/lib/libc/db/test/hash.tests/thash4.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/tread2.c b/lib/libc/db/test/hash.tests/tread2.c index fdcaab3100d1a..8be75759e1373 100644 --- a/lib/libc/db/test/hash.tests/tread2.c +++ b/lib/libc/db/test/hash.tests/tread2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/tseq.c b/lib/libc/db/test/hash.tests/tseq.c index 3aac7d57488b4..ccde8895fd9db 100644 --- a/lib/libc/db/test/hash.tests/tseq.c +++ b/lib/libc/db/test/hash.tests/tseq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/db/test/hash.tests/tverify.c b/lib/libc/db/test/hash.tests/tverify.c index fb8ee3328e06e..ee1a34dfcdb2a 100644 --- a/lib/libc/db/test/hash.tests/tverify.c +++ b/lib/libc/db/test/hash.tests/tverify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gdtoa/_hdtoa.c b/lib/libc/gdtoa/_hdtoa.c index 6f8ccacda373b..f1cf62977dd25 100644 --- a/lib/libc/gdtoa/_hdtoa.c +++ b/lib/libc/gdtoa/_hdtoa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gdtoa/_hldtoa.c b/lib/libc/gdtoa/_hldtoa.c index 97394eaa30c12..409c83adb2859 100644 --- a/lib/libc/gdtoa/_hldtoa.c +++ b/lib/libc/gdtoa/_hldtoa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gdtoa/_ldtoa.c b/lib/libc/gdtoa/_ldtoa.c index 00d76013f8875..0047f9d3e1682 100644 --- a/lib/libc/gdtoa/_ldtoa.c +++ b/lib/libc/gdtoa/_ldtoa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gdtoa/machdep_ldisQ.c b/lib/libc/gdtoa/machdep_ldisQ.c index 7b5c7afbc1081..23657ee197466 100644 --- a/lib/libc/gdtoa/machdep_ldisQ.c +++ b/lib/libc/gdtoa/machdep_ldisQ.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gdtoa/machdep_ldisd.c b/lib/libc/gdtoa/machdep_ldisd.c index d5c732998023f..456d782a2a8ae 100644 --- a/lib/libc/gdtoa/machdep_ldisd.c +++ b/lib/libc/gdtoa/machdep_ldisd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gdtoa/machdep_ldisx.c b/lib/libc/gdtoa/machdep_ldisx.c index b8e2a05790cc0..ad918a03d52f0 100644 --- a/lib/libc/gdtoa/machdep_ldisx.c +++ b/lib/libc/gdtoa/machdep_ldisx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gen/__getosreldate.c b/lib/libc/gen/__getosreldate.c index 980f9ef1fc584..801cbee31488f 100644 --- a/lib/libc/gen/__getosreldate.c +++ b/lib/libc/gen/__getosreldate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Peter Wemm * All rights reserved. * diff --git a/lib/libc/gen/__xuname.c b/lib/libc/gen/__xuname.c index 6f7d92a1708a4..c94f60249e894 100644 --- a/lib/libc/gen/__xuname.c +++ b/lib/libc/gen/__xuname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/_once_stub.c b/lib/libc/gen/_once_stub.c index c45565a79cbdc..302f8536aec3a 100644 --- a/lib/libc/gen/_once_stub.c +++ b/lib/libc/gen/_once_stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c index fcf7ff04fedd0..89325a39b48a7 100644 --- a/lib/libc/gen/_pthread_stubs.c +++ b/lib/libc/gen/_pthread_stubs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>. * All rights reserved. * diff --git a/lib/libc/gen/_spinlock_stub.c b/lib/libc/gen/_spinlock_stub.c index e08db88947f0f..5d7ee3b2d2be6 100644 --- a/lib/libc/gen/_spinlock_stub.c +++ b/lib/libc/gen/_spinlock_stub.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libc/gen/_thread_init.c b/lib/libc/gen/_thread_init.c index c0b6aded38bf3..5778ad53f03f2 100644 --- a/lib/libc/gen/_thread_init.c +++ b/lib/libc/gen/_thread_init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/alarm.c b/lib/libc/gen/alarm.c index 439a9e138e877..5f761adbfc4c3 100644 --- a/lib/libc/gen/alarm.c +++ b/lib/libc/gen/alarm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/assert.c b/lib/libc/gen/assert.c index ccbc7a4bd0d64..b65ad1c004809 100644 --- a/lib/libc/gen/assert.c +++ b/lib/libc/gen/assert.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/auxv.c b/lib/libc/gen/auxv.c index 3767ac0a263c3..d80d0acb035f6 100644 --- a/lib/libc/gen/auxv.c +++ b/lib/libc/gen/auxv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010, 2012 Konstantin Belousov <kib@FreeBSD.ORG>. * All rights reserved. * diff --git a/lib/libc/gen/cap_sandboxed.c b/lib/libc/gen/cap_sandboxed.c index ec2d4db334a71..fd16c4845dced 100644 --- a/lib/libc/gen/cap_sandboxed.c +++ b/lib/libc/gen/cap_sandboxed.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libc/gen/clock.c b/lib/libc/gen/clock.c index 435e0f827432f..74265b2ceab92 100644 --- a/lib/libc/gen/clock.c +++ b/lib/libc/gen/clock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/clock_getcpuclockid.c b/lib/libc/gen/clock_getcpuclockid.c index f26035f421fa0..fe951392d3c69 100644 --- a/lib/libc/gen/clock_getcpuclockid.c +++ b/lib/libc/gen/clock_getcpuclockid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 David Xu <davidxu@FreeBSD.org>. * All rights reserved. * diff --git a/lib/libc/gen/closedir.c b/lib/libc/gen/closedir.c index 88ded37be51f5..0136a8ac64bf5 100644 --- a/lib/libc/gen/closedir.c +++ b/lib/libc/gen/closedir.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/confstr.c b/lib/libc/gen/confstr.c index 2f9a061696c84..a7e44d43a5169 100644 --- a/lib/libc/gen/confstr.c +++ b/lib/libc/gen/confstr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/crypt.c b/lib/libc/gen/crypt.c index ab1a799012253..20c4eed34d409 100644 --- a/lib/libc/gen/crypt.c +++ b/lib/libc/gen/crypt.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libc/gen/ctermid.c b/lib/libc/gen/ctermid.c index 8af1cb2f3d30a..eda960f80a510 100644 --- a/lib/libc/gen/ctermid.c +++ b/lib/libc/gen/ctermid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/daemon.c b/lib/libc/gen/daemon.c index 15c6f4af7583c..05f49c81a40d3 100644 --- a/lib/libc/gen/daemon.c +++ b/lib/libc/gen/daemon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/devname.c b/lib/libc/gen/devname.c index 120c284449cde..4307173ffcdd2 100644 --- a/lib/libc/gen/devname.c +++ b/lib/libc/gen/devname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/dirfd.c b/lib/libc/gen/dirfd.c index e29bfdccb7e3b..14fd3c8fc8231 100644 --- a/lib/libc/gen/dirfd.c +++ b/lib/libc/gen/dirfd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Gleb Kurtsou <gleb@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index 8780573d1c5d9..c1c19c2852fbf 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/dlfcn.c b/lib/libc/gen/dlfcn.c index 393b02a88f029..74123863afa92 100644 --- a/lib/libc/gen/dlfcn.c +++ b/lib/libc/gen/dlfcn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 John D. Polstra * All rights reserved. * diff --git a/lib/libc/gen/dup3.c b/lib/libc/gen/dup3.c index ff3431af461b8..c091f34277386 100644 --- a/lib/libc/gen/dup3.c +++ b/lib/libc/gen/dup3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Jukka A. Ukkonen * All rights reserved. * diff --git a/lib/libc/gen/elf_utils.c b/lib/libc/gen/elf_utils.c index 80ab013849b7b..06c91e057487f 100644 --- a/lib/libc/gen/elf_utils.c +++ b/lib/libc/gen/elf_utils.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Konstantin Belousov <kib@freebsd.org> * All rights reserved. * diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c index 5c11667245ec4..df411d6619c5d 100644 --- a/lib/libc/gen/err.c +++ b/lib/libc/gen/err.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/errlst.c b/lib/libc/gen/errlst.c index f8fe9684a26aa..632fa88edf65e 100644 --- a/lib/libc/gen/errlst.c +++ b/lib/libc/gen/errlst.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/errno.c b/lib/libc/gen/errno.c index 02e0351badc23..4ee9b64756555 100644 --- a/lib/libc/gen/errno.c +++ b/lib/libc/gen/errno.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Peter Wemm <peter@freebsd.org> * All rights reserved. * diff --git a/lib/libc/gen/exec.c b/lib/libc/gen/exec.c index e20ff42d3c908..4411c319ffb20 100644 --- a/lib/libc/gen/exec.c +++ b/lib/libc/gen/exec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/fdevname.c b/lib/libc/gen/fdevname.c index d60da70d84e64..217448fe2f596 100644 --- a/lib/libc/gen/fdevname.c +++ b/lib/libc/gen/fdevname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/feature_present.c b/lib/libc/gen/feature_present.c index a230c8a8be038..3615d50f23492 100644 --- a/lib/libc/gen/feature_present.c +++ b/lib/libc/gen/feature_present.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/lib/libc/gen/fmtcheck.c b/lib/libc/gen/fmtcheck.c index 7929f1f4b231f..a772f50e51c8b 100644 --- a/lib/libc/gen/fmtcheck.c +++ b/lib/libc/gen/fmtcheck.c @@ -1,6 +1,8 @@ /* $NetBSD: fmtcheck.c,v 1.8 2008/04/28 20:22:59 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/gen/fmtmsg.c b/lib/libc/gen/fmtmsg.c index d2c67a6cb014d..c5246561e0aa9 100644 --- a/lib/libc/gen/fmtmsg.c +++ b/lib/libc/gen/fmtmsg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/fnmatch.c b/lib/libc/gen/fnmatch.c index 73ea559439606..d992587f19055 100644 --- a/lib/libc/gen/fnmatch.c +++ b/lib/libc/gen/fnmatch.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/fpclassify.c b/lib/libc/gen/fpclassify.c index 444b5513ddf40..9986569389369 100644 --- a/lib/libc/gen/fpclassify.c +++ b/lib/libc/gen/fpclassify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. diff --git a/lib/libc/gen/frexp.c b/lib/libc/gen/frexp.c index 53483da885688..e65332a0bddee 100644 --- a/lib/libc/gen/frexp.c +++ b/lib/libc/gen/frexp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index c21ceb388904f..a3c3f64e757ab 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index 2fad66e64ee1e..04f8d05ee7de6 100644 --- a/lib/libc/gen/ftok.c +++ b/lib/libc/gen/ftok.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> * All rights reserved. * diff --git a/lib/libc/gen/fts-compat.c b/lib/libc/gen/fts-compat.c index c34a281cfe3c5..05cdd10505538 100644 --- a/lib/libc/gen/fts-compat.c +++ b/lib/libc/gen/fts-compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h index d8fe6895f11c9..159f6a9fe66d3 100644 --- a/lib/libc/gen/fts-compat.h +++ b/lib/libc/gen/fts-compat.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index 8f3dd6da27db0..99ecffb4438cc 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/gen-private.h b/lib/libc/gen/gen-private.h index d1fab5f314624..64ad0217e2e0e 100644 --- a/lib/libc/gen/gen-private.h +++ b/lib/libc/gen/gen-private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c index aa23247f90b8e..5302a49cbbb03 100644 --- a/lib/libc/gen/getbootfile.c +++ b/lib/libc/gen/getbootfile.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getbsize.c b/lib/libc/gen/getbsize.c index bbf5b1e896867..0fb6d7eb36228 100644 --- a/lib/libc/gen/getbsize.c +++ b/lib/libc/gen/getbsize.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getcap.c b/lib/libc/gen/getcap.c index f2f3777ab14e0..d69d89832b7ab 100644 --- a/lib/libc/gen/getcap.c +++ b/lib/libc/gen/getcap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getcwd.c b/lib/libc/gen/getcwd.c index 6884897fe22cf..204a2d1524d90 100644 --- a/lib/libc/gen/getcwd.c +++ b/lib/libc/gen/getcwd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getdomainname.c b/lib/libc/gen/getdomainname.c index 5a388576f142f..51eb0c46c09c1 100644 --- a/lib/libc/gen/getdomainname.c +++ b/lib/libc/gen/getdomainname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c index 0a2f044e12237..6a2d8590c7b17 100644 --- a/lib/libc/gen/getgrent.c +++ b/lib/libc/gen/getgrent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libc/gen/getgrouplist.c b/lib/libc/gen/getgrouplist.c index 9eb55f9865cf1..7e55db975ebcf 100644 --- a/lib/libc/gen/getgrouplist.c +++ b/lib/libc/gen/getgrouplist.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/gethostname.c b/lib/libc/gen/gethostname.c index dc2b372a8ea5c..db802b78ec6bb 100644 --- a/lib/libc/gen/gethostname.c +++ b/lib/libc/gen/gethostname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getloadavg.c b/lib/libc/gen/getloadavg.c index 9c06d0a4d9861..b51328b5bf140 100644 --- a/lib/libc/gen/getloadavg.c +++ b/lib/libc/gen/getloadavg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getlogin.c b/lib/libc/gen/getlogin.c index 7ab4cba88a485..67c8aa2fe70ea 100644 --- a/lib/libc/gen/getlogin.c +++ b/lib/libc/gen/getlogin.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index 692d8f1de0bf8..875f11a67f4f4 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c index d71928e5a189f..7ec3a25a48597 100644 --- a/lib/libc/gen/getnetgrent.c +++ b/lib/libc/gen/getnetgrent.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index b4bf545ed31ec..9f5ddc7b9a350 100644 --- a/lib/libc/gen/getosreldate.c +++ b/lib/libc/gen/getosreldate.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getpagesize.c b/lib/libc/gen/getpagesize.c index bf592300f4a8a..90ed2ceda5202 100644 --- a/lib/libc/gen/getpagesize.c +++ b/lib/libc/gen/getpagesize.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getpagesizes.c b/lib/libc/gen/getpagesizes.c index 534fe9e1fefe9..b138f6a491585 100644 --- a/lib/libc/gen/getpagesizes.c +++ b/lib/libc/gen/getpagesizes.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/lib/libc/gen/getpeereid.c b/lib/libc/gen/getpeereid.c index f0423aed325d7..530ae0e6100e6 100644 --- a/lib/libc/gen/getpeereid.c +++ b/lib/libc/gen/getpeereid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Dima Dorfman. * All rights reserved. * diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index a35a28835004c..0797ece86a930 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index 266f6316e2c33..df52dda078586 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index 42ecfb1dd18eb..ff0d9426eb46a 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/getutxent.c b/lib/libc/gen/getutxent.c index 1679aa43d0970..e0d993221e7ed 100644 --- a/lib/libc/gen/getutxent.c +++ b/lib/libc/gen/getutxent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/getvfsbyname.c b/lib/libc/gen/getvfsbyname.c index c90c5eeb8474c..82dfd815a21b3 100644 --- a/lib/libc/gen/getvfsbyname.c +++ b/lib/libc/gen/getvfsbyname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c index 40419d960fee1..4a3c074cf5a7f 100644 --- a/lib/libc/gen/glob.c +++ b/lib/libc/gen/glob.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/initgroups.c b/lib/libc/gen/initgroups.c index d6a644c2c004c..bbfea71003145 100644 --- a/lib/libc/gen/initgroups.c +++ b/lib/libc/gen/initgroups.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/isatty.c b/lib/libc/gen/isatty.c index 02b0ffdfeeaa5..81872c1423e0d 100644 --- a/lib/libc/gen/isatty.c +++ b/lib/libc/gen/isatty.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/isinf.c b/lib/libc/gen/isinf.c index 0eb8b9f13ccb8..ec62762c641a3 100644 --- a/lib/libc/gen/isinf.c +++ b/lib/libc/gen/isinf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gen/isnan.c b/lib/libc/gen/isnan.c index 72c2868b5e90a..e17d915e0ad33 100644 --- a/lib/libc/gen/isnan.c +++ b/lib/libc/gen/isnan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/gen/libc_dlopen.c b/lib/libc/gen/libc_dlopen.c index 2b1aa9e9d43da..7230c1797d836 100644 --- a/lib/libc/gen/libc_dlopen.c +++ b/lib/libc/gen/libc_dlopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Xin Li <delphij@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c index c64a34747b5d6..20f016dd1694c 100644 --- a/lib/libc/gen/lockf.c +++ b/lib/libc/gen/lockf.c @@ -1,5 +1,7 @@ /* $NetBSD: lockf.c,v 1.3 2008/04/28 20:22:59 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/gen/nice.c b/lib/libc/gen/nice.c index ba9524b5c6c09..fbcbad4bd60fb 100644 --- a/lib/libc/gen/nice.c +++ b/lib/libc/gen/nice.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index f5631771de6b5..80a5b7d6e260d 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index bf4dea3ffc834..7223fcb62f4f6 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/pause.c b/lib/libc/gen/pause.c index 8e7a638783f45..9116d84c708d7 100644 --- a/lib/libc/gen/pause.c +++ b/lib/libc/gen/pause.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/popen.c b/lib/libc/gen/popen.c index e469ab6f96c79..50037145dc2ab 100644 --- a/lib/libc/gen/popen.c +++ b/lib/libc/gen/popen.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index 2838c5c0aacd4..c8875b4de7633 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c index d1c70c6006438..020a7865f444b 100644 --- a/lib/libc/gen/psignal.c +++ b/lib/libc/gen/psignal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/pututxline.c b/lib/libc/gen/pututxline.c index 4982c0276fbfa..45a9d3e95e591 100644 --- a/lib/libc/gen/pututxline.c +++ b/lib/libc/gen/pututxline.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/pw_scan.c b/lib/libc/gen/pw_scan.c index 24e822597bfd7..fa5182f5dcfeb 100644 --- a/lib/libc/gen/pw_scan.c +++ b/lib/libc/gen/pw_scan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/pw_scan.h b/lib/libc/gen/pw_scan.h index 468096c55e70b..2c55498c16535 100644 --- a/lib/libc/gen/pw_scan.h +++ b/lib/libc/gen/pw_scan.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/raise.c b/lib/libc/gen/raise.c index 4bc895eb409a3..4dd6ca9aa2f7c 100644 --- a/lib/libc/gen/raise.c +++ b/lib/libc/gen/raise.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/readdir.c b/lib/libc/gen/readdir.c index b5162ed1e0e6a..c77f9acfc5906 100644 --- a/lib/libc/gen/readdir.c +++ b/lib/libc/gen/readdir.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/rewinddir.c b/lib/libc/gen/rewinddir.c index 2421c472541ae..4caf637291dac 100644 --- a/lib/libc/gen/rewinddir.c +++ b/lib/libc/gen/rewinddir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c index 55667003f1e7b..33a82d1c89480 100644 --- a/lib/libc/gen/scandir.c +++ b/lib/libc/gen/scandir.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/seekdir.c b/lib/libc/gen/seekdir.c index 699de4626c100..2b2c7eff8b6aa 100644 --- a/lib/libc/gen/seekdir.c +++ b/lib/libc/gen/seekdir.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sem.c b/lib/libc/gen/sem.c index 71cd0517743d3..a04926a950fe1 100644 --- a/lib/libc/gen/sem.c +++ b/lib/libc/gen/sem.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 David Xu <davidxu@freebsd.org>. * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. diff --git a/lib/libc/gen/sem_new.c b/lib/libc/gen/sem_new.c index 3bf898192fcf4..409f4ce76608d 100644 --- a/lib/libc/gen/sem_new.c +++ b/lib/libc/gen/sem_new.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 David Xu <davidxu@freebsd.org>. * All rights reserved. * diff --git a/lib/libc/gen/semctl.c b/lib/libc/gen/semctl.c index 0e418f6d058e1..44a2745a5452c 100644 --- a/lib/libc/gen/semctl.c +++ b/lib/libc/gen/semctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Doug Rabson * All rights reserved. * diff --git a/lib/libc/gen/setdomainname.c b/lib/libc/gen/setdomainname.c index cba67a759a7d7..fae7ac2f199cd 100644 --- a/lib/libc/gen/setdomainname.c +++ b/lib/libc/gen/setdomainname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sethostname.c b/lib/libc/gen/sethostname.c index 466ff577b29b8..cbf237c9651db 100644 --- a/lib/libc/gen/sethostname.c +++ b/lib/libc/gen/sethostname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/setjmperr.c b/lib/libc/gen/setjmperr.c index 90fa4aa45af03..1f0c48f4e127c 100644 --- a/lib/libc/gen/setjmperr.c +++ b/lib/libc/gen/setjmperr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/setmode.c b/lib/libc/gen/setmode.c index 25ff803a60e71..f246c7bb1d1ec 100644 --- a/lib/libc/gen/setmode.c +++ b/lib/libc/gen/setmode.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/siginterrupt.c b/lib/libc/gen/siginterrupt.c index d99b772337869..f3eb6a19331bf 100644 --- a/lib/libc/gen/siginterrupt.c +++ b/lib/libc/gen/siginterrupt.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/siglist.c b/lib/libc/gen/siglist.c index d4abfaa8ea0f2..bd8f38bafd94f 100644 --- a/lib/libc/gen/siglist.c +++ b/lib/libc/gen/siglist.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/signal.c b/lib/libc/gen/signal.c index 70e7f1712cea3..913a1f4d2a8f0 100644 --- a/lib/libc/gen/signal.c +++ b/lib/libc/gen/signal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sigsetops.c b/lib/libc/gen/sigsetops.c index cbcbfec487203..e1f623d83e9ea 100644 --- a/lib/libc/gen/sigsetops.c +++ b/lib/libc/gen/sigsetops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c index 6c33c3543a52a..e17f33bf87ec3 100644 --- a/lib/libc/gen/sleep.c +++ b/lib/libc/gen/sleep.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/stringlist.c b/lib/libc/gen/stringlist.c index 236af17516d64..f79b892169d13 100644 --- a/lib/libc/gen/stringlist.c +++ b/lib/libc/gen/stringlist.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1994 Christos Zoulas * All rights reserved. * diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index dba9cd24fb65c..1bbade8344f94 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c index d666c0913193b..450df3cfd9895 100644 --- a/lib/libc/gen/sysconf.c +++ b/lib/libc/gen/sysconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index b83b439f65010..91acdf3c9164d 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/sysctlnametomib.c b/lib/libc/gen/sysctlnametomib.c index afca95dc3a6c2..f01be37a0d774 100644 --- a/lib/libc/gen/sysctlnametomib.c +++ b/lib/libc/gen/sysctlnametomib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 The FreeBSD Project. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index 2a1793a667ad9..e6ea1ed79d827 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/telldir.c b/lib/libc/gen/telldir.c index 0c4ffd6ceea06..98302e7ef8542 100644 --- a/lib/libc/gen/telldir.c +++ b/lib/libc/gen/telldir.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/telldir.h b/lib/libc/gen/telldir.h index 84ec9d30e9c2f..04483b7f74a7f 100644 --- a/lib/libc/gen/telldir.h +++ b/lib/libc/gen/telldir.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index f8b7354f31620..824e8f951e328 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/time.c b/lib/libc/gen/time.c index 214dfce1bb8ef..b140366f866ad 100644 --- a/lib/libc/gen/time.c +++ b/lib/libc/gen/time.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/times.c b/lib/libc/gen/times.c index 936511e1e4397..2232b0a551c83 100644 --- a/lib/libc/gen/times.c +++ b/lib/libc/gen/times.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c index 9b50e79dea0c9..1031dca77f73c 100644 --- a/lib/libc/gen/timezone.c +++ b/lib/libc/gen/timezone.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/tls.c b/lib/libc/gen/tls.c index 714d6093c7aac..9fe3a4ba46116 100644 --- a/lib/libc/gen/tls.c +++ b/lib/libc/gen/tls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/gen/ttyname.c b/lib/libc/gen/ttyname.c index 6628e3b44b2b9..f213ac42b244c 100644 --- a/lib/libc/gen/ttyname.c +++ b/lib/libc/gen/ttyname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/ttyslot.c b/lib/libc/gen/ttyslot.c index 397e3ad466c47..7c65cfabba06d 100644 --- a/lib/libc/gen/ttyslot.c +++ b/lib/libc/gen/ttyslot.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/ualarm.c b/lib/libc/gen/ualarm.c index 6a1dca7915335..1baf204529fa8 100644 --- a/lib/libc/gen/ualarm.c +++ b/lib/libc/gen/ualarm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/ulimit.c b/lib/libc/gen/ulimit.c index 2c090c0a7ef37..c9602491cc206 100644 --- a/lib/libc/gen/ulimit.c +++ b/lib/libc/gen/ulimit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Kyle Martin <mkm@ieee.org> * All rights reserved. * diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index 499f761ae48b5..3b84a0408256c 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/unvis-compat.c b/lib/libc/gen/unvis-compat.c index 5fa5ca9ee0534..2249f847621e3 100644 --- a/lib/libc/gen/unvis-compat.c +++ b/lib/libc/gen/unvis-compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * All rights reserved. * diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c index 90be6d455c914..f580e7676cfdc 100644 --- a/lib/libc/gen/usleep.c +++ b/lib/libc/gen/usleep.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/utime.c b/lib/libc/gen/utime.c index 0250a7ad8c330..e425f570f57fc 100644 --- a/lib/libc/gen/utime.c +++ b/lib/libc/gen/utime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/utxdb.c b/lib/libc/gen/utxdb.c index 66671290dc4b2..f8dea105702ca 100644 --- a/lib/libc/gen/utxdb.c +++ b/lib/libc/gen/utxdb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/utxdb.h b/lib/libc/gen/utxdb.h index d9ebc93e73f28..912dd0fa113e5 100644 --- a/lib/libc/gen/utxdb.h +++ b/lib/libc/gen/utxdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/gen/valloc.c b/lib/libc/gen/valloc.c index a5b0f75eb6943..f66e35f7cdbf8 100644 --- a/lib/libc/gen/valloc.c +++ b/lib/libc/gen/valloc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/wait.c b/lib/libc/gen/wait.c index 7cede6e321b36..6f2f2ddd89c2e 100644 --- a/lib/libc/gen/wait.c +++ b/lib/libc/gen/wait.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c index b50e3dd14b50c..7dc11551c3d78 100644 --- a/lib/libc/gen/wait3.c +++ b/lib/libc/gen/wait3.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/waitid.c b/lib/libc/gen/waitid.c index 8bdd6521aa31a..b9a8c577150ac 100644 --- a/lib/libc/gen/waitid.c +++ b/lib/libc/gen/waitid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Jukka A. Ukkonen * All rights reserved. * diff --git a/lib/libc/gen/waitpid.c b/lib/libc/gen/waitpid.c index 5dc4fa820ea2c..3602bca6faeca 100644 --- a/lib/libc/gen/waitpid.c +++ b/lib/libc/gen/waitpid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gen/wordexp.c b/lib/libc/gen/wordexp.c index dda6ababa1ca1..0322c1176d69a 100644 --- a/lib/libc/gen/wordexp.c +++ b/lib/libc/gen/wordexp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index 6ca8f79267b63..3e63a42ca9751 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 02f3efd84b3d1..18dff6603c02b 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/i386/SYS.h b/lib/libc/i386/SYS.h index 9a4856a4d3e27..25f8c1a0e0abe 100644 --- a/lib/libc/i386/SYS.h +++ b/lib/libc/i386/SYS.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libc/i386/_fpmath.h b/lib/libc/i386/_fpmath.h index 4f1f5f4a5a161..874439c34b766 100644 --- a/lib/libc/i386/_fpmath.h +++ b/lib/libc/i386/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/i386/gen/_set_tp.c b/lib/libc/i386/gen/_set_tp.c index 8a6c9295f5f28..2da48988eb373 100644 --- a/lib/libc/i386/gen/_set_tp.c +++ b/lib/libc/i386/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/i386/gen/getcontextx.c b/lib/libc/i386/gen/getcontextx.c index 3c6dd33ef10ff..aedf3f021a7f6 100644 --- a/lib/libc/i386/gen/getcontextx.c +++ b/lib/libc/i386/gen/getcontextx.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/i386/gen/makecontext.c b/lib/libc/i386/gen/makecontext.c index 167cb12893dc6..d48aeb8dc089e 100644 --- a/lib/libc/i386/gen/makecontext.c +++ b/lib/libc/i386/gen/makecontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Daniel M. Eischen <deischen@freebsd.org> * All rights reserved. * diff --git a/lib/libc/i386/gen/signalcontext.c b/lib/libc/i386/gen/signalcontext.c index 877b6556a3f2e..35487093a869c 100644 --- a/lib/libc/i386/gen/signalcontext.c +++ b/lib/libc/i386/gen/signalcontext.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jonathan Mini <mini@freebsd.org> * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_clr_watch.c b/lib/libc/i386/sys/i386_clr_watch.c index 721c1b8cc46c3..885ed7ddc3982 100644 --- a/lib/libc/i386/sys/i386_clr_watch.c +++ b/lib/libc/i386/sys/i386_clr_watch.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2000 Brian S. Dean <bsd@bsdhome.com> * All Rights Reserved. * diff --git a/lib/libc/i386/sys/i386_get_fsbase.c b/lib/libc/i386/sys/i386_get_fsbase.c index 24c47648e4311..973dea2c31eeb 100644 --- a/lib/libc/i386/sys/i386_get_fsbase.c +++ b/lib/libc/i386/sys/i386_get_fsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Wemm * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_get_gsbase.c b/lib/libc/i386/sys/i386_get_gsbase.c index f524f310e02c5..908a15eed24c3 100644 --- a/lib/libc/i386/sys/i386_get_gsbase.c +++ b/lib/libc/i386/sys/i386_get_gsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Wemm * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_get_ioperm.c b/lib/libc/i386/sys/i386_get_ioperm.c index 7bc27f8126543..1bdabb2794f0a 100644 --- a/lib/libc/i386/sys/i386_get_ioperm.c +++ b/lib/libc/i386/sys/i386_get_ioperm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Jonathan Lemon * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_get_ldt.c b/lib/libc/i386/sys/i386_get_ldt.c index 73d76670bb8bf..78dd16cb77b37 100644 --- a/lib/libc/i386/sys/i386_get_ldt.c +++ b/lib/libc/i386/sys/i386_get_ldt.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 John Brezak * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_set_fsbase.c b/lib/libc/i386/sys/i386_set_fsbase.c index 6b5544641749c..daa14591fce60 100644 --- a/lib/libc/i386/sys/i386_set_fsbase.c +++ b/lib/libc/i386/sys/i386_set_fsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Wemm * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_set_gsbase.c b/lib/libc/i386/sys/i386_set_gsbase.c index aaf2312d2882c..ffb435244b44f 100644 --- a/lib/libc/i386/sys/i386_set_gsbase.c +++ b/lib/libc/i386/sys/i386_set_gsbase.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Wemm * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_set_ioperm.c b/lib/libc/i386/sys/i386_set_ioperm.c index 258e2af417b0b..a18336841b83a 100644 --- a/lib/libc/i386/sys/i386_set_ioperm.c +++ b/lib/libc/i386/sys/i386_set_ioperm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Jonathan Lemon * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_set_ldt.c b/lib/libc/i386/sys/i386_set_ldt.c index 0bb109aee9706..7abcc33deb6cc 100644 --- a/lib/libc/i386/sys/i386_set_ldt.c +++ b/lib/libc/i386/sys/i386_set_ldt.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 John Brezak * All rights reserved. * diff --git a/lib/libc/i386/sys/i386_set_watch.c b/lib/libc/i386/sys/i386_set_watch.c index cc1b8ed03b7cc..181df83ea2a8b 100644 --- a/lib/libc/i386/sys/i386_set_watch.c +++ b/lib/libc/i386/sys/i386_set_watch.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2000 Brian S. Dean <bsd@bsdhome.com> * All Rights Reserved. * diff --git a/lib/libc/i386/sys/i386_vm86.c b/lib/libc/i386/sys/i386_vm86.c index c007608e62209..90d90242d4a0b 100644 --- a/lib/libc/i386/sys/i386_vm86.c +++ b/lib/libc/i386/sys/i386_vm86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Jonathan Lemon * All rights reserved. * diff --git a/lib/libc/iconv/__iconv.c b/lib/libc/iconv/__iconv.c index 85170b74540a9..9fd0567087a2a 100644 --- a/lib/libc/iconv/__iconv.c +++ b/lib/libc/iconv/__iconv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/__iconv_free_list.c b/lib/libc/iconv/__iconv_free_list.c index de9701e9924d4..0f2b92355e32d 100644 --- a/lib/libc/iconv/__iconv_free_list.c +++ b/lib/libc/iconv/__iconv_free_list.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/__iconv_get_list.c b/lib/libc/iconv/__iconv_get_list.c index 437d413d98a5e..cb80ed78ef482 100644 --- a/lib/libc/iconv/__iconv_get_list.c +++ b/lib/libc/iconv/__iconv_get_list.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/_strtol.h b/lib/libc/iconv/_strtol.h index d2d9d84fd97df..dee7bab733e8d 100644 --- a/lib/libc/iconv/_strtol.h +++ b/lib/libc/iconv/_strtol.h @@ -2,6 +2,8 @@ /* $NetBSD: _strtol.h,v 1.2 2009/05/20 22:03:29 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/iconv/_strtoul.h b/lib/libc/iconv/_strtoul.h index 64e0d466b364e..2dd3e92ba302a 100644 --- a/lib/libc/iconv/_strtoul.h +++ b/lib/libc/iconv/_strtoul.h @@ -2,6 +2,8 @@ /* $NetBSD: _strtoul.h,v 1.1 2008/08/20 12:42:26 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/iconv/bsd_iconv.c b/lib/libc/iconv/bsd_iconv.c index ca0b706d5dc51..0fcff0e2d1b85 100644 --- a/lib/libc/iconv/bsd_iconv.c +++ b/lib/libc/iconv/bsd_iconv.c @@ -2,6 +2,8 @@ /* $NetBSD: iconv.c,v 1.11 2009/03/03 16:22:33 explorer Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2003 Citrus Project, * Copyright (c) 2009, 2010 Gabor Kovesdan <gabor@FreeBSD.org>, * All rights reserved. diff --git a/lib/libc/iconv/citrus_aliasname_local.h b/lib/libc/iconv/citrus_aliasname_local.h index 687362b12bbd9..0dc883a54c924 100644 --- a/lib/libc/iconv/citrus_aliasname_local.h +++ b/lib/libc/iconv/citrus_aliasname_local.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_aliasname_local.h,v 1.2 2009/01/11 02:46:24 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2008 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_bcs.c b/lib/libc/iconv/citrus_bcs.c index e86fb37034cb5..b8484a0d793e9 100644 --- a/lib/libc/iconv/citrus_bcs.c +++ b/lib/libc/iconv/citrus_bcs.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_bcs.c,v 1.5 2005/05/14 17:55:42 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_bcs.h b/lib/libc/iconv/citrus_bcs.h index 3b1f537665792..3bf6f72e988e1 100644 --- a/lib/libc/iconv/citrus_bcs.h +++ b/lib/libc/iconv/citrus_bcs.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_bcs.h,v 1.6 2009/01/11 02:46:24 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_bcs_strtol.c b/lib/libc/iconv/citrus_bcs_strtol.c index ac874a3549c73..fda263b6479f0 100644 --- a/lib/libc/iconv/citrus_bcs_strtol.c +++ b/lib/libc/iconv/citrus_bcs_strtol.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_bcs_strtol.c,v 1.4 2013/04/26 21:20:47 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003, 2008 Citrus Project, * All rights reserved. diff --git a/lib/libc/iconv/citrus_bcs_strtoul.c b/lib/libc/iconv/citrus_bcs_strtoul.c index b33334a91fddb..981aa5ad1b8c6 100644 --- a/lib/libc/iconv/citrus_bcs_strtoul.c +++ b/lib/libc/iconv/citrus_bcs_strtoul.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_bcs_strtoul.c,v 1.5 2013/04/26 21:20:48 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2005 The DragonFly Project. All rights reserved. * Copyright (c) 2003, 2008 Citrus Project, * All rights reserved. diff --git a/lib/libc/iconv/citrus_csmapper.c b/lib/libc/iconv/citrus_csmapper.c index 353adc9bb056d..90d52cba2ce37 100644 --- a/lib/libc/iconv/citrus_csmapper.c +++ b/lib/libc/iconv/citrus_csmapper.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_csmapper.c,v 1.11 2011/11/20 07:43:52 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_csmapper.h b/lib/libc/iconv/citrus_csmapper.h index cb1c4f1f7439f..cdc7b0e3375eb 100644 --- a/lib/libc/iconv/citrus_csmapper.h +++ b/lib/libc/iconv/citrus_csmapper.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_csmapper.h,v 1.3 2013/06/24 17:28:35 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db.c b/lib/libc/iconv/citrus_db.c index 2de848b989386..09df5bfaf07f0 100644 --- a/lib/libc/iconv/citrus_db.c +++ b/lib/libc/iconv/citrus_db.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db.c,v 1.5 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db.h b/lib/libc/iconv/citrus_db.h index 27e16f345cd59..fd46675a5d0b8 100644 --- a/lib/libc/iconv/citrus_db.h +++ b/lib/libc/iconv/citrus_db.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db_factory.c b/lib/libc/iconv/citrus_db_factory.c index 691fe4e843518..fd3375d6b2e04 100644 --- a/lib/libc/iconv/citrus_db_factory.c +++ b/lib/libc/iconv/citrus_db_factory.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db_factory.c,v 1.10 2013/09/14 13:05:51 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db_factory.h b/lib/libc/iconv/citrus_db_factory.h index b98b19c9e7f05..c542046532c14 100644 --- a/lib/libc/iconv/citrus_db_factory.h +++ b/lib/libc/iconv/citrus_db_factory.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db_factory.h,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db_file.h b/lib/libc/iconv/citrus_db_file.h index aed07e8d1ea08..7eea27694746a 100644 --- a/lib/libc/iconv/citrus_db_file.h +++ b/lib/libc/iconv/citrus_db_file.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db_file.h,v 1.4 2008/02/10 05:58:22 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db_hash.c b/lib/libc/iconv/citrus_db_hash.c index 2c599ff8ca772..1033c3fe88676 100644 --- a/lib/libc/iconv/citrus_db_hash.c +++ b/lib/libc/iconv/citrus_db_hash.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db_hash.c,v 1.5 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_db_hash.h b/lib/libc/iconv/citrus_db_hash.h index 549af2631b393..ca2caa5282af2 100644 --- a/lib/libc/iconv/citrus_db_hash.h +++ b/lib/libc/iconv/citrus_db_hash.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_db_hash.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_esdb.c b/lib/libc/iconv/citrus_esdb.c index 4a07ecafce78f..a07d5d09e72f3 100644 --- a/lib/libc/iconv/citrus_esdb.c +++ b/lib/libc/iconv/citrus_esdb.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_esdb.c,v 1.5 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_esdb.h b/lib/libc/iconv/citrus_esdb.h index f82a3989a43c7..a2fb8041554d5 100644 --- a/lib/libc/iconv/citrus_esdb.h +++ b/lib/libc/iconv/citrus_esdb.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_esdb.h,v 1.1 2003/06/25 09:51:32 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_esdb_file.h b/lib/libc/iconv/citrus_esdb_file.h index 98609d1ecd425..518d355873261 100644 --- a/lib/libc/iconv/citrus_esdb_file.h +++ b/lib/libc/iconv/citrus_esdb_file.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_esdb_file.h,v 1.1 2003/06/25 09:51:32 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_fix_grouping.h b/lib/libc/iconv/citrus_fix_grouping.h index fbb1788e776b0..31f9c23f42de5 100644 --- a/lib/libc/iconv/citrus_fix_grouping.h +++ b/lib/libc/iconv/citrus_fix_grouping.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_fix_grouping.h,v 1.2 2009/01/11 02:46:24 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2008 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_hash.c b/lib/libc/iconv/citrus_hash.c index 4db1bda47305d..aff6d55bcfbd0 100644 --- a/lib/libc/iconv/citrus_hash.c +++ b/lib/libc/iconv/citrus_hash.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_hash.c,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_hash.h b/lib/libc/iconv/citrus_hash.h index c3e73118571f0..62f2ae23b8726 100644 --- a/lib/libc/iconv/citrus_hash.h +++ b/lib/libc/iconv/citrus_hash.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_hash.h,v 1.3 2004/01/02 21:49:35 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_iconv.c b/lib/libc/iconv/citrus_iconv.c index 59940631f53bb..fbabf6524399b 100644 --- a/lib/libc/iconv/citrus_iconv.c +++ b/lib/libc/iconv/citrus_iconv.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv.c,v 1.10 2011/11/19 18:34:21 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_iconv.h b/lib/libc/iconv/citrus_iconv.h index 99604e92063d1..8fe630af6c2d8 100644 --- a/lib/libc/iconv/citrus_iconv.h +++ b/lib/libc/iconv/citrus_iconv.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv.h,v 1.5 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_iconv_local.h b/lib/libc/iconv/citrus_iconv_local.h index 5392da1ddf200..bd02d085d1cab 100644 --- a/lib/libc/iconv/citrus_iconv_local.h +++ b/lib/libc/iconv/citrus_iconv_local.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv_local.h,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_lock.h b/lib/libc/iconv/citrus_lock.h index 395064453b67e..3daaf1c31dd04 100644 --- a/lib/libc/iconv/citrus_lock.h +++ b/lib/libc/iconv/citrus_lock.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/iconv/citrus_lookup.c b/lib/libc/iconv/citrus_lookup.c index bb9934a4847f1..51a82951376c0 100644 --- a/lib/libc/iconv/citrus_lookup.c +++ b/lib/libc/iconv/citrus_lookup.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_lookup.c,v 1.7 2012/05/04 16:45:05 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_lookup.h b/lib/libc/iconv/citrus_lookup.h index e7a7150a73a41..88a0d4e7ef511 100644 --- a/lib/libc/iconv/citrus_lookup.h +++ b/lib/libc/iconv/citrus_lookup.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_lookup.h,v 1.2 2004/07/21 14:16:34 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_lookup_factory.c b/lib/libc/iconv/citrus_lookup_factory.c index ec5a5d6b78ca2..85d20dfe8cfe9 100644 --- a/lib/libc/iconv/citrus_lookup_factory.c +++ b/lib/libc/iconv/citrus_lookup_factory.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_lookup_factory.c,v 1.4 2003/10/27 00:12:42 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_lookup_factory.h b/lib/libc/iconv/citrus_lookup_factory.h index 9016de5507e1b..e716184a8d17e 100644 --- a/lib/libc/iconv/citrus_lookup_factory.h +++ b/lib/libc/iconv/citrus_lookup_factory.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_lookup_factory.h,v 1.1 2003/06/25 09:51:35 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_lookup_file.h b/lib/libc/iconv/citrus_lookup_file.h index 43944b3d98153..a2ada5fc7d5ce 100644 --- a/lib/libc/iconv/citrus_lookup_file.h +++ b/lib/libc/iconv/citrus_lookup_file.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_lookup_file.h,v 1.1 2003/06/25 09:51:36 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_mapper.c b/lib/libc/iconv/citrus_mapper.c index ea65ae95bc7aa..cbc0a58c35c9a 100644 --- a/lib/libc/iconv/citrus_mapper.c +++ b/lib/libc/iconv/citrus_mapper.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper.c,v 1.10 2012/06/08 07:49:42 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_mapper.h b/lib/libc/iconv/citrus_mapper.h index 429b2a1a0ce98..7e9056c761e95 100644 --- a/lib/libc/iconv/citrus_mapper.h +++ b/lib/libc/iconv/citrus_mapper.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper.h,v 1.3 2003/07/12 15:39:19 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_mapper_local.h b/lib/libc/iconv/citrus_mapper_local.h index 8d29e63a4a965..cfdb3be868e24 100644 --- a/lib/libc/iconv/citrus_mapper_local.h +++ b/lib/libc/iconv/citrus_mapper_local.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_local.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_memstream.c b/lib/libc/iconv/citrus_memstream.c index f99a19d8ba57c..51092cb792b79 100644 --- a/lib/libc/iconv/citrus_memstream.c +++ b/lib/libc/iconv/citrus_memstream.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_memstream.c,v 1.5 2012/03/13 21:13:31 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_memstream.h b/lib/libc/iconv/citrus_memstream.h index cd5ef134f2ccf..4c398a8c7a5b4 100644 --- a/lib/libc/iconv/citrus_memstream.h +++ b/lib/libc/iconv/citrus_memstream.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_memstream.h,v 1.3 2005/05/14 17:55:42 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_mmap.c b/lib/libc/iconv/citrus_mmap.c index 83dd70b03fb6c..e058f3d2cdc35 100644 --- a/lib/libc/iconv/citrus_mmap.c +++ b/lib/libc/iconv/citrus_mmap.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mmap.c,v 1.4 2011/10/15 23:00:01 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_mmap.h b/lib/libc/iconv/citrus_mmap.h index 590e7fbe202d4..83520646f3786 100644 --- a/lib/libc/iconv/citrus_mmap.h +++ b/lib/libc/iconv/citrus_mmap.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mmap.h,v 1.1 2003/06/25 09:51:38 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_module.c b/lib/libc/iconv/citrus_module.c index 32b7e6e834ad5..64ef0271ea189 100644 --- a/lib/libc/iconv/citrus_module.c +++ b/lib/libc/iconv/citrus_module.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_module.c,v 1.9 2009/01/11 02:46:24 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999, 2000, 2001, 2002 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_module.h b/lib/libc/iconv/citrus_module.h index b004b87efb38e..0bcb53e2efa5a 100644 --- a/lib/libc/iconv/citrus_module.h +++ b/lib/libc/iconv/citrus_module.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_module.h,v 1.1 2002/03/17 22:14:20 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_namespace.h b/lib/libc/iconv/citrus_namespace.h index 6e9ffe0509f87..4244c70d701e4 100644 --- a/lib/libc/iconv/citrus_namespace.h +++ b/lib/libc/iconv/citrus_namespace.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_namespace.h,v 1.8 2009/01/11 02:46:24 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_none.c b/lib/libc/iconv/citrus_none.c index 56e157ad040b0..64b5968c9f876 100644 --- a/lib/libc/iconv/citrus_none.c +++ b/lib/libc/iconv/citrus_none.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_none.c,v 1.22 2017/07/13 16:00:30 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2002 Citrus Project, * Copyright (c) 2010 Gabor Kovesdan <gabor@FreeBSD.org>, * All rights reserved. diff --git a/lib/libc/iconv/citrus_none.h b/lib/libc/iconv/citrus_none.h index 20d27910ebcf8..a0ebd61f296eb 100644 --- a/lib/libc/iconv/citrus_none.h +++ b/lib/libc/iconv/citrus_none.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_none.h,v 1.3 2003/06/25 09:51:38 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_pivot_factory.c b/lib/libc/iconv/citrus_pivot_factory.c index 0f279b10cf710..c307a9d5aa323 100644 --- a/lib/libc/iconv/citrus_pivot_factory.c +++ b/lib/libc/iconv/citrus_pivot_factory.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_pivot_factory.c,v 1.7 2009/04/12 14:20:19 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_pivot_factory.h b/lib/libc/iconv/citrus_pivot_factory.h index 76f0f707c9ac8..adbfc8c77524e 100644 --- a/lib/libc/iconv/citrus_pivot_factory.h +++ b/lib/libc/iconv/citrus_pivot_factory.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_pivot_factory.h,v 1.1 2003/06/25 09:51:39 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_pivot_file.h b/lib/libc/iconv/citrus_pivot_file.h index 454e93a9d29f0..b2b4f2408dba5 100644 --- a/lib/libc/iconv/citrus_pivot_file.h +++ b/lib/libc/iconv/citrus_pivot_file.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_pivot_file.h,v 1.1 2003/06/25 09:51:39 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_prop.c b/lib/libc/iconv/citrus_prop.c index 642e4230986a2..7ac39bbee6e52 100644 --- a/lib/libc/iconv/citrus_prop.c +++ b/lib/libc/iconv/citrus_prop.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_prop.c,v 1.4 2011/03/30 08:22:01 jruoho Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_prop.h b/lib/libc/iconv/citrus_prop.h index 48fc066295c63..f09c833b8da6d 100644 --- a/lib/libc/iconv/citrus_prop.h +++ b/lib/libc/iconv/citrus_prop.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_prop.h,v 1.5 2011/05/23 14:52:32 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_region.h b/lib/libc/iconv/citrus_region.h index 8cecb409bec3b..0a78eec2b85cd 100644 --- a/lib/libc/iconv/citrus_region.h +++ b/lib/libc/iconv/citrus_region.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_region.h,v 1.7 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_stdenc.c b/lib/libc/iconv/citrus_stdenc.c index cef530e2a69e8..2bc79a11d3331 100644 --- a/lib/libc/iconv/citrus_stdenc.c +++ b/lib/libc/iconv/citrus_stdenc.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_stdenc.c,v 1.4 2011/11/19 18:39:58 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_stdenc.h b/lib/libc/iconv/citrus_stdenc.h index 50f4dffa4e16d..a643b77a27aa7 100644 --- a/lib/libc/iconv/citrus_stdenc.h +++ b/lib/libc/iconv/citrus_stdenc.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_stdenc.h,v 1.4 2005/10/29 18:02:04 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_stdenc_local.h b/lib/libc/iconv/citrus_stdenc_local.h index 141abffea9b9b..2af3b8a992b74 100644 --- a/lib/libc/iconv/citrus_stdenc_local.h +++ b/lib/libc/iconv/citrus_stdenc_local.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_stdenc_local.h,v 1.4 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_stdenc_template.h b/lib/libc/iconv/citrus_stdenc_template.h index 9a05fa789fa67..06fca844392f1 100644 --- a/lib/libc/iconv/citrus_stdenc_template.h +++ b/lib/libc/iconv/citrus_stdenc_template.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_stdenc_template.h,v 1.4 2008/02/09 14:56:20 junyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/citrus_types.h b/lib/libc/iconv/citrus_types.h index 5f9c4e30d40b5..2e4be11dd4cdf 100644 --- a/lib/libc/iconv/citrus_types.h +++ b/lib/libc/iconv/citrus_types.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_types.h,v 1.3 2003/10/27 00:12:42 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libc/iconv/iconv-internal.h b/lib/libc/iconv/iconv-internal.h index 214a8adf97efa..731b6856ca229 100644 --- a/lib/libc/iconv/iconv-internal.h +++ b/lib/libc/iconv/iconv-internal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv.c b/lib/libc/iconv/iconv.c index 4bd962009e655..57c614029df02 100644 --- a/lib/libc/iconv/iconv.c +++ b/lib/libc/iconv/iconv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv_canonicalize.c b/lib/libc/iconv/iconv_canonicalize.c index 702a4168f2959..7c3e6f0fdbaef 100644 --- a/lib/libc/iconv/iconv_canonicalize.c +++ b/lib/libc/iconv/iconv_canonicalize.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv_close.c b/lib/libc/iconv/iconv_close.c index 1adbb8c6eb69b..f7d0231afcd8c 100644 --- a/lib/libc/iconv/iconv_close.c +++ b/lib/libc/iconv/iconv_close.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv_compat.c b/lib/libc/iconv/iconv_compat.c index ded249956db93..2a6a120aa2cd1 100644 --- a/lib/libc/iconv/iconv_compat.c +++ b/lib/libc/iconv/iconv_compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv_open.c b/lib/libc/iconv/iconv_open.c index f14925c446eb0..a386f13007b18 100644 --- a/lib/libc/iconv/iconv_open.c +++ b/lib/libc/iconv/iconv_open.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv_open_into.c b/lib/libc/iconv/iconv_open_into.c index 8a1278bad066b..9db00c3e7710c 100644 --- a/lib/libc/iconv/iconv_open_into.c +++ b/lib/libc/iconv/iconv_open_into.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconv_set_relocation_prefix.c b/lib/libc/iconv/iconv_set_relocation_prefix.c index 7615c942ebaa6..969381c12984f 100644 --- a/lib/libc/iconv/iconv_set_relocation_prefix.c +++ b/lib/libc/iconv/iconv_set_relocation_prefix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconvctl.c b/lib/libc/iconv/iconvctl.c index 50c108cfd2195..d6357f6377520 100644 --- a/lib/libc/iconv/iconvctl.c +++ b/lib/libc/iconv/iconvctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/iconv/iconvlist.c b/lib/libc/iconv/iconvlist.c index 418b4a75970c9..dbd0a1eddf99f 100644 --- a/lib/libc/iconv/iconvlist.c +++ b/lib/libc/iconv/iconvlist.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h index d0abfdf70fdb8..204428991a08a 100644 --- a/lib/libc/include/compat.h +++ b/lib/libc/include/compat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/lib/libc/include/errlst.h b/lib/libc/include/errlst.h index 4e9e29fc33453..3834524fb87b9 100644 --- a/lib/libc/include/errlst.h +++ b/lib/libc/include/errlst.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Jilles Tjoelker * All rights reserved. * diff --git a/lib/libc/include/fpmath.h b/lib/libc/include/fpmath.h index c566e9fe08f49..ce935eb403e24 100644 --- a/lib/libc/include/fpmath.h +++ b/lib/libc/include/fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> * All rights reserved. diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index 1535dd7812d90..542391f3b273a 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index f15edee437a79..efc9322ca37ca 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>. * All rights reserved. * diff --git a/lib/libc/include/nscache.h b/lib/libc/include/nscache.h index 015c4ec74ffe9..8e79fa8eab6d4 100644 --- a/lib/libc/include/nscache.h +++ b/lib/libc/include/nscache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Michael Bushkov <bushman@rsu.ru> * All rights reserved. * diff --git a/lib/libc/include/nscachedcli.h b/lib/libc/include/nscachedcli.h index b0f79bd9d05ca..4feed2b142082 100644 --- a/lib/libc/include/nscachedcli.h +++ b/lib/libc/include/nscachedcli.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Michael Bushkov <bushman@rsu.ru> * All rights reserved. * diff --git a/lib/libc/include/nss_tls.h b/lib/libc/include/nss_tls.h index 13ab367d06b5f..16b27c04ac1c9 100644 --- a/lib/libc/include/nss_tls.h +++ b/lib/libc/include/nss_tls.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libc/include/reentrant.h b/lib/libc/include/reentrant.h index 004a18bea2668..690f4ef1b9aaf 100644 --- a/lib/libc/include/reentrant.h +++ b/lib/libc/include/reentrant.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,98 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/include/spinlock.h b/lib/libc/include/spinlock.h index c29f3f5e15ac1..c81ef76d21c1c 100644 --- a/lib/libc/include/spinlock.h +++ b/lib/libc/include/spinlock.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index 7df4961c8aa32..bf11147245d3a 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>. * All rights reserved. * diff --git a/lib/libc/inet/inet_addr.c b/lib/libc/inet/inet_addr.c index 2f97175826adf..f67c93f9d3b71 100644 --- a/lib/libc/inet/inet_addr.c +++ b/lib/libc/inet/inet_addr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/inet/inet_lnaof.c b/lib/libc/inet/inet_lnaof.c index 274253f4a3103..2598a0192c6b5 100644 --- a/lib/libc/inet/inet_lnaof.c +++ b/lib/libc/inet/inet_lnaof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/inet/inet_makeaddr.c b/lib/libc/inet/inet_makeaddr.c index bce0aa1c127fb..41ac53d67da6d 100644 --- a/lib/libc/inet/inet_makeaddr.c +++ b/lib/libc/inet/inet_makeaddr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/inet/inet_netof.c b/lib/libc/inet/inet_netof.c index 2335772b68dc3..bf03e45137707 100644 --- a/lib/libc/inet/inet_netof.c +++ b/lib/libc/inet/inet_netof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/inet/inet_network.c b/lib/libc/inet/inet_network.c index b5b9190ac1846..c6b5d8a854e49 100644 --- a/lib/libc/inet/inet_network.c +++ b/lib/libc/inet/inet_network.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/inet/inet_ntoa.c b/lib/libc/inet/inet_ntoa.c index d8afd0d57c34a..d78f681b3d8ee 100644 --- a/lib/libc/inet/inet_ntoa.c +++ b/lib/libc/inet/inet_ntoa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/ascii.c b/lib/libc/locale/ascii.c index a70d71a7b88ca..eb3dcc410dcf7 100644 --- a/lib/libc/locale/ascii.c +++ b/lib/libc/locale/ascii.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/locale/btowc.c b/lib/libc/locale/btowc.c index 72507bc857e1f..a695da477d581 100644 --- a/lib/libc/locale/btowc.c +++ b/lib/libc/locale/btowc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/c16rtomb.c b/lib/libc/locale/c16rtomb.c index 8bad98267b692..6f86b00746678 100644 --- a/lib/libc/locale/c16rtomb.c +++ b/lib/libc/locale/c16rtomb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/c32rtomb.c b/lib/libc/locale/c32rtomb.c index c5f008fdea694..31d7a280deda1 100644 --- a/lib/libc/locale/c32rtomb.c +++ b/lib/libc/locale/c32rtomb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/cXXrtomb_iconv.h b/lib/libc/locale/cXXrtomb_iconv.h index d6e7ce0ae3ac4..d0dadac6c3121 100644 --- a/lib/libc/locale/cXXrtomb_iconv.h +++ b/lib/libc/locale/cXXrtomb_iconv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/collate.c b/lib/libc/locale/collate.c index fcbce98b451e6..3d7c190221db9 100644 --- a/lib/libc/locale/collate.c +++ b/lib/libc/locale/collate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2014 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h index c8968c69f5a68..4abb1f936ae25 100644 --- a/lib/libc/locale/collate.h +++ b/lib/libc/locale/collate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> * at Electronni Visti IA, Kiev, Ukraine. diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index ce71a714f42ff..b444ea0652ac0 100644 --- a/lib/libc/locale/collcmp.c +++ b/lib/libc/locale/collcmp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia. * All rights reserved. * diff --git a/lib/libc/locale/ctype.c b/lib/libc/locale/ctype.c index f0ec3f6d8b0f8..8a88b8d6512e3 100644 --- a/lib/libc/locale/ctype.c +++ b/lib/libc/locale/ctype.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libc/locale/euc.c b/lib/libc/locale/euc.c index 2fe40462e9be7..f5b5fd473068e 100644 --- a/lib/libc/locale/euc.c +++ b/lib/libc/locale/euc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. diff --git a/lib/libc/locale/fix_grouping.c b/lib/libc/locale/fix_grouping.c index 2e5bc047d592b..d6e74eb80b70e 100644 --- a/lib/libc/locale/fix_grouping.c +++ b/lib/libc/locale/fix_grouping.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/gb18030.c b/lib/libc/locale/gb18030.c index d87b6f78d5d9b..b4f80678d8401 100644 --- a/lib/libc/locale/gb18030.c +++ b/lib/libc/locale/gb18030.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins diff --git a/lib/libc/locale/gb2312.c b/lib/libc/locale/gb2312.c index 032a3e2fff985..07a6c4764bb38 100644 --- a/lib/libc/locale/gb2312.c +++ b/lib/libc/locale/gb2312.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2004 Tim J. Robbins. All rights reserved. diff --git a/lib/libc/locale/gbk.c b/lib/libc/locale/gbk.c index c3d16f664a267..c6878e883248e 100644 --- a/lib/libc/locale/gbk.c +++ b/lib/libc/locale/gbk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. diff --git a/lib/libc/locale/isctype.c b/lib/libc/locale/isctype.c index 8f93f1919bfb5..fe0f18d1559b3 100644 --- a/lib/libc/locale/isctype.c +++ b/lib/libc/locale/isctype.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/lib/libc/locale/iswctype.c b/lib/libc/locale/iswctype.c index dad0621bebd5f..b01c4bc4458b7 100644 --- a/lib/libc/locale/iswctype.c +++ b/lib/libc/locale/iswctype.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/lib/libc/locale/ldpart.c b/lib/libc/locale/ldpart.c index ccf5e7f81fb96..ed794337e1157 100644 --- a/lib/libc/locale/ldpart.c +++ b/lib/libc/locale/ldpart.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/ldpart.h b/lib/libc/locale/ldpart.h index 45f7339fe8fb8..8985b324ae031 100644 --- a/lib/libc/locale/ldpart.h +++ b/lib/libc/locale/ldpart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/lmessages.c b/lib/libc/locale/lmessages.c index a0664d074ecda..9c442dc3d7a11 100644 --- a/lib/libc/locale/lmessages.c +++ b/lib/libc/locale/lmessages.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/lmessages.h b/lib/libc/locale/lmessages.h index ea9c57e28943c..0e8278f4a6501 100644 --- a/lib/libc/locale/lmessages.h +++ b/lib/libc/locale/lmessages.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/lmonetary.c b/lib/libc/locale/lmonetary.c index 84eccdb6ab32d..99800ae699226 100644 --- a/lib/libc/locale/lmonetary.c +++ b/lib/libc/locale/lmonetary.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/lmonetary.h b/lib/libc/locale/lmonetary.h index b606862f54af3..69facf9f88dd0 100644 --- a/lib/libc/locale/lmonetary.h +++ b/lib/libc/locale/lmonetary.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/lnumeric.c b/lib/libc/locale/lnumeric.c index a2468f4e28b5c..046d1f1817dc9 100644 --- a/lib/libc/locale/lnumeric.c +++ b/lib/libc/locale/lnumeric.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/lnumeric.h b/lib/libc/locale/lnumeric.h index 5088dd444b5f2..43ff161278629 100644 --- a/lib/libc/locale/lnumeric.h +++ b/lib/libc/locale/lnumeric.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index 4b19160c35dd8..20f962783f1a4 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/locale/mblen.c b/lib/libc/locale/mblen.c index 1bacf3eb837bf..e972298f5b404 100644 --- a/lib/libc/locale/mblen.c +++ b/lib/libc/locale/mblen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mblocal.h b/lib/libc/locale/mblocal.h index acb1c21940b8f..cffe3ba92bc8e 100644 --- a/lib/libc/locale/mblocal.h +++ b/lib/libc/locale/mblocal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2004 Tim J. Robbins. diff --git a/lib/libc/locale/mbrlen.c b/lib/libc/locale/mbrlen.c index 9ce0bc0676425..f84fce7b61b0a 100644 --- a/lib/libc/locale/mbrlen.c +++ b/lib/libc/locale/mbrlen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mbrtoc16.c b/lib/libc/locale/mbrtoc16.c index a47514c3d93b9..497f1cd028d01 100644 --- a/lib/libc/locale/mbrtoc16.c +++ b/lib/libc/locale/mbrtoc16.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/mbrtoc32.c b/lib/libc/locale/mbrtoc32.c index ee9e47d6a3e5e..d1d8102e16f99 100644 --- a/lib/libc/locale/mbrtoc32.c +++ b/lib/libc/locale/mbrtoc32.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/mbrtocXX_iconv.h b/lib/libc/locale/mbrtocXX_iconv.h index 9eb6f6831eb60..262818ee79d56 100644 --- a/lib/libc/locale/mbrtocXX_iconv.h +++ b/lib/libc/locale/mbrtocXX_iconv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/mbrtowc.c b/lib/libc/locale/mbrtowc.c index 8f1aebd5762a3..4171886c8efa0 100644 --- a/lib/libc/locale/mbrtowc.c +++ b/lib/libc/locale/mbrtowc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mbsinit.c b/lib/libc/locale/mbsinit.c index be44fe5e31c0d..a7df81911b267 100644 --- a/lib/libc/locale/mbsinit.c +++ b/lib/libc/locale/mbsinit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mbsnrtowcs.c b/lib/libc/locale/mbsnrtowcs.c index 9e6baad4b1317..59574386b0afb 100644 --- a/lib/libc/locale/mbsnrtowcs.c +++ b/lib/libc/locale/mbsnrtowcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. diff --git a/lib/libc/locale/mbsrtowcs.c b/lib/libc/locale/mbsrtowcs.c index 9032b94fffba5..aefbee1c2d09d 100644 --- a/lib/libc/locale/mbsrtowcs.c +++ b/lib/libc/locale/mbsrtowcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mbstowcs.c b/lib/libc/locale/mbstowcs.c index 6905d2e6604e0..3226d22ea254a 100644 --- a/lib/libc/locale/mbstowcs.c +++ b/lib/libc/locale/mbstowcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mbtowc.c b/lib/libc/locale/mbtowc.c index 376d6cfa5d6d9..df1b204187e92 100644 --- a/lib/libc/locale/mbtowc.c +++ b/lib/libc/locale/mbtowc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/mskanji.c b/lib/libc/locale/mskanji.c index c7da4b5e8c0f7..1585886cea311 100644 --- a/lib/libc/locale/mskanji.c +++ b/lib/libc/locale/mskanji.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. diff --git a/lib/libc/locale/nextwctype.c b/lib/libc/locale/nextwctype.c index 9fc8ce05ecee5..3ef73ddec7b6d 100644 --- a/lib/libc/locale/nextwctype.c +++ b/lib/libc/locale/nextwctype.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c index 7f19a575f2086..b51b0425515bc 100644 --- a/lib/libc/locale/nl_langinfo.c +++ b/lib/libc/locale/nl_langinfo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001, 2003 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/locale/none.c b/lib/libc/locale/none.c index 4e5a61d995406..db1e6e37caa4e 100644 --- a/lib/libc/locale/none.c +++ b/lib/libc/locale/none.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. diff --git a/lib/libc/locale/rpmatch.c b/lib/libc/locale/rpmatch.c index 4d90eb8dcf8b0..e4c366a00afb5 100644 --- a/lib/libc/locale/rpmatch.c +++ b/lib/libc/locale/rpmatch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/rune.c b/lib/libc/locale/rune.c index 00ef19b781fae..72952eeaacf44 100644 --- a/lib/libc/locale/rune.c +++ b/lib/libc/locale/rune.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2014 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1993 diff --git a/lib/libc/locale/runefile.h b/lib/libc/locale/runefile.h index ce1e47e5f92d6..18a603c03e312 100644 --- a/lib/libc/locale/runefile.h +++ b/lib/libc/locale/runefile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Ruslan Ermilov * All rights reserved. * diff --git a/lib/libc/locale/runetype.c b/lib/libc/locale/runetype.c index a0da47b5de987..8645f3cf3d2cd 100644 --- a/lib/libc/locale/runetype.c +++ b/lib/libc/locale/runetype.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index c7e1e9ffc4e7c..6409537b8a05d 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 - 2002 FreeBSD Project * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/locale/setlocale.h b/lib/libc/locale/setlocale.h index 33b4b6e9aeeab..c199cdf62dafd 100644 --- a/lib/libc/locale/setlocale.h +++ b/lib/libc/locale/setlocale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia. * All rights reserved. * diff --git a/lib/libc/locale/setrunelocale.c b/lib/libc/locale/setrunelocale.c index 2e57dc3c914d2..284d5468c6125 100644 --- a/lib/libc/locale/setrunelocale.c +++ b/lib/libc/locale/setrunelocale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index 80b19f5ced5e8..2db0b8e311cd4 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/tolower.c b/lib/libc/locale/tolower.c index c74791da370c2..ff0e97b67b359 100644 --- a/lib/libc/locale/tolower.c +++ b/lib/libc/locale/tolower.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/toupper.c b/lib/libc/locale/toupper.c index 2c5ec86de4342..0f19f71d3e7ce 100644 --- a/lib/libc/locale/toupper.c +++ b/lib/libc/locale/toupper.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/utf8.c b/lib/libc/locale/utf8.c index e096b87839471..13f957989fa20 100644 --- a/lib/libc/locale/utf8.c +++ b/lib/libc/locale/utf8.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins diff --git a/lib/libc/locale/wcrtomb.c b/lib/libc/locale/wcrtomb.c index 32d4df2af64c0..1afa8f77acc98 100644 --- a/lib/libc/locale/wcrtomb.c +++ b/lib/libc/locale/wcrtomb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wcsftime.c b/lib/libc/locale/wcsftime.c index c4f6b2ee4e5fd..772c96c2f9f4b 100644 --- a/lib/libc/locale/wcsftime.c +++ b/lib/libc/locale/wcsftime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/locale/wcsnrtombs.c b/lib/libc/locale/wcsnrtombs.c index ce77ebbffc4c5..8d90445aacf16 100644 --- a/lib/libc/locale/wcsnrtombs.c +++ b/lib/libc/locale/wcsnrtombs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. diff --git a/lib/libc/locale/wcsrtombs.c b/lib/libc/locale/wcsrtombs.c index f6d1ca07f5235..ca9875799a3de 100644 --- a/lib/libc/locale/wcsrtombs.c +++ b/lib/libc/locale/wcsrtombs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wcstod.c b/lib/libc/locale/wcstod.c index c6ae1417c1de4..42d8acdafcdb4 100644 --- a/lib/libc/locale/wcstod.c +++ b/lib/libc/locale/wcstod.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/locale/wcstof.c b/lib/libc/locale/wcstof.c index 99ce0fe4af2c5..34117557ee0fd 100644 --- a/lib/libc/locale/wcstof.c +++ b/lib/libc/locale/wcstof.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/locale/wcstoimax.c b/lib/libc/locale/wcstoimax.c index ce066a53462bb..356f75da1cda9 100644 --- a/lib/libc/locale/wcstoimax.c +++ b/lib/libc/locale/wcstoimax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/wcstol.c b/lib/libc/locale/wcstol.c index 2b21d126c7007..28d6d06d33b94 100644 --- a/lib/libc/locale/wcstol.c +++ b/lib/libc/locale/wcstol.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/wcstold.c b/lib/libc/locale/wcstold.c index 89c92d95d4f31..c31f84118a2f1 100644 --- a/lib/libc/locale/wcstold.c +++ b/lib/libc/locale/wcstold.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/locale/wcstoll.c b/lib/libc/locale/wcstoll.c index f246502bb2fac..ba320d70bae30 100644 --- a/lib/libc/locale/wcstoll.c +++ b/lib/libc/locale/wcstoll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/wcstombs.c b/lib/libc/locale/wcstombs.c index 8d4ae1c0b4e1b..a34b58ecdb05a 100644 --- a/lib/libc/locale/wcstombs.c +++ b/lib/libc/locale/wcstombs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wcstoul.c b/lib/libc/locale/wcstoul.c index 54e6b4fb9111c..432707cd612a1 100644 --- a/lib/libc/locale/wcstoul.c +++ b/lib/libc/locale/wcstoul.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/wcstoull.c b/lib/libc/locale/wcstoull.c index c56ee770f0322..e279c5602d572 100644 --- a/lib/libc/locale/wcstoull.c +++ b/lib/libc/locale/wcstoull.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/wcstoumax.c b/lib/libc/locale/wcstoumax.c index 397c1e37410f5..d9d1dac89cf56 100644 --- a/lib/libc/locale/wcstoumax.c +++ b/lib/libc/locale/wcstoumax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/locale/wctob.c b/lib/libc/locale/wctob.c index 96e8b730a9038..b43761c48d458 100644 --- a/lib/libc/locale/wctob.c +++ b/lib/libc/locale/wctob.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wctomb.c b/lib/libc/locale/wctomb.c index da3d2635a9670..151d67997548d 100644 --- a/lib/libc/locale/wctomb.c +++ b/lib/libc/locale/wctomb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wctrans.c b/lib/libc/locale/wctrans.c index 0831146b01033..36cb25e455491 100644 --- a/lib/libc/locale/wctrans.c +++ b/lib/libc/locale/wctrans.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wctype.c b/lib/libc/locale/wctype.c index e207121751547..dd8f218306b27 100644 --- a/lib/libc/locale/wctype.c +++ b/lib/libc/locale/wctype.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/locale/wcwidth.c b/lib/libc/locale/wcwidth.c index 9e74217f6d8e4..592a823eabd54 100644 --- a/lib/libc/locale/wcwidth.c +++ b/lib/libc/locale/wcwidth.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/lib/libc/locale/xlocale.c b/lib/libc/locale/xlocale.c index f9b7db107aecc..c93f20c68f1a4 100644 --- a/lib/libc/locale/xlocale.c +++ b/lib/libc/locale/xlocale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libc/locale/xlocale_private.h b/lib/libc/locale/xlocale_private.h index 77b9ff4ee44fe..52f9069324076 100644 --- a/lib/libc/locale/xlocale_private.h +++ b/lib/libc/locale/xlocale_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libc/mips/SYS.h b/lib/libc/mips/SYS.h index ceb68121b07da..99d3b470fa926 100644 --- a/lib/libc/mips/SYS.h +++ b/lib/libc/mips/SYS.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Jonathan Stone * All rights reserved. * diff --git a/lib/libc/mips/_fpmath.h b/lib/libc/mips/_fpmath.h index f006a583bc7cb..cece2fa81cb66 100644 --- a/lib/libc/mips/_fpmath.h +++ b/lib/libc/mips/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/mips/gen/_set_tp.c b/lib/libc/mips/gen/_set_tp.c index a1a30c54b5970..d20a55149a53d 100644 --- a/lib/libc/mips/gen/_set_tp.c +++ b/lib/libc/mips/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/mips/gen/fabs.c b/lib/libc/mips/gen/fabs.c index 8bb15025aeada..6730a6746289f 100644 --- a/lib/libc/mips/gen/fabs.c +++ b/lib/libc/mips/gen/fabs.c @@ -1,6 +1,8 @@ /* $NetBSD: fabs.c,v 1.2 2002/05/26 11:48:01 wiz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/mips/gen/longjmp.c b/lib/libc/mips/gen/longjmp.c index 7c684706c0428..11ef4f8c76528 100644 --- a/lib/libc/mips/gen/longjmp.c +++ b/lib/libc/mips/gen/longjmp.c @@ -1,6 +1,8 @@ /* $NetBSD: longjmp.c,v 1.1 2005/09/17 11:49:39 tsutsui Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/mips/gen/makecontext.c b/lib/libc/mips/gen/makecontext.c index f2a826e77bdd6..6fd7bd69b1dbc 100644 --- a/lib/libc/mips/gen/makecontext.c +++ b/lib/libc/mips/gen/makecontext.c @@ -1,6 +1,8 @@ /* $NetBSD: makecontext.c,v 1.5 2009/12/14 01:07:42 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/mips/gen/signalcontext.c b/lib/libc/mips/gen/signalcontext.c index 694468c314dd1..7870a1efede8e 100644 --- a/lib/libc/mips/gen/signalcontext.c +++ b/lib/libc/mips/gen/signalcontext.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Olivier Houchard * All rights reserved. * diff --git a/lib/libc/net/ether_addr.c b/lib/libc/net/ether_addr.c index 19aa6f64e8c44..98e5398096ffa 100644 --- a/lib/libc/net/ether_addr.c +++ b/lib/libc/net/ether_addr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Bill Paul <wpaul@ctr.columbia.edu>. * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. diff --git a/lib/libc/net/gai_strerror.c b/lib/libc/net/gai_strerror.c index 4f60f2db39171..56a3287ed5719 100644 --- a/lib/libc/net/gai_strerror.c +++ b/lib/libc/net/gai_strerror.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c index ba61eb865e126..a33f240bc3766 100644 --- a/lib/libc/net/getaddrinfo.c +++ b/lib/libc/net/getaddrinfo.c @@ -1,6 +1,8 @@ /* $KAME: getaddrinfo.c,v 1.15 2000/07/09 04:37:24 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index 2ee66e3e55fe7..317485b9c5071 100644 --- a/lib/libc/net/gethostbydns.c +++ b/lib/libc/net/gethostbydns.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * ++Copyright++ 1985, 1988, 1993 * - * Copyright (c) 1985, 1988, 1993 diff --git a/lib/libc/net/gethostbyht.c b/lib/libc/net/gethostbyht.c index 1468afb6304f2..1b6aec071bebe 100644 --- a/lib/libc/net/gethostbyht.c +++ b/lib/libc/net/gethostbyht.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/gethostbynis.c b/lib/libc/net/gethostbynis.c index 6bafdb116fd19..9edee742e7e90 100644 --- a/lib/libc/net/gethostbynis.c +++ b/lib/libc/net/gethostbynis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, Garrett Wollman * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c index 9286e397527a0..b0e68cf3431c0 100644 --- a/lib/libc/net/gethostnamadr.c +++ b/lib/libc/net/gethostnamadr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, Garrett Wollman * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/net/getifmaddrs.c b/lib/libc/net/getifmaddrs.c index c05d6de57b254..92a032f9f2eed 100644 --- a/lib/libc/net/getifmaddrs.c +++ b/lib/libc/net/getifmaddrs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Bruce M. Simpson. * All rights reserved * diff --git a/lib/libc/net/getnameinfo.c b/lib/libc/net/getnameinfo.c index 4b7aecbc6f021..efd10bfe4f1e2 100644 --- a/lib/libc/net/getnameinfo.c +++ b/lib/libc/net/getnameinfo.c @@ -1,6 +1,8 @@ /* $KAME: getnameinfo.c,v 1.61 2002/06/27 09:25:47 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (c) 2000 Ben Harris. * All rights reserved. diff --git a/lib/libc/net/getnetbydns.c b/lib/libc/net/getnetbydns.c index 6667a82f46458..64bd00baa867e 100644 --- a/lib/libc/net/getnetbydns.c +++ b/lib/libc/net/getnetbydns.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/getnetbyht.c b/lib/libc/net/getnetbyht.c index bee00e807fe32..ca57538a75f8c 100644 --- a/lib/libc/net/getnetbyht.c +++ b/lib/libc/net/getnetbyht.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/getnetbynis.c b/lib/libc/net/getnetbynis.c index 1dbed83f1b26f..054632d37ab1d 100644 --- a/lib/libc/net/getnetbynis.c +++ b/lib/libc/net/getnetbynis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, Garrett Wollman * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/net/getnetnamadr.c b/lib/libc/net/getnetnamadr.c index e08f8915b457c..77773992123f8 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, Garrett Wollman * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/net/getproto.c b/lib/libc/net/getproto.c index 36eeb90a8a32c..1fc7bd891539f 100644 --- a/lib/libc/net/getproto.c +++ b/lib/libc/net/getproto.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/getprotoent.c b/lib/libc/net/getprotoent.c index 41ff89687f1e0..e28a5be55f22f 100644 --- a/lib/libc/net/getprotoent.c +++ b/lib/libc/net/getprotoent.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/getprotoname.c b/lib/libc/net/getprotoname.c index 22c57594f6db8..c0ffad192f41f 100644 --- a/lib/libc/net/getprotoname.c +++ b/lib/libc/net/getprotoname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/getservent.c b/lib/libc/net/getservent.c index 5614588aa263c..78fe34b5b55ef 100644 --- a/lib/libc/net/getservent.c +++ b/lib/libc/net/getservent.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/ip6opt.c b/lib/libc/net/ip6opt.c index db3f8ce66c3a5..5e2f9df8d0089 100644 --- a/lib/libc/net/ip6opt.c +++ b/lib/libc/net/ip6opt.c @@ -1,6 +1,8 @@ /* $KAME: ip6opt.c,v 1.13 2003/06/06 10:08:20 suz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/lib/libc/net/linkaddr.c b/lib/libc/net/linkaddr.c index 9432a53127dfd..43916deccd05f 100644 --- a/lib/libc/net/linkaddr.c +++ b/lib/libc/net/linkaddr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/map_v4v6.c b/lib/libc/net/map_v4v6.c index d9329ec2074c3..e673878b1def1 100644 --- a/lib/libc/net/map_v4v6.c +++ b/lib/libc/net/map_v4v6.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * ++Copyright++ 1985, 1988, 1993 * - * Copyright (c) 1985, 1988, 1993 diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index b0970786dd8c9..9b7aaf66ae213 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -1,6 +1,8 @@ /* $KAME: name6.c,v 1.25 2000/06/26 16:44:40 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libc/net/netdb_private.h b/lib/libc/net/netdb_private.h index 8ab224717cc18..9f2bde221c926 100644 --- a/lib/libc/net/netdb_private.h +++ b/lib/libc/net/netdb_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/net/nscache.c b/lib/libc/net/nscache.c index 88a115be673b6..e9954386b24fd 100644 --- a/lib/libc/net/nscache.c +++ b/lib/libc/net/nscache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Michael Bushkov <bushman@rsu.ru> * All rights reserved. * diff --git a/lib/libc/net/nscachedcli.c b/lib/libc/net/nscachedcli.c index 35dbe20f722ca..9e462b8dc39db 100644 --- a/lib/libc/net/nscachedcli.c +++ b/lib/libc/net/nscachedcli.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Michael Bushkov <bushman@rsu.ru> * All rights reserved. * diff --git a/lib/libc/net/nsdispatch.c b/lib/libc/net/nsdispatch.c index 308f58f2688d6..bf605ece65f09 100644 --- a/lib/libc/net/nsdispatch.c +++ b/lib/libc/net/nsdispatch.c @@ -1,6 +1,8 @@ /* $NetBSD: nsdispatch.c,v 1.9 1999/01/25 00:16:17 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/net/nslexer.l b/lib/libc/net/nslexer.l index c7a95f614da84..17cfef8af7a28 100644 --- a/lib/libc/net/nslexer.l +++ b/lib/libc/net/nslexer.l @@ -2,6 +2,8 @@ /* $NetBSD: nslexer.l,v 1.3 1999/01/25 00:16:17 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/net/nsparser.y b/lib/libc/net/nsparser.y index 7d2f6e2085219..6e90fc73d8c9e 100644 --- a/lib/libc/net/nsparser.y +++ b/lib/libc/net/nsparser.y @@ -2,6 +2,8 @@ /* $NetBSD: nsparser.y,v 1.3 1999/01/25 00:16:18 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/net/nss_backends.h b/lib/libc/net/nss_backends.h index 9bea37b1c24b0..0ec803220adac 100644 --- a/lib/libc/net/nss_backends.h +++ b/lib/libc/net/nss_backends.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libc/net/nss_compat.c b/lib/libc/net/nss_compat.c index ba1e95198cedb..7f613b6c77ef6 100644 --- a/lib/libc/net/nss_compat.c +++ b/lib/libc/net/nss_compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libc/net/ntoh.c b/lib/libc/net/ntoh.c index d658c90b68ace..7b2bf9edc1136 100644 --- a/lib/libc/net/ntoh.c +++ b/lib/libc/net/ntoh.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index 7b92f0816261a..5ff1f0d0f72c3 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/rcmdsh.c b/lib/libc/net/rcmdsh.c index 13278df11b2a0..b321b5a51a2fc 100644 --- a/lib/libc/net/rcmdsh.c +++ b/lib/libc/net/rcmdsh.c @@ -1,6 +1,8 @@ /* $OpenBSD: rcmdsh.c,v 1.7 2002/03/12 00:05:44 millert Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001, MagniComp * All rights reserved. * diff --git a/lib/libc/net/recv.c b/lib/libc/net/recv.c index 68d3ce51015db..ca52a16ffd0e7 100644 --- a/lib/libc/net/recv.c +++ b/lib/libc/net/recv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/rthdr.c b/lib/libc/net/rthdr.c index d91c98aa42b7a..5a035e9d32d0c 100644 --- a/lib/libc/net/rthdr.c +++ b/lib/libc/net/rthdr.c @@ -1,6 +1,8 @@ /* $KAME: rthdr.c,v 1.19 2003/06/06 10:48:51 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index 25b9ec87d1957..0c5161ab1eabe 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/lib/libc/net/send.c b/lib/libc/net/send.c index ff984363300a7..2e6083ba42298 100644 --- a/lib/libc/net/send.c +++ b/lib/libc/net/send.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/net/sockatmark.c b/lib/libc/net/sockatmark.c index 9337da5d5d304..f56304359a766 100644 --- a/lib/libc/net/sockatmark.c +++ b/lib/libc/net/sockatmark.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 William C. Fenner. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/net/sourcefilter.c b/lib/libc/net/sourcefilter.c index 50a73d87dad38..9bfb72d845040 100644 --- a/lib/libc/net/sourcefilter.c +++ b/lib/libc/net/sourcefilter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Bruce Simpson. * All rights reserved. * diff --git a/lib/libc/net/vars.c b/lib/libc/net/vars.c index 42ee2054d4e7d..5bcfb9f9263e4 100644 --- a/lib/libc/net/vars.c +++ b/lib/libc/net/vars.c @@ -1,6 +1,8 @@ /* $KAME: vars.c,v 1.2 2001/08/20 02:32:41 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/lib/libc/posix1e/acl_branding.c b/lib/libc/posix1e/acl_branding.c index 84b00636c195a..c8f698f96bbc2 100644 --- a/lib/libc/posix1e/acl_branding.c +++ b/lib/libc/posix1e/acl_branding.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/posix1e/acl_calc_mask.c b/lib/libc/posix1e/acl_calc_mask.c index 56215b9094c66..7089df7d46e02 100644 --- a/lib/libc/posix1e/acl_calc_mask.c +++ b/lib/libc/posix1e/acl_calc_mask.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. * diff --git a/lib/libc/posix1e/acl_compat.c b/lib/libc/posix1e/acl_compat.c index ab1bdf6244cb3..1af2e89db43d5 100644 --- a/lib/libc/posix1e/acl_compat.c +++ b/lib/libc/posix1e/acl_compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/posix1e/acl_copy.c b/lib/libc/posix1e/acl_copy.c index fc4c25d1ee49e..12af1fa7a4493 100644 --- a/lib/libc/posix1e/acl_copy.c +++ b/lib/libc/posix1e/acl_copy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. * diff --git a/lib/libc/posix1e/acl_delete.c b/lib/libc/posix1e/acl_delete.c index 1bbadd5833960..5867196e43739 100644 --- a/lib/libc/posix1e/acl_delete.c +++ b/lib/libc/posix1e/acl_delete.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_delete_entry.c b/lib/libc/posix1e/acl_delete_entry.c index 4564dde693b3e..59462c8ae6ab4 100644 --- a/lib/libc/posix1e/acl_delete_entry.c +++ b/lib/libc/posix1e/acl_delete_entry.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. * diff --git a/lib/libc/posix1e/acl_entry.c b/lib/libc/posix1e/acl_entry.c index 2cffaa33d54cc..221aa7d24a3e9 100644 --- a/lib/libc/posix1e/acl_entry.c +++ b/lib/libc/posix1e/acl_entry.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. * diff --git a/lib/libc/posix1e/acl_flag.c b/lib/libc/posix1e/acl_flag.c index 8ad10c52d9d8a..d6ca954cc1abb 100644 --- a/lib/libc/posix1e/acl_flag.c +++ b/lib/libc/posix1e/acl_flag.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/posix1e/acl_free.c b/lib/libc/posix1e/acl_free.c index 6de41da8abfbb..49d6b722d2a93 100644 --- a/lib/libc/posix1e/acl_free.c +++ b/lib/libc/posix1e/acl_free.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_from_text.c b/lib/libc/posix1e/acl_from_text.c index 7f15463e50de1..7cd45a7d6d25e 100644 --- a/lib/libc/posix1e/acl_from_text.c +++ b/lib/libc/posix1e/acl_from_text.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_from_text_nfs4.c b/lib/libc/posix1e/acl_from_text_nfs4.c index 5a0b36ab93a32..31ce2091ee002 100644 --- a/lib/libc/posix1e/acl_from_text_nfs4.c +++ b/lib/libc/posix1e/acl_from_text_nfs4.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/posix1e/acl_get.c b/lib/libc/posix1e/acl_get.c index b3235016ed1ab..6031199e58e7f 100644 --- a/lib/libc/posix1e/acl_get.c +++ b/lib/libc/posix1e/acl_get.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_id_to_name.c b/lib/libc/posix1e/acl_id_to_name.c index aa108098aa87a..c9a259716f07d 100644 --- a/lib/libc/posix1e/acl_id_to_name.c +++ b/lib/libc/posix1e/acl_id_to_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2001, 2008 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_init.c b/lib/libc/posix1e/acl_init.c index 88a1fc5aaf1c3..f26ef7e705b73 100644 --- a/lib/libc/posix1e/acl_init.c +++ b/lib/libc/posix1e/acl_init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_perm.c b/lib/libc/posix1e/acl_perm.c index ad2f47e623135..0fe28a49e30a2 100644 --- a/lib/libc/posix1e/acl_perm.c +++ b/lib/libc/posix1e/acl_perm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2002 Chris D. Faulhaber * All rights reserved. * diff --git a/lib/libc/posix1e/acl_set.c b/lib/libc/posix1e/acl_set.c index fdc12b6f7303b..d064d642838d9 100644 --- a/lib/libc/posix1e/acl_set.c +++ b/lib/libc/posix1e/acl_set.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_strip.c b/lib/libc/posix1e/acl_strip.c index 24fda84806468..cd2696b959162 100644 --- a/lib/libc/posix1e/acl_strip.c +++ b/lib/libc/posix1e/acl_strip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Chris D. Faulhaber * All rights reserved. * diff --git a/lib/libc/posix1e/acl_support.c b/lib/libc/posix1e/acl_support.c index 00848cbd2ed58..bb09d119f9882 100644 --- a/lib/libc/posix1e/acl_support.c +++ b/lib/libc/posix1e/acl_support.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2001, 2008 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_support.h b/lib/libc/posix1e/acl_support.h index e7f35d5ad68c5..87692153c4ee6 100644 --- a/lib/libc/posix1e/acl_support.h +++ b/lib/libc/posix1e/acl_support.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_support_nfs4.c b/lib/libc/posix1e/acl_support_nfs4.c index 7dd7f04daaf3a..fe6f6f69cf210 100644 --- a/lib/libc/posix1e/acl_support_nfs4.c +++ b/lib/libc/posix1e/acl_support_nfs4.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/posix1e/acl_to_text.c b/lib/libc/posix1e/acl_to_text.c index e5fd1f79d1cec..009ceaceabf69 100644 --- a/lib/libc/posix1e/acl_to_text.c +++ b/lib/libc/posix1e/acl_to_text.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/acl_to_text_nfs4.c b/lib/libc/posix1e/acl_to_text_nfs4.c index f9945ab1d4104..66735f91c18d5 100644 --- a/lib/libc/posix1e/acl_to_text_nfs4.c +++ b/lib/libc/posix1e/acl_to_text_nfs4.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/posix1e/acl_valid.c b/lib/libc/posix1e/acl_valid.c index d4cb872e2145a..2be16dc5cc0d4 100644 --- a/lib/libc/posix1e/acl_valid.c +++ b/lib/libc/posix1e/acl_valid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/extattr.c b/lib/libc/posix1e/extattr.c index 5a9ddce3a088e..a1be7fcc1b8f2 100644 --- a/lib/libc/posix1e/extattr.c +++ b/lib/libc/posix1e/extattr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c index 6bc9b773c22a3..a8e0abe7afffc 100644 --- a/lib/libc/posix1e/mac.c +++ b/lib/libc/posix1e/mac.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * Copyright (c) 2002, 2003 Networks Associates Technology, Inc. * All rights reserved. diff --git a/lib/libc/posix1e/mac_exec.c b/lib/libc/posix1e/mac_exec.c index f57d1cefee51a..72148eedea4c8 100644 --- a/lib/libc/posix1e/mac_exec.c +++ b/lib/libc/posix1e/mac_exec.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libc/posix1e/mac_get.c b/lib/libc/posix1e/mac_get.c index b641fc0548073..d391ba5561d7c 100644 --- a/lib/libc/posix1e/mac_get.c +++ b/lib/libc/posix1e/mac_get.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/posix1e/mac_set.c b/lib/libc/posix1e/mac_set.c index c657f10b45fe0..fee9208b915c0 100644 --- a/lib/libc/posix1e/mac_set.c +++ b/lib/libc/posix1e/mac_set.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libc/powerpc/SYS.h b/lib/libc/powerpc/SYS.h index f0665c09c1448..63a5ec47c4b4f 100644 --- a/lib/libc/powerpc/SYS.h +++ b/lib/libc/powerpc/SYS.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Benno Rice. All rights reserved. * Copyright (c) 2002 David E. O'Brien. All rights reserved. * diff --git a/lib/libc/powerpc/_fpmath.h b/lib/libc/powerpc/_fpmath.h index 4b7971e4da8ab..76eaa1eff089d 100644 --- a/lib/libc/powerpc/_fpmath.h +++ b/lib/libc/powerpc/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/powerpc/gen/_set_tp.c b/lib/libc/powerpc/gen/_set_tp.c index eeb062f302170..61986f21c6978 100644 --- a/lib/libc/powerpc/gen/_set_tp.c +++ b/lib/libc/powerpc/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/powerpc/gen/flt_rounds.c b/lib/libc/powerpc/gen/flt_rounds.c index 6294be72422e3..c6b6178bc07de 100644 --- a/lib/libc/powerpc/gen/flt_rounds.c +++ b/lib/libc/powerpc/gen/flt_rounds.c @@ -1,6 +1,8 @@ /* $NetBSD: flt_rounds.c,v 1.4.10.3 2002/03/22 20:41:53 nathanw Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe * All rights reserved. * diff --git a/lib/libc/powerpc/gen/fpgetmask.c b/lib/libc/powerpc/gen/fpgetmask.c index b67b1bcb4dc0c..b8c813e8bb840 100644 --- a/lib/libc/powerpc/gen/fpgetmask.c +++ b/lib/libc/powerpc/gen/fpgetmask.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetmask.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc/gen/fpgetround.c b/lib/libc/powerpc/gen/fpgetround.c index 097e82aa9a413..062a565cc5705 100644 --- a/lib/libc/powerpc/gen/fpgetround.c +++ b/lib/libc/powerpc/gen/fpgetround.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetround.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc/gen/fpgetsticky.c b/lib/libc/powerpc/gen/fpgetsticky.c index 57152ac50104f..e556123251ece 100644 --- a/lib/libc/powerpc/gen/fpgetsticky.c +++ b/lib/libc/powerpc/gen/fpgetsticky.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetsticky.c,v 1.3 2002/01/13 21:45:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc/gen/fpsetmask.c b/lib/libc/powerpc/gen/fpsetmask.c index 81cd19e57f1b4..4d63552470bed 100644 --- a/lib/libc/powerpc/gen/fpsetmask.c +++ b/lib/libc/powerpc/gen/fpsetmask.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetmask.c,v 1.3 2002/01/13 21:45:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc/gen/fpsetround.c b/lib/libc/powerpc/gen/fpsetround.c index 17f70a0cab64e..d1cc134760a5b 100644 --- a/lib/libc/powerpc/gen/fpsetround.c +++ b/lib/libc/powerpc/gen/fpsetround.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetround.c,v 1.3 2002/01/13 21:45:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc/gen/makecontext.c b/lib/libc/powerpc/gen/makecontext.c index d66e82457a4ed..cf58f53b24b09 100644 --- a/lib/libc/powerpc/gen/makecontext.c +++ b/lib/libc/powerpc/gen/makecontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Suleiman Souhlal * All rights reserved. * diff --git a/lib/libc/powerpc/gen/signalcontext.c b/lib/libc/powerpc/gen/signalcontext.c index 30e2be848b2b0..88975593db6cd 100644 --- a/lib/libc/powerpc/gen/signalcontext.c +++ b/lib/libc/powerpc/gen/signalcontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar, Peter Grehan * All rights reserved. * diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c index aa025cca8bc6d..5192d13561534 100644 --- a/lib/libc/powerpc/gen/syncicache.c +++ b/lib/libc/powerpc/gen/syncicache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank. * Copyright (C) 1995-1997, 1999 TooLs GmbH. * All rights reserved. diff --git a/lib/libc/powerpc64/SYS.h b/lib/libc/powerpc64/SYS.h index 486e71bfeae86..cc1c268adf293 100644 --- a/lib/libc/powerpc64/SYS.h +++ b/lib/libc/powerpc64/SYS.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Benno Rice. All rights reserved. * Copyright (c) 2002 David E. O'Brien. All rights reserved. * diff --git a/lib/libc/powerpc64/_fpmath.h b/lib/libc/powerpc64/_fpmath.h index 4b7971e4da8ab..76eaa1eff089d 100644 --- a/lib/libc/powerpc64/_fpmath.h +++ b/lib/libc/powerpc64/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/_set_tp.c b/lib/libc/powerpc64/gen/_set_tp.c index 26009dcf97d06..541ad2d0d8a47 100644 --- a/lib/libc/powerpc64/gen/_set_tp.c +++ b/lib/libc/powerpc64/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/flt_rounds.c b/lib/libc/powerpc64/gen/flt_rounds.c index 6294be72422e3..39af35c77e1cf 100644 --- a/lib/libc/powerpc64/gen/flt_rounds.c +++ b/lib/libc/powerpc64/gen/flt_rounds.c @@ -1,6 +1,8 @@ /* $NetBSD: flt_rounds.c,v 1.4.10.3 2002/03/22 20:41:53 nathanw Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996 Mark Brinicombe * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/fpgetmask.c b/lib/libc/powerpc64/gen/fpgetmask.c index b67b1bcb4dc0c..b8c813e8bb840 100644 --- a/lib/libc/powerpc64/gen/fpgetmask.c +++ b/lib/libc/powerpc64/gen/fpgetmask.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetmask.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/fpgetround.c b/lib/libc/powerpc64/gen/fpgetround.c index 097e82aa9a413..062a565cc5705 100644 --- a/lib/libc/powerpc64/gen/fpgetround.c +++ b/lib/libc/powerpc64/gen/fpgetround.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetround.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/fpgetsticky.c b/lib/libc/powerpc64/gen/fpgetsticky.c index 57152ac50104f..e556123251ece 100644 --- a/lib/libc/powerpc64/gen/fpgetsticky.c +++ b/lib/libc/powerpc64/gen/fpgetsticky.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetsticky.c,v 1.3 2002/01/13 21:45:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/fpsetmask.c b/lib/libc/powerpc64/gen/fpsetmask.c index 81cd19e57f1b4..4d63552470bed 100644 --- a/lib/libc/powerpc64/gen/fpsetmask.c +++ b/lib/libc/powerpc64/gen/fpsetmask.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetmask.c,v 1.3 2002/01/13 21:45:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/fpsetround.c b/lib/libc/powerpc64/gen/fpsetround.c index 17f70a0cab64e..2faee6d5bdfd0 100644 --- a/lib/libc/powerpc64/gen/fpsetround.c +++ b/lib/libc/powerpc64/gen/fpsetround.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetround.c,v 1.3 2002/01/13 21:45:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/makecontext.c b/lib/libc/powerpc64/gen/makecontext.c index b01c5c1c40a76..de77fda169e0e 100644 --- a/lib/libc/powerpc64/gen/makecontext.c +++ b/lib/libc/powerpc64/gen/makecontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Suleiman Souhlal * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/signalcontext.c b/lib/libc/powerpc64/gen/signalcontext.c index fad9ee16cca25..6157f0657f078 100644 --- a/lib/libc/powerpc64/gen/signalcontext.c +++ b/lib/libc/powerpc64/gen/signalcontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar, Peter Grehan * All rights reserved. * diff --git a/lib/libc/powerpc64/gen/syncicache.c b/lib/libc/powerpc64/gen/syncicache.c index f9cc8bcde8a02..d96529bc38331 100644 --- a/lib/libc/powerpc64/gen/syncicache.c +++ b/lib/libc/powerpc64/gen/syncicache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank. * Copyright (C) 1995-1997, 1999 TooLs GmbH. * All rights reserved. diff --git a/lib/libc/quad/TESTS/divrem.c b/lib/libc/quad/TESTS/divrem.c index a9471a2ec632e..7607963b65d54 100644 --- a/lib/libc/quad/TESTS/divrem.c +++ b/lib/libc/quad/TESTS/divrem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/TESTS/mul.c b/lib/libc/quad/TESTS/mul.c index ba543be0ea91b..ea8570ad7d588 100644 --- a/lib/libc/quad/TESTS/mul.c +++ b/lib/libc/quad/TESTS/mul.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/adddi3.c b/lib/libc/quad/adddi3.c index 40712216415f9..1c84dbb0acb0c 100644 --- a/lib/libc/quad/adddi3.c +++ b/lib/libc/quad/adddi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/anddi3.c b/lib/libc/quad/anddi3.c index 575a35ca91ebb..7cd2d3083ea91 100644 --- a/lib/libc/quad/anddi3.c +++ b/lib/libc/quad/anddi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/ashldi3.c b/lib/libc/quad/ashldi3.c index c2fd87428f5b2..6fc9084848c01 100644 --- a/lib/libc/quad/ashldi3.c +++ b/lib/libc/quad/ashldi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/ashrdi3.c b/lib/libc/quad/ashrdi3.c index b5b1efd28f99e..78f1d80fd8894 100644 --- a/lib/libc/quad/ashrdi3.c +++ b/lib/libc/quad/ashrdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/cmpdi2.c b/lib/libc/quad/cmpdi2.c index 10cb48ca7fe5d..e4073fd925b27 100644 --- a/lib/libc/quad/cmpdi2.c +++ b/lib/libc/quad/cmpdi2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/divdi3.c b/lib/libc/quad/divdi3.c index 4142056739e6f..0b4e725f2fdc8 100644 --- a/lib/libc/quad/divdi3.c +++ b/lib/libc/quad/divdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/fixdfdi.c b/lib/libc/quad/fixdfdi.c index 2e3c18d541070..10c7d69d70128 100644 --- a/lib/libc/quad/fixdfdi.c +++ b/lib/libc/quad/fixdfdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/fixsfdi.c b/lib/libc/quad/fixsfdi.c index 15ab68b1bd511..01de0cd34d96e 100644 --- a/lib/libc/quad/fixsfdi.c +++ b/lib/libc/quad/fixsfdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libc/quad/fixunsdfdi.c b/lib/libc/quad/fixunsdfdi.c index 7b6c05e0508d1..fdaa2db1e2e0a 100644 --- a/lib/libc/quad/fixunsdfdi.c +++ b/lib/libc/quad/fixunsdfdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/fixunssfdi.c b/lib/libc/quad/fixunssfdi.c index 9b13c792549c2..2dbccc13b1f5b 100644 --- a/lib/libc/quad/fixunssfdi.c +++ b/lib/libc/quad/fixunssfdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/floatdidf.c b/lib/libc/quad/floatdidf.c index 7167715adc533..5912b1f14f835 100644 --- a/lib/libc/quad/floatdidf.c +++ b/lib/libc/quad/floatdidf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/floatdisf.c b/lib/libc/quad/floatdisf.c index 0cf7af8bc101a..7929dd2bad71b 100644 --- a/lib/libc/quad/floatdisf.c +++ b/lib/libc/quad/floatdisf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/floatunsdidf.c b/lib/libc/quad/floatunsdidf.c index 264cd6249637c..f79d8e78f2723 100644 --- a/lib/libc/quad/floatunsdidf.c +++ b/lib/libc/quad/floatunsdidf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/iordi3.c b/lib/libc/quad/iordi3.c index 5f4c67c898b3c..f9f56574ceef6 100644 --- a/lib/libc/quad/iordi3.c +++ b/lib/libc/quad/iordi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/lshldi3.c b/lib/libc/quad/lshldi3.c index 56fb0597e3661..64ad38a9ff0a9 100644 --- a/lib/libc/quad/lshldi3.c +++ b/lib/libc/quad/lshldi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/lshrdi3.c b/lib/libc/quad/lshrdi3.c index 4fc9362b06e59..9c9fb701c4020 100644 --- a/lib/libc/quad/lshrdi3.c +++ b/lib/libc/quad/lshrdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/moddi3.c b/lib/libc/quad/moddi3.c index 9dbf1c3bce1bb..ef0de7af7d142 100644 --- a/lib/libc/quad/moddi3.c +++ b/lib/libc/quad/moddi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/muldi3.c b/lib/libc/quad/muldi3.c index 05c84b9e0e9c0..40e440542a804 100644 --- a/lib/libc/quad/muldi3.c +++ b/lib/libc/quad/muldi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/negdi2.c b/lib/libc/quad/negdi2.c index 6af1ea9021529..935352580eebc 100644 --- a/lib/libc/quad/negdi2.c +++ b/lib/libc/quad/negdi2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/notdi2.c b/lib/libc/quad/notdi2.c index b5480bc17dc5e..2e6549bf5ec60 100644 --- a/lib/libc/quad/notdi2.c +++ b/lib/libc/quad/notdi2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/qdivrem.c b/lib/libc/quad/qdivrem.c index e8e3c9857e600..dd5db8140286c 100644 --- a/lib/libc/quad/qdivrem.c +++ b/lib/libc/quad/qdivrem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h index d496fc6daba74..480f0f8369931 100644 --- a/lib/libc/quad/quad.h +++ b/lib/libc/quad/quad.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/subdi3.c b/lib/libc/quad/subdi3.c index b31f0406e3891..e1e43ddfd00f6 100644 --- a/lib/libc/quad/subdi3.c +++ b/lib/libc/quad/subdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/ucmpdi2.c b/lib/libc/quad/ucmpdi2.c index 6605896e533df..1c07d29a3982c 100644 --- a/lib/libc/quad/ucmpdi2.c +++ b/lib/libc/quad/ucmpdi2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/udivdi3.c b/lib/libc/quad/udivdi3.c index 8b5a7888faf47..7bd6021964c5a 100644 --- a/lib/libc/quad/udivdi3.c +++ b/lib/libc/quad/udivdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/umoddi3.c b/lib/libc/quad/umoddi3.c index 29ce2cba88196..f13beeb31ffaa 100644 --- a/lib/libc/quad/umoddi3.c +++ b/lib/libc/quad/umoddi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/quad/xordi3.c b/lib/libc/quad/xordi3.c index ec7f6bd522060..a5f1980a25343 100644 --- a/lib/libc/quad/xordi3.c +++ b/lib/libc/quad/xordi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/regex/cname.h b/lib/libc/regex/cname.h index d404af03c8b41..9c3a0d0109344 100644 --- a/lib/libc/regex/cname.h +++ b/lib/libc/regex/cname.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/engine.c b/lib/libc/regex/engine.c index 6b156492c005d..82aefa1193a2b 100644 --- a/lib/libc/regex/engine.c +++ b/lib/libc/regex/engine.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index 7012d8d602d4f..62504bae2d8b2 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c index 508c7d5e1298e..fff7eda82de5f 100644 --- a/lib/libc/regex/regerror.c +++ b/lib/libc/regex/regerror.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index 672c824db7271..57c2759f3160d 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index f4cf8b7b741f8..f9a05ad193cf7 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c index 3d301d8edb8e1..b85a6d8fe4c77 100644 --- a/lib/libc/regex/regfree.c +++ b/lib/libc/regex/regfree.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/regex/utils.h b/lib/libc/regex/utils.h index 3531aed232ed0..aafd14dc2a09e 100644 --- a/lib/libc/regex/utils.h +++ b/lib/libc/regex/utils.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 8ced7081ddffc..06ea60390d405 100644 --- a/lib/libc/resolv/h_errno.c +++ b/lib/libc/resolv/h_errno.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index d1f3a25c7d7b4..c87e93bff32cd 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/resolv/res_comp.c b/lib/libc/resolv/res_comp.c index 514a524aa0d40..170274c3fcfe3 100644 --- a/lib/libc/resolv/res_comp.c +++ b/lib/libc/resolv/res_comp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c index 2017909d88b1a..6cfb3efe6d668 100644 --- a/lib/libc/resolv/res_debug.c +++ b/lib/libc/resolv/res_debug.c @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c index 732fb1e6646ed..b3b87e907ca0f 100644 --- a/lib/libc/resolv/res_init.c +++ b/lib/libc/resolv/res_init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c index 43e46c19a6638..eded7e3f314e8 100644 --- a/lib/libc/resolv/res_mkquery.c +++ b/lib/libc/resolv/res_mkquery.c @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/resolv/res_query.c b/lib/libc/resolv/res_query.c index c3c6313730f4a..2440dfb5edfaa 100644 --- a/lib/libc/resolv/res_query.c +++ b/lib/libc/resolv/res_query.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Portions Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1996-2001, 2003 Internet Software Consortium. * diff --git a/lib/libc/resolv/res_send.c b/lib/libc/resolv/res_send.c index e47562b0970cd..3b2bf910df0b1 100644 --- a/lib/libc/resolv/res_send.c +++ b/lib/libc/resolv/res_send.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Portions Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1996-2003 Internet Software Consortium. * diff --git a/lib/libc/resolv/res_state.c b/lib/libc/resolv/res_state.c index 6d31d9282d7a7..976d09c2cbaf4 100644 --- a/lib/libc/resolv/res_state.c +++ b/lib/libc/resolv/res_state.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c index 5435e7749fdf5..f2ad0349a6a84 100644 --- a/lib/libc/rpc/auth_des.c +++ b/lib/libc/rpc/auth_des.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 32bebebf339d7..4422802c4c5c5 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -1,6 +1,8 @@ /* $NetBSD: auth_none.c,v 1.13 2000/01/22 22:19:17 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 14043358e3586..08df14b54491d 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -1,6 +1,8 @@ /* $NetBSD: auth_unix.c,v 1.18 2000/07/06 03:03:30 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/authdes_prot.c b/lib/libc/rpc/authdes_prot.c index 0d4bec06264ac..663261d631a96 100644 --- a/lib/libc/rpc/authdes_prot.c +++ b/lib/libc/rpc/authdes_prot.c @@ -5,6 +5,8 @@ static char sccsid[] = "@(#)authdes_prot.c 2.1 88/07/29 4.0 RPCSRC; from 1.6 88 __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index cd6676bda2b33..bb590c350429a 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: authunix_prot.c,v 1.12 2000/01/22 22:19:17 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c index 8629cba5ea394..44d3b0c1eacda 100644 --- a/lib/libc/rpc/bindresvport.c +++ b/lib/libc/rpc/bindresvport.c @@ -1,6 +1,8 @@ /* $NetBSD: bindresvport.c,v 1.19 2000/07/06 03:03:59 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c index 669de8aae3c9c..649cab05a4744 100644 --- a/lib/libc/rpc/clnt_bcast.c +++ b/lib/libc/rpc/clnt_bcast.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_bcast.c,v 1.3 2000/07/06 03:05:20 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_dg.c b/lib/libc/rpc/clnt_dg.c index 39677737bf5d6..a1cd7502e2ad6 100644 --- a/lib/libc/rpc/clnt_dg.c +++ b/lib/libc/rpc/clnt_dg.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_dg.c,v 1.4 2000/07/14 08:40:41 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 0dea81d52eb5c..d3cdf1f08fb8f 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_generic.c,v 1.18 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index d674fbb3847f8..b9243ff4d558c 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -2,6 +2,8 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index ad641127ff8a1..f6a488be7e8dc 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_raw.c,v 1.20 2000/12/10 04:12:03 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 4fc374ad6a339..de9ec6543d158 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_simple.c,v 1.21 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/clnt_vc.c b/lib/libc/rpc/clnt_vc.c index 1bc15008b1496..dec1791dcc95a 100644 --- a/lib/libc/rpc/clnt_vc.c +++ b/lib/libc/rpc/clnt_vc.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_vc.c,v 1.4 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c index b7f0d1fff48c8..c2ed109e10bb9 100644 --- a/lib/libc/rpc/crypt_client.c +++ b/lib/libc/rpc/crypt_client.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c index 236e9ed87ff30..589ff7b3b88b3 100644 --- a/lib/libc/rpc/des_crypt.c +++ b/lib/libc/rpc/des_crypt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/des_soft.c b/lib/libc/rpc/des_soft.c index 5eb99151c0e03..4992c1650b46c 100644 --- a/lib/libc/rpc/des_soft.c +++ b/lib/libc/rpc/des_soft.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index 84efd5cd2a461..abd5eadf3917a 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -1,6 +1,8 @@ /* $NetBSD: getnetconfig.c,v 1.3 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/getnetpath.c b/lib/libc/rpc/getnetpath.c index 8d311369f52a1..e0758de8ded38 100644 --- a/lib/libc/rpc/getnetpath.c +++ b/lib/libc/rpc/getnetpath.c @@ -1,6 +1,8 @@ /* $NetBSD: getnetpath.c,v 1.3 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/getpublickey.c b/lib/libc/rpc/getpublickey.c index 4c806856629b0..a0604836d9736 100644 --- a/lib/libc/rpc/getpublickey.c +++ b/lib/libc/rpc/getpublickey.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index e705af831d076..acb9ce4f6b2c0 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -1,6 +1,8 @@ /* $NetBSD: getrpcent.c,v 1.17 2000/01/22 22:19:17 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index b365678a7ace5..2b2d459c8887a 100644 --- a/lib/libc/rpc/getrpcport.c +++ b/lib/libc/rpc/getrpcport.c @@ -1,6 +1,8 @@ /* $NetBSD: getrpcport.c,v 1.16 2000/01/22 22:19:18 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/key_call.c b/lib/libc/rpc/key_call.c index b9bc77a7fd49d..66bd3b4eaaf38 100644 --- a/lib/libc/rpc/key_call.c +++ b/lib/libc/rpc/key_call.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/key_prot_xdr.c b/lib/libc/rpc/key_prot_xdr.c index 19a2f6c188d5b..5a69bb437e3e5 100644 --- a/lib/libc/rpc/key_prot_xdr.c +++ b/lib/libc/rpc/key_prot_xdr.c @@ -7,6 +7,8 @@ #include <rpc/key_prot.h> #include "un-namespace.h" /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/mt_misc.h b/lib/libc/rpc/mt_misc.h index 9cc2349c126e9..7f3ced02c1488 100644 --- a/lib/libc/rpc/mt_misc.h +++ b/lib/libc/rpc/mt_misc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/rpc/netname.c b/lib/libc/rpc/netname.c index 77b522b6ac935..a9ccf1d2ef999 100644 --- a/lib/libc/rpc/netname.c +++ b/lib/libc/rpc/netname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c index c29f271d6792f..591f6d5c91e5f 100644 --- a/lib/libc/rpc/netnamer.c +++ b/lib/libc/rpc/netnamer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index 702d58d5bf406..f91d33abae230 100644 --- a/lib/libc/rpc/pmap_clnt.c +++ b/lib/libc/rpc/pmap_clnt.c @@ -1,6 +1,8 @@ /* $NetBSD: pmap_clnt.c,v 1.16 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c index 1049005cfddfb..598de6baf8c2b 100644 --- a/lib/libc/rpc/pmap_getmaps.c +++ b/lib/libc/rpc/pmap_getmaps.c @@ -1,6 +1,8 @@ /* $NetBSD: pmap_getmaps.c,v 1.16 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c index c1e0c7a4b88da..03feff1908134 100644 --- a/lib/libc/rpc/pmap_getport.c +++ b/lib/libc/rpc/pmap_getport.c @@ -1,6 +1,8 @@ /* $NetBSD: pmap_getport.c,v 1.16 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index bf0167235bf5d..cfb69d795bea7 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: pmap_prot.c,v 1.10 2000/01/22 22:19:18 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c index f892afbc9bd75..20d92250ed9df 100644 --- a/lib/libc/rpc/pmap_prot2.c +++ b/lib/libc/rpc/pmap_prot2.c @@ -1,6 +1,8 @@ /* $NetBSD: pmap_prot2.c,v 1.14 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index 124120498dcba..95efae582e57b 100644 --- a/lib/libc/rpc/pmap_rmt.c +++ b/lib/libc/rpc/pmap_rmt.c @@ -1,6 +1,8 @@ /* $NetBSD: pmap_rmt.c,v 1.29 2000/07/06 03:10:34 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_callmsg.c b/lib/libc/rpc/rpc_callmsg.c index 4063e8bf895de..05294965c0914 100644 --- a/lib/libc/rpc/rpc_callmsg.c +++ b/lib/libc/rpc/rpc_callmsg.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_callmsg.c,v 1.16 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_com.h b/lib/libc/rpc/rpc_com.h index bfa6a0bca882e..c0c144fc589d0 100644 --- a/lib/libc/rpc/rpc_com.h +++ b/lib/libc/rpc/rpc_com.h @@ -1,6 +1,8 @@ /* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index e63538d20c47d..4506f3068e95f 100644 --- a/lib/libc/rpc/rpc_commondata.c +++ b/lib/libc/rpc/rpc_commondata.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_commondata.c,v 1.7 2000/06/02 23:11:13 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_dtablesize.c b/lib/libc/rpc/rpc_dtablesize.c index 4bcb71f5c94dc..59036dd23abf3 100644 --- a/lib/libc/rpc/rpc_dtablesize.c +++ b/lib/libc/rpc/rpc_dtablesize.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_dtablesize.c,v 1.14 1998/11/15 17:32:43 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_generic.c b/lib/libc/rpc/rpc_generic.c index 079837d358eeb..6fbeaf77a7e78 100644 --- a/lib/libc/rpc/rpc_generic.c +++ b/lib/libc/rpc/rpc_generic.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_generic.c,v 1.4 2000/09/28 09:07:04 kleink Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index 50d11ccc87352..a865d43fc185c 100644 --- a/lib/libc/rpc/rpc_prot.c +++ b/lib/libc/rpc/rpc_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_prot.c,v 1.16 2000/06/02 23:11:13 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index 64516a9fe806a..1e5cd86d7ed48 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_soc.c,v 1.6 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpcb_clnt.c b/lib/libc/rpc/rpcb_clnt.c index 8c9b8ca22bfb4..f39d99bfeee38 100644 --- a/lib/libc/rpc/rpcb_clnt.c +++ b/lib/libc/rpc/rpcb_clnt.c @@ -1,6 +1,8 @@ /* $NetBSD: rpcb_clnt.c,v 1.6 2000/07/16 06:41:43 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpcb_prot.c b/lib/libc/rpc/rpcb_prot.c index 39a201c6a7ff1..6cb7204f1a666 100644 --- a/lib/libc/rpc/rpcb_prot.c +++ b/lib/libc/rpc/rpcb_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: rpcb_prot.c,v 1.3 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpcb_st_xdr.c b/lib/libc/rpc/rpcb_st_xdr.c index 362184ec79ada..2a102a5786bef 100644 --- a/lib/libc/rpc/rpcb_st_xdr.c +++ b/lib/libc/rpc/rpcb_st_xdr.c @@ -1,6 +1,8 @@ /* $NetBSD: rpcb_st_xdr.c,v 1.3 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpcdname.c b/lib/libc/rpc/rpcdname.c index 08b5d7d49fc5d..3e7c4a7c2f1ac 100644 --- a/lib/libc/rpc/rpcdname.c +++ b/lib/libc/rpc/rpcdname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/rpcsec_gss_stub.c b/lib/libc/rpc/rpcsec_gss_stub.c index 55eb1065c0b0a..a24f250521f7c 100644 --- a/lib/libc/rpc/rpcsec_gss_stub.c +++ b/lib/libc/rpc/rpcsec_gss_stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Doug Rabson * All rights reserved. * diff --git a/lib/libc/rpc/rtime.c b/lib/libc/rpc/rtime.c index 7c40c36ce3746..4adca5c5f13db 100644 --- a/lib/libc/rpc/rtime.c +++ b/lib/libc/rpc/rtime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index a002216e6e537..801b32081a264 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -1,6 +1,8 @@ /* $NetBSD: svc.c,v 1.21 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 58435af0c13bc..20a84c60c18ad 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_auth.c,v 1.12 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_auth_des.c b/lib/libc/rpc/svc_auth_des.c index 7a24c06e34e01..8f742c39718a0 100644 --- a/lib/libc/rpc/svc_auth_des.c +++ b/lib/libc/rpc/svc_auth_des.c @@ -4,6 +4,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index 8e5118356dcda..de146b821600d 100644 --- a/lib/libc/rpc/svc_auth_unix.c +++ b/lib/libc/rpc/svc_auth_unix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_dg.c b/lib/libc/rpc/svc_dg.c index 5d9baaa81f666..54dbb0956a11f 100644 --- a/lib/libc/rpc/svc_dg.c +++ b/lib/libc/rpc/svc_dg.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_dg.c,v 1.4 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_generic.c b/lib/libc/rpc/svc_generic.c index 00bbc5a755fc5..37ad3513c716a 100644 --- a/lib/libc/rpc/svc_generic.c +++ b/lib/libc/rpc/svc_generic.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_generic.c,v 1.3 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index 91593350453c2..05da6231af370 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_raw.c,v 1.14 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 9b0089b3dd3f6..a4723c42144fa 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_run.c,v 1.17 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index 46ada77476596..fcf4199e611ec 100644 --- a/lib/libc/rpc/svc_simple.c +++ b/lib/libc/rpc/svc_simple.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_simple.c,v 1.20 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/rpc/svc_vc.c b/lib/libc/rpc/svc_vc.c index a35ee6281d771..a045903c8285a 100644 --- a/lib/libc/rpc/svc_vc.c +++ b/lib/libc/rpc/svc_vc.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_vc.c,v 1.7 2000/08/03 00:01:53 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/lib/libc/softfloat/fpgetmask.c b/lib/libc/softfloat/fpgetmask.c index 20c6928a3e559..2fe4c12c589d4 100644 --- a/lib/libc/softfloat/fpgetmask.c +++ b/lib/libc/softfloat/fpgetmask.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetmask.c,v 1.4 2008/04/28 20:23:00 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/softfloat/fpgetround.c b/lib/libc/softfloat/fpgetround.c index 6ff1ffdb6f222..0f15f2ae45172 100644 --- a/lib/libc/softfloat/fpgetround.c +++ b/lib/libc/softfloat/fpgetround.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetround.c,v 1.3 2008/04/28 20:23:00 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/softfloat/fpgetsticky.c b/lib/libc/softfloat/fpgetsticky.c index f7ef466ba2974..8ac7b90e96475 100644 --- a/lib/libc/softfloat/fpgetsticky.c +++ b/lib/libc/softfloat/fpgetsticky.c @@ -1,6 +1,8 @@ /* $NetBSD: fpgetsticky.c,v 1.3 2008/04/28 20:23:00 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/softfloat/fpsetmask.c b/lib/libc/softfloat/fpsetmask.c index 47dcc95e85dc1..afbe64b2ee7f4 100644 --- a/lib/libc/softfloat/fpsetmask.c +++ b/lib/libc/softfloat/fpsetmask.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetmask.c,v 1.4 2008/04/28 20:23:00 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/softfloat/fpsetround.c b/lib/libc/softfloat/fpsetround.c index ecdb6adf8ca75..54df295000a4b 100644 --- a/lib/libc/softfloat/fpsetround.c +++ b/lib/libc/softfloat/fpsetround.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetround.c,v 1.3 2008/04/28 20:23:00 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/softfloat/fpsetsticky.c b/lib/libc/softfloat/fpsetsticky.c index 526b19faf0cf4..33c17120d33dc 100644 --- a/lib/libc/softfloat/fpsetsticky.c +++ b/lib/libc/softfloat/fpsetsticky.c @@ -1,6 +1,8 @@ /* $NetBSD: fpsetsticky.c,v 1.3 2008/04/28 20:23:00 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/sparc64/SYS.h b/lib/libc/sparc64/SYS.h index 0bc7840d94524..94ad5f9bfac0f 100644 --- a/lib/libc/sparc64/SYS.h +++ b/lib/libc/sparc64/SYS.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libc/sparc64/_fpmath.h b/lib/libc/sparc64/_fpmath.h index f3238150ad809..84741157263f0 100644 --- a/lib/libc/sparc64/_fpmath.h +++ b/lib/libc/sparc64/_fpmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. diff --git a/lib/libc/sparc64/fpu/fpu.c b/lib/libc/sparc64/fpu/fpu.c index e01701cde00cd..2a604ad40d330 100644 --- a/lib/libc/sparc64/fpu/fpu.c +++ b/lib/libc/sparc64/fpu/fpu.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_add.c b/lib/libc/sparc64/fpu/fpu_add.c index af493cd5a3e6d..e9f29915b4372 100644 --- a/lib/libc/sparc64/fpu/fpu_add.c +++ b/lib/libc/sparc64/fpu/fpu_add.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_arith.h b/lib/libc/sparc64/fpu/fpu_arith.h index 292cd708a55f5..1ce5d7cb3b04f 100644 --- a/lib/libc/sparc64/fpu/fpu_arith.h +++ b/lib/libc/sparc64/fpu/fpu_arith.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_compare.c b/lib/libc/sparc64/fpu/fpu_compare.c index 84b00bf964eea..b7318372ba832 100644 --- a/lib/libc/sparc64/fpu/fpu_compare.c +++ b/lib/libc/sparc64/fpu/fpu_compare.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_emu.h b/lib/libc/sparc64/fpu/fpu_emu.h index 0822de89e1434..9f9b624e13b8e 100644 --- a/lib/libc/sparc64/fpu/fpu_emu.h +++ b/lib/libc/sparc64/fpu/fpu_emu.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_extern.h b/lib/libc/sparc64/fpu/fpu_extern.h index a5fb9428d0773..176e29557738f 100644 --- a/lib/libc/sparc64/fpu/fpu_extern.h +++ b/lib/libc/sparc64/fpu/fpu_extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_qp.c b/lib/libc/sparc64/fpu/fpu_qp.c index 8578e013b48d1..a0711f7945473 100644 --- a/lib/libc/sparc64/fpu/fpu_qp.c +++ b/lib/libc/sparc64/fpu/fpu_qp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/fpu/fpu_reg.h b/lib/libc/sparc64/fpu/fpu_reg.h index 0d213d64e39b5..cbfcff94c00c9 100644 --- a/lib/libc/sparc64/fpu/fpu_reg.h +++ b/lib/libc/sparc64/fpu/fpu_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/lib/libc/sparc64/gen/_set_tp.c b/lib/libc/sparc64/gen/_set_tp.c index 7632951c4b8cd..4f1b8378ceab2 100644 --- a/lib/libc/sparc64/gen/_set_tp.c +++ b/lib/libc/sparc64/gen/_set_tp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Doug Rabson * All rights reserved. * diff --git a/lib/libc/sparc64/gen/makecontext.c b/lib/libc/sparc64/gen/makecontext.c index 42bcc8803060f..e08caafc834da 100644 --- a/lib/libc/sparc64/gen/makecontext.c +++ b/lib/libc/sparc64/gen/makecontext.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/gen/signalcontext.c b/lib/libc/sparc64/gen/signalcontext.c index 1591845138076..20460bbda38f3 100644 --- a/lib/libc/sparc64/gen/signalcontext.c +++ b/lib/libc/sparc64/gen/signalcontext.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c b/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c index 4475c6d4632ad..cef0dfdf48c7a 100644 --- a/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c +++ b/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_utrap.c b/lib/libc/sparc64/sys/__sparc_utrap.c index 7a5dafa5aeb5c..9d42689ae7dd3 100644 --- a/lib/libc/sparc64/sys/__sparc_utrap.c +++ b/lib/libc/sparc64/sys/__sparc_utrap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_utrap_align.c b/lib/libc/sparc64/sys/__sparc_utrap_align.c index 9b59826263cd9..6c3d1bd98b8d9 100644 --- a/lib/libc/sparc64/sys/__sparc_utrap_align.c +++ b/lib/libc/sparc64/sys/__sparc_utrap_align.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_utrap_emul.c b/lib/libc/sparc64/sys/__sparc_utrap_emul.c index 6c6dd1b9b97ad..19867ebb5aaa8 100644 --- a/lib/libc/sparc64/sys/__sparc_utrap_emul.c +++ b/lib/libc/sparc64/sys/__sparc_utrap_emul.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_utrap_install.c b/lib/libc/sparc64/sys/__sparc_utrap_install.c index 7b1a5e7a0226b..db6e6ca85407e 100644 --- a/lib/libc/sparc64/sys/__sparc_utrap_install.c +++ b/lib/libc/sparc64/sys/__sparc_utrap_install.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_utrap_private.h b/lib/libc/sparc64/sys/__sparc_utrap_private.h index 8b9ae9eefc961..1df32b37c8f0f 100644 --- a/lib/libc/sparc64/sys/__sparc_utrap_private.h +++ b/lib/libc/sparc64/sys/__sparc_utrap_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/sparc64/sys/__sparc_utrap_setup.c b/lib/libc/sparc64/sys/__sparc_utrap_setup.c index 2524f44b8031f..a4c70b2d3266f 100644 --- a/lib/libc/sparc64/sys/__sparc_utrap_setup.c +++ b/lib/libc/sparc64/sys/__sparc_utrap_setup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/lib/libc/stdio/_flock_stub.c b/lib/libc/stdio/_flock_stub.c index f53df35da0784..069ed64c4e99f 100644 --- a/lib/libc/stdio/_flock_stub.c +++ b/lib/libc/stdio/_flock_stub.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index 242127f360251..1d9034b653d5d 100644 --- a/lib/libc/stdio/asprintf.c +++ b/lib/libc/stdio/asprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index f161a6e1e8025..c9208c0c1c466 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/dprintf.c b/lib/libc/stdio/dprintf.c index 7f883ddf3ba62..45d05f752583b 100644 --- a/lib/libc/stdio/dprintf.c +++ b/lib/libc/stdio/dprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index 063ef841f72c3..84f890e3c38aa 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 The Regents of the University of California. * Copyright (c) 2013 Mariusz Zaborski <oshogbo@FreeBSD.org> * All rights reserved. diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c index 8ee9a6227b790..6248c6123d025 100644 --- a/lib/libc/stdio/fcloseall.c +++ b/lib/libc/stdio/fcloseall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006 Daniel M. Eischen. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdio/fdopen.c b/lib/libc/stdio/fdopen.c index fbe37e8814280..64d619963e148 100644 --- a/lib/libc/stdio/fdopen.c +++ b/lib/libc/stdio/fdopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index b970248a31284..ef6767fb2b1ba 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index 7e0f8f9571657..bb29c27e14191 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index 5ecfc4451f675..9a0f14538fe48 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index 025a0c2df3947..bb94f2ed55598 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index 1e6b9842bcece..ba0736cbb0fcd 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index f161f4325fd34..c592ef0fc2241 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index 95d0ad9971966..ceb48562fe303 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fgetwc.c b/lib/libc/stdio/fgetwc.c index 5f13e2dd4b744..edad907fe8065 100644 --- a/lib/libc/stdio/fgetwc.c +++ b/lib/libc/stdio/fgetwc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/fgetwln.c b/lib/libc/stdio/fgetwln.c index a29f1f6bfb3b9..b9077d68fc211 100644 --- a/lib/libc/stdio/fgetwln.c +++ b/lib/libc/stdio/fgetwln.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/fgetws.c b/lib/libc/stdio/fgetws.c index f47fea79934d9..84fc387ecae44 100644 --- a/lib/libc/stdio/fgetws.c +++ b/lib/libc/stdio/fgetws.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index 3ac183010ef68..81673cd890342 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 5e1f06924ac81..b30a06ffd9e55 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 9eed6d7dc8c78..a034c1674c98a 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/floatio.h b/lib/libc/stdio/floatio.h index 09d24b85aac8c..3d6fddf1b2c17 100644 --- a/lib/libc/stdio/floatio.h +++ b/lib/libc/stdio/floatio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fmemopen.c b/lib/libc/stdio/fmemopen.c index bcf187d200294..8faf2fa146dbc 100644 --- a/lib/libc/stdio/fmemopen.c +++ b/lib/libc/stdio/fmemopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c index 9ab61ba157a42..cb71387e0f38d 100644 --- a/lib/libc/stdio/fopen.c +++ b/lib/libc/stdio/fopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index 739e1f555e09e..95b71cc065c72 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index f205bdfc3bf54..aa5daf2ca078b 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index 32c261aa36856..e4ec6f8195e69 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index b10ac52f95d34..bc7f62265eaf0 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fputwc.c b/lib/libc/stdio/fputwc.c index d168867343350..666dd8bcc9d1c 100644 --- a/lib/libc/stdio/fputwc.c +++ b/lib/libc/stdio/fputwc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/fputws.c b/lib/libc/stdio/fputws.c index 19da946054b70..56357b6509797 100644 --- a/lib/libc/stdio/fputws.c +++ b/lib/libc/stdio/fputws.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index ff1c65b480d8a..3ce3663d009ab 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index 3d6cc89b6fa09..fce965089a545 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fscanf.c b/lib/libc/stdio/fscanf.c index d3e093334482e..6d2cfe9b5a3f9 100644 --- a/lib/libc/stdio/fscanf.c +++ b/lib/libc/stdio/fscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index e933bdabf4d2b..5fcd49f23c5fc 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index c6b8b785918d8..4bb7c112fb060 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index fc792af5fa226..df73823c58ce9 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/funopen.c b/lib/libc/stdio/funopen.c index 983fe50119028..4b1a31e2a962e 100644 --- a/lib/libc/stdio/funopen.c +++ b/lib/libc/stdio/funopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 1a28b6a79c01e..50b32b8eca6e1 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fvwrite.h b/lib/libc/stdio/fvwrite.h index a4da7434f0bf8..bc91c3571f05e 100644 --- a/lib/libc/stdio/fvwrite.h +++ b/lib/libc/stdio/fvwrite.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index 151837b290252..37691a715c531 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fwide.c b/lib/libc/stdio/fwide.c index c94ffe63a1bc7..b7a8b3909196a 100644 --- a/lib/libc/stdio/fwide.c +++ b/lib/libc/stdio/fwide.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/fwprintf.c b/lib/libc/stdio/fwprintf.c index f4342ab6c4e3c..fb00c2e4b20d1 100644 --- a/lib/libc/stdio/fwprintf.c +++ b/lib/libc/stdio/fwprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index 41bb4f6b03843..53353fcde6810 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/fwscanf.c b/lib/libc/stdio/fwscanf.c index 175607747d65a..df31be7b5bf15 100644 --- a/lib/libc/stdio/fwscanf.c +++ b/lib/libc/stdio/fwscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index ad2df8a72f5d3..5329810ca14cb 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index 320f96791ede6..e29dd7136a4c3 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/getdelim.c b/lib/libc/stdio/getdelim.c index 26c608f8d49c5..8d8414266c787 100644 --- a/lib/libc/stdio/getdelim.c +++ b/lib/libc/stdio/getdelim.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdio/getline.c b/lib/libc/stdio/getline.c index 3f35520ed219d..3d8d6f51081a4 100644 --- a/lib/libc/stdio/getline.c +++ b/lib/libc/stdio/getline.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index c75dcc202cc92..b8dc528aa1184 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index ed0313eb60c23..fa18f0183fb5d 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/getwc.c b/lib/libc/stdio/getwc.c index 666350bba923c..d27988ba3163b 100644 --- a/lib/libc/stdio/getwc.c +++ b/lib/libc/stdio/getwc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c index bc3b8a64c662b..2828075520a6d 100644 --- a/lib/libc/stdio/getwchar.c +++ b/lib/libc/stdio/getwchar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h index 1fef1404663a3..65d77632faf8d 100644 --- a/lib/libc/stdio/glue.h +++ b/lib/libc/stdio/glue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index e4b16872b1888..9b6d8ec62eba5 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index a92087e0eae73..9bddf89a65b2d 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index 6fc552a18b2fe..0cc7496b693e4 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/open_memstream.c b/lib/libc/stdio/open_memstream.c index a7e0bae9ca3af..12b7164af98f1 100644 --- a/lib/libc/stdio/open_memstream.c +++ b/lib/libc/stdio/open_memstream.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/lib/libc/stdio/open_wmemstream.c b/lib/libc/stdio/open_wmemstream.c index d3331aabee744..1ea7c82e4aa72 100644 --- a/lib/libc/stdio/open_wmemstream.c +++ b/lib/libc/stdio/open_wmemstream.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index 15007882b79ef..6eeb14893b8c9 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/printf-pos.c b/lib/libc/stdio/printf-pos.c index 38cf014e98a68..dac0a5f88d286 100644 --- a/lib/libc/stdio/printf-pos.c +++ b/lib/libc/stdio/printf-pos.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index 83147b2314c11..7e7e5c8c128bd 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/printfcommon.h b/lib/libc/stdio/printfcommon.h index 97acc5398ac38..989b2605612df 100644 --- a/lib/libc/stdio/printfcommon.h +++ b/lib/libc/stdio/printfcommon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/printflocal.h b/lib/libc/stdio/printflocal.h index 3cef7bd02cdd0..cf6d1e4daec36 100644 --- a/lib/libc/stdio/printflocal.h +++ b/lib/libc/stdio/printflocal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index c62d13f5ea4e2..1713792e19097 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index 1721a986f854b..12adf86f3c34d 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index b5fa01a0c41d2..fe80ddbba792b 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index fc1d81c7c25cb..ba9853db9c8a8 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index 56acf5081c1cc..510a3af70eda0 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c index 8673bd5065fa2..a042e449e03aa 100644 --- a/lib/libc/stdio/putwchar.c +++ b/lib/libc/stdio/putwchar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index b4b4e015c91f2..dbbcb4912aa2d 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index 2e984baf93606..b92e14ad6c160 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c index 133e3f43dd0cc..2449de3971605 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index bdc0311674e11..530fb67b0ff14 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 55aa420fa6f5d..baffba9f90186 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index 5c65f976c9de1..7c60c77dce9c4 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index af5eb3cabf6e2..b760e1a510f27 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 01db02ea9b64c..03a3c72631258 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index e2dd2ddd6c0c5..8ee0b4429340a 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index 0f38d15cd2ce4..8a7611f384a29 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index ae79451a47fce..cab6408535a8d 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index c92fb4fb0e833..4f093f12dc805 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index 1f6ecc65a8ada..39bb7346099c7 100644 --- a/lib/libc/stdio/swprintf.c +++ b/lib/libc/stdio/swprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/swscanf.c b/lib/libc/stdio/swscanf.c index c305ac15d9439..e45449c16d53c 100644 --- a/lib/libc/stdio/swscanf.c +++ b/lib/libc/stdio/swscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index e15746f31a4d9..2d7bd90e08a47 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index e5a2be1d97be9..e5ee1be2884eb 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index ce32dcc281495..c4d56778027df 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index a24a5a26ade42..2e140c965a02b 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/ungetwc.c b/lib/libc/stdio/ungetwc.c index b47caf4b32484..d7705c8199a2e 100644 --- a/lib/libc/stdio/ungetwc.c +++ b/lib/libc/stdio/ungetwc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 8feb23da758ef..f3545f149a734 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -1,6 +1,8 @@ /* $OpenBSD: vasprintf.c,v 1.4 1998/06/21 22:13:47 millert Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * diff --git a/lib/libc/stdio/vdprintf.c b/lib/libc/stdio/vdprintf.c index 454b0f9fdba77..73f87b0f0cfad 100644 --- a/lib/libc/stdio/vdprintf.c +++ b/lib/libc/stdio/vdprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index 4779ad7a99026..29fbd95b399f3 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 8f7c1e81638cf..bd3830c199071 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index f130c14b1a2c7..91238fed138ac 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index aedc249f8cff0..fb9c0a961fd77 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index f98f1107c8721..7a4cc69dec981 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index 309d00c460d21..15024fdfc09c4 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index 8d13a5041cd31..f108a6d7871a1 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index 906a74c24b386..9e03e7126d4a9 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index 4328fc15bfad8..771dee0c1c429 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c index 2585888cfbca6..9bd31abe992c4 100644 --- a/lib/libc/stdio/vswprintf.c +++ b/lib/libc/stdio/vswprintf.c @@ -1,6 +1,8 @@ /* $OpenBSD: vasprintf.c,v 1.4 1998/06/21 22:13:47 millert Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * diff --git a/lib/libc/stdio/vswscanf.c b/lib/libc/stdio/vswscanf.c index c4a10379c2fcf..d3f96774a71cb 100644 --- a/lib/libc/stdio/vswscanf.c +++ b/lib/libc/stdio/vswscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/vwprintf.c b/lib/libc/stdio/vwprintf.c index e09a30eccca55..f0aca08ac65a7 100644 --- a/lib/libc/stdio/vwprintf.c +++ b/lib/libc/stdio/vwprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/vwscanf.c b/lib/libc/stdio/vwscanf.c index 730beeef7f202..6f80c249d2d5d 100644 --- a/lib/libc/stdio/vwscanf.c +++ b/lib/libc/stdio/vwscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index 5bc3c4dc3e77e..e1aa70243e945 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/wprintf.c b/lib/libc/stdio/wprintf.c index fdffa8614634e..c1d1f2656b7a7 100644 --- a/lib/libc/stdio/wprintf.c +++ b/lib/libc/stdio/wprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/wscanf.c b/lib/libc/stdio/wscanf.c index 22ce9bd1f89bc..33e0f3805d1c7 100644 --- a/lib/libc/stdio/wscanf.c +++ b/lib/libc/stdio/wscanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 70f8247c076b0..1733d69ee44d1 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdio/xprintf.c b/lib/libc/stdio/xprintf.c index b00b4cb3e4302..2c7eb6ce94147 100644 --- a/lib/libc/stdio/xprintf.c +++ b/lib/libc/stdio/xprintf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Poul-Henning Kamp * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/stdio/xprintf_errno.c b/lib/libc/stdio/xprintf_errno.c index 3c831d129388e..7312ac6e0694b 100644 --- a/lib/libc/stdio/xprintf_errno.c +++ b/lib/libc/stdio/xprintf_errno.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libc/stdio/xprintf_float.c b/lib/libc/stdio/xprintf_float.c index ad17eb272032b..e072275267921 100644 --- a/lib/libc/stdio/xprintf_float.c +++ b/lib/libc/stdio/xprintf_float.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Poul-Henning Kamp * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/stdio/xprintf_hexdump.c b/lib/libc/stdio/xprintf_hexdump.c index a2956ba27b65f..73f98a8fb53f5 100644 --- a/lib/libc/stdio/xprintf_hexdump.c +++ b/lib/libc/stdio/xprintf_hexdump.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libc/stdio/xprintf_int.c b/lib/libc/stdio/xprintf_int.c index bbccc3e784261..3a5c2d81893a5 100644 --- a/lib/libc/stdio/xprintf_int.c +++ b/lib/libc/stdio/xprintf_int.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Poul-Henning Kamp * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/stdio/xprintf_quote.c b/lib/libc/stdio/xprintf_quote.c index 0edcd30e9c556..5b102b10c6320 100644 --- a/lib/libc/stdio/xprintf_quote.c +++ b/lib/libc/stdio/xprintf_quote.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libc/stdio/xprintf_str.c b/lib/libc/stdio/xprintf_str.c index d46fa85841aab..19b37a4c9816b 100644 --- a/lib/libc/stdio/xprintf_str.c +++ b/lib/libc/stdio/xprintf_str.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Poul-Henning Kamp * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/stdio/xprintf_time.c b/lib/libc/stdio/xprintf_time.c index debfac579fa64..fc86fc56d01bd 100644 --- a/lib/libc/stdio/xprintf_time.c +++ b/lib/libc/stdio/xprintf_time.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Poul-Henning Kamp * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/stdio/xprintf_vis.c b/lib/libc/stdio/xprintf_vis.c index 819f09ff1d8fa..ab1735b8543de 100644 --- a/lib/libc/stdio/xprintf_vis.c +++ b/lib/libc/stdio/xprintf_vis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index 2335c400da776..72c93a115ec0a 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/abs.c b/lib/libc/stdlib/abs.c index 367b114f745de..0e4c94c682867 100644 --- a/lib/libc/stdlib/abs.c +++ b/lib/libc/stdlib/abs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/atexit.c b/lib/libc/stdlib/atexit.c index eda57032f670c..bc9ad3ebd7bfb 100644 --- a/lib/libc/stdlib/atexit.c +++ b/lib/libc/stdlib/atexit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/atexit.h b/lib/libc/stdlib/atexit.h index 29610676edaaf..fdf2fc1583807 100644 --- a/lib/libc/stdlib/atexit.h +++ b/lib/libc/stdlib/atexit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/atof.c b/lib/libc/stdlib/atof.c index 0458eb968331e..c7e0676188eaa 100644 --- a/lib/libc/stdlib/atof.c +++ b/lib/libc/stdlib/atof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/atoi.c b/lib/libc/stdlib/atoi.c index 9f92fcdad4be8..c268a8c1569d1 100644 --- a/lib/libc/stdlib/atoi.c +++ b/lib/libc/stdlib/atoi.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/atol.c b/lib/libc/stdlib/atol.c index bd8ef07c544d3..35e83fbf6181a 100644 --- a/lib/libc/stdlib/atol.c +++ b/lib/libc/stdlib/atol.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/atoll.c b/lib/libc/stdlib/atoll.c index 093fde5d9f919..bfbdb976501a3 100644 --- a/lib/libc/stdlib/atoll.c +++ b/lib/libc/stdlib/atoll.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/bsearch.c b/lib/libc/stdlib/bsearch.c index 8303f971b5623..432bb918f3536 100644 --- a/lib/libc/stdlib/bsearch.c +++ b/lib/libc/stdlib/bsearch.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/div.c b/lib/libc/stdlib/div.c index 0bafbe6070377..b7efb1dfc5954 100644 --- a/lib/libc/stdlib/div.c +++ b/lib/libc/stdlib/div.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/exit.c b/lib/libc/stdlib/exit.c index 521d05a554b11..efd7f55f68c60 100644 --- a/lib/libc/stdlib/exit.c +++ b/lib/libc/stdlib/exit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/getenv.c b/lib/libc/stdlib/getenv.c index e90eccd3d3d3d..5d445e18d93b1 100644 --- a/lib/libc/stdlib/getenv.c +++ b/lib/libc/stdlib/getenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sean C. Farley <scf@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/getopt.c b/lib/libc/stdlib/getopt.c index 3929b321dca90..b6bdf8a1eeaf7 100644 --- a/lib/libc/stdlib/getopt.c +++ b/lib/libc/stdlib/getopt.c @@ -1,6 +1,8 @@ /* $NetBSD: getopt.c,v 1.29 2014/06/05 22:00:22 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index d2db9916d8d81..7ad9ae9944440 100644 --- a/lib/libc/stdlib/getsubopt.c +++ b/lib/libc/stdlib/getsubopt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index 2d5d943a4d82f..d2b7c1cd8caca 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Nuxi, https://nuxi.nl/ * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdlib/heapsort.c b/lib/libc/stdlib/heapsort.c index db0a953846556..c39f67533b9af 100644 --- a/lib/libc/stdlib/heapsort.c +++ b/lib/libc/stdlib/heapsort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2014 David T. Chisnall diff --git a/lib/libc/stdlib/imaxabs.c b/lib/libc/stdlib/imaxabs.c index 35e3dee79d363..7af863502ee56 100644 --- a/lib/libc/stdlib/imaxabs.c +++ b/lib/libc/stdlib/imaxabs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/imaxdiv.c b/lib/libc/stdlib/imaxdiv.c index adcab0b14dbb5..4d9f77546b9ac 100644 --- a/lib/libc/stdlib/imaxdiv.c +++ b/lib/libc/stdlib/imaxdiv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/labs.c b/lib/libc/stdlib/labs.c index ef068826c2f30..a770b2cf43570 100644 --- a/lib/libc/stdlib/labs.c +++ b/lib/libc/stdlib/labs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/ldiv.c b/lib/libc/stdlib/ldiv.c index 745c5667e6a4b..f55ad6de4faf7 100644 --- a/lib/libc/stdlib/ldiv.c +++ b/lib/libc/stdlib/ldiv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/llabs.c b/lib/libc/stdlib/llabs.c index 2bfbada80d93c..6b405f0314d1b 100644 --- a/lib/libc/stdlib/llabs.c +++ b/lib/libc/stdlib/llabs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/lldiv.c b/lib/libc/stdlib/lldiv.c index 197b48f3f51e0..47c13ee30e114 100644 --- a/lib/libc/stdlib/lldiv.c +++ b/lib/libc/stdlib/lldiv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/merge.c b/lib/libc/stdlib/merge.c index 55b3a0c4fae1d..3a47e424e4dad 100644 --- a/lib/libc/stdlib/merge.c +++ b/lib/libc/stdlib/merge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/ptsname.c b/lib/libc/stdlib/ptsname.c index 3e4d4c096ef56..328528537ab5f 100644 --- a/lib/libc/stdlib/ptsname.c +++ b/lib/libc/stdlib/ptsname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 1ccc518d396f1..dab451f58a48b 100644 --- a/lib/libc/stdlib/qsort.c +++ b/lib/libc/stdlib/qsort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/quick_exit.c b/lib/libc/stdlib/quick_exit.c index 4d81a35f53753..676dc287a511a 100644 --- a/lib/libc/stdlib/quick_exit.c +++ b/lib/libc/stdlib/quick_exit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Chisnall * All rights reserved. * diff --git a/lib/libc/stdlib/radixsort.c b/lib/libc/stdlib/radixsort.c index 205f7765a444f..4a0a764c81dad 100644 --- a/lib/libc/stdlib/radixsort.c +++ b/lib/libc/stdlib/radixsort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index 2e0456a9edc36..be2c3d4f058b6 100644 --- a/lib/libc/stdlib/rand.c +++ b/lib/libc/stdlib/rand.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index fe8fc86696fb7..4a1bb3b6e7ddf 100644 --- a/lib/libc/stdlib/random.c +++ b/lib/libc/stdlib/random.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/reallocf.c b/lib/libc/stdlib/reallocf.c index a85b5a3c036be..470d55bd736c4 100644 --- a/lib/libc/stdlib/reallocf.c +++ b/lib/libc/stdlib/reallocf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, M. Warner Losh <imp@freebsd.org> * All rights reserved. * diff --git a/lib/libc/stdlib/realpath.c b/lib/libc/stdlib/realpath.c index d19f641cfdee4..9b0ba94473cbb 100644 --- a/lib/libc/stdlib/realpath.c +++ b/lib/libc/stdlib/realpath.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdlib/strfmon.c b/lib/libc/stdlib/strfmon.c index af038fe17caf9..035b17136c3fc 100644 --- a/lib/libc/stdlib/strfmon.c +++ b/lib/libc/stdlib/strfmon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/stdlib/strtoimax.c b/lib/libc/stdlib/strtoimax.c index 72903e8df00e5..b264512321700 100644 --- a/lib/libc/stdlib/strtoimax.c +++ b/lib/libc/stdlib/strtoimax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtol.c b/lib/libc/stdlib/strtol.c index 8c93653f002d9..25212d8930ade 100644 --- a/lib/libc/stdlib/strtol.c +++ b/lib/libc/stdlib/strtol.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtoll.c b/lib/libc/stdlib/strtoll.c index 16a8196a3562d..c87aefb1cd220 100644 --- a/lib/libc/stdlib/strtoll.c +++ b/lib/libc/stdlib/strtoll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtoq.c b/lib/libc/stdlib/strtoq.c index 7bc1c80a3a32c..b3fd56186206f 100644 --- a/lib/libc/stdlib/strtoq.c +++ b/lib/libc/stdlib/strtoq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtoul.c b/lib/libc/stdlib/strtoul.c index ed58dd8ae6624..50ce1cbf07a86 100644 --- a/lib/libc/stdlib/strtoul.c +++ b/lib/libc/stdlib/strtoul.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtoull.c b/lib/libc/stdlib/strtoull.c index dc40e0e989196..58a9b23b566d1 100644 --- a/lib/libc/stdlib/strtoull.c +++ b/lib/libc/stdlib/strtoull.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtoumax.c b/lib/libc/stdlib/strtoumax.c index 769967727ac5e..80937036de75d 100644 --- a/lib/libc/stdlib/strtoumax.c +++ b/lib/libc/stdlib/strtoumax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index 9371680b97214..77a74995afbdf 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/lib/libc/stdlib/strtouq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdlib/system.c b/lib/libc/stdlib/system.c index 2b298e45a6d63..3431832567186 100644 --- a/lib/libc/stdlib/system.c +++ b/lib/libc/stdlib/system.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index 89703ec8be3c6..4db89efdad118 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Gary Mills * Copyright 2011, Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1994 Powerdog Industries. All rights reserved. diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index 362cec3958ce4..f9d33eb8d9274 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * Copyright (c) 1997 FreeBSD Inc. * All rights reserved. diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index 2e44415b9940c..f65fb179fc3fb 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2002 FreeBSD Project. * All rights reserved. * diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index f1178a660b2b8..96cd49039eeee 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index c424de560f6cb..141416d0afec2 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index 42a94ef7383df..738ef90ce0913 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/ffsl.c b/lib/libc/string/ffsl.c index 3fd94521d6230..dbd894b9655b4 100644 --- a/lib/libc/string/ffsl.c +++ b/lib/libc/string/ffsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/ffsll.c b/lib/libc/string/ffsll.c index e19df91d1f036..91886de2f127f 100644 --- a/lib/libc/string/ffsll.c +++ b/lib/libc/string/ffsll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/fls.c b/lib/libc/string/fls.c index 7145b909f0265..d9edc41f9599a 100644 --- a/lib/libc/string/fls.c +++ b/lib/libc/string/fls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/flsl.c b/lib/libc/string/flsl.c index 19485b2f787e6..60370cf7d832e 100644 --- a/lib/libc/string/flsl.c +++ b/lib/libc/string/flsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/flsll.c b/lib/libc/string/flsll.c index b12f12f2d0d76..275aaa0e2e156 100644 --- a/lib/libc/string/flsll.c +++ b/lib/libc/string/flsll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 6102a5bdedaf1..e4c9d0e17edd4 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 8020333dec3bc..0dd9edecb7040 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index d2d0f27d35ef1..c8d5d92985e2c 100644 --- a/lib/libc/string/memcmp.c +++ b/lib/libc/string/memcmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/memmem.c b/lib/libc/string/memmem.c index 3fd05dfdbbc9b..799bdfd189b28 100644 --- a/lib/libc/string/memmem.c +++ b/lib/libc/string/memmem.c @@ -1,5 +1,8 @@ /*- + * SPDX-License-Identifier: MIT + * * Copyright (c) 2005 Pascal Gloor <pascal.gloor@spale.com> + * Copyright (c) 2005-2014 Rich Felker, et al. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index ad0d513933fe2..7d9909a76083a 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/stpcpy.c b/lib/libc/string/stpcpy.c index beb115948d8ac..f31cce1317772 100644 --- a/lib/libc/string/stpcpy.c +++ b/lib/libc/string/stpcpy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 * David E. O'Brien * Copyright (c) 1988, 1993 diff --git a/lib/libc/string/stpncpy.c b/lib/libc/string/stpncpy.c index df70dc608cce0..d8267cc812c74 100644 --- a/lib/libc/string/stpncpy.c +++ b/lib/libc/string/stpncpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index c72a660508c4d..60b5bb4f0c4c6 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c index cca16dc7bb639..b70c2195a94e6 100644 --- a/lib/libc/string/strcasestr.c +++ b/lib/libc/string/strcasestr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index 07a3c08c1a2f6..adaad598ec222 100644 --- a/lib/libc/string/strcat.c +++ b/lib/libc/string/strcat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c index ab83b3995a44e..61244da4519c6 100644 --- a/lib/libc/string/strchr.c +++ b/lib/libc/string/strchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strchrnul.c b/lib/libc/string/strchrnul.c index 893468cbdcbc9..81c52afcc73b1 100644 --- a/lib/libc/string/strchrnul.c +++ b/lib/libc/string/strchrnul.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Niclas Zeising * All rights reserved. * diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 9daf624acce0f..63cb4468415b6 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 7675e0a3ddf54..7aa2c2a642c46 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> * at Electronni Visti IA, Kiev, Ukraine. diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index 8a48d0d0d7326..3eb0aa81eff54 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index 3879a3b085c73..6e07c8c920d24 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 8e90aa05fcb9d..45ed95c2ea9d9 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index 1d7a385bd9eab..c5ac55ed3bc1e 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index 2bc1f2b1febbc..811ac3a89e6d1 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2010 Xin LI <delphij@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index a73dd0ede401f..50016be21ea1e 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c index 6a0e553daa3f9..116fc53f92f45 100644 --- a/lib/libc/string/strncat.c +++ b/lib/libc/string/strncat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index 4967a9483e646..c68fe005fcbcb 100644 --- a/lib/libc/string/strncmp.c +++ b/lib/libc/string/strncmp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 39074035084c6..3c02ccae41d8a 100644 --- a/lib/libc/string/strncpy.c +++ b/lib/libc/string/strncpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strnlen.c b/lib/libc/string/strnlen.c index f44151f730dca..fca7ad260ef86 100644 --- a/lib/libc/string/strnlen.c +++ b/lib/libc/string/strnlen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index 4de757d5996f4..756399fea902f 100644 --- a/lib/libc/string/strnstr.c +++ b/lib/libc/string/strnstr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index 565ef82f11d32..964379e190743 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index f84ffb78c438f..6afb8c1a497fb 100644 --- a/lib/libc/string/strrchr.c +++ b/lib/libc/string/strrchr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index 73c61af8115f6..5de452109df79 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index 7c461a3dbb802..5f3292d102559 100644 --- a/lib/libc/string/strsignal.c +++ b/lib/libc/string/strsignal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 5dbac0a678576..f2e9f2706ba71 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 18e60d5798818..fe757315f62c8 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -1,7 +1,8 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 2005-2014 Rich Felker, et al. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. - * * This code is derived from software contributed to Berkeley by * Chris Torek. * diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 063a554339a66..46e40bfa4a61f 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Softweyr LLC. All rights reserved. * * strtok_r, from Berkeley strtok diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index 06ae6393069d9..3252173430f25 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> * at Electronni Visti IA, Kiev, Ukraine. diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index 84633094be3bf..1a30ce8137849 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/wcpcpy.c b/lib/libc/string/wcpcpy.c index df63d72a0463a..41b7c51782694 100644 --- a/lib/libc/string/wcpcpy.c +++ b/lib/libc/string/wcpcpy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 * David E. O'Brien * Copyright (c) 1988, 1993 diff --git a/lib/libc/string/wcpncpy.c b/lib/libc/string/wcpncpy.c index 87b361c9737d8..58b7d39aa3cf4 100644 --- a/lib/libc/string/wcpncpy.c +++ b/lib/libc/string/wcpncpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/wcscasecmp.c b/lib/libc/string/wcscasecmp.c index 01435432722c7..1f75ef93cdd1a 100644 --- a/lib/libc/string/wcscasecmp.c +++ b/lib/libc/string/wcscasecmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 7ae4e801157a2..7428ba3364f2c 100644 --- a/lib/libc/string/wcscat.c +++ b/lib/libc/string/wcscat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index 1df1fe6cd5201..1375ed9181cf3 100644 --- a/lib/libc/string/wcschr.c +++ b/lib/libc/string/wcschr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index c2abe4c797f78..7205238d56372 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c index dac3dfdde1e4f..d8ef9320f8df4 100644 --- a/lib/libc/string/wcscoll.c +++ b/lib/libc/string/wcscoll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2017 Nexenta Systems, Inc. * Copyright (c) 2002 Tim J. Robbins * All rights reserved. diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index 0c6e1f28f7119..b400fae1cb5c3 100644 --- a/lib/libc/string/wcscpy.c +++ b/lib/libc/string/wcscpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c index 7729dc8ab381b..a0db7157e9e00 100644 --- a/lib/libc/string/wcscspn.c +++ b/lib/libc/string/wcscspn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcsdup.c b/lib/libc/string/wcsdup.c index 1e5db9258a057..eecc0557d284c 100644 --- a/lib/libc/string/wcsdup.c +++ b/lib/libc/string/wcsdup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Tim J. Robbins. * All rights reserved. * diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index 2df94777d51f9..f954b7351fe5d 100644 --- a/lib/libc/string/wcslcat.c +++ b/lib/libc/string/wcslcat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index b104a0622a6e5..ca60d587004fd 100644 --- a/lib/libc/string/wcslcpy.c +++ b/lib/libc/string/wcslcpy.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c index ca3004e03cb95..cfd3aa23cc99a 100644 --- a/lib/libc/string/wcslen.c +++ b/lib/libc/string/wcslen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcsncasecmp.c b/lib/libc/string/wcsncasecmp.c index a42d98c92c9c3..34833d185fdf9 100644 --- a/lib/libc/string/wcsncasecmp.c +++ b/lib/libc/string/wcsncasecmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index 5a243477db5be..eb13fab8de346 100644 --- a/lib/libc/string/wcsncat.c +++ b/lib/libc/string/wcsncat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 8236d969feef7..55c88f60e6fab 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c index 215e9a1151569..f86e40fe95367 100644 --- a/lib/libc/string/wcsncpy.c +++ b/lib/libc/string/wcsncpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/wcsnlen.c b/lib/libc/string/wcsnlen.c index f03cf76c05aed..f7e30d766c027 100644 --- a/lib/libc/string/wcsnlen.c +++ b/lib/libc/string/wcsnlen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 2ff71ba92f61f..0e9ccf66e3128 100644 --- a/lib/libc/string/wcspbrk.c +++ b/lib/libc/string/wcspbrk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c index 37c81ec8cdb70..73a0395fdc41d 100644 --- a/lib/libc/string/wcsrchr.c +++ b/lib/libc/string/wcsrchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins * All rights reserved. * diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 6569206208b0c..2b08acbd94f60 100644 --- a/lib/libc/string/wcsspn.c +++ b/lib/libc/string/wcsspn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index ce598a698969b..74921fecf0476 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c index 441fbd444854b..b4bdc869a2e19 100644 --- a/lib/libc/string/wcstok.c +++ b/lib/libc/string/wcstok.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Softweyr LLC. All rights reserved. * * strtok_r, from Berkeley strtok diff --git a/lib/libc/string/wcswidth.c b/lib/libc/string/wcswidth.c index bac979b5b9f04..3a8805f1b754d 100644 --- a/lib/libc/string/wcswidth.c +++ b/lib/libc/string/wcswidth.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/lib/libc/string/wcsxfrm.c b/lib/libc/string/wcsxfrm.c index 3d6c9601db016..326e1117909cc 100644 --- a/lib/libc/string/wcsxfrm.c +++ b/lib/libc/string/wcsxfrm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> * at Electronni Visti IA, Kiev, Ukraine. diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index cab89c9ade4fb..42ae286aaec7f 100644 --- a/lib/libc/string/wmemchr.c +++ b/lib/libc/string/wmemchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c index fdb1f986f3a48..f1b1b00eb5da7 100644 --- a/lib/libc/string/wmemcmp.c +++ b/lib/libc/string/wmemcmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c index c10770ce4ec5b..30956eb4f4831 100644 --- a/lib/libc/string/wmemcpy.c +++ b/lib/libc/string/wmemcpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c index 05cfd1082afe1..5e8da9f4004c3 100644 --- a/lib/libc/string/wmemmove.c +++ b/lib/libc/string/wmemmove.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 0e96356ec007e..fcf40efb8e320 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/lib/libc/sys/__error.c b/lib/libc/sys/__error.c index 8a065bf720024..ff73a6a16fb50 100644 --- a/lib/libc/sys/__error.c +++ b/lib/libc/sys/__error.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libc/sys/__vdso_gettimeofday.c b/lib/libc/sys/__vdso_gettimeofday.c index 0368b9787efcf..3749e0473af28 100644 --- a/lib/libc/sys/__vdso_gettimeofday.c +++ b/lib/libc/sys/__vdso_gettimeofday.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/sys/clock_gettime.c b/lib/libc/sys/clock_gettime.c index e7e701b2e5097..cf95986973e24 100644 --- a/lib/libc/sys/clock_gettime.c +++ b/lib/libc/sys/clock_gettime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/sys/fcntl.c b/lib/libc/sys/fcntl.c index e85574a6e0e39..f61cf426cc306 100644 --- a/lib/libc/sys/fcntl.c +++ b/lib/libc/sys/fcntl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Isilon Inc http://www.isilon.com/ * Authors: Doug Rabson <dfr@rabson.org> * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org> diff --git a/lib/libc/sys/gettimeofday.c b/lib/libc/sys/gettimeofday.c index 5b1252314c390..f24cd41269db7 100644 --- a/lib/libc/sys/gettimeofday.c +++ b/lib/libc/sys/gettimeofday.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/sys/sigwait.c b/lib/libc/sys/sigwait.c index b21cabdeac555..ad485d0c52415 100644 --- a/lib/libc/sys/sigwait.c +++ b/lib/libc/sys/sigwait.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 davidxu@freebsd.org * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/uuid/uuid_compare.c b/lib/libc/uuid/uuid_compare.c index 13d7c2743bf53..655fd2b7f3ba7 100644 --- a/lib/libc/uuid/uuid_compare.c +++ b/lib/libc/uuid/uuid_compare.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_create.c b/lib/libc/uuid/uuid_create.c index da3f1d39f78d8..5ff4732f97924 100644 --- a/lib/libc/uuid/uuid_create.c +++ b/lib/libc/uuid/uuid_create.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_create_nil.c b/lib/libc/uuid/uuid_create_nil.c index 6e85ae7fb768c..0fd68712c7b5c 100644 --- a/lib/libc/uuid/uuid_create_nil.c +++ b/lib/libc/uuid/uuid_create_nil.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_equal.c b/lib/libc/uuid/uuid_equal.c index e4c48e5253a12..885cb109c3836 100644 --- a/lib/libc/uuid/uuid_equal.c +++ b/lib/libc/uuid/uuid_equal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_from_string.c b/lib/libc/uuid/uuid_from_string.c index b09a04df875d8..3eeefe5038e96 100644 --- a/lib/libc/uuid/uuid_from_string.c +++ b/lib/libc/uuid/uuid_from_string.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_hash.c b/lib/libc/uuid/uuid_hash.c index e5695ee4f60e2..513f27e753f69 100644 --- a/lib/libc/uuid/uuid_hash.c +++ b/lib/libc/uuid/uuid_hash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_is_nil.c b/lib/libc/uuid/uuid_is_nil.c index ee1865349dee3..893b2a305f44b 100644 --- a/lib/libc/uuid/uuid_is_nil.c +++ b/lib/libc/uuid/uuid_is_nil.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/uuid/uuid_stream.c b/lib/libc/uuid/uuid_stream.c index a7cfd7d173934..89e7050dc2fe0 100644 --- a/lib/libc/uuid/uuid_stream.c +++ b/lib/libc/uuid/uuid_stream.c @@ -1,6 +1,8 @@ /* $NetBSD: uuid_stream.c,v 1.3 2008/04/19 18:21:38 plunky Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/lib/libc/uuid/uuid_to_string.c b/lib/libc/uuid/uuid_to_string.c index 35f8581bfe006..7d362c7564e87 100644 --- a/lib/libc/uuid/uuid_to_string.c +++ b/lib/libc/uuid/uuid_to_string.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/lib/libc/xdr/xdr.c b/lib/libc/xdr/xdr.c index 2d99f58d81bf0..fcf4e90290740 100644 --- a/lib/libc/xdr/xdr.c +++ b/lib/libc/xdr/xdr.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr.c,v 1.22 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index a11c7a11545c5..f081c86448726 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr_array.c,v 1.12 2000/01/22 22:19:18 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index 1f16a4e44da75..d77a2e666d0ee 100644 --- a/lib/libc/xdr/xdr_float.c +++ b/lib/libc/xdr/xdr_float.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr_float.c,v 1.23 2000/07/17 04:59:51 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_mem.c b/lib/libc/xdr/xdr_mem.c index ecefb2ec38db4..423b647e4bed2 100644 --- a/lib/libc/xdr/xdr_mem.c +++ b/lib/libc/xdr/xdr_mem.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr_mem.c,v 1.15 2000/01/22 22:19:18 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index f818ed94b1227..3ecae9a1ab44c 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr_rec.c,v 1.18 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index 9acdd96400635..76fc115dd30c3 100644 --- a/lib/libc/xdr/xdr_reference.c +++ b/lib/libc/xdr/xdr_reference.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_sizeof.c b/lib/libc/xdr/xdr_sizeof.c index f4b287449e9fe..71a6f4e8279b0 100644 --- a/lib/libc/xdr/xdr_sizeof.c +++ b/lib/libc/xdr/xdr_sizeof.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/xdr/xdr_stdio.c b/lib/libc/xdr/xdr_stdio.c index 0065154a0cd79..0d179f9802f9b 100644 --- a/lib/libc/xdr/xdr_stdio.c +++ b/lib/libc/xdr/xdr_stdio.c @@ -1,6 +1,8 @@ /* $NetBSD: xdr_stdio.c,v 1.14 2000/01/22 22:19:19 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index bb9096bb289f4..aa7c7123a04b7 100644 --- a/lib/libc/yp/xdryp.c +++ b/lib/libc/yp/xdryp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> * All rights reserved. * diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index b04966f5c67c1..4f3d921706f74 100644 --- a/lib/libc/yp/yplib.c +++ b/lib/libc/yp/yplib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> * Copyright (c) 1998 Bill Paul <wpaul@ctr.columbia.edu> * All rights reserved. diff --git a/lib/libc_nonshared/__stub.c b/lib/libc_nonshared/__stub.c index 495f0aa50a165..b4a75488f8f54 100644 --- a/lib/libc_nonshared/__stub.c +++ b/lib/libc_nonshared/__stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Peter Wemm * All rights reserved. * diff --git a/lib/libcalendar/calendar.c b/lib/libcalendar/calendar.c index fca63eebd9ec6..4c89a5d9cf013 100644 --- a/lib/libcalendar/calendar.c +++ b/lib/libcalendar/calendar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Wolfgang Helbig * All rights reserved. * diff --git a/lib/libcalendar/calendar.h b/lib/libcalendar/calendar.h index 2c42d6c2214ee..1dadd9c64fe75 100644 --- a/lib/libcalendar/calendar.h +++ b/lib/libcalendar/calendar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Wolfgang Helbig * All rights reserved. * diff --git a/lib/libcalendar/easter.c b/lib/libcalendar/easter.c index 8bb3e1c46a97b..9ab0f8a7064de 100644 --- a/lib/libcalendar/easter.c +++ b/lib/libcalendar/easter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Wolfgang Helbig * All rights reserved. * diff --git a/lib/libcam/camlib.c b/lib/libcam/camlib.c index d99a4c21c0f51..40242958bfaf5 100644 --- a/lib/libcam/camlib.c +++ b/lib/libcam/camlib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999, 2002 Kenneth D. Merry. * All rights reserved. * diff --git a/lib/libcam/camlib.h b/lib/libcam/camlib.h index 5c14740c6ed8d..4aab63b319529 100644 --- a/lib/libcam/camlib.h +++ b/lib/libcam/camlib.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998 Kenneth D. Merry. * All rights reserved. * diff --git a/lib/libcam/scsi_cmdparse.c b/lib/libcam/scsi_cmdparse.c index 4561b0b7e86c0..b123d2747ca9e 100644 --- a/lib/libcam/scsi_cmdparse.c +++ b/lib/libcam/scsi_cmdparse.c @@ -1,7 +1,10 @@ /* * Taken from the original FreeBSD user SCSI library. */ -/* Copyright (c) 1994 HD Associates +/*- + * SPDX-License-Identifier: BSD-4-Clause + * + * Copyright (c) 1994 HD Associates * (contact: dufault@hda.com) * All rights reserved. * diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index f82100c69faf1..f73f46bd00061 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Christopher G. Demetriou * All rights reserved. * diff --git a/lib/libcompat/4.3/re_comp.c b/lib/libcompat/4.3/re_comp.c index dbe57b129973d..5e85bbe421bee 100644 --- a/lib/libcompat/4.3/re_comp.c +++ b/lib/libcompat/4.3/re_comp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c index 79999025193a3..380c36e48811f 100644 --- a/lib/libcompat/4.3/rexec.c +++ b/lib/libcompat/4.3/rexec.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libcompat/4.4/cuserid.c b/lib/libcompat/4.4/cuserid.c index eea1c6fd1c89c..6ef898e595ca3 100644 --- a/lib/libcompat/4.4/cuserid.c +++ b/lib/libcompat/4.4/cuserid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libcrypt/crypt-md5.c b/lib/libcrypt/crypt-md5.c index 33186cd4de951..abd7522e0fa93 100644 --- a/lib/libcrypt/crypt-md5.c +++ b/lib/libcrypt/crypt-md5.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libcrypt/crypt-nthash.c b/lib/libcrypt/crypt-nthash.c index 19b84ceb831d2..0a920e241f9eb 100644 --- a/lib/libcrypt/crypt-nthash.c +++ b/lib/libcrypt/crypt-nthash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Michael Bretterklieber * All rights reserved. * diff --git a/lib/libcrypt/crypt-sha256.c b/lib/libcrypt/crypt-sha256.c index cab7405bfd60f..804da07316d2d 100644 --- a/lib/libcrypt/crypt-sha256.c +++ b/lib/libcrypt/crypt-sha256.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libcrypt/crypt-sha512.c b/lib/libcrypt/crypt-sha512.c index 8e0054fb5a890..f37927cf31236 100644 --- a/lib/libcrypt/crypt-sha512.c +++ b/lib/libcrypt/crypt-sha512.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 623809e5afceb..f95b4c9b43493 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Mark Murray * Copyright (c) 2014 Dag-Erling Smørgrav * All rights reserved. diff --git a/lib/libcrypt/crypt.h b/lib/libcrypt/crypt.h index b33ad0943e299..031067099b33a 100644 --- a/lib/libcrypt/crypt.h +++ b/lib/libcrypt/crypt.h @@ -1,5 +1,7 @@ /* LINTLIBRARY */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 * Mark Murray. All rights reserved. * diff --git a/lib/libcrypt/misc.c b/lib/libcrypt/misc.c index 0f63ce04214c4..4c7c044bfcdf8 100644 --- a/lib/libcrypt/misc.c +++ b/lib/libcrypt/misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 * University of California. All rights reserved. * diff --git a/lib/libdevinfo/devinfo.c b/lib/libdevinfo/devinfo.c index dbd02d0fba415..98fe6d1f673a7 100644 --- a/lib/libdevinfo/devinfo.c +++ b/lib/libdevinfo/devinfo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/lib/libdevinfo/devinfo.h b/lib/libdevinfo/devinfo.h index f94644600aeb8..e096e1dc1982d 100644 --- a/lib/libdevinfo/devinfo.h +++ b/lib/libdevinfo/devinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/lib/libdevinfo/devinfo_var.h b/lib/libdevinfo/devinfo_var.h index bbc5ee183e110..5b14341f3841d 100644 --- a/lib/libdevinfo/devinfo_var.h +++ b/lib/libdevinfo/devinfo_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/lib/libdevstat/devstat.c b/lib/libdevstat/devstat.c index 68b5028c7c9a5..2da7eafa4fd89 100644 --- a/lib/libdevstat/devstat.c +++ b/lib/libdevstat/devstat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998 Kenneth D. Merry. * All rights reserved. * diff --git a/lib/libdevstat/devstat.h b/lib/libdevstat/devstat.h index 9471f934ba251..f162a6cf2dbb1 100644 --- a/lib/libdevstat/devstat.h +++ b/lib/libdevstat/devstat.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998 Kenneth D. Merry. * All rights reserved. * diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 7dc70b0928357..926bd02d9e8f9 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2016 Dag-Erling Smørgrav * Copyright (c) 2013 Michael Gmelin <freebsd@grem.de> * All rights reserved. diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index aaa22ed2790e3..d688b07d24d15 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2014 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index f2510831c00ca..0aa23c91dde30 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2004 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index 319fca92b8472..60bad13f7700c 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2004 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/libfetch/file.c b/lib/libfetch/file.c index ab6b4b7089e8a..a7e41bab32890 100644 --- a/lib/libfetch/file.c +++ b/lib/libfetch/file.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2011 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/libfetch/ftp.c b/lib/libfetch/ftp.c index 814c4a3246ce0..b71897e830e50 100644 --- a/lib/libfetch/ftp.c +++ b/lib/libfetch/ftp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2011 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index fe4e9dec63d2c..8abf2e9bff5a9 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2014 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/libgeom/geom_ctl.c b/lib/libgeom/geom_ctl.c index 58976a90519a9..1d5c52fc37797 100644 --- a/lib/libgeom/geom_ctl.c +++ b/lib/libgeom/geom_ctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libgeom/geom_getxml.c b/lib/libgeom/geom_getxml.c index 3fe1e72ca822c..f3d7ba9deb035 100644 --- a/lib/libgeom/geom_getxml.c +++ b/lib/libgeom/geom_getxml.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libgeom/geom_stats.c b/lib/libgeom/geom_stats.c index c87dd310bf797..ebf7868c3c65b 100644 --- a/lib/libgeom/geom_stats.c +++ b/lib/libgeom/geom_stats.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libgeom/geom_util.c b/lib/libgeom/geom_util.c index 54844c6e451c1..79a456a81a5ac 100644 --- a/lib/libgeom/geom_util.c +++ b/lib/libgeom/geom_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * diff --git a/lib/libgeom/geom_xml2tree.c b/lib/libgeom/geom_xml2tree.c index 2a373d7f31d54..5f4636f9368b4 100644 --- a/lib/libgeom/geom_xml2tree.c +++ b/lib/libgeom/geom_xml2tree.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libgeom/libgeom.h b/lib/libgeom/libgeom.h index 73d43352ee843..075d2d21f26ca 100644 --- a/lib/libgeom/libgeom.h +++ b/lib/libgeom/libgeom.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/lib/libgssapi/context.h b/lib/libgssapi/context.h index ac162aa1d6ac5..dcb08df2a3a84 100644 --- a/lib/libgssapi/context.h +++ b/lib/libgssapi/context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/cred.h b/lib/libgssapi/cred.h index e6fed6f88b93d..3e6e9f25339b6 100644 --- a/lib/libgssapi/cred.h +++ b/lib/libgssapi/cred.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_accept_sec_context.c b/lib/libgssapi/gss_accept_sec_context.c index 0fa739c96a9e2..2cab71ee3dfdf 100644 --- a/lib/libgssapi/gss_accept_sec_context.c +++ b/lib/libgssapi/gss_accept_sec_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_acquire_cred.c b/lib/libgssapi/gss_acquire_cred.c index f6ae4d1f700c2..5c04a97c28eeb 100644 --- a/lib/libgssapi/gss_acquire_cred.c +++ b/lib/libgssapi/gss_acquire_cred.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_add_cred.c b/lib/libgssapi/gss_add_cred.c index 34e29b1a2b71d..a8955b200d009 100644 --- a/lib/libgssapi/gss_add_cred.c +++ b/lib/libgssapi/gss_add_cred.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_add_oid_set_member.c b/lib/libgssapi/gss_add_oid_set_member.c index 57d3499cbd1f1..2c926c4839265 100644 --- a/lib/libgssapi/gss_add_oid_set_member.c +++ b/lib/libgssapi/gss_add_oid_set_member.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_buffer_set.c b/lib/libgssapi/gss_buffer_set.c index 100dd4d58d4d1..fa084573f1b10 100644 --- a/lib/libgssapi/gss_buffer_set.c +++ b/lib/libgssapi/gss_buffer_set.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004, PADL Software Pty Ltd. * All rights reserved. * diff --git a/lib/libgssapi/gss_canonicalize_name.c b/lib/libgssapi/gss_canonicalize_name.c index 28940b9dbbba0..1967555a4e60a 100644 --- a/lib/libgssapi/gss_canonicalize_name.c +++ b/lib/libgssapi/gss_canonicalize_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_compare_name.c b/lib/libgssapi/gss_compare_name.c index 05b28f600ac65..327a6a7287449 100644 --- a/lib/libgssapi/gss_compare_name.c +++ b/lib/libgssapi/gss_compare_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_context_time.c b/lib/libgssapi/gss_context_time.c index 585ebd6908753..86f04696733c8 100644 --- a/lib/libgssapi/gss_context_time.c +++ b/lib/libgssapi/gss_context_time.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_create_empty_oid_set.c b/lib/libgssapi/gss_create_empty_oid_set.c index c35f99f3120de..e7d1f77c91d28 100644 --- a/lib/libgssapi/gss_create_empty_oid_set.c +++ b/lib/libgssapi/gss_create_empty_oid_set.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_decapsulate_token.c b/lib/libgssapi/gss_decapsulate_token.c index 65ff46ab3c1a8..d48a854f92674 100644 --- a/lib/libgssapi/gss_decapsulate_token.c +++ b/lib/libgssapi/gss_decapsulate_token.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_delete_sec_context.c b/lib/libgssapi/gss_delete_sec_context.c index b4b087f93142a..151147010c126 100644 --- a/lib/libgssapi/gss_delete_sec_context.c +++ b/lib/libgssapi/gss_delete_sec_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_display_name.c b/lib/libgssapi/gss_display_name.c index 61faabac907e4..907ab0f225048 100644 --- a/lib/libgssapi/gss_display_name.c +++ b/lib/libgssapi/gss_display_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_display_status.c b/lib/libgssapi/gss_display_status.c index b2a22d21fb488..b8ff12c4c3cb6 100644 --- a/lib/libgssapi/gss_display_status.c +++ b/lib/libgssapi/gss_display_status.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_duplicate_name.c b/lib/libgssapi/gss_duplicate_name.c index c6d07ac4e2b4f..02aa2ccf6f8b3 100644 --- a/lib/libgssapi/gss_duplicate_name.c +++ b/lib/libgssapi/gss_duplicate_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_duplicate_oid.c b/lib/libgssapi/gss_duplicate_oid.c index 591508d8fa587..c61dedd6cb775 100644 --- a/lib/libgssapi/gss_duplicate_oid.c +++ b/lib/libgssapi/gss_duplicate_oid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_encapsulate_token.c b/lib/libgssapi/gss_encapsulate_token.c index 0e33e191ec85f..e7ab7f84ff7aa 100644 --- a/lib/libgssapi/gss_encapsulate_token.c +++ b/lib/libgssapi/gss_encapsulate_token.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_export_name.c b/lib/libgssapi/gss_export_name.c index 49174bbcafd09..5b7c32955539d 100644 --- a/lib/libgssapi/gss_export_name.c +++ b/lib/libgssapi/gss_export_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_export_sec_context.c b/lib/libgssapi/gss_export_sec_context.c index a600f280048f2..c94e81a9a8446 100644 --- a/lib/libgssapi/gss_export_sec_context.c +++ b/lib/libgssapi/gss_export_sec_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_get_mic.c b/lib/libgssapi/gss_get_mic.c index b55a796dedad4..e8b4e52a0df3e 100644 --- a/lib/libgssapi/gss_get_mic.c +++ b/lib/libgssapi/gss_get_mic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_import_name.c b/lib/libgssapi/gss_import_name.c index 3d8079d2dea9d..efc02d5f3028e 100644 --- a/lib/libgssapi/gss_import_name.c +++ b/lib/libgssapi/gss_import_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_import_sec_context.c b/lib/libgssapi/gss_import_sec_context.c index 0ab138ecae985..f3c59b0e877b6 100644 --- a/lib/libgssapi/gss_import_sec_context.c +++ b/lib/libgssapi/gss_import_sec_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_indicate_mechs.c b/lib/libgssapi/gss_indicate_mechs.c index ec4350f8eeb1d..aab3ff4e32ceb 100644 --- a/lib/libgssapi/gss_indicate_mechs.c +++ b/lib/libgssapi/gss_indicate_mechs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_init_sec_context.c b/lib/libgssapi/gss_init_sec_context.c index d8f06ab3e819f..04a1e3eab3d22 100644 --- a/lib/libgssapi/gss_init_sec_context.c +++ b/lib/libgssapi/gss_init_sec_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_context.c b/lib/libgssapi/gss_inquire_context.c index 59e03e8192842..207e1c357e9c1 100644 --- a/lib/libgssapi/gss_inquire_context.c +++ b/lib/libgssapi/gss_inquire_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_cred.c b/lib/libgssapi/gss_inquire_cred.c index c51f07e55841f..60984371558a7 100644 --- a/lib/libgssapi/gss_inquire_cred.c +++ b/lib/libgssapi/gss_inquire_cred.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_cred_by_mech.c b/lib/libgssapi/gss_inquire_cred_by_mech.c index d9c21bac2156f..b8394fa3e94d9 100644 --- a/lib/libgssapi/gss_inquire_cred_by_mech.c +++ b/lib/libgssapi/gss_inquire_cred_by_mech.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_cred_by_oid.c b/lib/libgssapi/gss_inquire_cred_by_oid.c index fcb54a1d95bdd..f564f36363386 100644 --- a/lib/libgssapi/gss_inquire_cred_by_oid.c +++ b/lib/libgssapi/gss_inquire_cred_by_oid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004, PADL Software Pty Ltd. * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_mechs_for_name.c b/lib/libgssapi/gss_inquire_mechs_for_name.c index 68918df7fd544..d171ef2b5bd8e 100644 --- a/lib/libgssapi/gss_inquire_mechs_for_name.c +++ b/lib/libgssapi/gss_inquire_mechs_for_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_names_for_mech.c b/lib/libgssapi/gss_inquire_names_for_mech.c index 21f03afb648b7..4d683075290c2 100644 --- a/lib/libgssapi/gss_inquire_names_for_mech.c +++ b/lib/libgssapi/gss_inquire_names_for_mech.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_inquire_sec_context_by_oid.c b/lib/libgssapi/gss_inquire_sec_context_by_oid.c index 5a9014210d1b3..b4a4670b60bec 100644 --- a/lib/libgssapi/gss_inquire_sec_context_by_oid.c +++ b/lib/libgssapi/gss_inquire_sec_context_by_oid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_krb5.c b/lib/libgssapi/gss_krb5.c index 5150f8564a048..36b6f3556632e 100644 --- a/lib/libgssapi/gss_krb5.c +++ b/lib/libgssapi/gss_krb5.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_mech_switch.c b/lib/libgssapi/gss_mech_switch.c index 2d742e7ee232d..4ef6e50182ca5 100644 --- a/lib/libgssapi/gss_mech_switch.c +++ b/lib/libgssapi/gss_mech_switch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_names.c b/lib/libgssapi/gss_names.c index 02775ec72db36..663a686d551b7 100644 --- a/lib/libgssapi/gss_names.c +++ b/lib/libgssapi/gss_names.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_oid_to_str.c b/lib/libgssapi/gss_oid_to_str.c index 05e0d73887d83..836b149676d86 100644 --- a/lib/libgssapi/gss_oid_to_str.c +++ b/lib/libgssapi/gss_oid_to_str.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 The Regents of the University of Michigan. * All rights reserved. * diff --git a/lib/libgssapi/gss_pname_to_uid.c b/lib/libgssapi/gss_pname_to_uid.c index eb560b9e4248e..9ee23a17c3458 100644 --- a/lib/libgssapi/gss_pname_to_uid.c +++ b/lib/libgssapi/gss_pname_to_uid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Isilon Inc http://www.isilon.com/ * Authors: Doug Rabson <dfr@rabson.org> * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org> diff --git a/lib/libgssapi/gss_process_context_token.c b/lib/libgssapi/gss_process_context_token.c index 0b4d7ec9bfca0..2a91ece95d261 100644 --- a/lib/libgssapi/gss_process_context_token.c +++ b/lib/libgssapi/gss_process_context_token.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_pseudo_random.c b/lib/libgssapi/gss_pseudo_random.c index c746823295853..423da4f57e085 100644 --- a/lib/libgssapi/gss_pseudo_random.c +++ b/lib/libgssapi/gss_pseudo_random.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. diff --git a/lib/libgssapi/gss_release_buffer.c b/lib/libgssapi/gss_release_buffer.c index 7a85745abc5b4..8a32d8db45301 100644 --- a/lib/libgssapi/gss_release_buffer.c +++ b/lib/libgssapi/gss_release_buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_release_cred.c b/lib/libgssapi/gss_release_cred.c index 6093acd8f3b7a..abcb6d18a7a9e 100644 --- a/lib/libgssapi/gss_release_cred.c +++ b/lib/libgssapi/gss_release_cred.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_release_name.c b/lib/libgssapi/gss_release_name.c index 08ae10a26ec3e..56fcf26b4a515 100644 --- a/lib/libgssapi/gss_release_name.c +++ b/lib/libgssapi/gss_release_name.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_release_oid.c b/lib/libgssapi/gss_release_oid.c index 01d06937f13e2..19e3b262456c2 100644 --- a/lib/libgssapi/gss_release_oid.c +++ b/lib/libgssapi/gss_release_oid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. diff --git a/lib/libgssapi/gss_release_oid_set.c b/lib/libgssapi/gss_release_oid_set.c index a46853a4a0d8d..6a5a1577f85f1 100644 --- a/lib/libgssapi/gss_release_oid_set.c +++ b/lib/libgssapi/gss_release_oid_set.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_seal.c b/lib/libgssapi/gss_seal.c index c3e3f7a83d66c..9d0e25c52220b 100644 --- a/lib/libgssapi/gss_seal.c +++ b/lib/libgssapi/gss_seal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_set_cred_option.c b/lib/libgssapi/gss_set_cred_option.c index 93b221294651e..e645e7799d1e9 100644 --- a/lib/libgssapi/gss_set_cred_option.c +++ b/lib/libgssapi/gss_set_cred_option.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004, PADL Software Pty Ltd. * All rights reserved. * diff --git a/lib/libgssapi/gss_set_sec_context_option.c b/lib/libgssapi/gss_set_sec_context_option.c index 4b6bf1bda269a..cda908d7ded83 100644 --- a/lib/libgssapi/gss_set_sec_context_option.c +++ b/lib/libgssapi/gss_set_sec_context_option.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004, PADL Software Pty Ltd. * All rights reserved. * diff --git a/lib/libgssapi/gss_sign.c b/lib/libgssapi/gss_sign.c index c521a7e533e6c..e8ebf3784c77a 100644 --- a/lib/libgssapi/gss_sign.c +++ b/lib/libgssapi/gss_sign.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_test_oid_set_member.c b/lib/libgssapi/gss_test_oid_set_member.c index 0421319eb149e..dde6c7a66ad18 100644 --- a/lib/libgssapi/gss_test_oid_set_member.c +++ b/lib/libgssapi/gss_test_oid_set_member.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_unseal.c b/lib/libgssapi/gss_unseal.c index c3775103ce4fb..6da0ac92c5f21 100644 --- a/lib/libgssapi/gss_unseal.c +++ b/lib/libgssapi/gss_unseal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_unwrap.c b/lib/libgssapi/gss_unwrap.c index 9ccc848d3efe0..7faf2a691d4b5 100644 --- a/lib/libgssapi/gss_unwrap.c +++ b/lib/libgssapi/gss_unwrap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_utils.c b/lib/libgssapi/gss_utils.c index 992908bea9493..ca55cc8df9685 100644 --- a/lib/libgssapi/gss_utils.c +++ b/lib/libgssapi/gss_utils.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_verify.c b/lib/libgssapi/gss_verify.c index 0aa3fd67e28bb..5892d3e48259b 100644 --- a/lib/libgssapi/gss_verify.c +++ b/lib/libgssapi/gss_verify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_verify_mic.c b/lib/libgssapi/gss_verify_mic.c index 704d7fcc2c78e..689bf724650fa 100644 --- a/lib/libgssapi/gss_verify_mic.c +++ b/lib/libgssapi/gss_verify_mic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_wrap.c b/lib/libgssapi/gss_wrap.c index 1cf046ab86b6c..dfb6bc877d318 100644 --- a/lib/libgssapi/gss_wrap.c +++ b/lib/libgssapi/gss_wrap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/gss_wrap_size_limit.c b/lib/libgssapi/gss_wrap_size_limit.c index 7038a576e7c2c..30d422c52fe94 100644 --- a/lib/libgssapi/gss_wrap_size_limit.c +++ b/lib/libgssapi/gss_wrap_size_limit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/mech_switch.h b/lib/libgssapi/mech_switch.h index e5173df4002ed..4018f9e22a7c1 100644 --- a/lib/libgssapi/mech_switch.h +++ b/lib/libgssapi/mech_switch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/name.h b/lib/libgssapi/name.h index 7f54359dc0033..8702fd88df679 100644 --- a/lib/libgssapi/name.h +++ b/lib/libgssapi/name.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/spnego.h b/lib/libgssapi/spnego.h index 8b2e22d537f25..2fa3a6024ad27 100644 --- a/lib/libgssapi/spnego.h +++ b/lib/libgssapi/spnego.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libgssapi/utils.h b/lib/libgssapi/utils.h index 347b58358f3a7..fb0bd72f7eae2 100644 --- a/lib/libgssapi/utils.h +++ b/lib/libgssapi/utils.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/lib/libiconv_modules/BIG5/citrus_big5.c b/lib/libiconv_modules/BIG5/citrus_big5.c index 8dffc657169d0..9486ddafc206d 100644 --- a/lib/libiconv_modules/BIG5/citrus_big5.c +++ b/lib/libiconv_modules/BIG5/citrus_big5.c @@ -28,6 +28,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libiconv_modules/BIG5/citrus_big5.h b/lib/libiconv_modules/BIG5/citrus_big5.h index e653ac6c12618..fd8de6af6dd8e 100644 --- a/lib/libiconv_modules/BIG5/citrus_big5.h +++ b/lib/libiconv_modules/BIG5/citrus_big5.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_big5.h,v 1.2 2003/06/25 09:51:41 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c b/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c index ec2c5972390dc..fe27da24b383b 100644 --- a/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c +++ b/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_dechanyu.c,v 1.4 2011/11/19 18:20:13 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2007 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/DECHanyu/citrus_dechanyu.h b/lib/libiconv_modules/DECHanyu/citrus_dechanyu.h index 5f8873cf7f54e..28a752d7c7d34 100644 --- a/lib/libiconv_modules/DECHanyu/citrus_dechanyu.h +++ b/lib/libiconv_modules/DECHanyu/citrus_dechanyu.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_dechanyu.h,v 1.1 2007/04/01 18:52:32 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/EUC/citrus_euc.c b/lib/libiconv_modules/EUC/citrus_euc.c index e0c2d23ff0f01..e83e23fb46669 100644 --- a/lib/libiconv_modules/EUC/citrus_euc.c +++ b/lib/libiconv_modules/EUC/citrus_euc.c @@ -28,6 +28,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libiconv_modules/EUC/citrus_euc.h b/lib/libiconv_modules/EUC/citrus_euc.h index e9bab9f70753e..a7ffa8ab47e01 100644 --- a/lib/libiconv_modules/EUC/citrus_euc.h +++ b/lib/libiconv_modules/EUC/citrus_euc.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_euc.h,v 1.2 2003/06/25 09:51:42 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/EUCTW/citrus_euctw.c b/lib/libiconv_modules/EUCTW/citrus_euctw.c index 6c3e9f6b7fa1f..9132e38e5ecb7 100644 --- a/lib/libiconv_modules/EUCTW/citrus_euctw.c +++ b/lib/libiconv_modules/EUCTW/citrus_euctw.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_euctw.c,v 1.11 2008/06/14 16:01:07 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/EUCTW/citrus_euctw.h b/lib/libiconv_modules/EUCTW/citrus_euctw.h index 5dde3421e3d78..2dca8457cf8ac 100644 --- a/lib/libiconv_modules/EUCTW/citrus_euctw.h +++ b/lib/libiconv_modules/EUCTW/citrus_euctw.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_euctw.h,v 1.2 2003/06/25 09:51:42 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/GBK2K/citrus_gbk2k.c b/lib/libiconv_modules/GBK2K/citrus_gbk2k.c index b64c7e09cd4d8..87ec6ebecc6ab 100644 --- a/lib/libiconv_modules/GBK2K/citrus_gbk2k.c +++ b/lib/libiconv_modules/GBK2K/citrus_gbk2k.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_gbk2k.c,v 1.7 2008/06/14 16:01:07 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/GBK2K/citrus_gbk2k.h b/lib/libiconv_modules/GBK2K/citrus_gbk2k.h index 174a19e950559..c5df93faa934b 100644 --- a/lib/libiconv_modules/GBK2K/citrus_gbk2k.h +++ b/lib/libiconv_modules/GBK2K/citrus_gbk2k.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_gbk2k.h,v 1.2 2003/06/25 09:51:43 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/HZ/citrus_hz.c b/lib/libiconv_modules/HZ/citrus_hz.c index 13d2f2c618eda..f41a302fff9ea 100644 --- a/lib/libiconv_modules/HZ/citrus_hz.c +++ b/lib/libiconv_modules/HZ/citrus_hz.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_hz.c,v 1.2 2008/06/14 16:01:07 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/HZ/citrus_hz.h b/lib/libiconv_modules/HZ/citrus_hz.h index 9737b7b343380..6fc36d5a17438 100644 --- a/lib/libiconv_modules/HZ/citrus_hz.h +++ b/lib/libiconv_modules/HZ/citrus_hz.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_hz.h,v 1.1 2006/11/22 23:38:27 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/ISO2022/citrus_iso2022.c b/lib/libiconv_modules/ISO2022/citrus_iso2022.c index f9fa352111d4e..394495de906ef 100644 --- a/lib/libiconv_modules/ISO2022/citrus_iso2022.c +++ b/lib/libiconv_modules/ISO2022/citrus_iso2022.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iso2022.c,v 1.20 2010/12/07 22:01:45 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999, 2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/ISO2022/citrus_iso2022.h b/lib/libiconv_modules/ISO2022/citrus_iso2022.h index c5bbc40c91115..30cbf012a3b3d 100644 --- a/lib/libiconv_modules/ISO2022/citrus_iso2022.h +++ b/lib/libiconv_modules/ISO2022/citrus_iso2022.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iso2022.h,v 1.2 2003/06/25 09:51:44 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/JOHAB/citrus_johab.c b/lib/libiconv_modules/JOHAB/citrus_johab.c index 459f8c99c7dbd..cd50bd3ed0e0b 100644 --- a/lib/libiconv_modules/JOHAB/citrus_johab.c +++ b/lib/libiconv_modules/JOHAB/citrus_johab.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_johab.c,v 1.4 2008/06/14 16:01:07 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/JOHAB/citrus_johab.h b/lib/libiconv_modules/JOHAB/citrus_johab.h index f11fb4e5009c9..c91ffea023a05 100644 --- a/lib/libiconv_modules/JOHAB/citrus_johab.h +++ b/lib/libiconv_modules/JOHAB/citrus_johab.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_johab.h,v 1.1 2006/10/18 17:54:55 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/MSKanji/citrus_mskanji.c b/lib/libiconv_modules/MSKanji/citrus_mskanji.c index 4330cc8c0ec68..423ea3b8592f3 100644 --- a/lib/libiconv_modules/MSKanji/citrus_mskanji.c +++ b/lib/libiconv_modules/MSKanji/citrus_mskanji.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mskanji.c,v 1.13 2008/06/14 16:01:08 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/MSKanji/citrus_mskanji.h b/lib/libiconv_modules/MSKanji/citrus_mskanji.h index 3dc385243910c..36f79f26ce6b9 100644 --- a/lib/libiconv_modules/MSKanji/citrus_mskanji.h +++ b/lib/libiconv_modules/MSKanji/citrus_mskanji.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mskanji.h,v 1.2 2003/06/25 09:51:48 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UES/citrus_ues.c b/lib/libiconv_modules/UES/citrus_ues.c index 8516c2ae08aa9..1c7b836878549 100644 --- a/lib/libiconv_modules/UES/citrus_ues.c +++ b/lib/libiconv_modules/UES/citrus_ues.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_ues.c,v 1.3 2012/02/12 13:51:29 wiz Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UES/citrus_ues.h b/lib/libiconv_modules/UES/citrus_ues.h index 7198cdfca5a52..82c13ac2b7ab2 100644 --- a/lib/libiconv_modules/UES/citrus_ues.h +++ b/lib/libiconv_modules/UES/citrus_ues.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_ues.h,v 1.1 2006/11/13 15:16:31 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UTF1632/citrus_utf1632.c b/lib/libiconv_modules/UTF1632/citrus_utf1632.c index 6682ab2796923..b9625165051c0 100644 --- a/lib/libiconv_modules/UTF1632/citrus_utf1632.c +++ b/lib/libiconv_modules/UTF1632/citrus_utf1632.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_utf1632.c,v 1.9 2008/06/14 16:01:08 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UTF1632/citrus_utf1632.h b/lib/libiconv_modules/UTF1632/citrus_utf1632.h index 8ee7ada23dae1..2327f5e14dc84 100644 --- a/lib/libiconv_modules/UTF1632/citrus_utf1632.h +++ b/lib/libiconv_modules/UTF1632/citrus_utf1632.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_utf1632.h,v 1.1 2003/06/25 09:51:49 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UTF7/citrus_utf7.c b/lib/libiconv_modules/UTF7/citrus_utf7.c index fa00a682fac7d..b899b1a4f5baa 100644 --- a/lib/libiconv_modules/UTF7/citrus_utf7.c +++ b/lib/libiconv_modules/UTF7/citrus_utf7.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_utf7.c,v 1.5 2006/08/23 12:57:24 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004, 2005 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UTF7/citrus_utf7.h b/lib/libiconv_modules/UTF7/citrus_utf7.h index 96ca478e0216b..925e970a90fc6 100644 --- a/lib/libiconv_modules/UTF7/citrus_utf7.h +++ b/lib/libiconv_modules/UTF7/citrus_utf7.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_utf7.h,v 1.1 2005/03/05 18:05:15 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004,2005 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/UTF8/citrus_utf8.c b/lib/libiconv_modules/UTF8/citrus_utf8.c index 1bf433e9c5b5a..397823cf6144b 100644 --- a/lib/libiconv_modules/UTF8/citrus_utf8.c +++ b/lib/libiconv_modules/UTF8/citrus_utf8.c @@ -28,6 +28,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libiconv_modules/UTF8/citrus_utf8.h b/lib/libiconv_modules/UTF8/citrus_utf8.h index fa412b7ba1aa5..033d4ad659e9a 100644 --- a/lib/libiconv_modules/UTF8/citrus_utf8.h +++ b/lib/libiconv_modules/UTF8/citrus_utf8.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_utf8.h,v 1.2 2003/06/25 09:51:49 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2002 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/VIQR/citrus_viqr.c b/lib/libiconv_modules/VIQR/citrus_viqr.c index ed91cf64cfea1..8a81a7d12b011 100644 --- a/lib/libiconv_modules/VIQR/citrus_viqr.c +++ b/lib/libiconv_modules/VIQR/citrus_viqr.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_viqr.c,v 1.5 2011/11/19 18:20:13 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/VIQR/citrus_viqr.h b/lib/libiconv_modules/VIQR/citrus_viqr.h index a6d943c2656c8..ed2c1c2a5fe77 100644 --- a/lib/libiconv_modules/VIQR/citrus_viqr.h +++ b/lib/libiconv_modules/VIQR/citrus_viqr.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_viqr.h,v 1.1 2006/11/13 15:16:31 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/ZW/citrus_zw.c b/lib/libiconv_modules/ZW/citrus_zw.c index 1728e3b7601c1..cbe86241196c5 100644 --- a/lib/libiconv_modules/ZW/citrus_zw.c +++ b/lib/libiconv_modules/ZW/citrus_zw.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_zw.c,v 1.4 2008/06/14 16:01:08 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/ZW/citrus_zw.h b/lib/libiconv_modules/ZW/citrus_zw.h index b24485b5e8525..f86de57665e4b 100644 --- a/lib/libiconv_modules/ZW/citrus_zw.h +++ b/lib/libiconv_modules/ZW/citrus_zw.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_zw.h,v 1.1 2006/11/22 23:38:27 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2004,2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/iconv_none/citrus_iconv_none.c b/lib/libiconv_modules/iconv_none/citrus_iconv_none.c index 9d6cd317195df..ca09aab9451fa 100644 --- a/lib/libiconv_modules/iconv_none/citrus_iconv_none.c +++ b/lib/libiconv_modules/iconv_none/citrus_iconv_none.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv_none.c,v 1.3 2011/05/23 14:45:44 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/iconv_none/citrus_iconv_none.h b/lib/libiconv_modules/iconv_none/citrus_iconv_none.h index 392af412c6ab9..ef804377308ab 100644 --- a/lib/libiconv_modules/iconv_none/citrus_iconv_none.h +++ b/lib/libiconv_modules/iconv_none/citrus_iconv_none.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv_none.h,v 1.1 2003/06/25 09:51:43 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/iconv_std/citrus_iconv_std.c b/lib/libiconv_modules/iconv_std/citrus_iconv_std.c index fd9a68cfccfef..ec9f21de541ec 100644 --- a/lib/libiconv_modules/iconv_std/citrus_iconv_std.c +++ b/lib/libiconv_modules/iconv_std/citrus_iconv_std.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv_std.c,v 1.16 2012/02/12 13:51:29 wiz Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/iconv_std/citrus_iconv_std.h b/lib/libiconv_modules/iconv_std/citrus_iconv_std.h index 3aef79ee549c5..5ca21bf48ea15 100644 --- a/lib/libiconv_modules/iconv_std/citrus_iconv_std.h +++ b/lib/libiconv_modules/iconv_std/citrus_iconv_std.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv_std.h,v 1.1 2003/06/25 09:51:44 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/iconv_std/citrus_iconv_std_local.h b/lib/libiconv_modules/iconv_std/citrus_iconv_std_local.h index 6e83730eb3338..97c89dc89eeee 100644 --- a/lib/libiconv_modules/iconv_std/citrus_iconv_std_local.h +++ b/lib/libiconv_modules/iconv_std/citrus_iconv_std_local.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_iconv_std_local.h,v 1.2 2003/07/01 09:42:16 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_646/citrus_mapper_646.c b/lib/libiconv_modules/mapper_646/citrus_mapper_646.c index b2775492a259a..6295afde2864b 100644 --- a/lib/libiconv_modules/mapper_646/citrus_mapper_646.c +++ b/lib/libiconv_modules/mapper_646/citrus_mapper_646.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_646.c,v 1.4 2003/07/14 11:37:49 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_646/citrus_mapper_646.h b/lib/libiconv_modules/mapper_646/citrus_mapper_646.h index 2fd9170cbeb0a..c4cb50bc0b3e2 100644 --- a/lib/libiconv_modules/mapper_646/citrus_mapper_646.h +++ b/lib/libiconv_modules/mapper_646/citrus_mapper_646.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_646.h,v 1.1 2003/06/25 09:51:45 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_none/citrus_mapper_none.c b/lib/libiconv_modules/mapper_none/citrus_mapper_none.c index b3d2bda96b825..59f9c23d42940 100644 --- a/lib/libiconv_modules/mapper_none/citrus_mapper_none.c +++ b/lib/libiconv_modules/mapper_none/citrus_mapper_none.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_none.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_none/citrus_mapper_none.h b/lib/libiconv_modules/mapper_none/citrus_mapper_none.h index 9b4e07d5cb581..45dc72ccf2cbf 100644 --- a/lib/libiconv_modules/mapper_none/citrus_mapper_none.h +++ b/lib/libiconv_modules/mapper_none/citrus_mapper_none.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_none.h,v 1.1 2003/06/25 09:51:45 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c b/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c index 87f362a7ef8f5..37633c15cf722 100644 --- a/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c +++ b/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_serial.c,v 1.2 2003/07/12 15:39:20 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.h b/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.h index 02cb9b1c8e508..45fb8f83d12d4 100644 --- a/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.h +++ b/lib/libiconv_modules/mapper_serial/citrus_mapper_serial.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_serial.h,v 1.1 2003/06/25 09:51:46 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_std/citrus_mapper_std.c b/lib/libiconv_modules/mapper_std/citrus_mapper_std.c index 712e9b2f039cd..67b26692170d7 100644 --- a/lib/libiconv_modules/mapper_std/citrus_mapper_std.c +++ b/lib/libiconv_modules/mapper_std/citrus_mapper_std.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_std.c,v 1.10 2011/11/19 18:48:39 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_std/citrus_mapper_std.h b/lib/libiconv_modules/mapper_std/citrus_mapper_std.h index d6a0b62d3f58c..10e5a1e36770d 100644 --- a/lib/libiconv_modules/mapper_std/citrus_mapper_std.h +++ b/lib/libiconv_modules/mapper_std/citrus_mapper_std.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_std.h,v 1.1 2003/06/25 09:51:47 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_std/citrus_mapper_std_file.h b/lib/libiconv_modules/mapper_std/citrus_mapper_std_file.h index d433c74eb3a1b..96f0f59bef27a 100644 --- a/lib/libiconv_modules/mapper_std/citrus_mapper_std_file.h +++ b/lib/libiconv_modules/mapper_std/citrus_mapper_std_file.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_std_file.h,v 1.3 2006/09/09 14:35:17 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h b/lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h index f76f606a2d524..02e8601e4f120 100644 --- a/lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h +++ b/lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_std_local.h,v 1.3 2006/09/09 14:35:17 tnozaki Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003, 2006 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c b/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c index f1117f423af4f..12d6d11711260 100644 --- a/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c +++ b/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_zone.c,v 1.4 2003/07/12 15:39:21 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.h b/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.h index 590cee6bb26bb..3274f0760e965 100644 --- a/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.h +++ b/lib/libiconv_modules/mapper_zone/citrus_mapper_zone.h @@ -2,6 +2,8 @@ /* $NetBSD: citrus_mapper_zone.h,v 1.1 2003/06/25 09:51:48 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/lib/libipsec/ipsec_dump_policy.c b/lib/libipsec/ipsec_dump_policy.c index 257bb092db538..76848f3cb0a51 100644 --- a/lib/libipsec/ipsec_dump_policy.c +++ b/lib/libipsec/ipsec_dump_policy.c @@ -1,6 +1,8 @@ /* $KAME: ipsec_dump_policy.c,v 1.13 2002/06/27 14:35:11 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/ipsec_get_policylen.c b/lib/libipsec/ipsec_get_policylen.c index 232cb45097ff2..37e02778ef51b 100644 --- a/lib/libipsec/ipsec_get_policylen.c +++ b/lib/libipsec/ipsec_get_policylen.c @@ -1,6 +1,8 @@ /* $KAME: ipsec_get_policylen.c,v 1.5 2000/05/07 05:25:03 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/ipsec_strerror.c b/lib/libipsec/ipsec_strerror.c index f9b2dc9cf8057..6e7e9c6c29d22 100644 --- a/lib/libipsec/ipsec_strerror.c +++ b/lib/libipsec/ipsec_strerror.c @@ -1,6 +1,8 @@ /* $KAME: ipsec_strerror.c,v 1.7 2000/07/30 00:45:12 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/ipsec_strerror.h b/lib/libipsec/ipsec_strerror.h index d9a1f0deffe2e..3a1a5536743af 100644 --- a/lib/libipsec/ipsec_strerror.h +++ b/lib/libipsec/ipsec_strerror.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: ipsec_strerror.h,v 1.8 2000/07/30 00:45:12 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/libpfkey.h b/lib/libipsec/libpfkey.h index 07ff582ec8275..c4c191e3e438b 100644 --- a/lib/libipsec/libpfkey.h +++ b/lib/libipsec/libpfkey.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: libpfkey.h,v 1.6 2001/03/05 18:22:17 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/pfkey.c b/lib/libipsec/pfkey.c index 4791ddc2a648e..02c58813a18dc 100644 --- a/lib/libipsec/pfkey.c +++ b/lib/libipsec/pfkey.c @@ -1,6 +1,8 @@ /* $KAME: pfkey.c,v 1.46 2003/08/26 03:37:06 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c index 5619ac79b1378..e3ea7639d5c4c 100644 --- a/lib/libipsec/pfkey_dump.c +++ b/lib/libipsec/pfkey_dump.c @@ -1,6 +1,8 @@ /* $KAME: pfkey_dump.c,v 1.45 2003/09/08 10:14:56 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/policy_parse.y b/lib/libipsec/policy_parse.y index 46e54e554c074..a9c45804ab0d7 100644 --- a/lib/libipsec/policy_parse.y +++ b/lib/libipsec/policy_parse.y @@ -1,6 +1,8 @@ /* $KAME: policy_parse.y,v 1.14 2003/06/27 03:39:20 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/policy_token.l b/lib/libipsec/policy_token.l index 219cce446b658..81893912714df 100644 --- a/lib/libipsec/policy_token.l +++ b/lib/libipsec/policy_token.l @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: policy_token.l,v 1.13 2003/05/09 05:19:55 sakane Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libipsec/test-policy.c b/lib/libipsec/test-policy.c index a24a0b41397d9..579937396b0b4 100644 --- a/lib/libipsec/test-policy.c +++ b/lib/libipsec/test-policy.c @@ -1,6 +1,8 @@ /* $KAME: test-policy.c,v 1.16 2003/08/26 03:24:08 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/lib/libjail/jail.c b/lib/libjail/jail.c index db0771e9ca022..15a3ecdc1894b 100644 --- a/lib/libjail/jail.c +++ b/lib/libjail/jail.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 James Gritton. * All rights reserved. * diff --git a/lib/libjail/jail.h b/lib/libjail/jail.h index 2801dbc6c0dfb..c38e849166072 100644 --- a/lib/libjail/jail.h +++ b/lib/libjail/jail.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 James Gritton. * All rights reserved. * diff --git a/lib/libjail/jail_getid.c b/lib/libjail/jail_getid.c index dab2dcf25ce84..6ab6d9eff98a1 100644 --- a/lib/libjail/jail_getid.c +++ b/lib/libjail/jail_getid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 James Gritton. * All rights reserved. * diff --git a/lib/libkiconv/kiconv_sysctl.c b/lib/libkiconv/kiconv_sysctl.c index 7eebf2b4e0c74..da68b3011f365 100644 --- a/lib/libkiconv/kiconv_sysctl.c +++ b/lib/libkiconv/kiconv_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Ryuichiro Imura * All rights reserved. * diff --git a/lib/libkiconv/quirks.c b/lib/libkiconv/quirks.c index 54b61539b8305..e2bb1e66beb14 100644 --- a/lib/libkiconv/quirks.c +++ b/lib/libkiconv/quirks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Ryuichiro Imura * All rights reserved. * diff --git a/lib/libkiconv/quirks.h b/lib/libkiconv/quirks.h index 682d2cd7fc0ce..80a6558bceb27 100644 --- a/lib/libkiconv/quirks.h +++ b/lib/libkiconv/quirks.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Ryuichiro Imura * All rights reserved. * diff --git a/lib/libkiconv/xlat16_iconv.c b/lib/libkiconv/xlat16_iconv.c index 3efb7795634f1..4d23f8d2a7e1f 100644 --- a/lib/libkiconv/xlat16_iconv.c +++ b/lib/libkiconv/xlat16_iconv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2005 Ryuichiro Imura * All rights reserved. * diff --git a/lib/libkiconv/xlat16_sysctl.c b/lib/libkiconv/xlat16_sysctl.c index ae4dae7a51588..4eb6a681584e8 100644 --- a/lib/libkiconv/xlat16_sysctl.c +++ b/lib/libkiconv/xlat16_sysctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/lib/libkvm/kvm.c b/lib/libkvm/kvm.c index d6cc7d847ee6b..6a233a15051bd 100644 --- a/lib/libkvm/kvm.c +++ b/lib/libkvm/kvm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm.h b/lib/libkvm/kvm.h index db71bf3588285..2d785439b21b5 100644 --- a/lib/libkvm/kvm.h +++ b/lib/libkvm/kvm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_amd64.c b/lib/libkvm/kvm_amd64.c index 4cf5f379f0640..ccf085d51379f 100644 --- a/lib/libkvm/kvm_amd64.c +++ b/lib/libkvm/kvm_amd64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_arm.c b/lib/libkvm/kvm_arm.c index e9fe42f04ad67..4df70e1199db6 100644 --- a/lib/libkvm/kvm_arm.c +++ b/lib/libkvm/kvm_arm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Olivier Houchard * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libkvm/kvm_cptime.c b/lib/libkvm/kvm_cptime.c index dcb2ba78f32b3..9d303943f551c 100644 --- a/lib/libkvm/kvm_cptime.c +++ b/lib/libkvm/kvm_cptime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/lib/libkvm/kvm_getloadavg.c b/lib/libkvm/kvm_getloadavg.c index b850c023c47e2..e97cdf36693e5 100644 --- a/lib/libkvm/kvm_getloadavg.c +++ b/lib/libkvm/kvm_getloadavg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_getswapinfo.c b/lib/libkvm/kvm_getswapinfo.c index 11a586a7da8fa..979ef71747e1f 100644 --- a/lib/libkvm/kvm_getswapinfo.c +++ b/lib/libkvm/kvm_getswapinfo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, Matthew Dillon. All Rights Reserved. * Copyright (c) 2001, Thomas Moestl. All Rights Reserved. * diff --git a/lib/libkvm/kvm_i386.c b/lib/libkvm/kvm_i386.c index c1af0f3e8a852..771b86aeafa20 100644 --- a/lib/libkvm/kvm_i386.c +++ b/lib/libkvm/kvm_i386.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_minidump_amd64.c b/lib/libkvm/kvm_minidump_amd64.c index 65a229cb976da..71b102d635b51 100644 --- a/lib/libkvm/kvm_minidump_amd64.c +++ b/lib/libkvm/kvm_minidump_amd64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkvm/kvm_minidump_arm.c b/lib/libkvm/kvm_minidump_arm.c index ac90bc14a2573..c85eb20da4d1e 100644 --- a/lib/libkvm/kvm_minidump_arm.c +++ b/lib/libkvm/kvm_minidump_arm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Semihalf, Grzegorz Bernacki * Copyright (c) 2006 Peter Wemm * diff --git a/lib/libkvm/kvm_minidump_i386.c b/lib/libkvm/kvm_minidump_i386.c index 432d097ea2199..9eade7e3eb2bb 100644 --- a/lib/libkvm/kvm_minidump_i386.c +++ b/lib/libkvm/kvm_minidump_i386.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkvm/kvm_minidump_mips.c b/lib/libkvm/kvm_minidump_mips.c index 5e6c8623fa978..2920b5b313255 100644 --- a/lib/libkvm/kvm_minidump_mips.c +++ b/lib/libkvm/kvm_minidump_mips.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Oleksandr Tymoshenko * Copyright (c) 2008 Semihalf, Grzegorz Bernacki * Copyright (c) 2006 Peter Wemm diff --git a/lib/libkvm/kvm_pcpu.c b/lib/libkvm/kvm_pcpu.c index 68dd36334330f..2e52f5e7e8503 100644 --- a/lib/libkvm/kvm_pcpu.c +++ b/lib/libkvm/kvm_pcpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2013 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 2010 Juniper Networks, Inc. * Copyright (c) 2009 Robert N. M. Watson diff --git a/lib/libkvm/kvm_powerpc.c b/lib/libkvm/kvm_powerpc.c index 34b99eb0a2762..9e596b6000aab 100644 --- a/lib/libkvm/kvm_powerpc.c +++ b/lib/libkvm/kvm_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008, Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libkvm/kvm_powerpc64.c b/lib/libkvm/kvm_powerpc64.c index c15ec881e19e1..afe1e5c42f21c 100644 --- a/lib/libkvm/kvm_powerpc64.c +++ b/lib/libkvm/kvm_powerpc64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008, Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libkvm/kvm_private.h b/lib/libkvm/kvm_private.h index 3a31120a9e23b..62c5730c82d7c 100644 --- a/lib/libkvm/kvm_private.h +++ b/lib/libkvm/kvm_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_proc.c b/lib/libkvm/kvm_proc.c index 0885732ea7d38..9215693dda4ee 100644 --- a/lib/libkvm/kvm_proc.c +++ b/lib/libkvm/kvm_proc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_sparc64.c b/lib/libkvm/kvm_sparc64.c index e3fe2d7c7539f..bebb470dc5f9c 100644 --- a/lib/libkvm/kvm_sparc64.c +++ b/lib/libkvm/kvm_sparc64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libkvm/kvm_vnet.c b/lib/libkvm/kvm_vnet.c index 817462cc4027e..eac9584cc730c 100644 --- a/lib/libkvm/kvm_vnet.c +++ b/lib/libkvm/kvm_vnet.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Robert N. M. Watson * Copyright (c) 2009 Bjoern A. Zeeb <bz@FreeBSD.org> * All rights reserved. diff --git a/lib/libmemstat/memstat.c b/lib/libmemstat/memstat.c index 40bdc9d19f0f7..978a081894157 100644 --- a/lib/libmemstat/memstat.c +++ b/lib/libmemstat/memstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h index 8394dc1c1221d..98fc99f078f6c 100644 --- a/lib/libmemstat/memstat.h +++ b/lib/libmemstat/memstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_all.c b/lib/libmemstat/memstat_all.c index bd74b8acbe4c4..b0eb50f81ccb3 100644 --- a/lib/libmemstat/memstat_all.c +++ b/lib/libmemstat/memstat_all.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_internal.h b/lib/libmemstat/memstat_internal.h index 9fdc22813b2ab..12345d9f884c5 100644 --- a/lib/libmemstat/memstat_internal.h +++ b/lib/libmemstat/memstat_internal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_malloc.c b/lib/libmemstat/memstat_malloc.c index 1fd362114ebb6..a8ca0d8bc8023 100644 --- a/lib/libmemstat/memstat_malloc.c +++ b/lib/libmemstat/memstat_malloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c index 8e89585300b0a..88fcadc0021c5 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2006 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c index 2656124c47383..e3b96831167aa 100644 --- a/lib/libmp/mpasbn.c +++ b/lib/libmp/mpasbn.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Dima Dorfman. * All rights reserved. * diff --git a/lib/libnandfs/libnandfs.h b/lib/libnandfs/libnandfs.h index 8338c63d600b3..53cd04946d0ee 100644 --- a/lib/libnandfs/libnandfs.h +++ b/lib/libnandfs/libnandfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf. * All rights reserved. * diff --git a/lib/libnandfs/nandfs.c b/lib/libnandfs/nandfs.c index fd59a921133fb..f1dd771ae8fdb 100644 --- a/lib/libnandfs/nandfs.c +++ b/lib/libnandfs/nandfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf. * All rights reserved. * diff --git a/lib/libnetbsd/rmd160.h b/lib/libnetbsd/rmd160.h index 7b811995edb41..105c1efdd92ab 100644 --- a/lib/libnetbsd/rmd160.h +++ b/lib/libnetbsd/rmd160.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * All rights reserved. * diff --git a/lib/libnetbsd/sha1.h b/lib/libnetbsd/sha1.h index 9da870eacf6e7..d75365fe108ab 100644 --- a/lib/libnetbsd/sha1.h +++ b/lib/libnetbsd/sha1.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * All rights reserved. * diff --git a/lib/libnetbsd/sha2.h b/lib/libnetbsd/sha2.h index 6329284924fc4..44c6c9945a88c 100644 --- a/lib/libnetbsd/sha2.h +++ b/lib/libnetbsd/sha2.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * All rights reserved. * diff --git a/lib/libnetbsd/stdlib.h b/lib/libnetbsd/stdlib.h index d481913d58fd1..b7bb875740d5b 100644 --- a/lib/libnetbsd/stdlib.h +++ b/lib/libnetbsd/stdlib.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2012 SRI International * Copyright (c) 2001-2002,2004 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/lib/libnetbsd/strsuftoll.c b/lib/libnetbsd/strsuftoll.c index 657e52525fc63..078bee0ace58e 100644 --- a/lib/libnetbsd/strsuftoll.c +++ b/lib/libnetbsd/strsuftoll.c @@ -1,5 +1,7 @@ /* $NetBSD: strsuftoll.c,v 1.6 2004/03/05 05:58:29 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2002,2004 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/lib/libnetbsd/sys/cdefs.h b/lib/libnetbsd/sys/cdefs.h index 06e46fd30a56b..0c19ba6bdc83b 100644 --- a/lib/libnetbsd/sys/cdefs.h +++ b/lib/libnetbsd/sys/cdefs.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2012 SRI International * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libnetbsd/util.c b/lib/libnetbsd/util.c index 36b9421efc39e..f33e6c63fc81d 100644 --- a/lib/libnetbsd/util.c +++ b/lib/libnetbsd/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * All rights reserved. * diff --git a/lib/libnetbsd/util.h b/lib/libnetbsd/util.h index bc4f4d78c2aed..93272a56086bd 100644 --- a/lib/libnetbsd/util.h +++ b/lib/libnetbsd/util.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2012 SRI International * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. diff --git a/lib/libnv/common_impl.h b/lib/libnv/common_impl.h index 5af4db2b835a6..a50902d221ce6 100644 --- a/lib/libnv/common_impl.h +++ b/lib/libnv/common_impl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libnv/msgio.c b/lib/libnv/msgio.c index 283ddccbdd79a..300a437a74219 100644 --- a/lib/libnv/msgio.c +++ b/lib/libnv/msgio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * Copyright (c) 2013 Mariusz Zaborski <oshogbo@FreeBSD.org> * All rights reserved. diff --git a/lib/libnv/msgio.h b/lib/libnv/msgio.h index fd5e462af0d0b..13592e4cd0fb3 100644 --- a/lib/libnv/msgio.h +++ b/lib/libnv/msgio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libpam/libpam/security/pam_mod_misc.h b/lib/libpam/libpam/security/pam_mod_misc.h index 13ff0f3a4c280..08c9c1ab8f566 100644 --- a/lib/libpam/libpam/security/pam_mod_misc.h +++ b/lib/libpam/libpam/security/pam_mod_misc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_chroot/pam_chroot.c b/lib/libpam/modules/pam_chroot/pam_chroot.c index 447e5f78dd104..d468c3390819e 100644 --- a/lib/libpam/modules/pam_chroot/pam_chroot.c +++ b/lib/libpam/modules/pam_chroot/pam_chroot.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_deny/pam_deny.c b/lib/libpam/modules/pam_deny/pam_deny.c index 3d491b158e42e..372e7e364c089 100644 --- a/lib/libpam/modules/pam_deny/pam_deny.c +++ b/lib/libpam/modules/pam_deny/pam_deny.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2001 Mark R V Murray * All rights reserved. * diff --git a/lib/libpam/modules/pam_echo/pam_echo.c b/lib/libpam/modules/pam_echo/pam_echo.c index ff008597b9214..4217118f30111 100644 --- a/lib/libpam/modules/pam_echo/pam_echo.c +++ b/lib/libpam/modules/pam_echo/pam_echo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_exec/pam_exec.c b/lib/libpam/modules/pam_exec/pam_exec.c index d43d181f31e59..af1115adf369d 100644 --- a/lib/libpam/modules/pam_exec/pam_exec.c +++ b/lib/libpam/modules/pam_exec/pam_exec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c b/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c index 421955ab250ec..ea800cbb17dd7 100644 --- a/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c +++ b/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_group/pam_group.c b/lib/libpam/modules/pam_group/pam_group.c index 6cf2774a308f6..bd6912a02d1ac 100644 --- a/lib/libpam/modules/pam_group/pam_group.c +++ b/lib/libpam/modules/pam_group/pam_group.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Networks Associates Technology, Inc. * Copyright (c) 2004-2011 Dag-Erling Smørgrav * All rights reserved. diff --git a/lib/libpam/modules/pam_guest/pam_guest.c b/lib/libpam/modules/pam_guest/pam_guest.c index 110edcec0ed4e..51e9181679c75 100644 --- a/lib/libpam/modules/pam_guest/pam_guest.c +++ b/lib/libpam/modules/pam_guest/pam_guest.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_ksu/pam_ksu.c b/lib/libpam/modules/pam_ksu/pam_ksu.c index f8f7fb63ae8b2..1a4ebc39f65ac 100644 --- a/lib/libpam/modules/pam_ksu/pam_ksu.c +++ b/lib/libpam/modules/pam_ksu/pam_ksu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jacques A. Vidrine <nectar@FreeBSD.org> * All rights reserved. * diff --git a/lib/libpam/modules/pam_lastlog/pam_lastlog.c b/lib/libpam/modules/pam_lastlog/pam_lastlog.c index 814edb8c59af3..00b07bc19142b 100644 --- a/lib/libpam/modules/pam_lastlog/pam_lastlog.c +++ b/lib/libpam/modules/pam_lastlog/pam_lastlog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2001 Mark R V Murray diff --git a/lib/libpam/modules/pam_login_access/pam_login_access.c b/lib/libpam/modules/pam_login_access/pam_login_access.c index fe16662dd722f..82aff72113e82 100644 --- a/lib/libpam/modules/pam_login_access/pam_login_access.c +++ b/lib/libpam/modules/pam_login_access/pam_login_access.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Mark R V Murray * All rights reserved. * Copyright (c) 2001 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_login_access/pam_login_access.h b/lib/libpam/modules/pam_login_access/pam_login_access.h index 38c304958042a..16c5e14e8de41 100644 --- a/lib/libpam/modules/pam_login_access/pam_login_access.h +++ b/lib/libpam/modules/pam_login_access/pam_login_access.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Mark R V Murray * All rights reserved. * Copyright (c) 2001 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_nologin/pam_nologin.c b/lib/libpam/modules/pam_nologin/pam_nologin.c index 1be63d287b8d3..1ba2dcd92fad0 100644 --- a/lib/libpam/modules/pam_nologin/pam_nologin.c +++ b/lib/libpam/modules/pam_nologin/pam_nologin.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2001 Mark R V Murray * All rights reserved. * Copyright (c) 2001 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_opie/pam_opie.c b/lib/libpam/modules/pam_opie/pam_opie.c index 9625373d9d3e9..41ad84b751bc9 100644 --- a/lib/libpam/modules/pam_opie/pam_opie.c +++ b/lib/libpam/modules/pam_opie/pam_opie.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000 James Bloom * All rights reserved. * Based upon code Copyright 1998 Juniper Networks, Inc. diff --git a/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c b/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c index 035111553d5ec..090d98e5f2a62 100644 --- a/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c +++ b/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libpam/modules/pam_permit/pam_permit.c b/lib/libpam/modules/pam_permit/pam_permit.c index fe0a4ed2958b0..38f44b2226098 100644 --- a/lib/libpam/modules/pam_permit/pam_permit.c +++ b/lib/libpam/modules/pam_permit/pam_permit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 Mark R V Murray * All rights reserved. * diff --git a/lib/libpam/modules/pam_radius/pam_radius.c b/lib/libpam/modules/pam_radius/pam_radius.c index dcfde30a9a5e8..c71d3b954da05 100644 --- a/lib/libpam/modules/pam_radius/pam_radius.c +++ b/lib/libpam/modules/pam_radius/pam_radius.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * Copyright (c) 2001-2003 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_rhosts/pam_rhosts.c b/lib/libpam/modules/pam_rhosts/pam_rhosts.c index 4ba6ade378348..e8b6ba461b2ca 100644 --- a/lib/libpam/modules/pam_rhosts/pam_rhosts.c +++ b/lib/libpam/modules/pam_rhosts/pam_rhosts.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Danny Braniss * All rights reserved. * Copyright (c) 2001,2002 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_rootok/pam_rootok.c b/lib/libpam/modules/pam_rootok/pam_rootok.c index 16fab1f22cc58..c5540a2683e3c 100644 --- a/lib/libpam/modules/pam_rootok/pam_rootok.c +++ b/lib/libpam/modules/pam_rootok/pam_rootok.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Mark R V Murray * All rights reserved. * Copyright (c) 2001 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_securetty/pam_securetty.c b/lib/libpam/modules/pam_securetty/pam_securetty.c index f58274a2ff47f..50574d3156089 100644 --- a/lib/libpam/modules/pam_securetty/pam_securetty.c +++ b/lib/libpam/modules/pam_securetty/pam_securetty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Mark R V Murray * All rights reserved. * Copyright (c) 2001 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_self/pam_self.c b/lib/libpam/modules/pam_self/pam_self.c index 63df46c0f984c..de69f408d3f98 100644 --- a/lib/libpam/modules/pam_self/pam_self.c +++ b/lib/libpam/modules/pam_self/pam_self.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Mark R V Murray * All rights reserved. * Copyright (c) 2001,2002 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.c b/lib/libpam/modules/pam_ssh/pam_ssh.c index 821228dfc3da5..1c151ddca7f7c 100644 --- a/lib/libpam/modules/pam_ssh/pam_ssh.c +++ b/lib/libpam/modules/pam_ssh/pam_ssh.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Networks Associates Technology, Inc. * Copyright (c) 2004-2011 Dag-Erling Smørgrav * All rights reserved. diff --git a/lib/libpam/modules/pam_tacplus/pam_tacplus.c b/lib/libpam/modules/pam_tacplus/pam_tacplus.c index 7f860c3b370f3..8f8e9d553ee7c 100644 --- a/lib/libpam/modules/pam_tacplus/pam_tacplus.c +++ b/lib/libpam/modules/pam_tacplus/pam_tacplus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * Copyright (c) 2001-2003 Networks Associates Technology, Inc. diff --git a/lib/libpam/modules/pam_unix/pam_unix.c b/lib/libpam/modules/pam_unix/pam_unix.c index 2fd3b61970cf7..ecdd107721558 100644 --- a/lib/libpam/modules/pam_unix/pam_unix.c +++ b/lib/libpam/modules/pam_unix/pam_unix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * Copyright (c) 2002-2003 Networks Associates Technology, Inc. diff --git a/lib/libpjdlog/pjdlog.c b/lib/libpjdlog/pjdlog.c index 84615faccd27b..eb7ddb2b7a88c 100644 --- a/lib/libpjdlog/pjdlog.c +++ b/lib/libpjdlog/pjdlog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * Copyright (c) 2011 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. diff --git a/lib/libpjdlog/pjdlog.h b/lib/libpjdlog/pjdlog.h index 3f38b108b5ccf..9db5b15d1ba63 100644 --- a/lib/libpjdlog/pjdlog.h +++ b/lib/libpjdlog/pjdlog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * Copyright (c) 2011 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c index 39d2f960fdcef..8b25768d33d10 100644 --- a/lib/libpmc/libpmc.c +++ b/lib/libpmc/libpmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 Joseph Koshy * All rights reserved. * diff --git a/lib/libpmc/libpmcinternal.h b/lib/libpmc/libpmcinternal.h index b1c9c86b14886..0e7c6631b00d3 100644 --- a/lib/libpmc/libpmcinternal.h +++ b/lib/libpmc/libpmcinternal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/lib/libpmc/pmc.h b/lib/libpmc/pmc.h index f237285121f41..5e4b89e4ea054 100644 --- a/lib/libpmc/pmc.h +++ b/lib/libpmc/pmc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003,2004 Joseph Koshy * All rights reserved. * diff --git a/lib/libpmc/pmclog.c b/lib/libpmc/pmclog.c index 26ec9ddaab026..d9b32f778a8ce 100644 --- a/lib/libpmc/pmclog.c +++ b/lib/libpmc/pmclog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2007 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libpmc/pmclog.h b/lib/libpmc/pmclog.h index 2a50945e372e2..77644a85ed8c4 100644 --- a/lib/libpmc/pmclog.h +++ b/lib/libpmc/pmclog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2007 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libprocstat/cd9660.c b/lib/libprocstat/cd9660.c index ab95e2a04c334..28031d04de238 100644 --- a/lib/libprocstat/cd9660.c +++ b/lib/libprocstat/cd9660.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Peter Edwards * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libprocstat/common_kvm.c b/lib/libprocstat/common_kvm.c index 4ca25145b75d6..2889f802775d2 100644 --- a/lib/libprocstat/common_kvm.c +++ b/lib/libprocstat/common_kvm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org> * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libprocstat/common_kvm.h b/lib/libprocstat/common_kvm.h index 06627bff448c9..a8a74b5464b32 100644 --- a/lib/libprocstat/common_kvm.h +++ b/lib/libprocstat/common_kvm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org> * All rights reserved. * diff --git a/lib/libprocstat/core.c b/lib/libprocstat/core.c index 9baa0cde10cad..c3d5f8bec495f 100644 --- a/lib/libprocstat/core.c +++ b/lib/libprocstat/core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Mikolaj Golub <trociny@FreeBSD.org> * Copyright (c) 2017 Dell EMC * All rights reserved. diff --git a/lib/libprocstat/core.h b/lib/libprocstat/core.h index 701697be0541d..1b3da375baf42 100644 --- a/lib/libprocstat/core.h +++ b/lib/libprocstat/core.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Mikolaj Golub <trociny@FreeBSD.org> * Copyright (c) 2017 Dell EMC * All rights reserved. diff --git a/lib/libprocstat/libprocstat.c b/lib/libprocstat/libprocstat.c index 03d4b73387203..6b833bbc1a3de 100644 --- a/lib/libprocstat/libprocstat.c +++ b/lib/libprocstat/libprocstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2017 Dell EMC * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org> * Copyright (c) 1988, 1993 diff --git a/lib/libprocstat/libprocstat.h b/lib/libprocstat/libprocstat.h index 00b6f1c1c1104..25b84140a719b 100644 --- a/lib/libprocstat/libprocstat.h +++ b/lib/libprocstat/libprocstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org> * Copyright (c) 2017 Dell EMC * All rights reserved. diff --git a/lib/libprocstat/libprocstat_internal.h b/lib/libprocstat/libprocstat_internal.h index 6ca3197cbc4e6..38045379c794c 100644 --- a/lib/libprocstat/libprocstat_internal.h +++ b/lib/libprocstat/libprocstat_internal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org> * All rights reserved. * diff --git a/lib/libprocstat/msdosfs.c b/lib/libprocstat/msdosfs.c index 84b437e6c95a8..87906423f9b6d 100644 --- a/lib/libprocstat/msdosfs.c +++ b/lib/libprocstat/msdosfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Peter Edwards * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libprocstat/smbfs.c b/lib/libprocstat/smbfs.c index 24d8acdd91bdb..86da07d62acd1 100644 --- a/lib/libprocstat/smbfs.c +++ b/lib/libprocstat/smbfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Stanislav Sedov <stas@FreeBSD.org> * All rights reserved. * diff --git a/lib/libprocstat/udf.c b/lib/libprocstat/udf.c index 90c369c8ff03b..6cf765ce0f5f1 100644 --- a/lib/libprocstat/udf.c +++ b/lib/libprocstat/udf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Stanislav Sedov <stas@FreeBSD.org> * All rights reserved. * diff --git a/lib/libprocstat/zfs.c b/lib/libprocstat/zfs.c index aa6d78e3f40c0..8beb902fb7f06 100644 --- a/lib/libprocstat/zfs.c +++ b/lib/libprocstat/zfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ulf Lilleengen * All rights reserved. * diff --git a/lib/libradius/radlib.c b/lib/libradius/radlib.c index 55c6f5cb04a17..836111de29ce4 100644 --- a/lib/libradius/radlib.c +++ b/lib/libradius/radlib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libradius/radlib.h b/lib/libradius/radlib.h index e9b7a87f123df..0d17f3c614668 100644 --- a/lib/libradius/radlib.h +++ b/lib/libradius/radlib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libradius/radlib_private.h b/lib/libradius/radlib_private.h index bfbbbd17ca897..858ce98c83463 100644 --- a/lib/libradius/radlib_private.h +++ b/lib/libradius/radlib_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libradius/radlib_vs.h b/lib/libradius/radlib_vs.h index 0acfb0e10e007..6b2d4c6486ed1 100644 --- a/lib/libradius/radlib_vs.h +++ b/lib/libradius/radlib_vs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Brian Somers <brian@Awfulhak.org> * All rights reserved. * diff --git a/lib/librpcsec_gss/rpcsec_gss.c b/lib/librpcsec_gss/rpcsec_gss.c index 60208810e4aa0..46beb69de790d 100644 --- a/lib/librpcsec_gss/rpcsec_gss.c +++ b/lib/librpcsec_gss/rpcsec_gss.c @@ -26,6 +26,8 @@ * $FreeBSD$ */ /* + SPDX-License-Identifier: BSD-3-Clause + auth_gss.c RPCSEC_GSS client routines. diff --git a/lib/librpcsec_gss/rpcsec_gss_conf.c b/lib/librpcsec_gss/rpcsec_gss_conf.c index 14e063c60d8f7..74bdfc58a6599 100644 --- a/lib/librpcsec_gss/rpcsec_gss_conf.c +++ b/lib/librpcsec_gss/rpcsec_gss_conf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/lib/librpcsec_gss/rpcsec_gss_int.h b/lib/librpcsec_gss/rpcsec_gss_int.h index d74191dde937a..e247d70fc3c56 100644 --- a/lib/librpcsec_gss/rpcsec_gss_int.h +++ b/lib/librpcsec_gss/rpcsec_gss_int.h @@ -1,4 +1,6 @@ /* + SPDX-License-Identifier: BSD-3-Clause + rpcsec_gss.h Copyright (c) 2000 The Regents of the University of Michigan. diff --git a/lib/librpcsec_gss/rpcsec_gss_misc.c b/lib/librpcsec_gss/rpcsec_gss_misc.c index e9d09dee22067..fe44b41764d76 100644 --- a/lib/librpcsec_gss/rpcsec_gss_misc.c +++ b/lib/librpcsec_gss/rpcsec_gss_misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/lib/librpcsec_gss/rpcsec_gss_prot.c b/lib/librpcsec_gss/rpcsec_gss_prot.c index 924ff9f92c6e1..08a00f6bdb97c 100644 --- a/lib/librpcsec_gss/rpcsec_gss_prot.c +++ b/lib/librpcsec_gss/rpcsec_gss_prot.c @@ -1,4 +1,6 @@ /* + SPDX-License-Identifier: BSD-3-Clause + rpcsec_gss_prot.c Copyright (c) 2000 The Regents of the University of Michigan. diff --git a/lib/librpcsec_gss/svc_rpcsec_gss.c b/lib/librpcsec_gss/svc_rpcsec_gss.c index 01a444b0df456..afb436db11ca7 100644 --- a/lib/librpcsec_gss/svc_rpcsec_gss.c +++ b/lib/librpcsec_gss/svc_rpcsec_gss.c @@ -25,7 +25,9 @@ * * $FreeBSD$ */ -/* +/*- + SPDX-License-Identifier: BSD-3-Clause + svc_rpcsec_gss.c Copyright (c) 2000 The Regents of the University of Michigan. diff --git a/lib/librpcsvc/yp_passwd.c b/lib/librpcsvc/yp_passwd.c index e7c59145fa2e0..b8d99a66ab59c 100644 --- a/lib/librpcsvc/yp_passwd.c +++ b/lib/librpcsvc/yp_passwd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/lib/librpcsvc/yp_update.c b/lib/librpcsvc/yp_update.c index 1d2848d4ea615..081ef4f547f75 100644 --- a/lib/librpcsvc/yp_update.c +++ b/lib/librpcsvc/yp_update.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/lib/librt/aio.c b/lib/librt/aio.c index 9aa0c6ee930f4..0ed791aed90fe 100644 --- a/lib/librt/aio.c +++ b/lib/librt/aio.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/librt/mq.c b/lib/librt/mq.c index 513fa72c14fb3..127e64e18f345 100644 --- a/lib/librt/mq.c +++ b/lib/librt/mq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/librt/sigev_thread.c b/lib/librt/sigev_thread.c index 2677a8e50589a..9ddac9d6633a6 100644 --- a/lib/librt/sigev_thread.c +++ b/lib/librt/sigev_thread.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/librt/sigev_thread.h b/lib/librt/sigev_thread.h index f94afa5461afa..cf968ebb9cf3c 100644 --- a/lib/librt/sigev_thread.h +++ b/lib/librt/sigev_thread.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/librt/timer.c b/lib/librt/timer.c index b5f775c797924..f7b5e4fd7e728 100644 --- a/lib/librt/timer.c +++ b/lib/librt/timer.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/librtld_db/rtld_db.c b/lib/librtld_db/rtld_db.c index d168d306f5cdb..4192f3ff9fc19 100644 --- a/lib/librtld_db/rtld_db.c +++ b/lib/librtld_db/rtld_db.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/librtld_db/rtld_db.h b/lib/librtld_db/rtld_db.h index 679748b311b1f..62dee73a0d097 100644 --- a/lib/librtld_db/rtld_db.h +++ b/lib/librtld_db/rtld_db.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/lib/libsdp/sdp-int.h b/lib/libsdp/sdp-int.h index d8a064d1e382d..4d4dd2bcddd9d 100644 --- a/lib/libsdp/sdp-int.h +++ b/lib/libsdp/sdp-int.h @@ -1,6 +1,8 @@ -/* +/*- * sdp-int.h * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libsdp/sdp.h b/lib/libsdp/sdp.h index 3bc144e79e0a6..8774a0ba8c888 100644 --- a/lib/libsdp/sdp.h +++ b/lib/libsdp/sdp.h @@ -1,6 +1,8 @@ -/* +/*- * sdp.h * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libsdp/search.c b/lib/libsdp/search.c index fa2a92d05a612..9fab2963a5fea 100644 --- a/lib/libsdp/search.c +++ b/lib/libsdp/search.c @@ -1,6 +1,8 @@ -/* +/*- * search.c * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libsdp/service.c b/lib/libsdp/service.c index 53c8909bb2f33..3309adefeb1f3 100644 --- a/lib/libsdp/service.c +++ b/lib/libsdp/service.c @@ -1,6 +1,8 @@ -/* +/*- * service.c * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libsdp/session.c b/lib/libsdp/session.c index a74ce5fea359f..52559585c22e7 100644 --- a/lib/libsdp/session.c +++ b/lib/libsdp/session.c @@ -1,6 +1,8 @@ -/* +/*- * session.c * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libsdp/util.c b/lib/libsdp/util.c index 5ef4a1dfd3769..8e3cfea2ea761 100644 --- a/lib/libsdp/util.c +++ b/lib/libsdp/util.c @@ -1,6 +1,8 @@ -/* +/*- * util.c * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/lib/libstdbuf/stdbuf.c b/lib/libstdbuf/stdbuf.c index 1b5d39a636139..e303605865f73 100644 --- a/lib/libstdbuf/stdbuf.c +++ b/lib/libstdbuf/stdbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Jeremie Le Hen <jlh@FreeBSD.org> * All rights reserved. * diff --git a/lib/libstdthreads/call_once.c b/lib/libstdthreads/call_once.c index 70ce8de1e9915..bb8618ce28188 100644 --- a/lib/libstdthreads/call_once.c +++ b/lib/libstdthreads/call_once.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libstdthreads/cnd.c b/lib/libstdthreads/cnd.c index 145960df84baf..a27d55d729a8a 100644 --- a/lib/libstdthreads/cnd.c +++ b/lib/libstdthreads/cnd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libstdthreads/mtx.c b/lib/libstdthreads/mtx.c index f38fbae5261eb..f009d19edf23c 100644 --- a/lib/libstdthreads/mtx.c +++ b/lib/libstdthreads/mtx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libstdthreads/thrd.c b/lib/libstdthreads/thrd.c index b0e36ef618fbe..82fcdce693c80 100644 --- a/lib/libstdthreads/thrd.c +++ b/lib/libstdthreads/thrd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libstdthreads/threads.h b/lib/libstdthreads/threads.h index 6f322a5af13e0..b274f7f8a68e8 100644 --- a/lib/libstdthreads/threads.h +++ b/lib/libstdthreads/threads.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libstdthreads/tss.c b/lib/libstdthreads/tss.c index ef78b4bd41f17..846ea7d4e2688 100644 --- a/lib/libstdthreads/tss.c +++ b/lib/libstdthreads/tss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c index d551bfe3d5d5a..c11674ff60d60 100644 --- a/lib/libtacplus/taclib.c +++ b/lib/libtacplus/taclib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001, 2002, Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libtacplus/taclib.h b/lib/libtacplus/taclib.h index 46b9a59d80a4a..7973a608c2ab6 100644 --- a/lib/libtacplus/taclib.h +++ b/lib/libtacplus/taclib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001, Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libtacplus/taclib_private.h b/lib/libtacplus/taclib_private.h index 2730023a632ac..f48a89ebf40f2 100644 --- a/lib/libtacplus/taclib_private.h +++ b/lib/libtacplus/taclib_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001, Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libthr/arch/amd64/include/pthread_md.h b/lib/libthr/arch/amd64/include/pthread_md.h index e4a0dd2fe44c4..1d393d9cbbed4 100644 --- a/lib/libthr/arch/amd64/include/pthread_md.h +++ b/lib/libthr/arch/amd64/include/pthread_md.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2003 David Xu <davidxu@freebsd.org> * Copyright (c) 2001 Daniel Eischen <deischen@freebsd.org> * All rights reserved. diff --git a/lib/libthr/arch/arm/include/pthread_md.h b/lib/libthr/arch/arm/include/pthread_md.h index 9ed4706120ad4..55d93d0853bce 100644 --- a/lib/libthr/arch/arm/include/pthread_md.h +++ b/lib/libthr/arch/arm/include/pthread_md.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org>. * All rights reserved. * diff --git a/lib/libthr/arch/i386/include/pthread_md.h b/lib/libthr/arch/i386/include/pthread_md.h index ba7b75ceb2dc3..7de8aa56203e6 100644 --- a/lib/libthr/arch/i386/include/pthread_md.h +++ b/lib/libthr/arch/i386/include/pthread_md.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Daniel Eischen <deischen@freebsd.org>. * Copyright (c) 2005 David Xu <davidxu@freebsd.org>. * All rights reserved. diff --git a/lib/libthr/arch/mips/include/pthread_md.h b/lib/libthr/arch/mips/include/pthread_md.h index 22aa3db7dd33d..433114010c24d 100644 --- a/lib/libthr/arch/mips/include/pthread_md.h +++ b/lib/libthr/arch/mips/include/pthread_md.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org>. * All rights reserved. * diff --git a/lib/libthr/arch/powerpc/include/pthread_md.h b/lib/libthr/arch/powerpc/include/pthread_md.h index 699233e175e50..a9923d7337d87 100644 --- a/lib/libthr/arch/powerpc/include/pthread_md.h +++ b/lib/libthr/arch/powerpc/include/pthread_md.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libthr/arch/sparc64/include/pthread_md.h b/lib/libthr/arch/sparc64/include/pthread_md.h index 35d8405b9d50d..85c5b7e80b168 100644 --- a/lib/libthr/arch/sparc64/include/pthread_md.h +++ b/lib/libthr/arch/sparc64/include/pthread_md.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder <jake@freebsd.org>. * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. diff --git a/lib/libthr/sys/thr_error.c b/lib/libthr/sys/thr_error.c index 852588a210922..922d818c3ca85 100644 --- a/lib/libthr/sys/thr_error.c +++ b/lib/libthr/sys/thr_error.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. diff --git a/lib/libthr/thread/thr_affinity.c b/lib/libthr/thread/thr_affinity.c index e76ca2aa0bd69..1a820b72b9f31 100644 --- a/lib/libthr/thread/thr_affinity.c +++ b/lib/libthr/thread/thr_affinity.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_attr.c b/lib/libthr/thread/thr_attr.c index a79048325104e..4a5b4afc93eee 100644 --- a/lib/libthr/thread/thr_attr.c +++ b/lib/libthr/thread/thr_attr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Craig Rodrigues <rodrigc@attbi.com>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_autoinit.c b/lib/libthr/thread/thr_autoinit.c index 7d9e52cc6ee46..d741f3cf1af73 100644 --- a/lib/libthr/thread/thr_autoinit.c +++ b/lib/libthr/thread/thr_autoinit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Alfred Perlstein <alfred@freebsd.org>. * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. diff --git a/lib/libthr/thread/thr_barrier.c b/lib/libthr/thread/thr_barrier.c index 2c47f13f2669e..890e8a60f719f 100644 --- a/lib/libthr/thread/thr_barrier.c +++ b/lib/libthr/thread/thr_barrier.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_barrierattr.c b/lib/libthr/thread/thr_barrierattr.c index acaa0594b34f7..66ba730502691 100644 --- a/lib/libthr/thread/thr_barrierattr.c +++ b/lib/libthr/thread/thr_barrierattr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Xu <davidxu@freebsd.org>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_cancel.c b/lib/libthr/thread/thr_cancel.c index c080931b40fb1..0f131497aac5f 100644 --- a/lib/libthr/thread/thr_cancel.c +++ b/lib/libthr/thread/thr_cancel.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_clean.c b/lib/libthr/thread/thr_clean.c index 62e3db20a4e08..5a93d94a7e5a5 100644 --- a/lib/libthr/thread/thr_clean.c +++ b/lib/libthr/thread/thr_clean.c @@ -1,4 +1,7 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * + * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_concurrency.c b/lib/libthr/thread/thr_concurrency.c index 24714e6cbd3d1..9f60dca1e445b 100644 --- a/lib/libthr/thread/thr_concurrency.c +++ b/lib/libthr/thread/thr_concurrency.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Sergey Osokin <osa@FreeBSD.org.ru>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_cond.c b/lib/libthr/thread/thr_cond.c index 64d075ca06fb5..9b6c787f9614a 100644 --- a/lib/libthr/thread/thr_cond.c +++ b/lib/libthr/thread/thr_cond.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (c) 2015 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libthr/thread/thr_condattr.c b/lib/libthr/thread/thr_condattr.c index 906ea778a8d5a..b98f695d7bce4 100644 --- a/lib/libthr/thread/thr_condattr.c +++ b/lib/libthr/thread/thr_condattr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index ee2c727cecee8..3f54f5c4c8d64 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Daniel M. Eischen <deischen@gdeb.com> * Copyright (c) 2005, David Xu <davidxu@freebsd.org> * All rights reserved. diff --git a/lib/libthr/thread/thr_detach.c b/lib/libthr/thread/thr_detach.c index f03731f2c7996..feac319d0df86 100644 --- a/lib/libthr/thread/thr_detach.c +++ b/lib/libthr/thread/thr_detach.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (C) 2003 Daniel M. Eischen <deischen@freebsd.org> * All rights reserved. diff --git a/lib/libthr/thread/thr_equal.c b/lib/libthr/thread/thr_equal.c index a9eed8c073786..8baed3b75c3f9 100644 --- a/lib/libthr/thread/thr_equal.c +++ b/lib/libthr/thread/thr_equal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_event.c b/lib/libthr/thread/thr_event.c index 982f86a626d89..977c0dacb7c7c 100644 --- a/lib/libthr/thread/thr_event.c +++ b/lib/libthr/thread/thr_event.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu * All rights reserved. * diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c index 1a34394e85207..03a2572903bbf 100644 --- a/lib/libthr/thread/thr_exit.c +++ b/lib/libthr/thread/thr_exit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. * diff --git a/lib/libthr/thread/thr_fork.c b/lib/libthr/thread/thr_fork.c index 1a646b008c8b6..5e63e6eec40b8 100644 --- a/lib/libthr/thread/thr_fork.c +++ b/lib/libthr/thread/thr_fork.c @@ -25,7 +25,9 @@ * SUCH DAMAGE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. * diff --git a/lib/libthr/thread/thr_getcpuclockid.c b/lib/libthr/thread/thr_getcpuclockid.c index 1ad6a08b2628e..20f63039ea89d 100644 --- a/lib/libthr/thread/thr_getcpuclockid.c +++ b/lib/libthr/thread/thr_getcpuclockid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_getprio.c b/lib/libthr/thread/thr_getprio.c index 033f4f557723b..a8d8d2bfe0170 100644 --- a/lib/libthr/thread/thr_getprio.c +++ b/lib/libthr/thread/thr_getprio.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_getschedparam.c b/lib/libthr/thread/thr_getschedparam.c index 04ff3991b9cc2..8301b4bf8743d 100644 --- a/lib/libthr/thread/thr_getschedparam.c +++ b/lib/libthr/thread/thr_getschedparam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_getthreadid_np.c b/lib/libthr/thread/thr_getthreadid_np.c index e7b496ea7a59c..3011307861ae4 100644 --- a/lib/libthr/thread/thr_getthreadid_np.c +++ b/lib/libthr/thread/thr_getthreadid_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jung-uk Kim <jkim@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libthr/thread/thr_info.c b/lib/libthr/thread/thr_info.c index 4e4f41eb9a866..d932bb0c7692d 100644 --- a/lib/libthr/thread/thr_info.c +++ b/lib/libthr/thread/thr_info.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. * diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c index 909f14236d172..65f7d111f73df 100644 --- a/lib/libthr/thread/thr_init.c +++ b/lib/libthr/thread/thr_init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Daniel M. Eischen <deischen@freebsd.org> * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. diff --git a/lib/libthr/thread/thr_join.c b/lib/libthr/thread/thr_join.c index 42bd74965eef2..f6136e479b522 100644 --- a/lib/libthr/thread/thr_join.c +++ b/lib/libthr/thread/thr_join.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_kern.c b/lib/libthr/thread/thr_kern.c index 64128b4382d70..77ccc68478286 100644 --- a/lib/libthr/thread/thr_kern.c +++ b/lib/libthr/thread/thr_kern.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (C) 2003 Daniel M. Eischen <deischen@freebsd.org> * All rights reserved. diff --git a/lib/libthr/thread/thr_kill.c b/lib/libthr/thread/thr_kill.c index 15928b1b91f68..59b8b1567011b 100644 --- a/lib/libthr/thread/thr_kill.c +++ b/lib/libthr/thread/thr_kill.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_list.c b/lib/libthr/thread/thr_list.c index 70b85bc80f7d8..530e49721a4b2 100644 --- a/lib/libthr/thread/thr_list.c +++ b/lib/libthr/thread/thr_list.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (C) 2003 Daniel M. Eischen <deischen@freebsd.org> * All rights reserved. diff --git a/lib/libthr/thread/thr_main_np.c b/lib/libthr/thread/thr_main_np.c index 9558adff27da6..7ce54bc9f1f01 100644 --- a/lib/libthr/thread/thr_main_np.c +++ b/lib/libthr/thread/thr_main_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alfred Perlstein * Author: Alfred Perlstein <alfred@FreeBSD.org> * All rights reserved. diff --git a/lib/libthr/thread/thr_multi_np.c b/lib/libthr/thread/thr_multi_np.c index 74379f55cc66b..59e782cc59b2e 100644 --- a/lib/libthr/thread/thr_multi_np.c +++ b/lib/libthr/thread/thr_multi_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 4ab7720b665b7..f3f815c996844 100644 --- a/lib/libthr/thread/thr_mutex.c +++ b/lib/libthr/thread/thr_mutex.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * Copyright (c) 2006 David Xu <davidxu@freebsd.org>. * Copyright (c) 2015, 2016 The FreeBSD Foundation diff --git a/lib/libthr/thread/thr_mutexattr.c b/lib/libthr/thread/thr_mutexattr.c index d8a86714905a3..5becec38ffbaf 100644 --- a/lib/libthr/thread/thr_mutexattr.c +++ b/lib/libthr/thread/thr_mutexattr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 Jeffrey Hsu <hsu@freebsd.org>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_once.c b/lib/libthr/thread/thr_once.c index 51aa8acfcc4ed..90778440b76e5 100644 --- a/lib/libthr/thread/thr_once.c +++ b/lib/libthr/thread/thr_once.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_printf.c b/lib/libthr/thread/thr_printf.c index d38ee1869c9e8..d757c8d2d6e27 100644 --- a/lib/libthr/thread/thr_printf.c +++ b/lib/libthr/thread/thr_printf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jonathan Mini <mini@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 4c9245e7b0501..285317d4bc280 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 Daniel M. Eischen <deischen@freebsd.org> * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. diff --git a/lib/libthr/thread/thr_pspinlock.c b/lib/libthr/thread/thr_pspinlock.c index 1c83b25b67de8..c71bdbb3f1960 100644 --- a/lib/libthr/thread/thr_pspinlock.c +++ b/lib/libthr/thread/thr_pspinlock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David Xu <davidxu@freebsd.org> * Copyright (c) 2016 The FreeBSD Foundation * All rights reserved. diff --git a/lib/libthr/thread/thr_resume_np.c b/lib/libthr/thread/thr_resume_np.c index b280cb1122744..125d70a595e90 100644 --- a/lib/libthr/thread/thr_resume_np.c +++ b/lib/libthr/thread/thr_resume_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_rtld.c b/lib/libthr/thread/thr_rtld.c index 6f5347de21511..3239a9dcfb18f 100644 --- a/lib/libthr/thread/thr_rtld.c +++ b/lib/libthr/thread/thr_rtld.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_rwlock.c b/lib/libthr/thread/thr_rwlock.c index 105b35c4219f1..139e74557a559 100644 --- a/lib/libthr/thread/thr_rwlock.c +++ b/lib/libthr/thread/thr_rwlock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Alex Nash * All rights reserved. * diff --git a/lib/libthr/thread/thr_rwlockattr.c b/lib/libthr/thread/thr_rwlockattr.c index 56174edead460..76013f59c307d 100644 --- a/lib/libthr/thread/thr_rwlockattr.c +++ b/lib/libthr/thread/thr_rwlockattr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Alex Nash * All rights reserved. * diff --git a/lib/libthr/thread/thr_self.c b/lib/libthr/thread/thr_self.c index 65ad631eafa69..eb7c197e4f291 100644 --- a/lib/libthr/thread/thr_self.c +++ b/lib/libthr/thread/thr_self.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_sem.c b/lib/libthr/thread/thr_sem.c index a8b02acca4463..66386764666a4 100644 --- a/lib/libthr/thread/thr_sem.c +++ b/lib/libthr/thread/thr_sem.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 David Xu <davidxu@freebsd.org>. * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. diff --git a/lib/libthr/thread/thr_setprio.c b/lib/libthr/thread/thr_setprio.c index 6f8a0098217f8..537b9b89f2012 100644 --- a/lib/libthr/thread/thr_setprio.c +++ b/lib/libthr/thread/thr_setprio.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_setschedparam.c b/lib/libthr/thread/thr_setschedparam.c index 4db09e759ec41..cf2c1f919e124 100644 --- a/lib/libthr/thread/thr_setschedparam.c +++ b/lib/libthr/thread/thr_setschedparam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_sig.c b/lib/libthr/thread/thr_sig.c index 978ae61eca6f9..576bc79de7951 100644 --- a/lib/libthr/thread/thr_sig.c +++ b/lib/libthr/thread/thr_sig.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_single_np.c b/lib/libthr/thread/thr_single_np.c index 32bc5869a8f1b..7aecfc93b3e34 100644 --- a/lib/libthr/thread/thr_single_np.c +++ b/lib/libthr/thread/thr_single_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_sleepq.c b/lib/libthr/thread/thr_sleepq.c index 5ecd6f9d3e247..05145a739681a 100644 --- a/lib/libthr/thread/thr_sleepq.c +++ b/lib/libthr/thread/thr_sleepq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_spec.c b/lib/libthr/thread/thr_spec.c index 303e34e4afe0f..97680b99dc836 100644 --- a/lib/libthr/thread/thr_spec.c +++ b/lib/libthr/thread/thr_spec.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_spinlock.c b/lib/libthr/thread/thr_spinlock.c index 51903a6948c95..8680a7229018c 100644 --- a/lib/libthr/thread/thr_spinlock.c +++ b/lib/libthr/thread/thr_spinlock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_stack.c b/lib/libthr/thread/thr_stack.c index 3510a74ab43f1..b08bafdd94176 100644 --- a/lib/libthr/thread/thr_stack.c +++ b/lib/libthr/thread/thr_stack.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Daniel Eischen <deischen@freebsd.org> * Copyright (c) 2000-2001 Jason Evans <jasone@freebsd.org> * All rights reserved. diff --git a/lib/libthr/thread/thr_suspend_np.c b/lib/libthr/thread/thr_suspend_np.c index 48d4bc1490639..2d68582623dd5 100644 --- a/lib/libthr/thread/thr_suspend_np.c +++ b/lib/libthr/thread/thr_suspend_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_switch_np.c b/lib/libthr/thread/thr_switch_np.c index 4380386e09f16..aad8641e48060 100644 --- a/lib/libthr/thread/thr_switch_np.c +++ b/lib/libthr/thread/thr_switch_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>. * All rights reserved. * diff --git a/lib/libthr/thread/thr_symbols.c b/lib/libthr/thread/thr_symbols.c index 9eef8db1a0a67..cee263c56826f 100644 --- a/lib/libthr/thread/thr_symbols.c +++ b/lib/libthr/thread/thr_symbols.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_syscalls.c b/lib/libthr/thread/thr_syscalls.c index 92d0c99d2831f..025dfc75fab6e 100644 --- a/lib/libthr/thread/thr_syscalls.c +++ b/lib/libthr/thread/thr_syscalls.c @@ -33,7 +33,9 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. * diff --git a/lib/libthr/thread/thr_umtx.c b/lib/libthr/thread/thr_umtx.c index 085e04e22dfbe..86e5a1f137802 100644 --- a/lib/libthr/thread/thr_umtx.c +++ b/lib/libthr/thread/thr_umtx.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_umtx.h b/lib/libthr/thread/thr_umtx.h index 5dae304528da7..1017214adb5c7 100644 --- a/lib/libthr/thread/thr_umtx.h +++ b/lib/libthr/thread/thr_umtx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthr/thread/thr_yield.c b/lib/libthr/thread/thr_yield.c index 1739495f1e093..0d666d52a5547 100644 --- a/lib/libthr/thread/thr_yield.c +++ b/lib/libthr/thread/thr_yield.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/lib/libthread_db/arch/amd64/libpthread_md.c b/lib/libthread_db/arch/amd64/libpthread_md.c index 624e650cacf0f..83ec8c1b03673 100644 --- a/lib/libthread_db/arch/amd64/libpthread_md.c +++ b/lib/libthread_db/arch/amd64/libpthread_md.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. diff --git a/lib/libthread_db/arch/arm/libpthread_md.c b/lib/libthread_db/arch/arm/libpthread_md.c index 086a3b530088a..34ebbf4c50463 100644 --- a/lib/libthread_db/arch/arm/libpthread_md.c +++ b/lib/libthread_db/arch/arm/libpthread_md.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Olivier Houchard * All rights reserved. * diff --git a/lib/libthread_db/arch/i386/libpthread_md.c b/lib/libthread_db/arch/i386/libpthread_md.c index 784c245d93eb1..e657bf984a6ff 100644 --- a/lib/libthread_db/arch/i386/libpthread_md.c +++ b/lib/libthread_db/arch/i386/libpthread_md.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthread_db/arch/mips/libpthread_md.c b/lib/libthread_db/arch/mips/libpthread_md.c index 6d4556fde7663..cef786a32887c 100644 --- a/lib/libthread_db/arch/mips/libpthread_md.c +++ b/lib/libthread_db/arch/mips/libpthread_md.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006-2007, Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libthread_db/arch/powerpc/libpthread_md.c b/lib/libthread_db/arch/powerpc/libpthread_md.c index fbe77f4dcbec1..a1302edcc278b 100644 --- a/lib/libthread_db/arch/powerpc/libpthread_md.c +++ b/lib/libthread_db/arch/powerpc/libpthread_md.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/lib/libthread_db/arch/sparc64/libpthread_md.c b/lib/libthread_db/arch/sparc64/libpthread_md.c index ffa67e9fde48d..d91ceaaa76bd5 100644 --- a/lib/libthread_db/arch/sparc64/libpthread_md.c +++ b/lib/libthread_db/arch/sparc64/libpthread_md.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * Copyright (c) 2011 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/lib/libthread_db/kse.h b/lib/libthread_db/kse.h index 9eb5449128443..e85aa0f493d38 100644 --- a/lib/libthread_db/kse.h +++ b/lib/libthread_db/kse.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Julian Elischer <julian@freebsd.org> * for the FreeBSD Foundation. * diff --git a/lib/libthread_db/libpthread_db.c b/lib/libthread_db/libpthread_db.c index 49dd98f64aaec..5e2453c760f6d 100644 --- a/lib/libthread_db/libpthread_db.c +++ b/lib/libthread_db/libpthread_db.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthread_db/libpthread_db.h b/lib/libthread_db/libpthread_db.h index 79f6aa5bcacbc..ec14298313d68 100644 --- a/lib/libthread_db/libpthread_db.h +++ b/lib/libthread_db/libpthread_db.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthread_db/libthr_db.c b/lib/libthread_db/libthr_db.c index c20394c7ef223..343467b5eb7bd 100644 --- a/lib/libthread_db/libthr_db.c +++ b/lib/libthread_db/libthr_db.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * Copyright (c) 2005 David Xu * All rights reserved. diff --git a/lib/libthread_db/thread_db.c b/lib/libthread_db/thread_db.c index 121855b73a247..0bf4276dc19c4 100644 --- a/lib/libthread_db/thread_db.c +++ b/lib/libthread_db/thread_db.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libthread_db/thread_db.h b/lib/libthread_db/thread_db.h index 8c30812a54b58..35f5c0683b8cf 100644 --- a/lib/libthread_db/thread_db.h +++ b/lib/libthread_db/thread_db.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. diff --git a/lib/libthread_db/thread_db_int.h b/lib/libthread_db/thread_db_int.h index 92ba6e5908eff..fe520d911222b 100644 --- a/lib/libthread_db/thread_db_int.h +++ b/lib/libthread_db/thread_db_int.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/lib/libufs/block.c b/lib/libufs/block.c index 89b4f6c5749dc..7accc8863693d 100644 --- a/lib/libufs/block.c +++ b/lib/libufs/block.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/cgroup.c b/lib/libufs/cgroup.c index dfb10d3feb94b..1c35e534fb239 100644 --- a/lib/libufs/cgroup.c +++ b/lib/libufs/cgroup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/inode.c b/lib/libufs/inode.c index 6d94582b3e549..161b7cdbca5c7 100644 --- a/lib/libufs/inode.c +++ b/lib/libufs/inode.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h index a16d82b604add..27ffc27ec4eb9 100644 --- a/lib/libufs/libufs.h +++ b/lib/libufs/libufs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/sblock.c b/lib/libufs/sblock.c index d6bec3ed182ec..06cf97d515817 100644 --- a/lib/libufs/sblock.c +++ b/lib/libufs/sblock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/type.c b/lib/libufs/type.c index 05904b9e40b3f..3fce7e26cec53 100644 --- a/lib/libufs/type.c +++ b/lib/libufs/type.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libugidfw/ugidfw.c b/lib/libugidfw/ugidfw.c index 7cd9ff0e6ee77..0c54b67ec1e4a 100644 --- a/lib/libugidfw/ugidfw.c +++ b/lib/libugidfw/ugidfw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2005 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libugidfw/ugidfw.h b/lib/libugidfw/ugidfw.h index 5b7fcf25a9f9d..107626c1aad42 100644 --- a/lib/libugidfw/ugidfw.h +++ b/lib/libugidfw/ugidfw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2004 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libulog/ulog.h b/lib/libulog/ulog.h index c5f6fa0cb416f..f29f275b9c78b 100644 --- a/lib/libulog/ulog.h +++ b/lib/libulog/ulog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libulog/ulog_login.c b/lib/libulog/ulog_login.c index a053328ac22db..7e86220cf5841 100644 --- a/lib/libulog/ulog_login.c +++ b/lib/libulog/ulog_login.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libulog/ulog_login_pseudo.c b/lib/libulog/ulog_login_pseudo.c index c7f306604cfdc..be69787403506 100644 --- a/lib/libulog/ulog_login_pseudo.c +++ b/lib/libulog/ulog_login_pseudo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libulog/utempter.c b/lib/libulog/utempter.c index 94495b0c50c97..9d8fc0b351698 100644 --- a/lib/libulog/utempter.c +++ b/lib/libulog/utempter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libulog/utempter.h b/lib/libulog/utempter.h index 0e0274cf04fb5..272fee81a318a 100644 --- a/lib/libulog/utempter.h +++ b/lib/libulog/utempter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h index 42f55ab5edaad..bc06780031748 100644 --- a/lib/libusb/libusb.h +++ b/lib/libusb/libusb.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb01.c b/lib/libusb/libusb01.c index 91ae6e2defab8..8b2031e0b8043 100644 --- a/lib/libusb/libusb01.c +++ b/lib/libusb/libusb01.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb10.c b/lib/libusb/libusb10.c index e7aeee54ffdd5..27dcd79e53b93 100644 --- a/lib/libusb/libusb10.c +++ b/lib/libusb/libusb10.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * diff --git a/lib/libusb/libusb10.h b/lib/libusb/libusb10.h index 86bf5e393dd75..e516de17b1e91 100644 --- a/lib/libusb/libusb10.h +++ b/lib/libusb/libusb10.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb10_desc.c b/lib/libusb/libusb10_desc.c index bbc3429f883f4..b0866a78b7911 100644 --- a/lib/libusb/libusb10_desc.c +++ b/lib/libusb/libusb10_desc.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb10_io.c b/lib/libusb/libusb10_io.c index a276231a652c5..e25b6a37d77d5 100644 --- a/lib/libusb/libusb10_io.c +++ b/lib/libusb/libusb10_io.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb20.c b/lib/libusb/libusb20.c index 91ed9d797afd3..1bad0ec168771 100644 --- a/lib/libusb/libusb20.c +++ b/lib/libusb/libusb20.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb20.h b/lib/libusb/libusb20.h index 6d1613e3e6493..a35cde59b6096 100644 --- a/lib/libusb/libusb20.h +++ b/lib/libusb/libusb20.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Hans Petter Selasky. All rights reserved. * Copyright (c) 2007-2008 Daniel Drake. All rights reserved. * Copyright (c) 2001 Johannes Erdfelt. All rights reserved. diff --git a/lib/libusb/libusb20_desc.c b/lib/libusb/libusb20_desc.c index c285193664ab8..517a2e5972c38 100644 --- a/lib/libusb/libusb20_desc.c +++ b/lib/libusb/libusb20_desc.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb20_desc.h b/lib/libusb/libusb20_desc.h index c5f085f30cff9..bb7724294cb4d 100644 --- a/lib/libusb/libusb20_desc.h +++ b/lib/libusb/libusb20_desc.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 2007-2008 Daniel Drake. All rights reserved. * Copyright (c) 2001 Johannes Erdfelt. All rights reserved. diff --git a/lib/libusb/libusb20_int.h b/lib/libusb/libusb20_int.h index 7a1c515dff290..9ba6359965b20 100644 --- a/lib/libusb/libusb20_int.h +++ b/lib/libusb/libusb20_int.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb20_ugen20.c b/lib/libusb/libusb20_ugen20.c index be2acee7e9e01..a4fac6067d070 100644 --- a/lib/libusb/libusb20_ugen20.c +++ b/lib/libusb/libusb20_ugen20.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/libusb_global_linux.h b/lib/libusb/libusb_global_linux.h index 13d344a92ea0f..3753a9fba309d 100644 --- a/lib/libusb/libusb_global_linux.h +++ b/lib/libusb/libusb_global_linux.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusb/usb.h b/lib/libusb/usb.h index d7bbaa5582799..1a71029e9c0e8 100644 --- a/lib/libusb/usb.h +++ b/lib/libusb/usb.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libusbhid/data.c b/lib/libusbhid/data.c index f607737522d7b..ae81bb321095f 100644 --- a/lib/libusbhid/data.c +++ b/lib/libusbhid/data.c @@ -1,6 +1,8 @@ /* $NetBSD: data.c,v 1.8 2000/04/02 11:10:53 augustss Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index 4ca9dd795d09a..329bbe9261b73 100644 --- a/lib/libusbhid/descr.c +++ b/lib/libusbhid/descr.c @@ -1,6 +1,8 @@ /* $NetBSD: descr.c,v 1.9 2000/09/24 02:13:24 augustss Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libusbhid/descr_compat.c b/lib/libusbhid/descr_compat.c index a38d8d705e04a..237319269a2c6 100644 --- a/lib/libusbhid/descr_compat.c +++ b/lib/libusbhid/descr_compat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index 7a2b3f41eea9b..885c72fe33b0f 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -1,6 +1,8 @@ /* $NetBSD: parse.c,v 1.11 2000/09/24 02:19:54 augustss Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999, 2001 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c index 3960dad8076a7..fba9c668bd334 100644 --- a/lib/libusbhid/usage.c +++ b/lib/libusbhid/usage.c @@ -1,6 +1,8 @@ /* $NetBSD: usage.c,v 1.8 2000/10/10 19:23:58 is Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libusbhid/usbhid.h b/lib/libusbhid/usbhid.h index 231ee1fe8a77c..971884ba8ee91 100644 --- a/lib/libusbhid/usbhid.h +++ b/lib/libusbhid/usbhid.h @@ -1,6 +1,8 @@ /* $NetBSD: usb.h,v 1.8 2000/08/13 22:22:02 augustss Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libusbhid/usbvar.h b/lib/libusbhid/usbvar.h index 2722a3783face..5072f4787e42a 100644 --- a/lib/libusbhid/usbvar.h +++ b/lib/libusbhid/usbvar.h @@ -1,6 +1,8 @@ /* $NetBSD: usbvar.h,v 1.2 1999/05/11 21:15:46 augustss Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> * All rights reserved. * diff --git a/lib/libutil/auth.c b/lib/libutil/auth.c index b57a784dc5e71..ddc8eec0fad3d 100644 --- a/lib/libutil/auth.c +++ b/lib/libutil/auth.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Simple authentication database handling code. * * Copyright (c) 1998 diff --git a/lib/libutil/expand_number.c b/lib/libutil/expand_number.c index 24bcc39a35e94..77db2266f5e2e 100644 --- a/lib/libutil/expand_number.c +++ b/lib/libutil/expand_number.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Eric Anderson <anderson@FreeBSD.org> * Copyright (c) 2007 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. diff --git a/lib/libutil/fparseln.c b/lib/libutil/fparseln.c index d03357eae95cf..436ec20186537 100644 --- a/lib/libutil/fparseln.c +++ b/lib/libutil/fparseln.c @@ -1,6 +1,8 @@ /* $NetBSD: fparseln.c,v 1.7 2007/03/08 19:57:53 drochner Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Christos Zoulas. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libutil/gr_util.c b/lib/libutil/gr_util.c index fcc08209e0cc4..796cbf021ded9 100644 --- a/lib/libutil/gr_util.c +++ b/lib/libutil/gr_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Sean C. Farley <scf@FreeBSD.org> * All rights reserved. * diff --git a/lib/libutil/hexdump.c b/lib/libutil/hexdump.c index 76b93ce7a3831..735204885108c 100644 --- a/lib/libutil/hexdump.c +++ b/lib/libutil/hexdump.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/lib/libutil/humanize_number.c b/lib/libutil/humanize_number.c index 675a969aaa1ed..5e8fe3dfd1883 100644 --- a/lib/libutil/humanize_number.c +++ b/lib/libutil/humanize_number.c @@ -1,6 +1,8 @@ /* $NetBSD: humanize_number.c,v 1.14 2008/04/28 20:22:59 martin Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc. * Copyright 2013 John-Mark Gurney <jmg@FreeBSD.org> * All rights reserved. diff --git a/lib/libutil/kinfo_getallproc.c b/lib/libutil/kinfo_getallproc.c index 8620f48545dc9..609d77a259ac7 100644 --- a/lib/libutil/kinfo_getallproc.c +++ b/lib/libutil/kinfo_getallproc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2009 Ulf Lilleengen * All rights reserved. diff --git a/lib/libutil/kinfo_getproc.c b/lib/libutil/kinfo_getproc.c index 496f71f555597..4d16b1c16a134 100644 --- a/lib/libutil/kinfo_getproc.c +++ b/lib/libutil/kinfo_getproc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ulf Lilleengen * All rights reserved. * diff --git a/lib/libutil/kld.c b/lib/libutil/kld.c index b4a6ab6d6fbf1..970ee50e2936c 100644 --- a/lib/libutil/kld.c +++ b/lib/libutil/kld.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index b20ffa291a904..bc9447055c07c 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 Peter Wemm <peter@FreeBSD.org>. * All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/lib/libutil/login_crypt.c b/lib/libutil/login_crypt.c index c65fc9b8328a8..b5ab10e6be85c 100644 --- a/lib/libutil/login_crypt.c +++ b/lib/libutil/login_crypt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Brian Fundakowski Feldman * All rights reserved. * diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index 92dc87fe710c6..ef082ba07d749 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libutil/pidfile.c b/lib/libutil/pidfile.c index 157a53c7448f6..21df5d2a27ede 100644 --- a/lib/libutil/pidfile.c +++ b/lib/libutil/pidfile.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * diff --git a/lib/libutil/property.c b/lib/libutil/property.c index a944f9d2fb238..f65a970e685bc 100644 --- a/lib/libutil/property.c +++ b/lib/libutil/property.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * * Simple property list handling code. * diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index 7e06408040827..4869bdfb15203 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 627d79b301c5f..c91f55f3161c5 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -1,4 +1,6 @@ -/*- +/*-- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/lib/libutil/quotafile.c b/lib/libutil/quotafile.c index 27444c2e31a50..2172a5b8e4309 100644 --- a/lib/libutil/quotafile.c +++ b/lib/libutil/quotafile.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Dag-Erling Coïdan Smørgrav * Copyright (c) 2008 Marshall Kirk McKusick * All rights reserved. diff --git a/lib/libutil/realhostname.c b/lib/libutil/realhostname.c index 87ac1dda85cbd..31dd1a50445c1 100644 --- a/lib/libutil/realhostname.c +++ b/lib/libutil/realhostname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Brian Somers <brian@Awfulhak.org> * All rights reserved. * diff --git a/lib/libutil/stub.c b/lib/libutil/stub.c index ec78a3503609a..55d6e0c45fba0 100644 --- a/lib/libutil/stub.c +++ b/lib/libutil/stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Brian Fundakowski Feldman * All rights reserved. * diff --git a/lib/libutil/trimdomain.c b/lib/libutil/trimdomain.c index 85c27e0a1c10c..a783070bcd8c8 100644 --- a/lib/libutil/trimdomain.c +++ b/lib/libutil/trimdomain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Brian Somers <brian@Awfulhak.org> * Based on original work by Atsushi Murai <amurai@FreeBSD.org> * All rights reserved. diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c index 424ac26651e1d..3bde858e6c6d9 100644 --- a/lib/libutil/uucplock.c +++ b/lib/libutil/uucplock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index fa130c580583c..f98f533acd1ca 100644 --- a/lib/libvgl/bitmap.c +++ b/lib/libvgl/bitmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index 9811650cc4a86..dc1b25cdaeec8 100644 --- a/lib/libvgl/keyboard.c +++ b/lib/libvgl/keyboard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 964d355377f98..b78ce6cd5255e 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 7d9465b1b5413..f38c4bf9f34eb 100644 --- a/lib/libvgl/mouse.c +++ b/lib/libvgl/mouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index 4ca90fc05a5aa..d66176d786a62 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 289dd01181c9d..a090b82432336 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 742a903c0763a..267c7a0f1673a 100644 --- a/lib/libvgl/vgl.h +++ b/lib/libvgl/vgl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1997 Søren Schmidt * All rights reserved. * diff --git a/lib/libvmmapi/vmmapi.c b/lib/libvmmapi/vmmapi.c index 9ba07d7e0b03c..b409c4f613036 100644 --- a/lib/libvmmapi/vmmapi.c +++ b/lib/libvmmapi/vmmapi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h index df3a81b5aad96..773c5995ffd75 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/lib/libvmmapi/vmmapi_freebsd.c b/lib/libvmmapi/vmmapi_freebsd.c index d8011845541b9..adb7717d19fe4 100644 --- a/lib/libvmmapi/vmmapi_freebsd.c +++ b/lib/libvmmapi/vmmapi_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/lib/liby/main.c b/lib/liby/main.c index 4301ca1f4a587..ee331e7ed86f0 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index 6cdcd603a062d..11718d97ed237 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libypclnt/ypclnt.h b/lib/libypclnt/ypclnt.h index 9cd204827726f..c41e10efbba4a 100644 --- a/lib/libypclnt/ypclnt.h +++ b/lib/libypclnt/ypclnt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libypclnt/ypclnt_connect.c b/lib/libypclnt/ypclnt_connect.c index 25d2f9ffb1c39..8b71c9314a3bb 100644 --- a/lib/libypclnt/ypclnt_connect.c +++ b/lib/libypclnt/ypclnt_connect.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libypclnt/ypclnt_error.c b/lib/libypclnt/ypclnt_error.c index a7d986f19dd9e..99cb7f703c5ea 100644 --- a/lib/libypclnt/ypclnt_error.c +++ b/lib/libypclnt/ypclnt_error.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libypclnt/ypclnt_free.c b/lib/libypclnt/ypclnt_free.c index f5e78a42054e6..ae2ba1cf8b7fc 100644 --- a/lib/libypclnt/ypclnt_free.c +++ b/lib/libypclnt/ypclnt_free.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libypclnt/ypclnt_get.c b/lib/libypclnt/ypclnt_get.c index 8a709719959ee..5d2015ae3719a 100644 --- a/lib/libypclnt/ypclnt_get.c +++ b/lib/libypclnt/ypclnt_get.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libypclnt/ypclnt_new.c b/lib/libypclnt/ypclnt_new.c index 650cfdd62f7ef..510f16c1405c9 100644 --- a/lib/libypclnt/ypclnt_new.c +++ b/lib/libypclnt/ypclnt_new.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/libypclnt/ypclnt_passwd.c b/lib/libypclnt/ypclnt_passwd.c index 86844eb48e99c..cbabb2ed456d7 100644 --- a/lib/libypclnt/ypclnt_passwd.c +++ b/lib/libypclnt/ypclnt_passwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/lib/msun/amd64/fenv.c b/lib/msun/amd64/fenv.c index 8b49b35c3eeca..bcb0ea7bda3e4 100644 --- a/lib/msun/amd64/fenv.c +++ b/lib/msun/amd64/fenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/arm/fenv.c b/lib/msun/arm/fenv.c index 16f1f48a24c85..a2250b6fe016a 100644 --- a/lib/msun/arm/fenv.c +++ b/lib/msun/arm/fenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * Copyright (c) 2013 Andrew Turner <andrew@FreeBSD.ORG> * All rights reserved. diff --git a/lib/msun/arm/fenv.h b/lib/msun/arm/fenv.h index 280532fc21759..1e1bcbcb417bb 100644 --- a/lib/msun/arm/fenv.h +++ b/lib/msun/arm/fenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/bsdsrc/b_exp.c b/lib/msun/bsdsrc/b_exp.c index 4400992795b6a..f922d02a03aa3 100644 --- a/lib/msun/bsdsrc/b_exp.c +++ b/lib/msun/bsdsrc/b_exp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/msun/bsdsrc/b_log.c b/lib/msun/bsdsrc/b_log.c index b5583f22d7e05..23dbde4edeaa8 100644 --- a/lib/msun/bsdsrc/b_log.c +++ b/lib/msun/bsdsrc/b_log.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c index 1d0af4432863b..832a729c20f8d 100644 --- a/lib/msun/bsdsrc/b_tgamma.c +++ b/lib/msun/bsdsrc/b_tgamma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/msun/bsdsrc/mathimpl.h b/lib/msun/bsdsrc/mathimpl.h index 04a4b6e3d788d..abf2996586155 100644 --- a/lib/msun/bsdsrc/mathimpl.h +++ b/lib/msun/bsdsrc/mathimpl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/msun/i387/fenv.c b/lib/msun/i387/fenv.c index 6f51ba24a0f74..80cfa1e8f2c4d 100644 --- a/lib/msun/i387/fenv.c +++ b/lib/msun/i387/fenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/i387/invtrig.c b/lib/msun/i387/invtrig.c index fac2d05c26621..425a2d14d7e80 100644 --- a/lib/msun/i387/invtrig.c +++ b/lib/msun/i387/invtrig.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld128/invtrig.c b/lib/msun/ld128/invtrig.c index 4ceca8a4558ae..ab93732c8dc82 100644 --- a/lib/msun/ld128/invtrig.c +++ b/lib/msun/ld128/invtrig.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld128/invtrig.h b/lib/msun/ld128/invtrig.h index 12f598be283dd..423b568470313 100644 --- a/lib/msun/ld128/invtrig.h +++ b/lib/msun/ld128/invtrig.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld128/k_expl.h b/lib/msun/ld128/k_expl.h index e0a48fc2093ff..38a9cb98b33d3 100644 --- a/lib/msun/ld128/k_expl.h +++ b/lib/msun/ld128/k_expl.h @@ -1,6 +1,8 @@ /* from: FreeBSD: head/lib/msun/ld128/s_expl.c 251345 2013-06-03 20:09:22Z kargl */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/ld128/s_exp2l.c b/lib/msun/ld128/s_exp2l.c index 5afa37e582228..ee3d2c782cf88 100644 --- a/lib/msun/ld128/s_exp2l.c +++ b/lib/msun/ld128/s_exp2l.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld128/s_expl.c b/lib/msun/ld128/s_expl.c index a6a9676750336..f624d5143902e 100644 --- a/lib/msun/ld128/s_expl.c +++ b/lib/msun/ld128/s_expl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/ld128/s_logl.c b/lib/msun/ld128/s_logl.c index 391d623fcd55f..01ad3d8d8669c 100644 --- a/lib/msun/ld128/s_logl.c +++ b/lib/msun/ld128/s_logl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2013 Bruce D. Evans * All rights reserved. * diff --git a/lib/msun/ld128/s_nanl.c b/lib/msun/ld128/s_nanl.c index 0f74a1312a79c..45d10e5a88711 100644 --- a/lib/msun/ld128/s_nanl.c +++ b/lib/msun/ld128/s_nanl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 David Schultz * All rights reserved. * diff --git a/lib/msun/ld80/invtrig.c b/lib/msun/ld80/invtrig.c index 06d0092f16a79..5c8047857dab2 100644 --- a/lib/msun/ld80/invtrig.c +++ b/lib/msun/ld80/invtrig.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld80/invtrig.h b/lib/msun/ld80/invtrig.h index fe30c01b72737..be06a044bdbf2 100644 --- a/lib/msun/ld80/invtrig.h +++ b/lib/msun/ld80/invtrig.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld80/k_expl.h b/lib/msun/ld80/k_expl.h index 1c2213e023da4..2d803ea647ed1 100644 --- a/lib/msun/ld80/k_expl.h +++ b/lib/msun/ld80/k_expl.h @@ -1,6 +1,8 @@ /* from: FreeBSD: head/lib/msun/ld80/s_expl.c 251343 2013-06-03 19:51:32Z kargl */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/ld80/s_exp2l.c b/lib/msun/ld80/s_exp2l.c index 8730f13971867..421d6e2e04b4a 100644 --- a/lib/msun/ld80/s_exp2l.c +++ b/lib/msun/ld80/s_exp2l.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/ld80/s_expl.c b/lib/msun/ld80/s_expl.c index 3147d358788d3..d28b7dd0317cb 100644 --- a/lib/msun/ld80/s_expl.c +++ b/lib/msun/ld80/s_expl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/ld80/s_logl.c b/lib/msun/ld80/s_logl.c index e0daed740de86..0a220f2a24032 100644 --- a/lib/msun/ld80/s_logl.c +++ b/lib/msun/ld80/s_logl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2013 Bruce D. Evans * All rights reserved. * diff --git a/lib/msun/ld80/s_nanl.c b/lib/msun/ld80/s_nanl.c index bbfd29537c30a..ffc835a10e65e 100644 --- a/lib/msun/ld80/s_nanl.c +++ b/lib/msun/ld80/s_nanl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 David Schultz * All rights reserved. * diff --git a/lib/msun/mips/fenv.c b/lib/msun/mips/fenv.c index a5a5c03d3a746..7fac8ab53b511 100644 --- a/lib/msun/mips/fenv.c +++ b/lib/msun/mips/fenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/mips/fenv.h b/lib/msun/mips/fenv.h index f11499806bea7..94639d5246997 100644 --- a/lib/msun/mips/fenv.h +++ b/lib/msun/mips/fenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/powerpc/fenv.c b/lib/msun/powerpc/fenv.c index 3f4801bbd81b8..b7e611ed99a03 100644 --- a/lib/msun/powerpc/fenv.c +++ b/lib/msun/powerpc/fenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/powerpc/fenv.h b/lib/msun/powerpc/fenv.h index 33de3750a93a4..27354e14f0f24 100644 --- a/lib/msun/powerpc/fenv.h +++ b/lib/msun/powerpc/fenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/sparc64/fenv.c b/lib/msun/sparc64/fenv.c index c4d3e5de67ccc..802587582fd4f 100644 --- a/lib/msun/sparc64/fenv.c +++ b/lib/msun/sparc64/fenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/sparc64/fenv.h b/lib/msun/sparc64/fenv.h index 0faf08d450b8b..d427023235804 100644 --- a/lib/msun/sparc64/fenv.h +++ b/lib/msun/sparc64/fenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/catrig.c b/lib/msun/src/catrig.c index ba5cbf5e89750..6ca35af15ff9d 100644 --- a/lib/msun/src/catrig.c +++ b/lib/msun/src/catrig.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/catrigf.c b/lib/msun/src/catrigf.c index 3067d314b9105..9533aab71751e 100644 --- a/lib/msun/src/catrigf.c +++ b/lib/msun/src/catrigf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/e_remainderl.c b/lib/msun/src/e_remainderl.c index 03327b8e6d9ef..4a6786309f2f1 100644 --- a/lib/msun/src/e_remainderl.c +++ b/lib/msun/src/e_remainderl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/e_sqrtl.c b/lib/msun/src/e_sqrtl.c index 92b84def8d571..565d963963c1d 100644 --- a/lib/msun/src/e_sqrtl.c +++ b/lib/msun/src/e_sqrtl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/fenv-softfloat.h b/lib/msun/src/fenv-softfloat.h index 48c12772f0de0..014d1276922a4 100644 --- a/lib/msun/src/fenv-softfloat.h +++ b/lib/msun/src/fenv-softfloat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/imprecise.c b/lib/msun/src/imprecise.c index 08cd239806034..c6a16ed8f668f 100644 --- a/lib/msun/src/imprecise.c +++ b/lib/msun/src/imprecise.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/lib/msun/src/k_exp.c b/lib/msun/src/k_exp.c index ecef54c0f3c1a..c6dfc953c39d1 100644 --- a/lib/msun/src/k_exp.c +++ b/lib/msun/src/k_exp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/k_expf.c b/lib/msun/src/k_expf.c index f8c254d1d5bba..5b0993f9b1bd4 100644 --- a/lib/msun/src/k_expf.c +++ b/lib/msun/src/k_expf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_carg.c b/lib/msun/src/s_carg.c index ea1a0d7716361..1611b9de3387f 100644 --- a/lib/msun/src/s_carg.c +++ b/lib/msun/src/s_carg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_cargf.c b/lib/msun/src/s_cargf.c index 90232d048faa6..71c705daa0c99 100644 --- a/lib/msun/src/s_cargf.c +++ b/lib/msun/src/s_cargf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_cargl.c b/lib/msun/src/s_cargl.c index 0555083201aac..96c3336bd1c25 100644 --- a/lib/msun/src/s_cargl.c +++ b/lib/msun/src/s_cargl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_ccosh.c b/lib/msun/src/s_ccosh.c index 2843198c35710..db6f108a429ef 100644 --- a/lib/msun/src/s_ccosh.c +++ b/lib/msun/src/s_ccosh.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_ccoshf.c b/lib/msun/src/s_ccoshf.c index eeed92f8cf465..3e3d242e346af 100644 --- a/lib/msun/src/s_ccoshf.c +++ b/lib/msun/src/s_ccoshf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_cexp.c b/lib/msun/src/s_cexp.c index 9e11d515a68fe..2ef8ba1972ca0 100644 --- a/lib/msun/src/s_cexp.c +++ b/lib/msun/src/s_cexp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_cexpf.c b/lib/msun/src/s_cexpf.c index 0138cd1e83fb1..b815c99af89ff 100644 --- a/lib/msun/src/s_cexpf.c +++ b/lib/msun/src/s_cexpf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_cimag.c b/lib/msun/src/s_cimag.c index cbf6720bdd82d..1f383cb2aae67 100644 --- a/lib/msun/src/s_cimag.c +++ b/lib/msun/src/s_cimag.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_cimagf.c b/lib/msun/src/s_cimagf.c index 4e483a2a7f750..86a43c1169876 100644 --- a/lib/msun/src/s_cimagf.c +++ b/lib/msun/src/s_cimagf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_cimagl.c b/lib/msun/src/s_cimagl.c index c50e967b73ec2..6d879505820a2 100644 --- a/lib/msun/src/s_cimagl.c +++ b/lib/msun/src/s_cimagl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_conj.c b/lib/msun/src/s_conj.c index d0dd05133f29b..dc56f48b217b0 100644 --- a/lib/msun/src/s_conj.c +++ b/lib/msun/src/s_conj.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_conjf.c b/lib/msun/src/s_conjf.c index c4cf127f8c221..3fd8b8f02c6a2 100644 --- a/lib/msun/src/s_conjf.c +++ b/lib/msun/src/s_conjf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_conjl.c b/lib/msun/src/s_conjl.c index a4604b6fd1667..d2f8d0fd3700f 100644 --- a/lib/msun/src/s_conjl.c +++ b/lib/msun/src/s_conjl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_copysignl.c b/lib/msun/src/s_copysignl.c index 8d39f841db201..bd6744705587a 100644 --- a/lib/msun/src/s_copysignl.c +++ b/lib/msun/src/s_copysignl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_cosl.c b/lib/msun/src/s_cosl.c index 22e74cf675a4a..46a2e8620a223 100644 --- a/lib/msun/src/s_cosl.c +++ b/lib/msun/src/s_cosl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_cproj.c b/lib/msun/src/s_cproj.c index 2f0db6e6151e3..220b4c83fe312 100644 --- a/lib/msun/src/s_cproj.c +++ b/lib/msun/src/s_cproj.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_cprojf.c b/lib/msun/src/s_cprojf.c index bd27bdcb0b515..af4c3a80ce5ef 100644 --- a/lib/msun/src/s_cprojf.c +++ b/lib/msun/src/s_cprojf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_cprojl.c b/lib/msun/src/s_cprojl.c index 5cccc9170811e..16df514f36714 100644 --- a/lib/msun/src/s_cprojl.c +++ b/lib/msun/src/s_cprojl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_creal.c b/lib/msun/src/s_creal.c index 3295ff281b03c..69a10f2790df5 100644 --- a/lib/msun/src/s_creal.c +++ b/lib/msun/src/s_creal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_crealf.c b/lib/msun/src/s_crealf.c index 5819b86b790fd..83e4d4632dc1b 100644 --- a/lib/msun/src/s_crealf.c +++ b/lib/msun/src/s_crealf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_creall.c b/lib/msun/src/s_creall.c index e4946f9fd0885..538b7d53d1918 100644 --- a/lib/msun/src/s_creall.c +++ b/lib/msun/src/s_creall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder * All rights reserved. * diff --git a/lib/msun/src/s_csinh.c b/lib/msun/src/s_csinh.c index 7af363454b582..1a32bf99b8123 100644 --- a/lib/msun/src/s_csinh.c +++ b/lib/msun/src/s_csinh.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_csinhf.c b/lib/msun/src/s_csinhf.c index c9d9d3c911daf..03c2082df2079 100644 --- a/lib/msun/src/s_csinhf.c +++ b/lib/msun/src/s_csinhf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_csqrt.c b/lib/msun/src/s_csqrt.c index 75e12d8a49401..807532d2ae09c 100644 --- a/lib/msun/src/s_csqrt.c +++ b/lib/msun/src/s_csqrt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_csqrtf.c b/lib/msun/src/s_csqrtf.c index 7ee513f2d760d..e7a2f68b4283e 100644 --- a/lib/msun/src/s_csqrtf.c +++ b/lib/msun/src/s_csqrtf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_csqrtl.c b/lib/msun/src/s_csqrtl.c index 01cc4090e9640..d46fca7f4857e 100644 --- a/lib/msun/src/s_csqrtl.c +++ b/lib/msun/src/s_csqrtl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_ctanh.c b/lib/msun/src/s_ctanh.c index f5b9bdd9d5f80..c8ecd5d713f77 100644 --- a/lib/msun/src/s_ctanh.c +++ b/lib/msun/src/s_ctanh.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Schultz * All rights reserved. * diff --git a/lib/msun/src/s_ctanhf.c b/lib/msun/src/s_ctanhf.c index 520bf77d6d5ce..cc4ab41c861f0 100644 --- a/lib/msun/src/s_ctanhf.c +++ b/lib/msun/src/s_ctanhf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David Schultz * All rights reserved. * diff --git a/lib/msun/src/s_exp2.c b/lib/msun/src/s_exp2.c index 5cf2e15bd259e..bc36e5564a8e4 100644 --- a/lib/msun/src/s_exp2.c +++ b/lib/msun/src/s_exp2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_exp2f.c b/lib/msun/src/s_exp2f.c index 9ac7c1f6cac2a..c082924af5d34 100644 --- a/lib/msun/src/s_exp2f.c +++ b/lib/msun/src/s_exp2f.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fabsl.c b/lib/msun/src/s_fabsl.c index 29831d2d24fd0..5076d8a9b4d3e 100644 --- a/lib/msun/src/s_fabsl.c +++ b/lib/msun/src/s_fabsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Dag-Erling Smørgrav * All rights reserved. * diff --git a/lib/msun/src/s_fdim.c b/lib/msun/src/s_fdim.c index 2f347fda6fe0c..c40c3e9d32aeb 100644 --- a/lib/msun/src/s_fdim.c +++ b/lib/msun/src/s_fdim.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fma.c b/lib/msun/src/s_fma.c index b1066c20a15f1..41a6424fdf7f8 100644 --- a/lib/msun/src/s_fma.c +++ b/lib/msun/src/s_fma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fmaf.c b/lib/msun/src/s_fmaf.c index 3695823f83142..389cf1b11bee6 100644 --- a/lib/msun/src/s_fmaf.c +++ b/lib/msun/src/s_fmaf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fmal.c b/lib/msun/src/s_fmal.c index d435f4f451fdd..a379346c171f0 100644 --- a/lib/msun/src/s_fmal.c +++ b/lib/msun/src/s_fmal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fmax.c b/lib/msun/src/s_fmax.c index 77e27bec9bf73..0c234bcc5f7f0 100644 --- a/lib/msun/src/s_fmax.c +++ b/lib/msun/src/s_fmax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fmaxf.c b/lib/msun/src/s_fmaxf.c index 423da54517e83..8e9d1baf3e8e3 100644 --- a/lib/msun/src/s_fmaxf.c +++ b/lib/msun/src/s_fmaxf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fmaxl.c b/lib/msun/src/s_fmaxl.c index 0ac48a976cc44..c0d7c88325c73 100644 --- a/lib/msun/src/s_fmaxl.c +++ b/lib/msun/src/s_fmaxl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fmin.c b/lib/msun/src/s_fmin.c index 5545ff2fa1c00..d7f24c121fb28 100644 --- a/lib/msun/src/s_fmin.c +++ b/lib/msun/src/s_fmin.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fminf.c b/lib/msun/src/s_fminf.c index 76a5c76a997da..258316725ddd6 100644 --- a/lib/msun/src/s_fminf.c +++ b/lib/msun/src/s_fminf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_fminl.c b/lib/msun/src/s_fminl.c index f9d3ebb058524..97604b38b487c 100644 --- a/lib/msun/src/s_fminl.c +++ b/lib/msun/src/s_fminl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_frexpl.c b/lib/msun/src/s_frexpl.c index d34f55d9f4f80..66e284fdd07dd 100644 --- a/lib/msun/src/s_frexpl.c +++ b/lib/msun/src/s_frexpl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_isfinite.c b/lib/msun/src/s_isfinite.c index c9d1bd7a1347d..838d8b2e9d707 100644 --- a/lib/msun/src/s_isfinite.c +++ b/lib/msun/src/s_isfinite.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_isnan.c b/lib/msun/src/s_isnan.c index a54ded3fe44c1..249c006157487 100644 --- a/lib/msun/src/s_isnan.c +++ b/lib/msun/src/s_isnan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_isnormal.c b/lib/msun/src/s_isnormal.c index 49f2a74346b37..eb57c8a37b1ef 100644 --- a/lib/msun/src/s_isnormal.c +++ b/lib/msun/src/s_isnormal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_lrint.c b/lib/msun/src/s_lrint.c index 27ff5ffbbb9b0..ad9b978fa8f42 100644 --- a/lib/msun/src/s_lrint.c +++ b/lib/msun/src/s_lrint.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_lround.c b/lib/msun/src/s_lround.c index 3cff4898ab4f2..0cd3b3e6ba767 100644 --- a/lib/msun/src/s_lround.c +++ b/lib/msun/src/s_lround.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_modfl.c b/lib/msun/src/s_modfl.c index 3dcdf86c17ff1..2d83bbe339df8 100644 --- a/lib/msun/src/s_modfl.c +++ b/lib/msun/src/s_modfl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_nan.c b/lib/msun/src/s_nan.c index 890f4714f6ef6..659e981797703 100644 --- a/lib/msun/src/s_nan.c +++ b/lib/msun/src/s_nan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 David Schultz * All rights reserved. * diff --git a/lib/msun/src/s_nearbyint.c b/lib/msun/src/s_nearbyint.c index 063f8d7365f9b..796dbaf984439 100644 --- a/lib/msun/src/s_nearbyint.c +++ b/lib/msun/src/s_nearbyint.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_rintl.c b/lib/msun/src/s_rintl.c index b43df89f53f39..1e9824d83b491 100644 --- a/lib/msun/src/s_rintl.c +++ b/lib/msun/src/s_rintl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_round.c b/lib/msun/src/s_round.c index fab3019b4cef5..ca25f8efd5ec4 100644 --- a/lib/msun/src/s_round.c +++ b/lib/msun/src/s_round.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_roundf.c b/lib/msun/src/s_roundf.c index e7e2eb928cf0e..5bbf6b33b6312 100644 --- a/lib/msun/src/s_roundf.c +++ b/lib/msun/src/s_roundf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_roundl.c b/lib/msun/src/s_roundl.c index 2d15e134f6468..8d1c02a7f8406 100644 --- a/lib/msun/src/s_roundl.c +++ b/lib/msun/src/s_roundl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_scalbln.c b/lib/msun/src/s_scalbln.c index 5e4e42e9dcf09..c27420c9297b9 100644 --- a/lib/msun/src/s_scalbln.c +++ b/lib/msun/src/s_scalbln.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/src/s_signbit.c b/lib/msun/src/s_signbit.c index 01eb3ab8b2e62..123bcbc6471bf 100644 --- a/lib/msun/src/s_signbit.c +++ b/lib/msun/src/s_signbit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/lib/msun/src/s_sinl.c b/lib/msun/src/s_sinl.c index f454f8f9b5af7..f1ef84c8cae75 100644 --- a/lib/msun/src/s_sinl.c +++ b/lib/msun/src/s_sinl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_tanl.c b/lib/msun/src/s_tanl.c index eadc8375dc743..0c5228ec8f9ed 100644 --- a/lib/msun/src/s_tanl.c +++ b/lib/msun/src/s_tanl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Steven G. Kargl * All rights reserved. * diff --git a/lib/msun/src/s_tgammaf.c b/lib/msun/src/s_tgammaf.c index 9993d91aae6b4..1fd46e8098d31 100644 --- a/lib/msun/src/s_tgammaf.c +++ b/lib/msun/src/s_tgammaf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/msun/x86/fenv.h b/lib/msun/x86/fenv.h index a4e452d5e4659..a4270be8d6da2 100644 --- a/lib/msun/x86/fenv.h +++ b/lib/msun/x86/fenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * diff --git a/lib/ncurses/ncurses/pathnames.h b/lib/ncurses/ncurses/pathnames.h index dde6cc9d8543d..b0af258b6c45b 100644 --- a/lib/ncurses/ncurses/pathnames.h +++ b/lib/ncurses/ncurses/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/ncurses/ncurses/termcap.c b/lib/ncurses/ncurses/termcap.c index 085cc484c858d..1736d4fe29e95 100644 --- a/lib/ncurses/ncurses/termcap.c +++ b/lib/ncurses/ncurses/termcap.c @@ -27,7 +27,9 @@ #include <term_entry.h> /* The rest is from BSD */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index a3dbb8e06805e..a689a5ac139f2 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1984, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 4420f00f7a128..c9d490d2cf6ec 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 485afe5b06b79..ff8d5046a5775 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/fingerd/pathnames.h b/libexec/fingerd/pathnames.h index 0a9154112eca1..5f70e892e5b8d 100644 --- a/libexec/fingerd/pathnames.h +++ b/libexec/fingerd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 9d56cb235b4c6..80d24b46d2e43 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 8d4e3bdeae2fb..43718a44191fd 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index badabacb348b9..38fc9ebb47780 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 9beade307044a..0ae48dd4cd7b0 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 2083034986542..47dc25a5dfe73 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 2dad033f0419c..082b2270a9532 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index c7b73a87236e7..9ee77f06eeda5 100644 --- a/libexec/getty/extern.h +++ b/libexec/getty/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 83b17f0137406..2d3972e3bc105 100644 --- a/libexec/getty/gettytab.h +++ b/libexec/getty/gettytab.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/getty/init.c b/libexec/getty/init.c index a7077a3326655..cac81fb072ddf 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 9b2c964873bf1..61e13ba2cad60 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index df59a2ca85cf2..749875a6d183c 100644 --- a/libexec/getty/pathnames.h +++ b/libexec/getty/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 2496b4c40b2f9..3d8a658c17b37 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index b4a39cbc12ec0..d340142aad90b 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 7918ae2e95f03..c1cf98cb27658 100644 --- a/libexec/mknetid/hash.h +++ b/libexec/mknetid/hash.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 66868664c3c51..3a39b4b3e6758 100644 --- a/libexec/mknetid/mknetid.c +++ b/libexec/mknetid/mknetid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index 6244a8c6847e2..e876bd9f2ff07 100644 --- a/libexec/mknetid/parse_group.c +++ b/libexec/mknetid/parse_group.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c index bfe20adc426ea..0edcc06ccf7ed 100644 --- a/libexec/rbootd/bpf.c +++ b/libexec/rbootd/bpf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index 32b8782745485..af46f53c3c884 100644 --- a/libexec/rbootd/conf.c +++ b/libexec/rbootd/conf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/defs.h b/libexec/rbootd/defs.h index ebf82439cf762..4c082cbbfc780 100644 --- a/libexec/rbootd/defs.h +++ b/libexec/rbootd/defs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index 58b9ac5d6a4b1..9585e87185c66 100644 --- a/libexec/rbootd/parseconf.c +++ b/libexec/rbootd/parseconf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/pathnames.h b/libexec/rbootd/pathnames.h index 54f8c67bf3a30..49412a9eb0f41 100644 --- a/libexec/rbootd/pathnames.h +++ b/libexec/rbootd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index de142f17fbec6..3bc02ec9cb80f 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rmp.h b/libexec/rbootd/rmp.h index 09b67eedce01b..0e8d17532ec0e 100644 --- a/libexec/rbootd/rmp.h +++ b/libexec/rbootd/rmp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rmp_var.h b/libexec/rbootd/rmp_var.h index fdaacf7c7c514..8c5201295ccc7 100644 --- a/libexec/rbootd/rmp_var.h +++ b/libexec/rbootd/rmp_var.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index aa4be56472224..26f4a069581e7 100644 --- a/libexec/rbootd/rmpproto.c +++ b/libexec/rbootd/rmpproto.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index 81ef584813bc9..f5c2d62d30d7f 100644 --- a/libexec/rbootd/utils.c +++ b/libexec/rbootd/utils.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index 1180080235519..2dd1a3f91d74b 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index 2485901ed68e2..b12c91e8d293b 100644 --- a/libexec/revnetgroup/hash.h +++ b/libexec/revnetgroup/hash.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index b891481438942..a1e954164ea96 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 505c482b3be88..11fba515a7ba5 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index bb74eb8060246..6a6b09b9ae0c4 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * diff --git a/libexec/rpc.rusersd/extern.h b/libexec/rpc.rusersd/extern.h index ac91526318ed5..8c2fef55755f9 100644 --- a/libexec/rpc.rusersd/extern.h +++ b/libexec/rpc.rusersd/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c index 51e9a4dc0fafc..bfb65dadb0048 100644 --- a/libexec/rpc.rusersd/rusers_proc.c +++ b/libexec/rpc.rusersd/rusers_proc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index 2a1e7bdadb312..e1e77398c8fff 100644 --- a/libexec/rpc.rusersd/rusersd.c +++ b/libexec/rpc.rusersd/rusersd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index a277d87f3b6c9..5aa3e07b3fcba 100644 --- a/libexec/rtld-elf/malloc.c +++ b/libexec/rtld-elf/malloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * diff --git a/libexec/rtld-elf/rtld_printf.c b/libexec/rtld-elf/rtld_printf.c index 9d945dc3b2608..761d69c5b85d0 100644 --- a/libexec/rtld-elf/rtld_printf.c +++ b/libexec/rtld-elf/rtld_printf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index 00c01ac6d7354..9cf326669998b 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 9a749618ff70b..4d10329dd7f81 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index 742043f8ceb03..2bd22a1becb2f 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 30200c45e9971..ed1560f86ff8c 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index a444fe7c9ed30..984afbce905a4 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 26d81051ab5ac..e8ae35506ae3f 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ypxfr/yp_dbwrite.c b/libexec/ypxfr/yp_dbwrite.c index 488f9e4ad4462..120e6748b6099 100644 --- a/libexec/ypxfr/yp_dbwrite.c +++ b/libexec/ypxfr/yp_dbwrite.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index f843b645b6dd1..6929bf38f27ed 100644 --- a/libexec/ypxfr/ypxfr_extern.h +++ b/libexec/ypxfr/ypxfr_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 1bde10efe3d48..5fc45b327d858 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index 03ebbe12fcaff..d7eb75a94c510 100644 --- a/libexec/ypxfr/ypxfr_main.c +++ b/libexec/ypxfr/ypxfr_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index 323fd53cf9cde..3ee3ff58b8d54 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index a5ac92da578d3..2358b68b9be25 100644 --- a/libexec/ypxfr/ypxfrd_getmap.c +++ b/libexec/ypxfr/ypxfrd_getmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/release/picobsd/tinyware/login/pathnames.h b/release/picobsd/tinyware/login/pathnames.h index 333c2ca280fa3..1984631aa9445 100644 --- a/release/picobsd/tinyware/login/pathnames.h +++ b/release/picobsd/tinyware/login/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/login/pico-login.c b/release/picobsd/tinyware/login/pico-login.c index e540ca861a519..080954c8bfcd7 100644 --- a/release/picobsd/tinyware/login/pico-login.c +++ b/release/picobsd/tinyware/login/pico-login.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/passwd/extern.h b/release/picobsd/tinyware/passwd/extern.h index eae768c6e82a9..0c6c9f505ec6d 100644 --- a/release/picobsd/tinyware/passwd/extern.h +++ b/release/picobsd/tinyware/passwd/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/passwd/local_passwd.c b/release/picobsd/tinyware/passwd/local_passwd.c index 33af88ac38c74..41b6fe9984431 100644 --- a/release/picobsd/tinyware/passwd/local_passwd.c +++ b/release/picobsd/tinyware/passwd/local_passwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/passwd/passwd.c b/release/picobsd/tinyware/passwd/passwd.c index 42ebd8c1fd482..419396390afec 100644 --- a/release/picobsd/tinyware/passwd/passwd.c +++ b/release/picobsd/tinyware/passwd/passwd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/passwd/pw_copy.c b/release/picobsd/tinyware/passwd/pw_copy.c index 753e1a67ff819..7586980e4a55b 100644 --- a/release/picobsd/tinyware/passwd/pw_copy.c +++ b/release/picobsd/tinyware/passwd/pw_copy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/passwd/pw_util.c b/release/picobsd/tinyware/passwd/pw_util.c index 1c163d2d57ed7..cfab6e115269d 100644 --- a/release/picobsd/tinyware/passwd/pw_util.c +++ b/release/picobsd/tinyware/passwd/pw_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/release/picobsd/tinyware/passwd/pw_util.h b/release/picobsd/tinyware/passwd/pw_util.h index 1000a9abdc7fd..d441b19079661 100644 --- a/release/picobsd/tinyware/passwd/pw_util.h +++ b/release/picobsd/tinyware/passwd/pw_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 072c4cfa08842..af91dcc16b610 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, 1995 Gordon W. Ross * Copyright (c) 1994 Theo de Raadt * All rights reserved. diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index c8a9ef362e54e..4df05892debbb 100644 --- a/sbin/bsdlabel/pathnames.h +++ b/sbin/bsdlabel/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index ff41d1a57cbea..23f28c7f49182 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index 083035dae8f60..3c7f9922915fb 100644 --- a/sbin/devd/devd.cc +++ b/sbin/devd/devd.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2010 M. Warner Losh. * All rights reserved. * diff --git a/sbin/dhclient/alloc.c b/sbin/dhclient/alloc.c index cd60ceca7d83c..c3ea309a5456d 100644 --- a/sbin/dhclient/alloc.c +++ b/sbin/dhclient/alloc.c @@ -2,7 +2,9 @@ /* Memory allocation... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1998 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 78b9eb624e888..a9da1f0a5a9fb 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -2,7 +2,9 @@ /* BPF socket interface code, originally contributed by Archie Cobbs. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1998, 1999 * The Internet Software Consortium. All rights reserved. * diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index 2e80a30dbb7ca..3101ef5216472 100644 --- a/sbin/dhclient/clparse.c +++ b/sbin/dhclient/clparse.c @@ -2,7 +2,9 @@ /* Parser for dhclient config and lease files... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c index 72113397bdd17..480f99289eb3f 100644 --- a/sbin/dhclient/conflex.c +++ b/sbin/dhclient/conflex.c @@ -2,7 +2,9 @@ /* Lexical scanner for dhcpd config file... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/convert.c b/sbin/dhclient/convert.c index adca0929a07cb..c30195254d4bf 100644 --- a/sbin/dhclient/convert.c +++ b/sbin/dhclient/convert.c @@ -5,7 +5,9 @@ * which can't be assumed to be aligned. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index 6e04224804a7a..45127712c3309 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -1,6 +1,8 @@ /* $OpenBSD: dhclient.c,v 1.63 2005/02/06 17:10:13 krw Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 Henning Brauer <henning@openbsd.org> * Copyright (c) 1995, 1996, 1997, 1998, 1999 * The Internet Software Consortium. All rights reserved. diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h index 6e7d1a743bc97..e4dcfb93271ec 100644 --- a/sbin/dhclient/dhcp.h +++ b/sbin/dhclient/dhcp.h @@ -3,7 +3,9 @@ /* Protocol structures... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index f9144b217f040..eb96f45e67d42 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,6 +1,8 @@ /* $OpenBSD: dhcpd.h,v 1.33 2004/05/06 22:29:15 deraadt Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> * Copyright (c) 1995, 1996, 1997, 1998, 1999 * The Internet Software Consortium. All rights reserved. diff --git a/sbin/dhclient/dhctoken.h b/sbin/dhclient/dhctoken.h index 7b23242fbac03..26c81aa734dcf 100644 --- a/sbin/dhclient/dhctoken.h +++ b/sbin/dhclient/dhctoken.h @@ -2,7 +2,9 @@ /* Tokens for config file lexer and parser. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1997, 1998, 1999 * The Internet Software Consortium. All rights reserved. * @@ -38,6 +40,8 @@ * Enterprises. To learn more about the Internet Software Consortium, * see ``http://www.vix.com/isc''. To learn more about Vixie * Enterprises, see ``http://www.vix.com''. + * + * $FreeBSD$ */ #define SEMI ';' diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index d493717e58a99..25de52ada3305 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,6 +1,8 @@ /* $OpenBSD: dispatch.c,v 1.31 2004/09/21 04:07:03 david Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 Henning Brauer <henning@openbsd.org> * Copyright (c) 1995, 1996, 1997, 1998, 1999 * The Internet Software Consortium. All rights reserved. diff --git a/sbin/dhclient/errwarn.c b/sbin/dhclient/errwarn.c index 57207807902fc..1a70fc3504cb1 100644 --- a/sbin/dhclient/errwarn.c +++ b/sbin/dhclient/errwarn.c @@ -2,7 +2,9 @@ /* Errors and warnings... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 The Internet Software Consortium. * All Rights Reserved. * Copyright (c) 1995 RadioMail Corporation. All rights reserved. diff --git a/sbin/dhclient/hash.c b/sbin/dhclient/hash.c index 040236ab735b5..d16a3e66d8571 100644 --- a/sbin/dhclient/hash.c +++ b/sbin/dhclient/hash.c @@ -2,7 +2,9 @@ /* Routines for manipulating hash tables... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/inet.c b/sbin/dhclient/inet.c index 1e4640717e630..c72a7f6b702ed 100644 --- a/sbin/dhclient/inet.c +++ b/sbin/dhclient/inet.c @@ -5,7 +5,9 @@ * way... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 The Internet Software Consortium. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c index d88ab7f588a58..e0515f367a379 100644 --- a/sbin/dhclient/options.c +++ b/sbin/dhclient/options.c @@ -2,7 +2,9 @@ /* DHCP options parsing and reassembly. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/packet.c b/sbin/dhclient/packet.c index 034c39b6c4024..2328d577386db 100644 --- a/sbin/dhclient/packet.c +++ b/sbin/dhclient/packet.c @@ -2,7 +2,9 @@ /* Packet assembly code, originally contributed by Archie Cobbs. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1999 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c index 398cb26089b97..d82d598a7fac8 100644 --- a/sbin/dhclient/parse.c +++ b/sbin/dhclient/parse.c @@ -2,7 +2,9 @@ /* Common parser code for dhcpd and dhclient. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index c7bac57e4772e..062eaccf54277 100644 --- a/sbin/dhclient/tables.c +++ b/sbin/dhclient/tables.c @@ -2,7 +2,9 @@ /* Tables of information... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/tree.c b/sbin/dhclient/tree.c index dc0e064eeb7d8..9639cb87321bf 100644 --- a/sbin/dhclient/tree.c +++ b/sbin/dhclient/tree.c @@ -2,7 +2,9 @@ /* Routines for manipulating parse trees... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. * All rights reserved. * diff --git a/sbin/dhclient/tree.h b/sbin/dhclient/tree.h index 04e08e7c820cb..9fdcc0d3b7722 100644 --- a/sbin/dhclient/tree.h +++ b/sbin/dhclient/tree.h @@ -2,7 +2,9 @@ /* Definitions for address trees... */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,6 +39,8 @@ * Enterprises. To learn more about the Internet Software Consortium, * see ``http://www.vix.com/isc''. To learn more about Vixie * Enterprises, see ``http://www.vix.com''. + * + * $FreeBSD$ */ /* A pair of pointers, suitable for making a linked list. */ diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 827ed8e28c2b6..41132095fabe9 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 4a8af104d4df8..528b7fc05db26 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index dd02642bdbf63..6b8b83979ab04 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index e57faa511e9d6..f01889edf890b 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/main.c b/sbin/dump/main.c index ee02728875ae6..b7c59a44f7616 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index bffcdc8bb7e89..83bea1f76d75c 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index eb3ce3977af23..6cd3cfd0b092e 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index ff4e397849dd2..8d49f3e1f35ac 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 2aa0305a6867f..7643b3b919b6c 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 3720ebf550fd2..f84d9fda3b792 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index ab76db6de2343..245f3b8632492 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009 Robert N. M. Watson * All rights reserved. * diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 8407111c7f65b..81f1ce94344ad 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/etherswitchcfg/ifmedia.c b/sbin/etherswitchcfg/ifmedia.c index b9bd3b9c56ff3..fd2a7fb86db2b 100644 --- a/sbin/etherswitchcfg/ifmedia.c +++ b/sbin/etherswitchcfg/ifmedia.c @@ -1,7 +1,9 @@ /* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Jason R. Thorpe. * All rights reserved. * diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c index c1e7c87c1b47f..6b0b0395ad0d4 100644 --- a/sbin/ffsinfo/ffsinfo.c +++ b/sbin/ffsinfo/ffsinfo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * All rights reserved. diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index 728acee4f52b9..7895ee7b6557f 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -1,6 +1,8 @@ /* $NetBSD: fsck.c,v 1.30 2003/08/07 10:04:15 agc Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 Christos Zoulas. All rights reserved. * Copyright (c) 1980, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index 935992e9bda4a..4fb0750e1a827 100644 --- a/sbin/fsck/fsutil.c +++ b/sbin/fsck/fsutil.c @@ -1,6 +1,8 @@ /* $NetBSD: fsutil.c,v 1.15 2006/06/05 16:52:05 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index d367eb2453d19..967e0b21f984a 100644 --- a/sbin/fsck/preen.c +++ b/sbin/fsck/preen.c @@ -1,6 +1,8 @@ /* $NetBSD: preen.c,v 1.18 1998/07/26 20:02:36 mycroft Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c index 604349779c4e7..775aa431175c7 100644 --- a/sbin/fsck_ffs/dir.c +++ b/sbin/fsck_ffs/dir.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h index 12f863a719b4b..ab05b1257613c 100644 --- a/sbin/fsck_ffs/fsck.h +++ b/sbin/fsck_ffs/fsck.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause and BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 52a982f180dd7..77b2f546af341 100644 --- a/sbin/fsck_ffs/fsutil.c +++ b/sbin/fsck_ffs/fsutil.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/gjournal.c b/sbin/fsck_ffs/gjournal.c index ba8dc3416a968..7fa33ae013537 100644 --- a/sbin/fsck_ffs/gjournal.c +++ b/sbin/fsck_ffs/gjournal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * diff --git a/sbin/fsck_ffs/globs.c b/sbin/fsck_ffs/globs.c index a64224965f9c4..41315e6bd4098 100644 --- a/sbin/fsck_ffs/globs.c +++ b/sbin/fsck_ffs/globs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index d13c5b270e191..b3908ea78a047 100644 --- a/sbin/fsck_ffs/inode.c +++ b/sbin/fsck_ffs/inode.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index 98cdafdd20f97..ff8bc6691449d 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index 515dffeaef4fb..032cfe827b88f 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index 52f74792c049c..c61f02f51318c 100644 --- a/sbin/fsck_ffs/pass1b.c +++ b/sbin/fsck_ffs/pass1b.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index 36a41ac960ccf..0d7320208b9c2 100644 --- a/sbin/fsck_ffs/pass2.c +++ b/sbin/fsck_ffs/pass2.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index 22309cbbde572..782822cd7d8ed 100644 --- a/sbin/fsck_ffs/pass3.c +++ b/sbin/fsck_ffs/pass3.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 3b64dfbaf5379..a43033d1143e4 100644 --- a/sbin/fsck_ffs/pass4.c +++ b/sbin/fsck_ffs/pass4.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 67ad68a71ef0f..318800e0f4801 100644 --- a/sbin/fsck_ffs/pass5.c +++ b/sbin/fsck_ffs/pass5.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index 69d4afc18e5f8..341b081b85c76 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index 1a78cfda91eee..8f857c3438da7 100644 --- a/sbin/fsck_ffs/utilities.c +++ b/sbin/fsck_ffs/utilities.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index d3710133c0133..7774ae3cbb23f 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * All rights reserved. diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index 3cad9d97874c5..068e89c3441fd 100644 --- a/sbin/growfs/debug.h +++ b/sbin/growfs/debug.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * All rights reserved. diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index a212d13d35212..b71e415f0317f 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 2012 The FreeBSD Foundation diff --git a/sbin/gvinum/gvinum.h b/sbin/gvinum/gvinum.h index 8b72eea7834f9..e9c112a5e936d 100644 --- a/sbin/gvinum/gvinum.h +++ b/sbin/gvinum/gvinum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Nan Yang Computer Services Limited. All rights reserved. * diff --git a/sbin/ifconfig/af_inet.c b/sbin/ifconfig/af_inet.c index ed8419a58fcda..68ac0a50bc3f8 100644 --- a/sbin/ifconfig/af_inet.c +++ b/sbin/ifconfig/af_inet.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ifconfig/af_inet6.c b/sbin/ifconfig/af_inet6.c index 2c9c2f0701105..2d99f0e81ccfd 100644 --- a/sbin/ifconfig/af_inet6.c +++ b/sbin/ifconfig/af_inet6.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ifconfig/af_link.c b/sbin/ifconfig/af_link.c index c2aafa7347384..148b9c73d6655 100644 --- a/sbin/ifconfig/af_link.c +++ b/sbin/ifconfig/af_link.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ifconfig/ifclone.c b/sbin/ifconfig/ifclone.c index 21dcdc3dec8e8..8806722c4b84e 100644 --- a/sbin/ifconfig/ifclone.c +++ b/sbin/ifconfig/ifclone.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index dd6508672cfcd..bddbda5910308 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index c289193509f2c..983b0b78bf04a 100644 --- a/sbin/ifconfig/ifmedia.c +++ b/sbin/ifconfig/ifmedia.c @@ -1,7 +1,9 @@ /* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Jason R. Thorpe. * All rights reserved. * diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c index 3b37160c3c851..a29c50f11efa4 100644 --- a/sbin/ifconfig/ifvlan.c +++ b/sbin/ifconfig/ifvlan.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1999 Bill Paul <wpaul@ctr.columbia.edu> * Copyright (c) 2012 ADARA Networks, Inc. * All rights reserved. diff --git a/sbin/init/init.c b/sbin/init/init.c index f4206c4831c11..724e6aa9856ef 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index ec33b458c9b7e..8627d251befbc 100644 --- a/sbin/init/pathnames.h +++ b/sbin/init/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index 76bb2e549c7b6..f6847ba52dbca 100644 --- a/sbin/mknod/mknod.c +++ b/sbin/mknod/mknod.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 59a383ebe5f04..3e0d3b20a94c3 100644 --- a/sbin/mount/getmntopts.c +++ b/sbin/mount/getmntopts.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 4cb83f15e6e57..430cbf4366b72 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 08ddc290e4470..e7b678d9575f5 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount/mount_fs.c b/sbin/mount/mount_fs.c index 385cd0fb5637f..6591f2e8baf13 100644 --- a/sbin/mount/mount_fs.c +++ b/sbin/mount/mount_fs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount/pathnames.h b/sbin/mount/pathnames.h index aaa0a2c10e1ee..715d8379b67e6 100644 --- a/sbin/mount/pathnames.h +++ b/sbin/mount/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index fa5fdf6d9540d..9f4b5a826bd65 100644 --- a/sbin/mount/vfslist.c +++ b/sbin/mount/vfslist.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 7ea606439ef2d..7fb9fabaf11d3 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 9193337187684..adfa7a318e3b9 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c index e08599fca5490..21edaff09df47 100644 --- a/sbin/mount_nullfs/mount_nullfs.c +++ b/sbin/mount_nullfs/mount_nullfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index 7585c501cf974..34b9342b756aa 100644 --- a/sbin/mount_udf/mount_udf.c +++ b/sbin/mount_udf/mount_udf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Scott Long diff --git a/sbin/mount_unionfs/mount_unionfs.c b/sbin/mount_unionfs/mount_unionfs.c index 1026ecf2d9ee8..fb3fdf3a6e55c 100644 --- a/sbin/mount_unionfs/mount_unionfs.c +++ b/sbin/mount_unionfs/mount_unionfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. * Copyright (c) 2005, 2006 Masanori Ozawa <ozawa@ongs.co.jp>, ONGS Inc. diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index b7af4d23eb6a4..0dd95d978c42f 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 5b9239292e73d..6ba7c2c52c293 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index 72f431404515c..475816ed14541 100644 --- a/sbin/newfs/newfs.h +++ b/sbin/newfs/newfs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index b1db1f1615b95..0dd59ce22c8c5 100644 --- a/sbin/nfsiod/nfsiod.c +++ b/sbin/nfsiod/nfsiod.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index ab4764aa27d60..d0d3ba5239187 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 51a154d325f3e..3eb7327dab10e 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,6 +1,8 @@ /* $KAME: ping6.c,v 1.169 2003/07/25 06:01:47 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c index fd843e2ee0b2e..4daf757aef9a5 100644 --- a/sbin/quotacheck/preen.c +++ b/sbin/quotacheck/preen.c @@ -1,6 +1,8 @@ /* $NetBSD: preen.c,v 1.18 1998/07/26 20:02:36 mycroft Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 0ee5b092887e1..69573d34e7bab 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/quotacheck/quotacheck.h b/sbin/quotacheck/quotacheck.h index dcff75b68a8c7..47f054274a1e0 100644 --- a/sbin/quotacheck/quotacheck.h +++ b/sbin/quotacheck/quotacheck.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/rcorder/ealloc.c b/sbin/rcorder/ealloc.c index 997119315531a..eae8bb67d69a7 100644 --- a/sbin/rcorder/ealloc.c +++ b/sbin/rcorder/ealloc.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1989 by Berkeley Softworks diff --git a/sbin/rcorder/hash.c b/sbin/rcorder/hash.c index 34b95ce82f7af..3dcb770549603 100644 --- a/sbin/rcorder/hash.c +++ b/sbin/rcorder/hash.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks diff --git a/sbin/rcorder/hash.h b/sbin/rcorder/hash.h index fd2f9783377b8..d190633861a07 100644 --- a/sbin/rcorder/hash.h +++ b/sbin/rcorder/hash.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: hash.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks diff --git a/sbin/rcorder/sprite.h b/sbin/rcorder/sprite.h index 5e5d7f3640f7b..e311ee6e0f667 100644 --- a/sbin/rcorder/sprite.h +++ b/sbin/rcorder/sprite.h @@ -1,6 +1,8 @@ /* $NetBSD: sprite.h,v 1.1 1999/11/23 05:28:22 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1989 by Berkeley Softworks @@ -38,6 +40,7 @@ * SUCH DAMAGE. * * from: @(#)sprite.h 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ /* diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 51b751513f5da..15af9d093fbf3 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 57b0523a69d9a..8c337c86814ef 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 9b319ca70900a..5eb21d2254d35 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 6f4c02e403a02..43fa2d5a9f177 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/restore/main.c b/sbin/restore/main.c index d74e59ebeef1d..77c1ff978dfbb 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index fbc24ece7c492..99fe51d050df1 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index 5d02bdfd9578f..119b91e842d72 100644 --- a/sbin/restore/restore.h +++ b/sbin/restore/restore.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 0713ff040eb67..0a0f1e98be136 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index f66f8b4caf4ae..102811f85f5a6 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 90bde98ce0d3f..8582500406b41 100644 --- a/sbin/restore/utilities.c +++ b/sbin/restore/utilities.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/route/route.c b/sbin/route/route.c index 9a5d8e8db6624..fdc245d161564 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index a31d6f596e96a..088a88077b5de 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/if.c b/sbin/routed/if.c index b59186a9c818a..fb5d1ac994d46 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/input.c b/sbin/routed/input.c index bdf0a8b250077..bf49640427d7b 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 4a8d3ca547f6a..81477da8cb7ec 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 4a9c5a214d1db..f62b9c8332b2a 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 73d7deaa77f7e..a6b2d74bb5a9d 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index c45405ed9e559..dd5603b63a560 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 9ae08760d1c8c..58982cc252a06 100644 --- a/sbin/routed/radix.c +++ b/sbin/routed/radix.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h index 5cc177e941604..d7deda7a3bd36 100644 --- a/sbin/routed/radix.h +++ b/sbin/routed/radix.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 959b80f86a435..56edebb40e09b 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index 2d9f351ffc1b3..7a1b5d9e763cb 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 7804d7c27cfb9..c45b8afd7f1e5 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index fefa3a3aefddb..4c21318112792 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 4c3f9451cfc17..2ff67c8c1f1b0 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Poul-Henning Kamp * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. diff --git a/sbin/setkey/parse.y b/sbin/setkey/parse.y index f336c5d489fdf..ae0859c22d2c1 100644 --- a/sbin/setkey/parse.y +++ b/sbin/setkey/parse.y @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: parse.y,v 1.83 2004/05/18 08:48:23 sakane Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/sbin/setkey/setkey.c b/sbin/setkey/setkey.c index e4525ee50d1bf..1d66a92e01000 100644 --- a/sbin/setkey/setkey.c +++ b/sbin/setkey/setkey.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: setkey.c,v 1.28 2003/06/27 07:15:45 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/sbin/setkey/test-pfkey.c b/sbin/setkey/test-pfkey.c index d3af16217ed94..aead9d851dd05 100644 --- a/sbin/setkey/test-pfkey.c +++ b/sbin/setkey/test-pfkey.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/sbin/setkey/test-policy.c b/sbin/setkey/test-policy.c index 9749dd3e4966d..3bf5c89751713 100644 --- a/sbin/setkey/test-policy.c +++ b/sbin/setkey/test-policy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/sbin/setkey/token.l b/sbin/setkey/token.l index 7f30859e38615..358f87a63b80c 100644 --- a/sbin/setkey/token.l +++ b/sbin/setkey/token.l @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: token.l,v 1.43 2003/07/25 09:35:28 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/sbin/setkey/vchar.h b/sbin/setkey/vchar.h index f3251c7bfed32..c7e96cb9ca1ab 100644 --- a/sbin/setkey/vchar.h +++ b/sbin/setkey/vchar.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: vchar.h,v 1.2 2000/06/07 00:29:14 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index b04e0bd87de60..f4fa1d0db6f59 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index c79e213b686eb..d1d5cea42d45b 100644 --- a/sbin/sunlabel/sunlabel.c +++ b/sbin/sunlabel/sunlabel.c @@ -24,7 +24,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, 1995 Gordon W. Ross * Copyright (c) 1994 Theo de Raadt * All rights reserved. diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index 6ec2ff1d6622a..746ad4837e340 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index b8e751a814caf..0fa6b5fbbb839 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index b03cdde7b65cd..e30bdd56441a1 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index adda04874ab6f..378156c4bc079 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/share/examples/tests/tests/atf/cp_test.sh b/share/examples/tests/tests/atf/cp_test.sh index befec0911ba3d..0e88d1a5f2a59 100644 --- a/share/examples/tests/tests/atf/cp_test.sh +++ b/share/examples/tests/tests/atf/cp_test.sh @@ -1,5 +1,7 @@ # $FreeBSD$ # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright 2013 Google Inc. # All rights reserved. # diff --git a/share/examples/tests/tests/atf/printf_test.c b/share/examples/tests/tests/atf/printf_test.c index 719927cbccfe2..5a4cb658395ea 100644 --- a/share/examples/tests/tests/atf/printf_test.c +++ b/share/examples/tests/tests/atf/printf_test.c @@ -1,5 +1,7 @@ /* $FreeBSD$ * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2013 Google Inc. * All rights reserved. * diff --git a/share/examples/tests/tests/plain/printf_test.c b/share/examples/tests/tests/plain/printf_test.c index c43269b2a73cb..89d96d0377917 100644 --- a/share/examples/tests/tests/plain/printf_test.c +++ b/share/examples/tests/tests/plain/printf_test.c @@ -1,4 +1,7 @@ -/* $FreeBSD$ +/* $FreeBSD$ */ + +/*- + * SPDX-License-Identifier: BSD-3-Clause * * Copyright 2013 Google Inc. * All rights reserved. diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index bd9aede5f7ed1..0feab2ba060eb 100644 --- a/sys/amd64/acpica/acpi_machdep.c +++ b/sys/amd64/acpica/acpi_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mitsuru IWASAKI * All rights reserved. * diff --git a/sys/amd64/amd64/atomic.c b/sys/amd64/amd64/atomic.c index 9dc3e8d581308..0544336bd99af 100644 --- a/sys/amd64/amd64/atomic.c +++ b/sys/amd64/amd64/atomic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Peter Jeremy * All rights reserved. * diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c index c8985c1f773ad..2c43b480d2566 100644 --- a/sys/amd64/amd64/bios.c +++ b/sys/amd64/amd64/bios.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Michael Smith * Copyright (c) 1998 Jonathan Lemon * All rights reserved. diff --git a/sys/amd64/amd64/bpf_jit_machdep.c b/sys/amd64/amd64/bpf_jit_machdep.c index ff5ca5f90e9a2..6be4a051c6daa 100644 --- a/sys/amd64/amd64/bpf_jit_machdep.c +++ b/sys/amd64/amd64/bpf_jit_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/amd64/amd64/bpf_jit_machdep.h b/sys/amd64/amd64/bpf_jit_machdep.h index 01c251f6db91a..868180e112009 100644 --- a/sys/amd64/amd64/bpf_jit_machdep.h +++ b/sys/amd64/amd64/bpf_jit_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/amd64/amd64/elf_machdep.c b/sys/amd64/amd64/elf_machdep.c index 4e9476a2f29c8..377949e54c7b3 100644 --- a/sys/amd64/amd64/elf_machdep.c +++ b/sys/amd64/amd64/elf_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 540966b9e8590..e3f5706033d7d 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 William Jolitz. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/amd64/gdb_machdep.c b/sys/amd64/amd64/gdb_machdep.c index 61ffad629dbaf..a35b1bb4896e3 100644 --- a/sys/amd64/amd64/gdb_machdep.c +++ b/sys/amd64/amd64/gdb_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 28f584f0f0d90..ec8d43bec395a 100644 --- a/sys/amd64/amd64/genassym.c +++ b/sys/amd64/amd64/genassym.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/amd64/in_cksum.c b/sys/amd64/amd64/in_cksum.c index ae02e91d92039..30e90f043cc35 100644 --- a/sys/amd64/amd64/in_cksum.c +++ b/sys/amd64/amd64/in_cksum.c @@ -1,6 +1,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index de3e461545eb3..5c84c938c7ae9 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) KATO Takenori, 1997, 1998. * * All rights reserved. Unpublished rights reserved under the copyright diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index c2d0d515555bd..5d70ba6128592 100644 --- a/sys/amd64/amd64/io.c +++ b/sys/amd64/amd64/io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 51b84338c9bd9..dd9cd189a96b8 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c index c2e74ff63b06e..653c68eb96490 100644 --- a/sys/amd64/amd64/mem.c +++ b/sys/amd64/amd64/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/amd64/minidump_machdep.c b/sys/amd64/amd64/minidump_machdep.c index 442819b359733..ccc53e481683b 100644 --- a/sys/amd64/amd64/minidump_machdep.c +++ b/sys/amd64/amd64/minidump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * All rights reserved. * diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 450d51275b190..34012d2b4f968 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, by Steve Passe * Copyright (c) 2003, by Peter Wemm * All rights reserved. diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index a14aa9a63a2d7..53c4b123703db 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c index 273c8336fca33..fcf61b559d2cf 100644 --- a/sys/amd64/amd64/prof_machdep.c +++ b/sys/amd64/amd64/prof_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996 Bruce D. Evans. * All rights reserved. * diff --git a/sys/amd64/amd64/ptrace_machdep.c b/sys/amd64/amd64/ptrace_machdep.c index 169e15c1755ee..dbab8ee88a598 100644 --- a/sys/amd64/amd64/ptrace_machdep.c +++ b/sys/amd64/amd64/ptrace_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index aa0974f410a21..3d4207d46a197 100644 --- a/sys/amd64/amd64/sys_machdep.c +++ b/sys/amd64/amd64/sys_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index 328476b732f42..132b9d0bac050 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index 75654387dec89..786844dda7ce1 100644 --- a/sys/amd64/amd64/uio_machdep.c +++ b/sys/amd64/amd64/uio_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/amd64/amd64/uma_machdep.c b/sys/amd64/amd64/uma_machdep.c index 220d095da4a9b..b792fb9a95127 100644 --- a/sys/amd64/amd64/uma_machdep.c +++ b/sys/amd64/amd64/uma_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index cd877fb0d066e..5d7869abba029 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c index 5a8a7211cf9ba..e2a834816d7d8 100644 --- a/sys/amd64/ia32/ia32_misc.c +++ b/sys/amd64/ia32/ia32_misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Konstantin Belousov * All rights reserved. * diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index 0521e954a6352..e9b5f6427ac3d 100644 --- a/sys/amd64/ia32/ia32_reg.c +++ b/sys/amd64/ia32/ia32_reg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Wemm * All rights reserved. * diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index 4947f01dacb01..63860e2c361cc 100644 --- a/sys/amd64/ia32/ia32_signal.c +++ b/sys/amd64/ia32/ia32_signal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/ia32/ia32_syscall.c b/sys/amd64/ia32/ia32_syscall.c index f743440996d90..124c878d35f5e 100644 --- a/sys/amd64/ia32/ia32_syscall.c +++ b/sys/amd64/ia32/ia32_syscall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/amd64/include/_bus.h b/sys/amd64/include/_bus.h index a8cbf4810c755..73482b452e650 100644 --- a/sys/amd64/include/_bus.h +++ b/sys/amd64/include/_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h index 87272f76fddee..e163baa895f06 100644 --- a/sys/amd64/include/asm.h +++ b/sys/amd64/include/asm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/asmacros.h b/sys/amd64/include/asmacros.h index cd7acd82050b7..73e2ff36aef5a 100644 --- a/sys/amd64/include/asmacros.h +++ b/sys/amd64/include/asmacros.h @@ -1,5 +1,7 @@ /* -*- mode: asm -*- */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/atomic.h b/sys/amd64/include/atomic.h index 211cd07e976eb..cb68b342c94e7 100644 --- a/sys/amd64/include/atomic.h +++ b/sys/amd64/include/atomic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/amd64/include/bus_dma.h b/sys/amd64/include/bus_dma.h index bc8bdf4881e26..804b53106fa5f 100644 --- a/sys/amd64/include/bus_dma.h +++ b/sys/amd64/include/bus_dma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Scott Long * All rights reserved. * diff --git a/sys/amd64/include/counter.h b/sys/amd64/include/counter.h index 74ed1ef4d1f12..1b068e92b063e 100644 --- a/sys/amd64/include/counter.h +++ b/sys/amd64/include/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index eb9bef8f2e721..4b916fe620e2b 100644 --- a/sys/amd64/include/cpu.h +++ b/sys/amd64/include/cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index 628982b17dfa8..a5d99e8a4be2a 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/include/cpufunc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/include/exec.h b/sys/amd64/include/exec.h index 8d07887be252b..34c06e3ee2782 100644 --- a/sys/amd64/include/exec.h +++ b/sys/amd64/include/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h index cda9e46230cab..b7c154743d0ca 100644 --- a/sys/amd64/include/floatingpoint.h +++ b/sys/amd64/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 433457fac8f7e..c6f872f208734 100644 --- a/sys/amd64/include/fpu.h +++ b/sys/amd64/include/fpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/gdb_machdep.h b/sys/amd64/include/gdb_machdep.h index d8c25b90fea64..79e14e05d262b 100644 --- a/sys/amd64/include/gdb_machdep.h +++ b/sys/amd64/include/gdb_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h index a40366092d578..df2263098f468 100644 --- a/sys/amd64/include/ieeefp.h +++ b/sys/amd64/include/ieeefp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 Andrew Moore, Talke Studio * All rights reserved. diff --git a/sys/amd64/include/in_cksum.h b/sys/amd64/include/in_cksum.h index d76b48a8863f5..79d30cafbc903 100644 --- a/sys/amd64/include/in_cksum.h +++ b/sys/amd64/include/in_cksum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h index 29c20b60cadfc..38432bd577eb3 100644 --- a/sys/amd64/include/intr_machdep.h +++ b/sys/amd64/include/intr_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/amd64/include/iodev.h b/sys/amd64/include/iodev.h index 9f53cacff001b..5aced158609eb 100644 --- a/sys/amd64/include/iodev.h +++ b/sys/amd64/include/iodev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/amd64/include/kdb.h b/sys/amd64/include/kdb.h index 56d20184bd343..2fb158622eb47 100644 --- a/sys/amd64/include/kdb.h +++ b/sys/amd64/include/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/amd64/include/limits.h b/sys/amd64/include/limits.h index 35eea1f619dee..8d437add22d2c 100644 --- a/sys/amd64/include/limits.h +++ b/sys/amd64/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index f4d6e606d7970..3125e46f110c8 100644 --- a/sys/amd64/include/md_var.h +++ b/sys/amd64/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce D. Evans. * All rights reserved. * diff --git a/sys/amd64/include/memdev.h b/sys/amd64/include/memdev.h index 649b5576f306e..41e34da792642 100644 --- a/sys/amd64/include/memdev.h +++ b/sys/amd64/include/memdev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/amd64/include/minidump.h b/sys/amd64/include/minidump.h index 2ac529ccef595..21bbdadc99dca 100644 --- a/sys/amd64/include/minidump.h +++ b/sys/amd64/include/minidump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * All rights reserved. * diff --git a/sys/amd64/include/mp_watchdog.h b/sys/amd64/include/mp_watchdog.h index bcec051a942fd..e1fc0742ee1ec 100644 --- a/sys/amd64/include/mp_watchdog.h +++ b/sys/amd64/include/mp_watchdog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Robert N. M. Watson * All rights reserved. * diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index a619e3950d630..59f6b44683653 100644 --- a/sys/amd64/include/param.h +++ b/sys/amd64/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 32bbf16392690..7534b5111299d 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/include/pc/bios.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Michael Smith * Copyright (c) 1998 Jonathan Lemon * All rights reserved. diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index 09aea36994dd2..1419f9dbf9280 100644 --- a/sys/amd64/include/pcb.h +++ b/sys/amd64/include/pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index e40c5216291bf..b1335e7433c26 100644 --- a/sys/amd64/include/pcpu.h +++ b/sys/amd64/include/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) Peter Wemm <peter@netplex.com.au> * All rights reserved. * diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index dcb94f81f3259..06002d603588c 100644 --- a/sys/amd64/include/pmap.h +++ b/sys/amd64/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1991 Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/include/pmc_mdep.h b/sys/amd64/include/pmc_mdep.h index 22249c1e5377e..58354707cf198 100644 --- a/sys/amd64/include/pmc_mdep.h +++ b/sys/amd64/include/pmc_mdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/amd64/include/ppireg.h b/sys/amd64/include/ppireg.h index 5774757ce67a7..9794504da499e 100644 --- a/sys/amd64/include/ppireg.h +++ b/sys/amd64/include/ppireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 TAKAHASHI Yoshihiro. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index 0c16e883fb8ff..58831e8f841a1 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 8fea3711fc54e..e03b1e96fad5b 100644 --- a/sys/amd64/include/profile.h +++ b/sys/amd64/include/profile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/amd64/include/reloc.h b/sys/amd64/include/reloc.h index 1883193233997..690802a075d3c 100644 --- a/sys/amd64/include/reloc.h +++ b/sys/amd64/include/reloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/amd64/include/runq.h b/sys/amd64/include/runq.h index 855e315b6847a..c3e26ff574321 100644 --- a/sys/amd64/include/runq.h +++ b/sys/amd64/include/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/amd64/include/segments.h b/sys/amd64/include/segments.h index 6bcadc7621e2e..169c1478ce0e5 100644 --- a/sys/amd64/include/segments.h +++ b/sys/amd64/include/segments.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1990 William F. Jolitz * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/amd64/include/sf_buf.h b/sys/amd64/include/sf_buf.h index 00b3085991e1a..216dfe8d411b1 100644 --- a/sys/amd64/include/sf_buf.h +++ b/sys/amd64/include/sf_buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2005 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/amd64/include/timerreg.h b/sys/amd64/include/timerreg.h index cf5f281c0aa1e..77e6cad5775d4 100644 --- a/sys/amd64/include/timerreg.h +++ b/sys/amd64/include/timerreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 TAKAHASHI Yoshihiro. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h index fbbe3aff41899..613da75db61ba 100644 --- a/sys/amd64/include/tss.h +++ b/sys/amd64/include/tss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/varargs.h b/sys/amd64/include/varargs.h index 93faac6a84ddd..8d1d7d7e1f38e 100644 --- a/sys/amd64/include/varargs.h +++ b/sys/amd64/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/amd64/include/vm.h b/sys/amd64/include/vm.h index 22d2ecafe211b..2e9c30da9936b 100644 --- a/sys/amd64/include/vm.h +++ b/sys/amd64/include/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h index 424e612e9622a..bc8fdfd34cd2f 100644 --- a/sys/amd64/include/vmm.h +++ b/sys/amd64/include/vmm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/include/vmm_dev.h b/sys/amd64/include/vmm_dev.h index 1af75a3c065d1..3e7144c48bc49 100644 --- a/sys/amd64/include/vmm_dev.h +++ b/sys/amd64/include/vmm_dev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/include/vmm_instruction_emul.h b/sys/amd64/include/vmm_instruction_emul.h index 5e7127f0129d6..261be571a0711 100644 --- a/sys/amd64/include/vmm_instruction_emul.h +++ b/sys/amd64/include/vmm_instruction_emul.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 381097adf8b1e..6d63201c65812 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index ad6d9fae91ba6..348f3c13eebb6 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Tim J. Robbins * Copyright (c) 2001 Doug Rabson * Copyright (c) 1994-1996 Søren Schmidt diff --git a/sys/amd64/linux32/linux32_dummy.c b/sys/amd64/linux32/linux32_dummy.c index d0f04b183adcb..4939c4c54de1c 100644 --- a/sys/amd64/linux32/linux32_dummy.c +++ b/sys/amd64/linux32/linux32_dummy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1995 Søren Schmidt * All rights reserved. * diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c index dd741e603bec3..c73ecc4e3642c 100644 --- a/sys/amd64/linux32/linux32_machdep.c +++ b/sys/amd64/linux32/linux32_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Tim J. Robbins * Copyright (c) 2002 Doug Rabson * Copyright (c) 2000 Marcel Moolenaar diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index caa453e0db2af..8088777b4b369 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Tim J. Robbins * Copyright (c) 2003 Peter Wemm * Copyright (c) 2002 Doug Rabson diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index 2e6e7284589f6..a76e594ac7690 100644 --- a/sys/amd64/pci/pci_cfgreg.c +++ b/sys/amd64/pci/pci_cfgreg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi diff --git a/sys/amd64/vmm/amd/amdv.c b/sys/amd64/vmm/amd/amdv.c index 3157e2120bebf..89a50ed7c0a91 100644 --- a/sys/amd64/vmm/amd/amdv.c +++ b/sys/amd64/vmm/amd/amdv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/ept.c b/sys/amd64/vmm/intel/ept.c index 54320cb36bd1c..17d2239516ecb 100644 --- a/sys/amd64/vmm/intel/ept.c +++ b/sys/amd64/vmm/intel/ept.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/ept.h b/sys/amd64/vmm/intel/ept.h index 1393e467ee1a4..4a029e8b22df0 100644 --- a/sys/amd64/vmm/intel/ept.h +++ b/sys/amd64/vmm/intel/ept.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmcs.c b/sys/amd64/vmm/intel/vmcs.c index f4b9cceb2c89c..85f766469cba1 100644 --- a/sys/amd64/vmm/intel/vmcs.c +++ b/sys/amd64/vmm/intel/vmcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmcs.h b/sys/amd64/vmm/intel/vmcs.h index 6d78a6928e201..a1404834b7fa0 100644 --- a/sys/amd64/vmm/intel/vmcs.h +++ b/sys/amd64/vmm/intel/vmcs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx.c b/sys/amd64/vmm/intel/vmx.c index 60f95bf0b68b1..b8a14872d77f5 100644 --- a/sys/amd64/vmm/intel/vmx.c +++ b/sys/amd64/vmm/intel/vmx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx.h b/sys/amd64/vmm/intel/vmx.h index 7028d47b18a60..f062309d343de 100644 --- a/sys/amd64/vmm/intel/vmx.h +++ b/sys/amd64/vmm/intel/vmx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx_controls.h b/sys/amd64/vmm/intel/vmx_controls.h index 2b117ae5cf237..5408d129ad45c 100644 --- a/sys/amd64/vmm/intel/vmx_controls.h +++ b/sys/amd64/vmm/intel/vmx_controls.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx_cpufunc.h b/sys/amd64/vmm/intel/vmx_cpufunc.h index 2e6644304b05c..09d6d25a18e03 100644 --- a/sys/amd64/vmm/intel/vmx_cpufunc.h +++ b/sys/amd64/vmm/intel/vmx_cpufunc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx_genassym.c b/sys/amd64/vmm/intel/vmx_genassym.c index e1b98d63f1d56..0881b274bbdf2 100644 --- a/sys/amd64/vmm/intel/vmx_genassym.c +++ b/sys/amd64/vmm/intel/vmx_genassym.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx_msr.c b/sys/amd64/vmm/intel/vmx_msr.c index a48cb76e1c704..726df43ad8fce 100644 --- a/sys/amd64/vmm/intel/vmx_msr.c +++ b/sys/amd64/vmm/intel/vmx_msr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vmx_msr.h b/sys/amd64/vmm/intel/vmx_msr.h index e77881c75e8f9..ac2adb0dd1b4f 100644 --- a/sys/amd64/vmm/intel/vmx_msr.h +++ b/sys/amd64/vmm/intel/vmx_msr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/intel/vtd.c b/sys/amd64/vmm/intel/vtd.c index f3b7a98a9d3d0..9474b30fc6066 100644 --- a/sys/amd64/vmm/intel/vtd.c +++ b/sys/amd64/vmm/intel/vtd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/iommu.c b/sys/amd64/vmm/io/iommu.c index d1772094333a5..09a67279b6da8 100644 --- a/sys/amd64/vmm/io/iommu.c +++ b/sys/amd64/vmm/io/iommu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/iommu.h b/sys/amd64/vmm/io/iommu.h index a941c779aa186..f8003a5d4552a 100644 --- a/sys/amd64/vmm/io/iommu.h +++ b/sys/amd64/vmm/io/iommu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/ppt.c b/sys/amd64/vmm/io/ppt.c index b306508e18ad7..d7d3a29caa8b6 100644 --- a/sys/amd64/vmm/io/ppt.c +++ b/sys/amd64/vmm/io/ppt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/ppt.h b/sys/amd64/vmm/io/ppt.h index 80788960950fa..686b15db49afe 100644 --- a/sys/amd64/vmm/io/ppt.h +++ b/sys/amd64/vmm/io/ppt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/vhpet.c b/sys/amd64/vmm/io/vhpet.c index b11095f72c4af..8f91f9fe6d783 100644 --- a/sys/amd64/vmm/io/vhpet.c +++ b/sys/amd64/vmm/io/vhpet.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> * Copyright (c) 2013 Neel Natu <neel@freebsd.org> * All rights reserved. diff --git a/sys/amd64/vmm/io/vhpet.h b/sys/amd64/vmm/io/vhpet.h index 330e01739a061..3d6b653055c95 100644 --- a/sys/amd64/vmm/io/vhpet.h +++ b/sys/amd64/vmm/io/vhpet.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> * Copyright (c) 2013 Neel Natu <neel@freebsd.org> * All rights reserved. diff --git a/sys/amd64/vmm/io/vioapic.c b/sys/amd64/vmm/io/vioapic.c index d112bbbe7c0c1..8eeae0bf52c65 100644 --- a/sys/amd64/vmm/io/vioapic.c +++ b/sys/amd64/vmm/io/vioapic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> * Copyright (c) 2013 Neel Natu <neel@freebsd.org> * All rights reserved. diff --git a/sys/amd64/vmm/io/vioapic.h b/sys/amd64/vmm/io/vioapic.h index 65176b3d6de5c..730c4b3f2ad99 100644 --- a/sys/amd64/vmm/io/vioapic.h +++ b/sys/amd64/vmm/io/vioapic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> * Copyright (c) 2013 Neel Natu <neel@freebsd.org> * All rights reserved. diff --git a/sys/amd64/vmm/io/vlapic.c b/sys/amd64/vmm/io/vlapic.c index cdf411b288be8..3cd1d00439e7c 100644 --- a/sys/amd64/vmm/io/vlapic.c +++ b/sys/amd64/vmm/io/vlapic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/vlapic.h b/sys/amd64/vmm/io/vlapic.h index 0e68b2fe82430..b2d5db7318f7e 100644 --- a/sys/amd64/vmm/io/vlapic.h +++ b/sys/amd64/vmm/io/vlapic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/io/vlapic_priv.h b/sys/amd64/vmm/io/vlapic_priv.h index 08592c84897fc..43abd20a0a90c 100644 --- a/sys/amd64/vmm/io/vlapic_priv.h +++ b/sys/amd64/vmm/io/vlapic_priv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Neel Natu <neel@freebsd.org> * All rights reserved. * diff --git a/sys/amd64/vmm/vmm.c b/sys/amd64/vmm/vmm.c index 2118c13aab367..68757666a9c2a 100644 --- a/sys/amd64/vmm/vmm.c +++ b/sys/amd64/vmm/vmm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_dev.c b/sys/amd64/vmm/vmm_dev.c index 53a8bdc660aa0..27bfe86f37b18 100644 --- a/sys/amd64/vmm/vmm_dev.c +++ b/sys/amd64/vmm/vmm_dev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_host.c b/sys/amd64/vmm/vmm_host.c index 9e5b96618c3bd..27b80000bdb1b 100644 --- a/sys/amd64/vmm/vmm_host.c +++ b/sys/amd64/vmm/vmm_host.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_host.h b/sys/amd64/vmm/vmm_host.h index 95618ff53e6de..4f80cf8930501 100644 --- a/sys/amd64/vmm/vmm_host.h +++ b/sys/amd64/vmm/vmm_host.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_instruction_emul.c b/sys/amd64/vmm/vmm_instruction_emul.c index 852f1d7393bf0..873b2aeacd24a 100644 --- a/sys/amd64/vmm/vmm_instruction_emul.c +++ b/sys/amd64/vmm/vmm_instruction_emul.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Sandvine, Inc. * Copyright (c) 2012 NetApp, Inc. * All rights reserved. diff --git a/sys/amd64/vmm/vmm_ktr.h b/sys/amd64/vmm/vmm_ktr.h index 61ff53f47feab..414d0341cca97 100644 --- a/sys/amd64/vmm/vmm_ktr.h +++ b/sys/amd64/vmm/vmm_ktr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_lapic.c b/sys/amd64/vmm/vmm_lapic.c index 6bccd32f75761..464a0ee16ef91 100644 --- a/sys/amd64/vmm/vmm_lapic.c +++ b/sys/amd64/vmm/vmm_lapic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_lapic.h b/sys/amd64/vmm/vmm_lapic.h index 88fa94868fe8f..94f2c769122b3 100644 --- a/sys/amd64/vmm/vmm_lapic.h +++ b/sys/amd64/vmm/vmm_lapic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_mem.c b/sys/amd64/vmm/vmm_mem.c index c9be6c9affdd3..a736d94bba645 100644 --- a/sys/amd64/vmm/vmm_mem.c +++ b/sys/amd64/vmm/vmm_mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_mem.h b/sys/amd64/vmm/vmm_mem.h index 7773faab22edd..4a010a2f9f0a9 100644 --- a/sys/amd64/vmm/vmm_mem.h +++ b/sys/amd64/vmm/vmm_mem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_stat.c b/sys/amd64/vmm/vmm_stat.c index 62002d632eec3..c2c2cfe77c238 100644 --- a/sys/amd64/vmm/vmm_stat.c +++ b/sys/amd64/vmm/vmm_stat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_stat.h b/sys/amd64/vmm/vmm_stat.h index c69584090264b..dfa7d21eceafb 100644 --- a/sys/amd64/vmm/vmm_stat.h +++ b/sys/amd64/vmm/vmm_stat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_util.c b/sys/amd64/vmm/vmm_util.c index f245f922120fd..25dac0da4d0b7 100644 --- a/sys/amd64/vmm/vmm_util.c +++ b/sys/amd64/vmm/vmm_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/vmm_util.h b/sys/amd64/vmm/vmm_util.h index 7f82332923a0e..fc7e7364c784e 100644 --- a/sys/amd64/vmm/vmm_util.h +++ b/sys/amd64/vmm/vmm_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/x86.c b/sys/amd64/vmm/x86.c index 61d99d502ac2e..106932d579935 100644 --- a/sys/amd64/vmm/x86.c +++ b/sys/amd64/vmm/x86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/amd64/vmm/x86.h b/sys/amd64/vmm/x86.h index 6f99d52931d71..3a8e043852e94 100644 --- a/sys/amd64/vmm/x86.h +++ b/sys/amd64/vmm/x86.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/arm/allwinner/a10_ehci.c b/sys/arm/allwinner/a10_ehci.c index d750a71011a2e..859da1b1c8bf3 100644 --- a/sys/arm/allwinner/a10_ehci.c +++ b/sys/arm/allwinner/a10_ehci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/allwinner/a10_gpio.c b/sys/arm/allwinner/a10_gpio.c index a7100bdead7e6..a4fdd15a91540 100644 --- a/sys/arm/allwinner/a10_gpio.c +++ b/sys/arm/allwinner/a10_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012 Luiz Otavio O Souza. diff --git a/sys/arm/allwinner/a10_sramc.c b/sys/arm/allwinner/a10_sramc.c index 22ba1f7c4adf2..95365c335a48f 100644 --- a/sys/arm/allwinner/a10_sramc.c +++ b/sys/arm/allwinner/a10_sramc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/allwinner/a10_sramc.h b/sys/arm/allwinner/a10_sramc.h index d66a8f2fbb1d5..882091319a67c 100644 --- a/sys/arm/allwinner/a10_sramc.h +++ b/sys/arm/allwinner/a10_sramc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/allwinner/a20/a20_cpu_cfg.c b/sys/arm/allwinner/a20/a20_cpu_cfg.c index a0bdb5a0b46e0..0895b96f71a9a 100644 --- a/sys/arm/allwinner/a20/a20_cpu_cfg.c +++ b/sys/arm/allwinner/a20/a20_cpu_cfg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/allwinner/a20/a20_cpu_cfg.h b/sys/arm/allwinner/a20/a20_cpu_cfg.h index de80cfa936064..6f3d400f0edc9 100644 --- a/sys/arm/allwinner/a20/a20_cpu_cfg.h +++ b/sys/arm/allwinner/a20/a20_cpu_cfg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/allwinner/if_emac.c b/sys/arm/allwinner/if_emac.c index 26a967a859c2a..e6681442c0eb2 100644 --- a/sys/arm/allwinner/if_emac.c +++ b/sys/arm/allwinner/if_emac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/allwinner/if_emacreg.h b/sys/arm/allwinner/if_emacreg.h index 477630277a5d2..f84e92c56e040 100644 --- a/sys/arm/allwinner/if_emacreg.h +++ b/sys/arm/allwinner/if_emacreg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/arm/autoconf.c b/sys/arm/arm/autoconf.c index f18f67dcda8f0..3b90362004063 100644 --- a/sys/arm/arm/autoconf.c +++ b/sys/arm/arm/autoconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/arm/bus_space_generic.c b/sys/arm/arm/bus_space_generic.c index 65885a0aafcc8..ecca1f65f1970 100644 --- a/sys/arm/arm/bus_space_generic.c +++ b/sys/arm/arm/bus_space_generic.c @@ -1,6 +1,8 @@ /* $NetBSD: obio_space.c,v 1.6 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/arm/busdma_machdep-v6.c b/sys/arm/arm/busdma_machdep-v6.c index 58e2012e44e06..662c0e7b28698 100644 --- a/sys/arm/arm/busdma_machdep-v6.c +++ b/sys/arm/arm/busdma_machdep-v6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2015 Ian Lepore * Copyright (c) 2010 Mark Tinguely * Copyright (c) 2004 Olivier Houchard diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index e608cc7150fcc..349126c69d8d9 100644 --- a/sys/arm/arm/cpufunc.c +++ b/sys/arm/arm/cpufunc.c @@ -1,6 +1,8 @@ /* $NetBSD: cpufunc.c,v 1.65 2003/11/05 12:53:15 scw Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * arm9 support code Copyright (C) 2001 ARM Ltd * Copyright (c) 1997 Mark Brinicombe. * Copyright (c) 1997 Causality Limited diff --git a/sys/arm/arm/db_disasm.c b/sys/arm/arm/db_disasm.c index 2eabf387c3ff9..012773415b405 100644 --- a/sys/arm/arm/db_disasm.c +++ b/sys/arm/arm/db_disasm.c @@ -1,6 +1,8 @@ /* $NetBSD: db_disasm.c,v 1.4 2003/07/15 00:24:38 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe. * Copyright (c) 1996 Brini. * diff --git a/sys/arm/arm/disassem.c b/sys/arm/arm/disassem.c index 81dbe1096f2df..b332f19514702 100644 --- a/sys/arm/arm/disassem.c +++ b/sys/arm/arm/disassem.c @@ -1,6 +1,8 @@ /* $NetBSD: disassem.c,v 1.14 2003/03/27 16:58:36 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe. * Copyright (c) 1996 Brini. * diff --git a/sys/arm/arm/dump_machdep.c b/sys/arm/arm/dump_machdep.c index a8d05919960de..ead54ca7b2252 100644 --- a/sys/arm/arm/dump_machdep.c +++ b/sys/arm/arm/dump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/arm/arm/elf_machdep.c b/sys/arm/arm/elf_machdep.c index 6ee08af108881..f55f9aaa89e1a 100644 --- a/sys/arm/arm/elf_machdep.c +++ b/sys/arm/arm/elf_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/arm/arm/elf_trampoline.c b/sys/arm/arm/elf_trampoline.c index 379bc327f0a7f..92696b29f444e 100644 --- a/sys/arm/arm/elf_trampoline.c +++ b/sys/arm/arm/elf_trampoline.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/arm/fiq.c b/sys/arm/arm/fiq.c index e55aa1276debf..39137e8261d0b 100644 --- a/sys/arm/arm/fiq.c +++ b/sys/arm/arm/fiq.c @@ -1,6 +1,8 @@ /* $NetBSD: fiq.c,v 1.5 2002/04/03 23:33:27 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/arm/gdb_machdep.c b/sys/arm/arm/gdb_machdep.c index 8cc7a198bf8b8..21c04341c3f6a 100644 --- a/sys/arm/arm/gdb_machdep.c +++ b/sys/arm/arm/gdb_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/arm/genassym.c b/sys/arm/arm/genassym.c index b5cc952adeaf7..6884b803701fe 100644 --- a/sys/arm/arm/genassym.c +++ b/sys/arm/arm/genassym.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/arm/generic_timer.c b/sys/arm/arm/generic_timer.c index d91eee14ee44c..5b0f7b3c9bacc 100644 --- a/sys/arm/arm/generic_timer.c +++ b/sys/arm/arm/generic_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 The FreeBSD Foundation * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. diff --git a/sys/arm/arm/gic.c b/sys/arm/arm/gic.c index 2974bacb630eb..63f0606b08343 100644 --- a/sys/arm/arm/gic.c +++ b/sys/arm/arm/gic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/arm/in_cksum.c b/sys/arm/arm/in_cksum.c index 3bce650183972..d37c68720d2ab 100644 --- a/sys/arm/arm/in_cksum.c +++ b/sys/arm/arm/in_cksum.c @@ -1,6 +1,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 diff --git a/sys/arm/arm/intr.c b/sys/arm/arm/intr.c index 2528b8edf58f2..fd035af5453a8 100644 --- a/sys/arm/arm/intr.c +++ b/sys/arm/arm/intr.c @@ -1,6 +1,8 @@ /* $NetBSD: intr.c,v 1.12 2003/07/15 00:24:41 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 Olivier Houchard. * Copyright (c) 1994-1998 Mark Brinicombe. * All rights reserved. diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index a95658e31f730..4ef6fd5b6bcf2 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -1,6 +1,8 @@ /* $NetBSD: arm32_machdep.c,v 1.44 2004/03/24 15:34:47 atatat Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 Olivier Houchard * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. diff --git a/sys/arm/arm/mem.c b/sys/arm/arm/mem.c index c2cf320b2b674..bfab53f2bc287 100644 --- a/sys/arm/arm/mem.c +++ b/sys/arm/arm/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/arm/arm/minidump_machdep.c b/sys/arm/arm/minidump_machdep.c index e7340dcf33db0..6d71a08b7ffd2 100644 --- a/sys/arm/arm/minidump_machdep.c +++ b/sys/arm/arm/minidump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * Copyright (c) 2008 Semihalf, Grzegorz Bernacki * All rights reserved. diff --git a/sys/arm/arm/mp_machdep.c b/sys/arm/arm/mp_machdep.c index 2dc71718e06f5..b654b65668803 100644 --- a/sys/arm/arm/mp_machdep.c +++ b/sys/arm/arm/mp_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Semihalf. * All rights reserved. * diff --git a/sys/arm/arm/mpcore_timer.c b/sys/arm/arm/mpcore_timer.c index 84034514f180a..51ba6148ba915 100644 --- a/sys/arm/arm/mpcore_timer.c +++ b/sys/arm/arm/mpcore_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/arm/physmem.c b/sys/arm/arm/physmem.c index ec68c3619a5b9..7c9cfb86c4943 100644 --- a/sys/arm/arm/physmem.c +++ b/sys/arm/arm/physmem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/arm/pl190.c b/sys/arm/arm/pl190.c index 8cd744e6c9932..3372338c98ed4 100644 --- a/sys/arm/arm/pl190.c +++ b/sys/arm/arm/pl190.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@bluezbox.com> + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2017 Oleksandr Tymoshenko <gonzo@bluezbox.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -24,7 +26,6 @@ * SUCH DAMAGE. */ - #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -34,15 +35,17 @@ __FBSDID("$FreeBSD$"); #include <sys/kernel.h> #include <sys/ktr.h> #include <sys/module.h> +#include <sys/proc.h> #include <sys/rman.h> #include <machine/bus.h> #include <machine/intr.h> -#include <dev/fdt/fdt_common.h> #include <dev/ofw/openfirm.h> #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h> +#include "pic_if.h" + #ifdef DEBUG #define dprintf(fmt, args...) printf(fmt, ##args) #else @@ -63,17 +66,139 @@ __FBSDID("$FreeBSD$"); #define VIC_NIRQS 32 +struct pl190_intc_irqsrc { + struct intr_irqsrc isrc; + u_int irq; +}; + struct pl190_intc_softc { - device_t sc_dev; + device_t dev; + struct mtx mtx; struct resource * intc_res; + struct pl190_intc_irqsrc isrcs[VIC_NIRQS]; }; -static struct pl190_intc_softc *pl190_intc_sc = NULL; +#define INTC_VIC_READ_4(sc, reg) \ + bus_read_4(sc->intc_res, (reg)) +#define INTC_VIC_WRITE_4(sc, reg, val) \ + bus_write_4(sc->intc_res, (reg), (val)) -#define intc_vic_read_4(reg) \ - bus_read_4(pl190_intc_sc->intc_res, (reg)) -#define intc_vic_write_4(reg, val) \ - bus_write_4(pl190_intc_sc->intc_res, (reg), (val)) +#define VIC_LOCK(_sc) mtx_lock_spin(&(_sc)->mtx) +#define VIC_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->mtx) + +static inline void +pl190_intc_irq_dispatch(struct pl190_intc_softc *sc, u_int irq, + struct trapframe *tf) +{ + struct pl190_intc_irqsrc *src; + + src = &sc->isrcs[irq]; + if (intr_isrc_dispatch(&src->isrc, tf) != 0) + device_printf(sc->dev, "Stray irq %u detected\n", irq); +} + +static int +pl190_intc_intr(void *arg) +{ + struct pl190_intc_softc *sc; + u_int cpu; + uint32_t num, pending; + struct trapframe *tf; + + sc = arg; + cpu = PCPU_GET(cpuid); + tf = curthread->td_intr_frame; + + VIC_LOCK(sc); + pending = INTC_VIC_READ_4(sc, VICIRQSTATUS); + VIC_UNLOCK(sc); + for (num = 0 ; num < VIC_NIRQS; num++) { + if (pending & (1 << num)) + pl190_intc_irq_dispatch(sc, num, tf); + } + + return (FILTER_HANDLED); +} + +static void +pl190_intc_disable_intr(device_t dev, struct intr_irqsrc *isrc) +{ + struct pl190_intc_softc *sc; + struct pl190_intc_irqsrc *src; + + sc = device_get_softc(dev); + src = (struct pl190_intc_irqsrc *)isrc; + + VIC_LOCK(sc); + INTC_VIC_WRITE_4(sc, VICINTENCLEAR, (1 << src->irq)); + VIC_UNLOCK(sc); +} + +static void +pl190_intc_enable_intr(device_t dev, struct intr_irqsrc *isrc) +{ + struct pl190_intc_softc *sc; + struct pl190_intc_irqsrc *src; + + sc = device_get_softc(dev); + src = (struct pl190_intc_irqsrc *)isrc; + + VIC_LOCK(sc); + INTC_VIC_WRITE_4(sc, VICINTENABLE, (1 << src->irq)); + VIC_UNLOCK(sc); +} + +static int +pl190_intc_map_intr(device_t dev, struct intr_map_data *data, + struct intr_irqsrc **isrcp) +{ + struct intr_map_data_fdt *daf; + struct pl190_intc_softc *sc; + + if (data->type != INTR_MAP_DATA_FDT) + return (ENOTSUP); + + daf = (struct intr_map_data_fdt *)data; + if (daf->ncells != 1 || daf->cells[0] >= VIC_NIRQS) + return (EINVAL); + + sc = device_get_softc(dev); + *isrcp = &sc->isrcs[daf->cells[0]].isrc; + return (0); +} + +static void +pl190_intc_pre_ithread(device_t dev, struct intr_irqsrc *isrc) +{ + pl190_intc_disable_intr(dev, isrc); +} + +static void +pl190_intc_post_ithread(device_t dev, struct intr_irqsrc *isrc) +{ + struct pl190_intc_irqsrc *src; + + src = (struct pl190_intc_irqsrc *)isrc; + pl190_intc_enable_intr(dev, isrc); + arm_irq_memory_barrier(src->irq); +} + +static void +pl190_intc_post_filter(device_t dev, struct intr_irqsrc *isrc) +{ + struct pl190_intc_irqsrc *src; + + src = (struct pl190_intc_irqsrc *)isrc; + arm_irq_memory_barrier(src->irq); +} + +static int +pl190_intc_setup_intr(device_t dev, struct intr_irqsrc *isrc, + struct resource *res, struct intr_map_data *data) +{ + + return (0); +} static int pl190_intc_probe(device_t dev) @@ -91,14 +216,20 @@ pl190_intc_probe(device_t dev) static int pl190_intc_attach(device_t dev) { - struct pl190_intc_softc *sc = device_get_softc(dev); + struct pl190_intc_softc *sc; uint32_t id; int i, rid; - - sc->sc_dev = dev; - - if (pl190_intc_sc) - return (ENXIO); + struct pl190_intc_irqsrc *isrcs; + struct intr_pic *pic; + int error; + uint32_t irq; + const char *name; + phandle_t xref; + + sc = device_get_softc(dev); + sc->dev = dev; + mtx_init(&sc->mtx, device_get_nameunit(dev), "pl190", + MTX_SPIN); /* Request memory resources */ rid = 0; @@ -109,20 +240,17 @@ pl190_intc_attach(device_t dev) return (ENXIO); } - pl190_intc_sc = sc; /* * All interrupts should use IRQ line */ - intc_vic_write_4(VICINTSELECT, 0x00000000); + INTC_VIC_WRITE_4(sc, VICINTSELECT, 0x00000000); /* Disable all interrupts */ - intc_vic_write_4(VICINTENCLEAR, 0xffffffff); - /* Enable INT31, SIC IRQ */ - intc_vic_write_4(VICINTENABLE, (1U << 31)); + INTC_VIC_WRITE_4(sc, VICINTENCLEAR, 0xffffffff); id = 0; for (i = 3; i >= 0; i--) { id = (id << 8) | - (intc_vic_read_4(VICPERIPHID + i*4) & 0xff); + (INTC_VIC_READ_4(sc, VICPERIPHID + i*4) & 0xff); } device_printf(dev, "Peripheral ID: %08x\n", id); @@ -130,18 +258,43 @@ pl190_intc_attach(device_t dev) id = 0; for (i = 3; i >= 0; i--) { id = (id << 8) | - (intc_vic_read_4(VICPRIMECELLID + i*4) & 0xff); + (INTC_VIC_READ_4(sc, VICPRIMECELLID + i*4) & 0xff); } device_printf(dev, "PrimeCell ID: %08x\n", id); - return (0); + /* PIC attachment */ + isrcs = sc->isrcs; + name = device_get_nameunit(sc->dev); + for (irq = 0; irq < VIC_NIRQS; irq++) { + isrcs[irq].irq = irq; + error = intr_isrc_register(&isrcs[irq].isrc, sc->dev, + 0, "%s,%u", name, irq); + if (error != 0) + return (error); + } + + xref = OF_xref_from_node(ofw_bus_get_node(sc->dev)); + pic = intr_pic_register(sc->dev, xref); + if (pic == NULL) + return (ENXIO); + + return (intr_pic_claim_root(sc->dev, xref, pl190_intc_intr, sc, 0)); } static device_method_t pl190_intc_methods[] = { DEVMETHOD(device_probe, pl190_intc_probe), DEVMETHOD(device_attach, pl190_intc_attach), - { 0, 0 } + + DEVMETHOD(pic_disable_intr, pl190_intc_disable_intr), + DEVMETHOD(pic_enable_intr, pl190_intc_enable_intr), + DEVMETHOD(pic_map_intr, pl190_intc_map_intr), + DEVMETHOD(pic_post_filter, pl190_intc_post_filter), + DEVMETHOD(pic_post_ithread, pl190_intc_post_ithread), + DEVMETHOD(pic_pre_ithread, pl190_intc_pre_ithread), + DEVMETHOD(pic_setup_intr, pl190_intc_setup_intr), + + DEVMETHOD_END }; static driver_t pl190_intc_driver = { @@ -154,39 +307,3 @@ static devclass_t pl190_intc_devclass; EARLY_DRIVER_MODULE(intc, simplebus, pl190_intc_driver, pl190_intc_devclass, 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE); - -int -arm_get_next_irq(int last_irq) -{ - uint32_t pending; - int32_t irq = last_irq + 1; - - /* Sanity check */ - if (irq < 0) - irq = 0; - - pending = intc_vic_read_4(VICIRQSTATUS); - while (irq < VIC_NIRQS) { - if (pending & (1 << irq)) - return (irq); - irq++; - } - - return (-1); -} - -void -arm_mask_irq(uintptr_t nb) -{ - - dprintf("%s: %d\n", __func__, nb); - intc_vic_write_4(VICINTENCLEAR, (1 << nb)); -} - -void -arm_unmask_irq(uintptr_t nb) -{ - - dprintf("%s: %d\n", __func__, nb); - intc_vic_write_4(VICINTENABLE, (1 << nb)); -} diff --git a/sys/arm/arm/pl310.c b/sys/arm/arm/pl310.c index c269b47a8be3d..940dd9b68aa2f 100644 --- a/sys/arm/arm/pl310.c +++ b/sys/arm/arm/pl310.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2012 Olivier Houchard <cognet@FreeBSD.org> * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. diff --git a/sys/arm/arm/pmap-v6.c b/sys/arm/arm/pmap-v6.c index 9220cc7b6c138..1b51d9f9e123f 100644 --- a/sys/arm/arm/pmap-v6.c +++ b/sys/arm/arm/pmap-v6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1991 Regents of the University of California. * Copyright (c) 1994 John S. Dyson * Copyright (c) 1994 David Greenman diff --git a/sys/arm/arm/sc_machdep.c b/sys/arm/arm/sc_machdep.c index a81ffddbb211b..8a77cef2fbce8 100644 --- a/sys/arm/arm/sc_machdep.c +++ b/sys/arm/arm/sc_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/arm/arm/stack_machdep.c b/sys/arm/arm/stack_machdep.c index df232a957978a..9d089c931593c 100644 --- a/sys/arm/arm/stack_machdep.c +++ b/sys/arm/arm/stack_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Antoine Brodin * All rights reserved. * diff --git a/sys/arm/arm/stdatomic.c b/sys/arm/arm/stdatomic.c index 29ff7f5b187fe..8b3688f9e67ba 100644 --- a/sys/arm/arm/stdatomic.c +++ b/sys/arm/arm/stdatomic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/arm/sys_machdep.c b/sys/arm/arm/sys_machdep.c index 39f7483b9b0b5..7e7d8c855eaf7 100644 --- a/sys/arm/arm/sys_machdep.c +++ b/sys/arm/arm/sys_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/arm/uio_machdep.c b/sys/arm/arm/uio_machdep.c index f04569f66ff13..45f39cc4e7341 100644 --- a/sys/arm/arm/uio_machdep.c +++ b/sys/arm/arm/uio_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c index 5dfa0d454bd30..0eb00b65f479f 100644 --- a/sys/arm/arm/undefined.c +++ b/sys/arm/arm/undefined.c @@ -1,6 +1,8 @@ /* $NetBSD: undefined.c,v 1.22 2003/11/29 22:21:29 bjh21 Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Ben Harris. * Copyright (c) 1995 Mark Brinicombe. * Copyright (c) 1995 Brini. diff --git a/sys/arm/arm/vfp.c b/sys/arm/arm/vfp.c index 7e3e728ce1d29..d42660d7e4f9d 100644 --- a/sys/arm/arm/vfp.c +++ b/sys/arm/arm/vfp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ian Lepore <ian@freebsd.org> * Copyright (c) 2012 Mark Tinguely * diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c index 6ae881784dda3..d5098b2060cee 100644 --- a/sys/arm/arm/vm_machdep.c +++ b/sys/arm/arm/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson diff --git a/sys/arm/at91/at91.c b/sys/arm/at91/at91.c index 75b40b20699a4..10fb9201dc142 100644 --- a/sys/arm/at91/at91.c +++ b/sys/arm/at91/at91.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91_aic.c b/sys/arm/at91/at91_aic.c index 92d6eada203ce..51b98da962923 100644 --- a/sys/arm/at91/at91_aic.c +++ b/sys/arm/at91/at91_aic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_aicreg.h b/sys/arm/at91/at91_aicreg.h index f46f234877401..8ce6644f57fdb 100644 --- a/sys/arm/at91/at91_aicreg.h +++ b/sys/arm/at91/at91_aicreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_cfata.c b/sys/arm/at91/at91_cfata.c index 890029c13e32a..9a8243e84cc20 100644 --- a/sys/arm/at91/at91_cfata.c +++ b/sys/arm/at91/at91_cfata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Deglitch Networks, Stanislav Sedov * All rights reserved. * diff --git a/sys/arm/at91/at91_gpio.h b/sys/arm/at91/at91_gpio.h index 935e43733e2b2..21b67475f7f03 100644 --- a/sys/arm/at91/at91_gpio.h +++ b/sys/arm/at91/at91_gpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_machdep.c b/sys/arm/at91/at91_machdep.c index 2dddd065f348d..5f3dc7fc4459b 100644 --- a/sys/arm/at91/at91_machdep.c +++ b/sys/arm/at91/at91_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/at91/at91_mci.c b/sys/arm/at91/at91_mci.c index f05fee694871c..6df31ec880cb5 100644 --- a/sys/arm/at91/at91_mci.c +++ b/sys/arm/at91/at91_mci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. diff --git a/sys/arm/at91/at91_mcireg.h b/sys/arm/at91/at91_mcireg.h index 1831c0dbfc741..cf70dcad410d8 100644 --- a/sys/arm/at91/at91_mcireg.h +++ b/sys/arm/at91/at91_mcireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Berndt Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * diff --git a/sys/arm/at91/at91_pdcreg.h b/sys/arm/at91/at91_pdcreg.h index d15c22a7b1146..88389e002e95a 100644 --- a/sys/arm/at91/at91_pdcreg.h +++ b/sys/arm/at91/at91_pdcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_pio.c b/sys/arm/at91/at91_pio.c index 0d9bd46a42153..a1c887e6525d0 100644 --- a/sys/arm/at91/at91_pio.c +++ b/sys/arm/at91/at91_pio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (C) 2012 Ian Lepore. All rights reserved. * diff --git a/sys/arm/at91/at91_pio_sam9g45.h b/sys/arm/at91/at91_pio_sam9g45.h index 6045536ee6aad..1fc38e43e3241 100644 --- a/sys/arm/at91/at91_pio_sam9g45.h +++ b/sys/arm/at91/at91_pio_sam9g45.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support - ROUSSET - * ---------------------------------------------------------------------------- diff --git a/sys/arm/at91/at91_pioreg.h b/sys/arm/at91/at91_pioreg.h index 7869d9d05a302..4b1f22d895820 100644 --- a/sys/arm/at91/at91_pioreg.h +++ b/sys/arm/at91/at91_pioreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_piovar.h b/sys/arm/at91/at91_piovar.h index 7b83d07248628..4a314e83873ac 100644 --- a/sys/arm/at91/at91_piovar.h +++ b/sys/arm/at91/at91_piovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_pit.c b/sys/arm/at91/at91_pit.c index 7f7890b01783b..8e45a0e36d3d2 100644 --- a/sys/arm/at91/at91_pit.c +++ b/sys/arm/at91/at91_pit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Gallon Sylvestre. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91_pitreg.h b/sys/arm/at91/at91_pitreg.h index 5e87e397255a2..f7095aa6b2e75 100644 --- a/sys/arm/at91/at91_pitreg.h +++ b/sys/arm/at91/at91_pitreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_pmc.c b/sys/arm/at91/at91_pmc.c index 3784bada94183..8ec0552fdb31f 100644 --- a/sys/arm/at91/at91_pmc.c +++ b/sys/arm/at91/at91_pmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91_pmcreg.h b/sys/arm/at91/at91_pmcreg.h index 65846a3fb9ba4..020be6772420a 100644 --- a/sys/arm/at91/at91_pmcreg.h +++ b/sys/arm/at91/at91_pmcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_pmcvar.h b/sys/arm/at91/at91_pmcvar.h index 700eba18706ef..850ec653cf02a 100644 --- a/sys/arm/at91/at91_pmcvar.h +++ b/sys/arm/at91/at91_pmcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_rst.c b/sys/arm/at91/at91_rst.c index 77ace5fbe613a..d4f8efc606914 100644 --- a/sys/arm/at91/at91_rst.c +++ b/sys/arm/at91/at91_rst.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_rstreg.h b/sys/arm/at91/at91_rstreg.h index ee64f140ff68f..5af38fbaa79e5 100644 --- a/sys/arm/at91/at91_rstreg.h +++ b/sys/arm/at91/at91_rstreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_rtc.c b/sys/arm/at91/at91_rtc.c index 7bb80b94bd1dc..3933f1d8902c0 100644 --- a/sys/arm/at91/at91_rtc.c +++ b/sys/arm/at91/at91_rtc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2012 Ian Lepore. All rights reserved. * diff --git a/sys/arm/at91/at91_rtcreg.h b/sys/arm/at91/at91_rtcreg.h index 923db0aeb582d..b493c1e648cd6 100644 --- a/sys/arm/at91/at91_rtcreg.h +++ b/sys/arm/at91/at91_rtcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_sdramc.c b/sys/arm/at91/at91_sdramc.c index 99787ba7a71dc..af473a61cd90e 100644 --- a/sys/arm/at91/at91_sdramc.c +++ b/sys/arm/at91/at91_sdramc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_shdwc.c b/sys/arm/at91/at91_shdwc.c index f3fa491dad8f7..4923509b4a0cd 100644 --- a/sys/arm/at91/at91_shdwc.c +++ b/sys/arm/at91/at91_shdwc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_smc.c b/sys/arm/at91/at91_smc.c index 2d59d169a76d5..3d4421786f3c0 100644 --- a/sys/arm/at91/at91_smc.c +++ b/sys/arm/at91/at91_smc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_smc.h b/sys/arm/at91/at91_smc.h index f571c46b1862f..fe46da9074f0f 100644 --- a/sys/arm/at91/at91_smc.h +++ b/sys/arm/at91/at91_smc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_spi.c b/sys/arm/at91/at91_spi.c index f96114a7b67b2..ecba6a98f9e88 100644 --- a/sys/arm/at91/at91_spi.c +++ b/sys/arm/at91/at91_spi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. * Copyright (c) 2011-2012 Ian Lepore. * All rights reserved. diff --git a/sys/arm/at91/at91_spireg.h b/sys/arm/at91/at91_spireg.h index 251564f3d286b..8c6fc2839bcb8 100644 --- a/sys/arm/at91/at91_spireg.h +++ b/sys/arm/at91/at91_spireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_ssc.c b/sys/arm/at91/at91_ssc.c index d79020b8b493f..435380a88576f 100644 --- a/sys/arm/at91/at91_ssc.c +++ b/sys/arm/at91/at91_ssc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_sscreg.h b/sys/arm/at91/at91_sscreg.h index f411f4606144b..ae1eb800bcd88 100644 --- a/sys/arm/at91/at91_sscreg.h +++ b/sys/arm/at91/at91_sscreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_st.c b/sys/arm/at91/at91_st.c index 07ee24d546845..cad0c314b7c2f 100644 --- a/sys/arm/at91/at91_st.c +++ b/sys/arm/at91/at91_st.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_streg.h b/sys/arm/at91/at91_streg.h index 48a63c3f0ca1f..771e10ae143c5 100644 --- a/sys/arm/at91/at91_streg.h +++ b/sys/arm/at91/at91_streg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_tcb.c b/sys/arm/at91/at91_tcb.c index 42491ed74bd06..b8c31a6285ae2 100644 --- a/sys/arm/at91/at91_tcb.c +++ b/sys/arm/at91/at91_tcb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_twi.c b/sys/arm/at91/at91_twi.c index 303e4dd4f3f0c..04dbdbbc61bc8 100644 --- a/sys/arm/at91/at91_twi.c +++ b/sys/arm/at91/at91_twi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_twiio.h b/sys/arm/at91/at91_twiio.h index 0a24e57c0ad14..98074557d008a 100644 --- a/sys/arm/at91/at91_twiio.h +++ b/sys/arm/at91/at91_twiio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_twireg.h b/sys/arm/at91/at91_twireg.h index 5f59b22febf76..78e694a7943a6 100644 --- a/sys/arm/at91/at91_twireg.h +++ b/sys/arm/at91/at91_twireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_usartreg.h b/sys/arm/at91/at91_usartreg.h index 71b8ed4b15cbe..d3e7031c439d0 100644 --- a/sys/arm/at91/at91_usartreg.h +++ b/sys/arm/at91/at91_usartreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_wdt.c b/sys/arm/at91/at91_wdt.c index 95332025e2f73..f8b6318f69cc1 100644 --- a/sys/arm/at91/at91_wdt.c +++ b/sys/arm/at91/at91_wdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91_wdtreg.h b/sys/arm/at91/at91_wdtreg.h index 1c8dd892c14ac..9ff0440d1607e 100644 --- a/sys/arm/at91/at91_wdtreg.h +++ b/sys/arm/at91/at91_wdtreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Gallon Sylvestre. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91board.h b/sys/arm/at91/at91board.h index 16763d57ea382..80b7decc7a766 100644 --- a/sys/arm/at91/at91board.h +++ b/sys/arm/at91/at91board.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91reg.h b/sys/arm/at91/at91reg.h index 35e14f5fc0837..fd7c7cf5aa7a0 100644 --- a/sys/arm/at91/at91reg.h +++ b/sys/arm/at91/at91reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Greg Ansley All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91rm9200.c b/sys/arm/at91/at91rm9200.c index d350117f1dad9..2a136151e8da9 100644 --- a/sys/arm/at91/at91rm9200.c +++ b/sys/arm/at91/at91rm9200.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91rm9200_devices.c b/sys/arm/at91/at91rm9200_devices.c index bc29cc18babb5..a31445e993148 100644 --- a/sys/arm/at91/at91rm9200_devices.c +++ b/sys/arm/at91/at91rm9200_devices.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 M. Warner Losh. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91rm9200var.h b/sys/arm/at91/at91rm9200var.h index 156320eba7578..6f4dcef0abf05 100644 --- a/sys/arm/at91/at91rm9200var.h +++ b/sys/arm/at91/at91rm9200var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91rm92reg.h b/sys/arm/at91/at91rm92reg.h index 16fc82c06ebbe..a1956d4c0a33f 100644 --- a/sys/arm/at91/at91rm92reg.h +++ b/sys/arm/at91/at91rm92reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91sam9260.c b/sys/arm/at91/at91sam9260.c index 4514d8712b6a6..1e1c32c8f3a22 100644 --- a/sys/arm/at91/at91sam9260.c +++ b/sys/arm/at91/at91sam9260.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91sam9260reg.h b/sys/arm/at91/at91sam9260reg.h index 1609ed17e869c..3f5ed332a349d 100644 --- a/sys/arm/at91/at91sam9260reg.h +++ b/sys/arm/at91/at91sam9260reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91sam9g20.c b/sys/arm/at91/at91sam9g20.c index 3c17e3aadabca..5658f08a23eb7 100644 --- a/sys/arm/at91/at91sam9g20.c +++ b/sys/arm/at91/at91sam9g20.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91sam9g20reg.h b/sys/arm/at91/at91sam9g20reg.h index d29dfa5ef57c2..e0d53600d950d 100644 --- a/sys/arm/at91/at91sam9g20reg.h +++ b/sys/arm/at91/at91sam9g20reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/at91sam9g45.c b/sys/arm/at91/at91sam9g45.c index c3a26d58f4997..fb4024cc7897a 100644 --- a/sys/arm/at91/at91sam9g45.c +++ b/sys/arm/at91/at91sam9g45.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * Copyright (c) 2012 Andrew Turner. All rights reserved. diff --git a/sys/arm/at91/at91sam9g45reg.h b/sys/arm/at91/at91sam9g45reg.h index 0dc31beea9bec..79620fbd7b83f 100644 --- a/sys/arm/at91/at91sam9g45reg.h +++ b/sys/arm/at91/at91sam9g45reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * Copyright (c) 2012 Andrew Turner. All rights reserved. diff --git a/sys/arm/at91/at91sam9x5.c b/sys/arm/at91/at91sam9x5.c index 9fe7104740b0e..9b2459e9e9859 100644 --- a/sys/arm/at91/at91sam9x5.c +++ b/sys/arm/at91/at91sam9x5.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * Copyright (c) 2012 M. Warner Losh.. All rights reserved. diff --git a/sys/arm/at91/at91sam9x5reg.h b/sys/arm/at91/at91sam9x5reg.h index dd777f9a6b2d9..b0af4a9bfd320 100644 --- a/sys/arm/at91/at91sam9x5reg.h +++ b/sys/arm/at91/at91sam9x5reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sylvestre Gallon. All rights reserved. * Copyright (c) 2010 Greg Ansley. All rights reserved. * Copyright (c) 2012 M. Warener Losh. All rights reserved. diff --git a/sys/arm/at91/at91soc.c b/sys/arm/at91/at91soc.c index 7031e83260470..520a8597ffc46 100644 --- a/sys/arm/at91/at91soc.c +++ b/sys/arm/at91/at91soc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91soc.h b/sys/arm/at91/at91soc.h index e2f4d41ae2197..ad48f817c5b7e 100644 --- a/sys/arm/at91/at91soc.h +++ b/sys/arm/at91/at91soc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/at91var.h b/sys/arm/at91/at91var.h index 46227a0dd999b..84c898fbf4533 100644 --- a/sys/arm/at91/at91var.h +++ b/sys/arm/at91/at91var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/board_bwct.c b/sys/arm/at91/board_bwct.c index 0515b21098f85..fd6bdbaf0b4c4 100644 --- a/sys/arm/at91/board_bwct.c +++ b/sys/arm/at91/board_bwct.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 Olivier Houchard. All rights reserved. * Copyright (c) 2005-2012 Warner Losh. All rights reserved. * diff --git a/sys/arm/at91/board_eb9200.c b/sys/arm/at91/board_eb9200.c index 23f914a3c2a29..8fe8bce0bc48c 100644 --- a/sys/arm/at91/board_eb9200.c +++ b/sys/arm/at91/board_eb9200.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 Olivier Houchard. All rights reserved. * Copyright (c) 2005-2012 Warner Losh. All rights reserved. * diff --git a/sys/arm/at91/board_ethernut5.c b/sys/arm/at91/board_ethernut5.c index 96beebac677a7..54f78d460ebcc 100644 --- a/sys/arm/at91/board_ethernut5.c +++ b/sys/arm/at91/board_ethernut5.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/at91/board_hl200.c b/sys/arm/at91/board_hl200.c index d3ac4fe16c91e..b594b0c18438a 100644 --- a/sys/arm/at91/board_hl200.c +++ b/sys/arm/at91/board_hl200.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 Olivier Houchard. All rights reserved. * Copyright (c) 2005-2012 Warner Losh. All rights reserved. * diff --git a/sys/arm/at91/board_hl201.c b/sys/arm/at91/board_hl201.c index 66dbf368f4b63..81c8488e5232e 100644 --- a/sys/arm/at91/board_hl201.c +++ b/sys/arm/at91/board_hl201.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 Olivier Houchard. All rights reserved. * Copyright (c) 2005-2008 Warner Losh. All rights reserved. * diff --git a/sys/arm/at91/board_kb920x.c b/sys/arm/at91/board_kb920x.c index 1f35705297d88..17ae3d96d432e 100644 --- a/sys/arm/at91/board_kb920x.c +++ b/sys/arm/at91/board_kb920x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 Olivier Houchard. All rights reserved. * Copyright (c) 2005-2012 Warner Losh. All rights reserved. * diff --git a/sys/arm/at91/board_qila9g20.c b/sys/arm/at91/board_qila9g20.c index 4c94b2ba51bc1..e5a3db3283998 100644 --- a/sys/arm/at91/board_qila9g20.c +++ b/sys/arm/at91/board_qila9g20.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/board_sam9260ek.c b/sys/arm/at91/board_sam9260ek.c index e3210afb1086e..4c61a667fa601 100644 --- a/sys/arm/at91/board_sam9260ek.c +++ b/sys/arm/at91/board_sam9260ek.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/at91/board_sam9g20ek.c b/sys/arm/at91/board_sam9g20ek.c index 918aea047a045..c35f9b4e76a8f 100644 --- a/sys/arm/at91/board_sam9g20ek.c +++ b/sys/arm/at91/board_sam9g20ek.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/board_sam9x25ek.c b/sys/arm/at91/board_sam9x25ek.c index a9874ff9ce9fb..194f2d76d16db 100644 --- a/sys/arm/at91/board_sam9x25ek.c +++ b/sys/arm/at91/board_sam9x25ek.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/board_sn9g45.c b/sys/arm/at91/board_sn9g45.c index eb1980e00cc4c..6bc60036f8b36 100644 --- a/sys/arm/at91/board_sn9g45.c +++ b/sys/arm/at91/board_sn9g45.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Greg Ansley. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/board_tsc4370.c b/sys/arm/at91/board_tsc4370.c index 9c0658bac387f..65198de087f5d 100644 --- a/sys/arm/at91/board_tsc4370.c +++ b/sys/arm/at91/board_tsc4370.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008 Olivier Houchard. All rights reserved. * Copyright (c) 2005-2012 Warner Losh. All rights reserved. * Copyright (c) 2007-2014 Ian Lepore. All rights reserved. diff --git a/sys/arm/at91/if_ate.c b/sys/arm/at91/if_ate.c index fdca46bf95fc8..2df3a1f93433a 100644 --- a/sys/arm/at91/if_ate.c +++ b/sys/arm/at91/if_ate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2009 Greg Ansley. All rights reserved. * diff --git a/sys/arm/at91/if_atereg.h b/sys/arm/at91/if_atereg.h index c6cbbcfda7986..8440e2c17450f 100644 --- a/sys/arm/at91/if_atereg.h +++ b/sys/arm/at91/if_atereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/if_macb.c b/sys/arm/at91/if_macb.c index c62184d2803b3..337cf7a3abe33 100644 --- a/sys/arm/at91/if_macb.c +++ b/sys/arm/at91/if_macb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Yohanes Nugroho <yohanes@gmail.com> * All rights reserved. * diff --git a/sys/arm/at91/uart_bus_at91usart.c b/sys/arm/at91/uart_bus_at91usart.c index 28182faa89220..6c4264318d6d4 100644 --- a/sys/arm/at91/uart_bus_at91usart.c +++ b/sys/arm/at91/uart_bus_at91usart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/at91/uart_cpu_at91usart.c b/sys/arm/at91/uart_cpu_at91usart.c index 39f146cc56987..eff6812304926 100644 --- a/sys/arm/at91/uart_cpu_at91usart.c +++ b/sys/arm/at91/uart_cpu_at91usart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * Copyright (c) 2006 M. Warner Losh * All rights reserved. diff --git a/sys/arm/at91/uart_dev_at91usart.c b/sys/arm/at91/uart_dev_at91usart.c index cac5e6a2abd95..be83d211758e3 100644 --- a/sys/arm/at91/uart_dev_at91usart.c +++ b/sys/arm/at91/uart_dev_at91usart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh * Copyright (c) 2005 Olivier Houchard * Copyright (c) 2012 Ian Lepore diff --git a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c index 62c5c120cec90..4ce8238ebe778 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Tsubai Masanari. * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2013 Luiz Otavio O Souza <loos@freebsd.org> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_bscreg.h b/sys/arm/broadcom/bcm2835/bcm2835_bscreg.h index 48b31b645d91e..4b95320538071 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_bscreg.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_bscreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2013 Luiz Otavio O Souza <loos@freebsd.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h b/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h index 77974854f4c3d..24ab93c163d12 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2013 Luiz Otavio O Souza <loos@freebsd.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.c b/sys/arm/broadcom/bcm2835/bcm2835_dma.c index 3b6c03201fa16..dbaa02a4f0806 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_dma.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Daisuke Aoyama <aoyama@peach.ne.jp> * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@bluezbox.com> * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.h b/sys/arm/broadcom/bcm2835/bcm2835_dma.h index c39344a272ae8..a6a4276659404 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_dma.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Daisuke Aoyama <aoyama@peach.ne.jp> * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@bluezbox.com> * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fb.c b/sys/arm/broadcom/bcm2835/bcm2835_fb.c index 15746ec2111ef..fccfa95d65f30 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fb.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c index 04cc83a42c812..093c4561e0d2f 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_gpio.c b/sys/arm/broadcom/bcm2835/bcm2835_gpio.c index ed3bbae998fef..5ca65abeaf09b 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_gpio.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2012-2015 Luiz Otavio O Souza <loos@FreeBSD.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_gpio.h b/sys/arm/broadcom/bcm2835/bcm2835_gpio.h index 911bcf2198421..10436f8f732ef 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_gpio.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_gpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@bluezbox.com> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/broadcom/bcm2835/bcm2835_intr.c b/sys/arm/broadcom/bcm2835/bcm2835_intr.c index 9f7bd7f44d326..f6dbad81a32e8 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_intr.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_intr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c index 840b71b47b44e..d0a28f1f5fde8 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2012 Oleksandr Tymoshenko. * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c index 2fc0a9e70f083..f3b5363268ed3 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox.h b/sys/arm/broadcom/bcm2835/bcm2835_mbox.h index 17e59eb7adc50..3cd8699a704b3 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_mbox.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_mbox.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c index 2a1b2a90b3126..e11af63b874eb 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_spi.c b/sys/arm/broadcom/bcm2835/bcm2835_spi.c index 4ade83fae2b48..cbf00c3156a99 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_spi.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_spi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2013 Luiz Otavio O Souza <loos@freebsd.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_spireg.h b/sys/arm/broadcom/bcm2835/bcm2835_spireg.h index 6a0350c8b57cd..a658f16c92b99 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_spireg.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_spireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2013 Luiz Otavio O Souza <loos@freebsd.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_spivar.h b/sys/arm/broadcom/bcm2835/bcm2835_spivar.h index 6a32f9229b929..25b06e2aa2f89 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_spivar.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_spivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2013 Luiz Otavio O Souza <loos@freebsd.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c index 731c7d069bd83..5dc74c367dbcb 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012 Damjan Marion <dmarion@freebsd.org> * All rights reserved. diff --git a/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h b/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h index e1d44b31f76da..f35b703312024 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c index c1152a2dc5492..057b79a128e95 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Alexander Rybalko <ray@freebsd.org> * All rights reserved. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_wdog.h b/sys/arm/broadcom/bcm2835/bcm2835_wdog.h index 55569d9b4cee9..214991820fdc1 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_wdog.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_wdog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Alexander Rybalko <ray@freebsd.org> * All rights reserved. * diff --git a/sys/arm/conf/genboardid.awk b/sys/arm/conf/genboardid.awk index 440989c14d499..47ef97266711c 100644 --- a/sys/arm/conf/genboardid.awk +++ b/sys/arm/conf/genboardid.awk @@ -2,6 +2,8 @@ # $FreeBSD$ #- +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2012 M. Warner Losh. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/freescale/fsl_ocotp.c b/sys/arm/freescale/fsl_ocotp.c index 09210c528b6c6..9a0f9b4ec62f6 100644 --- a/sys/arm/freescale/fsl_ocotp.c +++ b/sys/arm/freescale/fsl_ocotp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Steven Lawrance <stl@koffein.net> * All rights reserved. * diff --git a/sys/arm/freescale/fsl_ocotpreg.h b/sys/arm/freescale/fsl_ocotpreg.h index 686e97eee8350..80e3d3e5644f3 100644 --- a/sys/arm/freescale/fsl_ocotpreg.h +++ b/sys/arm/freescale/fsl_ocotpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Steven Lawrance <stl@koffein.net> * All rights reserved. * diff --git a/sys/arm/freescale/fsl_ocotpvar.h b/sys/arm/freescale/fsl_ocotpvar.h index c3f5ecfbe5f46..ca7dd13e8c547 100644 --- a/sys/arm/freescale/fsl_ocotpvar.h +++ b/sys/arm/freescale/fsl_ocotpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Steven Lawrance <stl@koffein.net> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx51_ccm.c b/sys/arm/freescale/imx/imx51_ccm.c index f3e9835b4d4f0..599df7abd02e9 100644 --- a/sys/arm/freescale/imx/imx51_ccm.c +++ b/sys/arm/freescale/imx/imx51_ccm.c @@ -1,5 +1,7 @@ /* $NetBSD: imx51_ccm.c,v 1.1 2012/04/17 09:33:31 bsh Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, 2011, 2012 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi for Genetec Corporation. * diff --git a/sys/arm/freescale/imx/imx51_ccmreg.h b/sys/arm/freescale/imx/imx51_ccmreg.h index 61b9fa2cb5606..d306c0e7acde5 100644 --- a/sys/arm/freescale/imx/imx51_ccmreg.h +++ b/sys/arm/freescale/imx/imx51_ccmreg.h @@ -1,5 +1,7 @@ /* $NetBSD: imx51_ccmreg.h,v 1.1 2012/04/17 09:33:31 bsh Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi for Genetec Corporation. * diff --git a/sys/arm/freescale/imx/imx51_ccmvar.h b/sys/arm/freescale/imx/imx51_ccmvar.h index c86fa4e8ff376..acbb35a7e71d2 100644 --- a/sys/arm/freescale/imx/imx51_ccmvar.h +++ b/sys/arm/freescale/imx/imx51_ccmvar.h @@ -1,5 +1,7 @@ /* $NetBSD: imx51_ccmvar.h,v 1.1 2012/04/17 09:33:31 bsh Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi for Genetec Corporation. * diff --git a/sys/arm/freescale/imx/imx51_dpllreg.h b/sys/arm/freescale/imx/imx51_dpllreg.h index 99fdf80c8942f..d224333a98304 100644 --- a/sys/arm/freescale/imx/imx51_dpllreg.h +++ b/sys/arm/freescale/imx/imx51_dpllreg.h @@ -1,5 +1,7 @@ /* $NetBSD: imx51_dpllreg.h,v 1.1 2012/04/17 09:33:31 bsh Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi for Genetec Corporation. * diff --git a/sys/arm/freescale/imx/imx51_ipuv3.c b/sys/arm/freescale/imx/imx51_ipuv3.c index b88bb3fdb5d3e..2105a726b88b5 100644 --- a/sys/arm/freescale/imx/imx51_ipuv3.c +++ b/sys/arm/freescale/imx/imx51_ipuv3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. diff --git a/sys/arm/freescale/imx/imx51_ipuv3_fbd.c b/sys/arm/freescale/imx/imx51_ipuv3_fbd.c index 4f44e9ccc13cf..8c8f014c724a3 100644 --- a/sys/arm/freescale/imx/imx51_ipuv3_fbd.c +++ b/sys/arm/freescale/imx/imx51_ipuv3_fbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. diff --git a/sys/arm/freescale/imx/imx51_ipuv3reg.h b/sys/arm/freescale/imx/imx51_ipuv3reg.h index d2fede4389cf4..137c75033812e 100644 --- a/sys/arm/freescale/imx/imx51_ipuv3reg.h +++ b/sys/arm/freescale/imx/imx51_ipuv3reg.h @@ -1,5 +1,7 @@ /* $NetBSD: imx51_ipuv3reg.h,v 1.1 2012/04/17 10:19:57 bsh Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi for Genetec Corporation. * diff --git a/sys/arm/freescale/imx/imx51_machdep.c b/sys/arm/freescale/imx/imx51_machdep.c index 748cb108467f5..a6fbf34ad6daf 100644 --- a/sys/arm/freescale/imx/imx51_machdep.c +++ b/sys/arm/freescale/imx/imx51_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx51_sdmareg.h b/sys/arm/freescale/imx/imx51_sdmareg.h index d8c4fea4efa3d..71c28f6bec148 100644 --- a/sys/arm/freescale/imx/imx51_sdmareg.h +++ b/sys/arm/freescale/imx/imx51_sdmareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx51_ssireg.h b/sys/arm/freescale/imx/imx51_ssireg.h index c1ad093f1bab4..3846b49507503 100644 --- a/sys/arm/freescale/imx/imx51_ssireg.h +++ b/sys/arm/freescale/imx/imx51_ssireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx51_tzicreg.h b/sys/arm/freescale/imx/imx51_tzicreg.h index 2f700a0b42bd9..0c3c811e00dea 100644 --- a/sys/arm/freescale/imx/imx51_tzicreg.h +++ b/sys/arm/freescale/imx/imx51_tzicreg.h @@ -1,5 +1,7 @@ /* $NetBSD: imx51_tzicreg.h,v 1.1 2010/11/13 07:11:03 bsh Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi for Genetec Corporation. * diff --git a/sys/arm/freescale/imx/imx53_machdep.c b/sys/arm/freescale/imx/imx53_machdep.c index aebcf01f46b2f..446b69d2178da 100644 --- a/sys/arm/freescale/imx/imx53_machdep.c +++ b/sys/arm/freescale/imx/imx53_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_anatop.c b/sys/arm/freescale/imx/imx6_anatop.c index 689df94623cc1..7fe78d13e806c 100644 --- a/sys/arm/freescale/imx/imx6_anatop.c +++ b/sys/arm/freescale/imx/imx6_anatop.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * Copyright (c) 2014 Steven Lawrance <stl@koffein.net> * All rights reserved. diff --git a/sys/arm/freescale/imx/imx6_anatopreg.h b/sys/arm/freescale/imx/imx6_anatopreg.h index a155249ec00dd..e826952613280 100644 --- a/sys/arm/freescale/imx/imx6_anatopreg.h +++ b/sys/arm/freescale/imx/imx6_anatopreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_anatopvar.h b/sys/arm/freescale/imx/imx6_anatopvar.h index 4ebe672dfdab3..7378bf245b544 100644 --- a/sys/arm/freescale/imx/imx6_anatopvar.h +++ b/sys/arm/freescale/imx/imx6_anatopvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_ccm.c b/sys/arm/freescale/imx/imx6_ccm.c index 67b3367342a18..4d8d856572010 100644 --- a/sys/arm/freescale/imx/imx6_ccm.c +++ b/sys/arm/freescale/imx/imx6_ccm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_ccmreg.h b/sys/arm/freescale/imx/imx6_ccmreg.h index 41b97970b2aef..a7e2dcb1fef7a 100644 --- a/sys/arm/freescale/imx/imx6_ccmreg.h +++ b/sys/arm/freescale/imx/imx6_ccmreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_machdep.c b/sys/arm/freescale/imx/imx6_machdep.c index f09771c7cd703..1a3316f63f888 100644 --- a/sys/arm/freescale/imx/imx6_machdep.c +++ b/sys/arm/freescale/imx/imx6_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_mp.c b/sys/arm/freescale/imx/imx6_mp.c index 4010c3625e74a..8565ae71135dc 100644 --- a/sys/arm/freescale/imx/imx6_mp.c +++ b/sys/arm/freescale/imx/imx6_mp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Juergen Weiss <weiss@uni-mainz.de> * Copyright (c) 2014 Ian Lepore <ian@freebsd.org> * All rights reserved. diff --git a/sys/arm/freescale/imx/imx6_pl310.c b/sys/arm/freescale/imx/imx6_pl310.c index 9e0427faf4edc..d5d67531c0f20 100644 --- a/sys/arm/freescale/imx/imx6_pl310.c +++ b/sys/arm/freescale/imx/imx6_pl310.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard. * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx6_usbphy.c b/sys/arm/freescale/imx/imx6_usbphy.c index ad63ed6f17936..5a35c4e010d14 100644 --- a/sys/arm/freescale/imx/imx6_usbphy.c +++ b/sys/arm/freescale/imx/imx6_usbphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_common.c b/sys/arm/freescale/imx/imx_common.c index 3eb076e0b51f3..82df025539798 100644 --- a/sys/arm/freescale/imx/imx_common.c +++ b/sys/arm/freescale/imx/imx_common.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD. * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c index 07e52e9bf97d3..4b45f8f65aeb0 100644 --- a/sys/arm/freescale/imx/imx_gpt.c +++ b/sys/arm/freescale/imx/imx_gpt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_gptreg.h b/sys/arm/freescale/imx/imx_gptreg.h index 21bb69afbe704..e1c13b7d0d6ad 100644 --- a/sys/arm/freescale/imx/imx_gptreg.h +++ b/sys/arm/freescale/imx/imx_gptreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_machdep.c b/sys/arm/freescale/imx/imx_machdep.c index 12e41720d25cd..155afee36da29 100644 --- a/sys/arm/freescale/imx/imx_machdep.c +++ b/sys/arm/freescale/imx/imx_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_machdep.h b/sys/arm/freescale/imx/imx_machdep.h index 59cc6e20c9273..4a74452ff1291 100644 --- a/sys/arm/freescale/imx/imx_machdep.h +++ b/sys/arm/freescale/imx/imx_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_nop_usbphy.c b/sys/arm/freescale/imx/imx_nop_usbphy.c index 49bebfcd5739e..9b6986b0eca9a 100644 --- a/sys/arm/freescale/imx/imx_nop_usbphy.c +++ b/sys/arm/freescale/imx/imx_nop_usbphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_wdog.c b/sys/arm/freescale/imx/imx_wdog.c index cbf9343b1c605..f68858ffe0a5b 100644 --- a/sys/arm/freescale/imx/imx_wdog.c +++ b/sys/arm/freescale/imx/imx_wdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/imx/imx_wdogreg.h b/sys/arm/freescale/imx/imx_wdogreg.h index 030cee872f986..df4eed89ab7c9 100644 --- a/sys/arm/freescale/imx/imx_wdogreg.h +++ b/sys/arm/freescale/imx/imx_wdogreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/imx/tzic.c b/sys/arm/freescale/imx/tzic.c index 97332cb06025b..6859a04acb474 100644 --- a/sys/arm/freescale/imx/tzic.c +++ b/sys/arm/freescale/imx/tzic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_anadig.c b/sys/arm/freescale/vybrid/vf_anadig.c index 3a2cbc4e4811c..4f0d35af35383 100644 --- a/sys/arm/freescale/vybrid/vf_anadig.c +++ b/sys/arm/freescale/vybrid/vf_anadig.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_ccm.c b/sys/arm/freescale/vybrid/vf_ccm.c index 82284d5889848..9c7a463cdfd80 100644 --- a/sys/arm/freescale/vybrid/vf_ccm.c +++ b/sys/arm/freescale/vybrid/vf_ccm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_common.h b/sys/arm/freescale/vybrid/vf_common.h index 44593be341cf9..ab3c57fd3c817 100644 --- a/sys/arm/freescale/vybrid/vf_common.h +++ b/sys/arm/freescale/vybrid/vf_common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_dcu4.c b/sys/arm/freescale/vybrid/vf_dcu4.c index 7fbf4a36ebb74..9e455d6027c60 100644 --- a/sys/arm/freescale/vybrid/vf_dcu4.c +++ b/sys/arm/freescale/vybrid/vf_dcu4.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_dmamux.c b/sys/arm/freescale/vybrid/vf_dmamux.c index a887ffa16d997..b6d0fe8128048 100644 --- a/sys/arm/freescale/vybrid/vf_dmamux.c +++ b/sys/arm/freescale/vybrid/vf_dmamux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_dmamux.h b/sys/arm/freescale/vybrid/vf_dmamux.h index 92fa0764c5378..8b3a2b959b428 100644 --- a/sys/arm/freescale/vybrid/vf_dmamux.h +++ b/sys/arm/freescale/vybrid/vf_dmamux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_edma.c b/sys/arm/freescale/vybrid/vf_edma.c index eb6e514840d22..23ce8cfd2c8df 100644 --- a/sys/arm/freescale/vybrid/vf_edma.c +++ b/sys/arm/freescale/vybrid/vf_edma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_edma.h b/sys/arm/freescale/vybrid/vf_edma.h index 5f77eaccbc049..72968e7ce79ef 100644 --- a/sys/arm/freescale/vybrid/vf_edma.h +++ b/sys/arm/freescale/vybrid/vf_edma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_ehci.c b/sys/arm/freescale/vybrid/vf_ehci.c index 0a7dc941fef3b..e7a7f41f505ef 100644 --- a/sys/arm/freescale/vybrid/vf_ehci.c +++ b/sys/arm/freescale/vybrid/vf_ehci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_gpio.c b/sys/arm/freescale/vybrid/vf_gpio.c index 0c1cf82303d82..cfe5db5e7a9a3 100644 --- a/sys/arm/freescale/vybrid/vf_gpio.c +++ b/sys/arm/freescale/vybrid/vf_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_i2c.c b/sys/arm/freescale/vybrid/vf_i2c.c index 8008d1af89730..7a531948fc5f6 100644 --- a/sys/arm/freescale/vybrid/vf_i2c.c +++ b/sys/arm/freescale/vybrid/vf_i2c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_iomuxc.c b/sys/arm/freescale/vybrid/vf_iomuxc.c index c4e29fe89ccdf..340bfe04b5a5d 100644 --- a/sys/arm/freescale/vybrid/vf_iomuxc.c +++ b/sys/arm/freescale/vybrid/vf_iomuxc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_iomuxc.h b/sys/arm/freescale/vybrid/vf_iomuxc.h index 98b98b3c79b85..3dc1bcdcbe2fc 100644 --- a/sys/arm/freescale/vybrid/vf_iomuxc.h +++ b/sys/arm/freescale/vybrid/vf_iomuxc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_machdep.c b/sys/arm/freescale/vybrid/vf_machdep.c index 15566a4f3837e..7e2e162fd8c88 100644 --- a/sys/arm/freescale/vybrid/vf_machdep.c +++ b/sys/arm/freescale/vybrid/vf_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_mscm.c b/sys/arm/freescale/vybrid/vf_mscm.c index 02850e58936f2..73aeb41c82305 100644 --- a/sys/arm/freescale/vybrid/vf_mscm.c +++ b/sys/arm/freescale/vybrid/vf_mscm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_nfc.c b/sys/arm/freescale/vybrid/vf_nfc.c index 62b77824f411b..cdefa2564864f 100644 --- a/sys/arm/freescale/vybrid/vf_nfc.c +++ b/sys/arm/freescale/vybrid/vf_nfc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_port.c b/sys/arm/freescale/vybrid/vf_port.c index 6ff8bfcccb10b..3acd30a4ad379 100644 --- a/sys/arm/freescale/vybrid/vf_port.c +++ b/sys/arm/freescale/vybrid/vf_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_port.h b/sys/arm/freescale/vybrid/vf_port.h index a2fd360e63477..e046a8fcba830 100644 --- a/sys/arm/freescale/vybrid/vf_port.h +++ b/sys/arm/freescale/vybrid/vf_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c index 8ff802a37f3fc..84dcf991419bd 100644 --- a/sys/arm/freescale/vybrid/vf_sai.c +++ b/sys/arm/freescale/vybrid/vf_sai.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_src.c b/sys/arm/freescale/vybrid/vf_src.c index 83d7e969e09d6..4cb71db477b9d 100644 --- a/sys/arm/freescale/vybrid/vf_src.c +++ b/sys/arm/freescale/vybrid/vf_src.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_src.h b/sys/arm/freescale/vybrid/vf_src.h index 8e50b058a83f4..09bcfb2b4d062 100644 --- a/sys/arm/freescale/vybrid/vf_src.h +++ b/sys/arm/freescale/vybrid/vf_src.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_tcon.c b/sys/arm/freescale/vybrid/vf_tcon.c index 31f85b58b4647..6edd9081d0148 100644 --- a/sys/arm/freescale/vybrid/vf_tcon.c +++ b/sys/arm/freescale/vybrid/vf_tcon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/freescale/vybrid/vf_uart.c b/sys/arm/freescale/vybrid/vf_uart.c index 61a08fbf1db24..50a0f9104e286 100644 --- a/sys/arm/freescale/vybrid/vf_uart.c +++ b/sys/arm/freescale/vybrid/vf_uart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/include/_align.h b/sys/arm/include/_align.h index e382fe2ac311e..8b575ceca082b 100644 --- a/sys/arm/include/_align.h +++ b/sys/arm/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/arm/include/_bus.h b/sys/arm/include/_bus.h index 4d3e91be872b7..cf07e71d19a97 100644 --- a/sys/arm/include/_bus.h +++ b/sys/arm/include/_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/arm/include/_inttypes.h b/sys/arm/include/_inttypes.h index ca70a7a957855..d8c1ce8a6cb94 100644 --- a/sys/arm/include/_inttypes.h +++ b/sys/arm/include/_inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/arm/include/_limits.h b/sys/arm/include/_limits.h index 8cb84649b1004..febb8834a1816 100644 --- a/sys/arm/include/_limits.h +++ b/sys/arm/include/_limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arm/include/_stdint.h b/sys/arm/include/_stdint.h index 0e1e80049f930..2032b7368143a 100644 --- a/sys/arm/include/_stdint.h +++ b/sys/arm/include/_stdint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001, 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h index 204d8b3c42c5d..de299e9bb6802 100644 --- a/sys/arm/include/_types.h +++ b/sys/arm/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/arm/include/armreg.h b/sys/arm/include/armreg.h index ea2d598c6d2ec..366650af9e9ca 100644 --- a/sys/arm/include/armreg.h +++ b/sys/arm/include/armreg.h @@ -1,6 +1,8 @@ /* $NetBSD: armreg.h,v 1.37 2007/01/06 00:50:54 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998, 2001 Ben Harris * Copyright (c) 1994-1996 Mark Brinicombe. * Copyright (c) 1994 Brini. diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h index 83e525cdfc9fa..98889c674eb87 100644 --- a/sys/arm/include/asm.h +++ b/sys/arm/include/asm.h @@ -1,6 +1,8 @@ /* $NetBSD: asm.h,v 1.5 2003/08/07 16:26:53 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/include/asmacros.h b/sys/arm/include/asmacros.h index d7f804fa26de1..1e0b5071b7296 100644 --- a/sys/arm/include/asmacros.h +++ b/sys/arm/include/asmacros.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard <cognet@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/include/at91_gpio.h b/sys/arm/include/at91_gpio.h index d5445ffe2c77c..ed940b9fbb39a 100644 --- a/sys/arm/include/at91_gpio.h +++ b/sys/arm/include/at91_gpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006 M. Warner Losh. All rights reserved. * Copyright (C) 2012 Ian Lepore. All rights reserved. * diff --git a/sys/arm/include/atags.h b/sys/arm/include/atags.h index 6d400af3d139f..63aa4206d0cc5 100644 --- a/sys/arm/include/atags.h +++ b/sys/arm/include/atags.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 M. Warner Losh. * All rights reserved. * diff --git a/sys/arm/include/atomic.h b/sys/arm/include/atomic.h index 94735fc2717d3..25c663bc251ca 100644 --- a/sys/arm/include/atomic.h +++ b/sys/arm/include/atomic.h @@ -1,6 +1,8 @@ /* $NetBSD: atomic.h,v 1.1 2002/10/19 12:22:34 bsh Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003-2004 Olivier Houchard * Copyright (C) 1994-1997 Mark Brinicombe * Copyright (C) 1994 Brini diff --git a/sys/arm/include/blockio.h b/sys/arm/include/blockio.h index 01db600217ecf..963ddfc082fe4 100644 --- a/sys/arm/include/blockio.h +++ b/sys/arm/include/blockio.h @@ -1,6 +1,8 @@ /* $NetBSD: blockio.h,v 1.2 2001/06/02 10:44:56 bjh21 Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Ben Harris * All rights reserved. * diff --git a/sys/arm/include/board.h b/sys/arm/include/board.h index 931b24b30d5c5..67b1dce00644b 100644 --- a/sys/arm/include/board.h +++ b/sys/arm/include/board.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/include/bus.h b/sys/arm/include/bus.h index 3fbbf93262d7a..37994f682ad0c 100644 --- a/sys/arm/include/bus.h +++ b/sys/arm/include/bus.h @@ -31,6 +31,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Charles M. Hannum. All rights reserved. * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. * diff --git a/sys/arm/include/bus_dma.h b/sys/arm/include/bus_dma.h index 129511871f42b..9cc1144cdb560 100644 --- a/sys/arm/include/bus_dma.h +++ b/sys/arm/include/bus_dma.h @@ -1,6 +1,8 @@ /* $NetBSD: bus.h,v 1.11 2003/07/28 17:35:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/arm/include/clock.h b/sys/arm/include/clock.h index 61922f4daa93a..c9ac2039f8364 100644 --- a/sys/arm/include/clock.h +++ b/sys/arm/include/clock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/include/counter.h b/sys/arm/include/counter.h index b2ddabd3f7029..2b9c9263ecbc2 100644 --- a/sys/arm/include/counter.h +++ b/sys/arm/include/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/include/cpufunc.h b/sys/arm/include/cpufunc.h index 13c0eddd53dbf..93786412d9775 100644 --- a/sys/arm/include/cpufunc.h +++ b/sys/arm/include/cpufunc.h @@ -1,6 +1,8 @@ /* $NetBSD: cpufunc.h,v 1.29 2003/09/06 09:08:35 rearnsha Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Mark Brinicombe. * Copyright (c) 1997 Causality Limited * All rights reserved. diff --git a/sys/arm/include/disassem.h b/sys/arm/include/disassem.h index a72c1fd10eba0..2ef5cda04c2f5 100644 --- a/sys/arm/include/disassem.h +++ b/sys/arm/include/disassem.h @@ -1,6 +1,8 @@ /* $NetBSD: disassem.h,v 1.4 2001/03/04 04:15:58 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Mark Brinicombe. * Copyright (c) 1997 Causality Limited. * diff --git a/sys/arm/include/elf.h b/sys/arm/include/elf.h index ee854f76adde9..b9c279819fa6a 100644 --- a/sys/arm/include/elf.h +++ b/sys/arm/include/elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1996-1997 John D. Polstra. * All rights reserved. diff --git a/sys/arm/include/endian.h b/sys/arm/include/endian.h index 8ad09e1497d9e..5fb94db3b9b8d 100644 --- a/sys/arm/include/endian.h +++ b/sys/arm/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 David E. O'Brien * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/include/exec.h b/sys/arm/include/exec.h index f5a2bb26f61f2..be6bc6f8677b4 100644 --- a/sys/arm/include/exec.h +++ b/sys/arm/include/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 David E. O'Brien * All rights reserved. * diff --git a/sys/arm/include/fdt.h b/sys/arm/include/fdt.h index e8302d6a7b3b4..026e8557befee 100644 --- a/sys/arm/include/fdt.h +++ b/sys/arm/include/fdt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/include/fiq.h b/sys/arm/include/fiq.h index ccb29a8d7b5ff..a075c99e7d9be 100644 --- a/sys/arm/include/fiq.h +++ b/sys/arm/include/fiq.h @@ -1,6 +1,8 @@ /* $NetBSD: fiq.h,v 1.1 2001/12/20 01:20:23 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/include/float.h b/sys/arm/include/float.h index 358a611bd4f7a..857d76ea57e7a 100644 --- a/sys/arm/include/float.h +++ b/sys/arm/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/include/floatingpoint.h b/sys/arm/include/floatingpoint.h index fd328a9d739b7..b1c28e91d79e7 100644 --- a/sys/arm/include/floatingpoint.h +++ b/sys/arm/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * diff --git a/sys/arm/include/frame.h b/sys/arm/include/frame.h index c5a028aef209b..7eaf2e67c87e2 100644 --- a/sys/arm/include/frame.h +++ b/sys/arm/include/frame.h @@ -1,6 +1,8 @@ /* $NetBSD: frame.h,v 1.5 2002/10/19 00:10:54 bjh21 Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994-1997 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/include/gdb_machdep.h b/sys/arm/include/gdb_machdep.h index 0b38f60d77456..ab904a58934cf 100644 --- a/sys/arm/include/gdb_machdep.h +++ b/sys/arm/include/gdb_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/include/ieee.h b/sys/arm/include/ieee.h index 25a096d10a475..0942eac8eadf6 100644 --- a/sys/arm/include/ieee.h +++ b/sys/arm/include/ieee.h @@ -1,6 +1,8 @@ /* $NetBSD: ieee754.h,v 1.4 2003/10/27 02:30:26 simonb Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arm/include/in_cksum.h b/sys/arm/include/in_cksum.h index 60efb1e22eeae..a75433830d731 100644 --- a/sys/arm/include/in_cksum.h +++ b/sys/arm/include/in_cksum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/include/intr.h b/sys/arm/include/intr.h index 7a91525a909dc..37c3eca98e237 100644 --- a/sys/arm/include/intr.h +++ b/sys/arm/include/intr.h @@ -1,6 +1,8 @@ /* $NetBSD: intr.h,v 1.7 2003/06/16 20:01:00 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Mark Brinicombe. * All rights reserved. * diff --git a/sys/arm/include/kdb.h b/sys/arm/include/kdb.h index c7968ab6e8b20..96dbf1a0031e5 100644 --- a/sys/arm/include/kdb.h +++ b/sys/arm/include/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/arm/include/limits.h b/sys/arm/include/limits.h index 35eea1f619dee..8d437add22d2c 100644 --- a/sys/arm/include/limits.h +++ b/sys/arm/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arm/include/md_var.h b/sys/arm/include/md_var.h index 39a174ee7a42f..b392201997189 100644 --- a/sys/arm/include/md_var.h +++ b/sys/arm/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce D. Evans. * All rights reserved. * diff --git a/sys/arm/include/memdev.h b/sys/arm/include/memdev.h index 3ce0f38f33cdb..b50449b94fbd2 100644 --- a/sys/arm/include/memdev.h +++ b/sys/arm/include/memdev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/arm/include/metadata.h b/sys/arm/include/metadata.h index 9589b7309dd4b..587fd901b379e 100644 --- a/sys/arm/include/metadata.h +++ b/sys/arm/include/metadata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm <peter@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/include/minidump.h b/sys/arm/include/minidump.h index aea9ec470f43e..2708030f27c3b 100644 --- a/sys/arm/include/minidump.h +++ b/sys/arm/include/minidump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * All rights reserved. * diff --git a/sys/arm/include/ofw_machdep.h b/sys/arm/include/ofw_machdep.h index 941be82fd1c4a..76ab31c963cf7 100644 --- a/sys/arm/include/ofw_machdep.h +++ b/sys/arm/include/ofw_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index a5fd5208a9e7d..52eb6fb3e61f2 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/arm/include/pcb.h b/sys/arm/include/pcb.h index 886fa43f49c25..0d4aca5082f4a 100644 --- a/sys/arm/include/pcb.h +++ b/sys/arm/include/pcb.h @@ -1,6 +1,8 @@ /* $NetBSD: pcb.h,v 1.10 2003/10/13 21:46:39 scw Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Matt Thomas <matt@3am-software.com>. * Copyright (c) 1994 Mark Brinicombe. * All rights reserved. diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h index 33dfb1bb72ecf..e4d30874fd2d9 100644 --- a/sys/arm/include/pcpu.h +++ b/sys/arm/include/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen <luoqi@freebsd.org> * All rights reserved. * diff --git a/sys/arm/include/physmem.h b/sys/arm/include/physmem.h index 5e5968d069688..1c86015a7d43e 100644 --- a/sys/arm/include/physmem.h +++ b/sys/arm/include/physmem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/arm/include/pl310.h b/sys/arm/include/pl310.h index 5fcb7af955abe..02131396a5193 100644 --- a/sys/arm/include/pl310.h +++ b/sys/arm/include/pl310.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index 044483ddace72..4af92e7101e03 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016 Svatopluk Kraus * Copyright (c) 2016 Michal Meloun * All rights reserved. diff --git a/sys/arm/include/pmc_mdep.h b/sys/arm/include/pmc_mdep.h index 91023f4cb9e7f..d76615ad0e927 100644 --- a/sys/arm/include/pmc_mdep.h +++ b/sys/arm/include/pmc_mdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h index fc4b31eabac16..94855b6f60e77 100644 --- a/sys/arm/include/proc.h +++ b/sys/arm/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/include/profile.h b/sys/arm/include/profile.h index a28f33e90d3b7..2a2fab981f481 100644 --- a/sys/arm/include/profile.h +++ b/sys/arm/include/profile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arm/include/psl.h b/sys/arm/include/psl.h index b300ff4858b32..000e93dd64a6a 100644 --- a/sys/arm/include/psl.h +++ b/sys/arm/include/psl.h @@ -1,6 +1,8 @@ /* $NetBSD: psl.h,v 1.6 2003/06/16 20:00:58 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Mark Brinicombe. * All rights reserved. * diff --git a/sys/arm/include/reloc.h b/sys/arm/include/reloc.h index df4a126eb1a96..688475703225d 100644 --- a/sys/arm/include/reloc.h +++ b/sys/arm/include/reloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arm/include/runq.h b/sys/arm/include/runq.h index e906fa192c6c1..ba21b9ab43164 100644 --- a/sys/arm/include/runq.h +++ b/sys/arm/include/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/include/sc_machdep.h b/sys/arm/include/sc_machdep.h index 4f3526fabcf01..61a2a86f702d7 100644 --- a/sys/arm/include/sc_machdep.h +++ b/sys/arm/include/sc_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/arm/include/sf_buf.h b/sys/arm/include/sf_buf.h index c711a42d00a35..c2857c7ac8451 100644 --- a/sys/arm/include/sf_buf.h +++ b/sys/arm/include/sf_buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/arm/include/signal.h b/sys/arm/include/signal.h index 4b6fa37b2241c..3ec678606f4c1 100644 --- a/sys/arm/include/signal.h +++ b/sys/arm/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arm/include/stdarg.h b/sys/arm/include/stdarg.h index 8020d8d140c24..8461770e11908 100644 --- a/sys/arm/include/stdarg.h +++ b/sys/arm/include/stdarg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/arm/include/sysarch.h b/sys/arm/include/sysarch.h index de48587cfd19b..850fdc2845c4f 100644 --- a/sys/arm/include/sysarch.h +++ b/sys/arm/include/sysarch.h @@ -1,6 +1,8 @@ /* $NetBSD: sysarch.h,v 1.5 2003/09/11 09:40:12 kleink Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1997 Mark Brinicombe. * All rights reserved. * diff --git a/sys/arm/include/ucontext.h b/sys/arm/include/ucontext.h index 67a640f0cf010..2fdc5b68230be 100644 --- a/sys/arm/include/ucontext.h +++ b/sys/arm/include/ucontext.h @@ -1,6 +1,8 @@ /* $NetBSD: mcontext.h,v 1.4 2003/10/08 22:43:01 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/arm/include/undefined.h b/sys/arm/include/undefined.h index 8a673f4f59871..4b2ab474fbf96 100644 --- a/sys/arm/include/undefined.h +++ b/sys/arm/include/undefined.h @@ -1,6 +1,8 @@ /* $NetBSD: undefined.h,v 1.4 2001/12/20 01:20:23 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995-1996 Mark Brinicombe. * Copyright (c) 1995 Brini. * All rights reserved. diff --git a/sys/arm/include/utrap.h b/sys/arm/include/utrap.h index 38a40b0166e56..b261d87d566fa 100644 --- a/sys/arm/include/utrap.h +++ b/sys/arm/include/utrap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/arm/include/vdso.h b/sys/arm/include/vdso.h index 7bb4000a7c4c6..8d805bba0d881 100644 --- a/sys/arm/include/vdso.h +++ b/sys/arm/include/vdso.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.ORG>. * All rights reserved. * diff --git a/sys/arm/include/vfp.h b/sys/arm/include/vfp.h index 15ae540300052..15098d9a4c805 100644 --- a/sys/arm/include/vfp.h +++ b/sys/arm/include/vfp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Mark Tinguely * * All rights reserved. diff --git a/sys/arm/include/vm.h b/sys/arm/include/vm.h index 9c6d420ff21a6..64b48e53bffd7 100644 --- a/sys/arm/include/vm.h +++ b/sys/arm/include/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h index 9ada97d1a9b38..ba43e9e91e6e9 100644 --- a/sys/arm/include/vmparam.h +++ b/sys/arm/include/vmparam.h @@ -1,6 +1,8 @@ /* $NetBSD: vmparam.h,v 1.26 2003/08/07 16:27:47 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. * diff --git a/sys/arm/lpc/if_lpe.c b/sys/arm/lpc/if_lpe.c index 45ca363528c52..eac482511566f 100644 --- a/sys/arm/lpc/if_lpe.c +++ b/sys/arm/lpc/if_lpe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/if_lpereg.h b/sys/arm/lpc/if_lpereg.h index 8e1512be0d44e..a40bf8b57aa71 100644 --- a/sys/arm/lpc/if_lpereg.h +++ b/sys/arm/lpc/if_lpereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_dmac.c b/sys/arm/lpc/lpc_dmac.c index a4c64c678176d..86f5503e97696 100644 --- a/sys/arm/lpc/lpc_dmac.c +++ b/sys/arm/lpc/lpc_dmac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_fb.c b/sys/arm/lpc/lpc_fb.c index e4969159a45c8..14a90658d89f2 100644 --- a/sys/arm/lpc/lpc_fb.c +++ b/sys/arm/lpc/lpc_fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_gpio.c b/sys/arm/lpc/lpc_gpio.c index b062792c55b6d..e23cbe0557f50 100644 --- a/sys/arm/lpc/lpc_gpio.c +++ b/sys/arm/lpc/lpc_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_intc.c b/sys/arm/lpc/lpc_intc.c index d26ef9099c742..2923270816f34 100644 --- a/sys/arm/lpc/lpc_intc.c +++ b/sys/arm/lpc/lpc_intc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_machdep.c b/sys/arm/lpc/lpc_machdep.c index d193ac9f8d029..c59ab8c5fe28d 100644 --- a/sys/arm/lpc/lpc_machdep.c +++ b/sys/arm/lpc/lpc_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/lpc/lpc_mmc.c b/sys/arm/lpc/lpc_mmc.c index 5f028a0116059..3fde8d1f1e6e5 100644 --- a/sys/arm/lpc/lpc_mmc.c +++ b/sys/arm/lpc/lpc_mmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_ohci.c b/sys/arm/lpc/lpc_ohci.c index 74a6ea379896d..11e685f5f0b74 100644 --- a/sys/arm/lpc/lpc_ohci.c +++ b/sys/arm/lpc/lpc_ohci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_pll.c b/sys/arm/lpc/lpc_pll.c index a6f06c88e83b1..9ba24de0f0242 100644 --- a/sys/arm/lpc/lpc_pll.c +++ b/sys/arm/lpc/lpc_pll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_pwr.c b/sys/arm/lpc/lpc_pwr.c index 2b56e8cf64448..21b8930242356 100644 --- a/sys/arm/lpc/lpc_pwr.c +++ b/sys/arm/lpc/lpc_pwr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_rtc.c b/sys/arm/lpc/lpc_rtc.c index 80c378d3ddb96..2ef06c88503d3 100644 --- a/sys/arm/lpc/lpc_rtc.c +++ b/sys/arm/lpc/lpc_rtc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_spi.c b/sys/arm/lpc/lpc_spi.c index c9accc8860b03..ce92c228c810b 100644 --- a/sys/arm/lpc/lpc_spi.c +++ b/sys/arm/lpc/lpc_spi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpc_timer.c b/sys/arm/lpc/lpc_timer.c index f745cf01b39c9..0c0019eef657b 100644 --- a/sys/arm/lpc/lpc_timer.c +++ b/sys/arm/lpc/lpc_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpcreg.h b/sys/arm/lpc/lpcreg.h index b63dfbc5accd0..d094e8f95ac77 100644 --- a/sys/arm/lpc/lpcreg.h +++ b/sys/arm/lpc/lpcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/lpcvar.h b/sys/arm/lpc/lpcvar.h index ed05320ca9d5a..dafbef0839cd3 100644 --- a/sys/arm/lpc/lpcvar.h +++ b/sys/arm/lpc/lpcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/lpc/ssd1289.c b/sys/arm/lpc/ssd1289.c index cdbd49008bdb3..41227f686994e 100644 --- a/sys/arm/lpc/ssd1289.c +++ b/sys/arm/lpc/ssd1289.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Jakub Wojciech Klama <jceel@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/mv/armadaxp/armadaxp.c b/sys/arm/mv/armadaxp/armadaxp.c index 172d3d71b4dc1..740dd490605e6 100644 --- a/sys/arm/mv/armadaxp/armadaxp.c +++ b/sys/arm/mv/armadaxp/armadaxp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Semihalf. * All rights reserved. * diff --git a/sys/arm/mv/armadaxp/armadaxp_mp.c b/sys/arm/mv/armadaxp/armadaxp_mp.c index 2a9265df85b55..4f7276bf224b9 100644 --- a/sys/arm/mv/armadaxp/armadaxp_mp.c +++ b/sys/arm/mv/armadaxp/armadaxp_mp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Semihalf. * All rights reserved. * diff --git a/sys/arm/mv/discovery/discovery.c b/sys/arm/mv/discovery/discovery.c index 3968b78d4cc74..e917623d4a541 100644 --- a/sys/arm/mv/discovery/discovery.c +++ b/sys/arm/mv/discovery/discovery.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/gpio.c b/sys/arm/mv/gpio.c index 670816715afea..ed28d595d35d1 100644 --- a/sys/arm/mv/gpio.c +++ b/sys/arm/mv/gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. diff --git a/sys/arm/mv/ic.c b/sys/arm/mv/ic.c index 244b3fd547486..ed99ee646aecf 100644 --- a/sys/arm/mv/ic.c +++ b/sys/arm/mv/ic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. * Copyright (C) 2007-2008 MARVELL INTERNATIONAL LTD. * All rights reserved. diff --git a/sys/arm/mv/kirkwood/kirkwood.c b/sys/arm/mv/kirkwood/kirkwood.c index e6fd442759723..0505ab8c8525b 100644 --- a/sys/arm/mv/kirkwood/kirkwood.c +++ b/sys/arm/mv/kirkwood/kirkwood.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/mpic.c b/sys/arm/mv/mpic.c index 3fc06d73e32dc..25450932e0649 100644 --- a/sys/arm/mv/mpic.c +++ b/sys/arm/mv/mpic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. * Copyright (C) 2007-2011 MARVELL INTERNATIONAL LTD. * Copyright (c) 2012 Semihalf. diff --git a/sys/arm/mv/mv_common.c b/sys/arm/mv/mv_common.c index 497860f6d1e33..d165b159cee3e 100644 --- a/sys/arm/mv/mv_common.c +++ b/sys/arm/mv/mv_common.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/mv_localbus.c b/sys/arm/mv/mv_localbus.c index 5013da299b939..bea574bb4aed5 100644 --- a/sys/arm/mv/mv_localbus.c +++ b/sys/arm/mv/mv_localbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Semihalf. * All rights reserved. * diff --git a/sys/arm/mv/mv_machdep.c b/sys/arm/mv/mv_machdep.c index 782fcf0112c33..856e2da7ecc50 100644 --- a/sys/arm/mv/mv_machdep.c +++ b/sys/arm/mv/mv_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/mv/mv_pci.c b/sys/arm/mv/mv_pci.c index 55d3f15bb897e..13564bd3eaae3 100644 --- a/sys/arm/mv/mv_pci.c +++ b/sys/arm/mv/mv_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 MARVELL INTERNATIONAL LTD. * Copyright (c) 2010 The FreeBSD Foundation * Copyright (c) 2010-2015 Semihalf diff --git a/sys/arm/mv/mv_ts.c b/sys/arm/mv/mv_ts.c index 35cd06221e434..dbb22d043d692 100644 --- a/sys/arm/mv/mv_ts.c +++ b/sys/arm/mv/mv_ts.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Hiroki Sato <hrs@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/mv/mvreg.h b/sys/arm/mv/mvreg.h index abfefc186f7ff..6e128f08da520 100644 --- a/sys/arm/mv/mvreg.h +++ b/sys/arm/mv/mvreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/mvvar.h b/sys/arm/mv/mvvar.h index c08064feb1da8..bad2a3483c311 100644 --- a/sys/arm/mv/mvvar.h +++ b/sys/arm/mv/mvvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/mv/mvwin.h b/sys/arm/mv/mvwin.h index 7e773a909f6e7..e128893076258 100644 --- a/sys/arm/mv/mvwin.h +++ b/sys/arm/mv/mvwin.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2007-2011 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/orion/db88f5xxx.c b/sys/arm/mv/orion/db88f5xxx.c index 95983e55a2947..1e5e728d000cb 100644 --- a/sys/arm/mv/orion/db88f5xxx.c +++ b/sys/arm/mv/orion/db88f5xxx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/orion/orion.c b/sys/arm/mv/orion/orion.c index d4c3a165dedc0..8a927b8d8f330 100644 --- a/sys/arm/mv/orion/orion.c +++ b/sys/arm/mv/orion/orion.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/rtc.c b/sys/arm/mv/rtc.c index caa28fe2f1cf9..61c879d525e35 100644 --- a/sys/arm/mv/rtc.c +++ b/sys/arm/mv/rtc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/mv/timer.c b/sys/arm/mv/timer.c index c0a38ab385f4c..e0ca2dee21892 100644 --- a/sys/arm/mv/timer.c +++ b/sys/arm/mv/timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. * Copyright (C) 2007-2008 MARVELL INTERNATIONAL LTD. * All rights reserved. diff --git a/sys/arm/rockchip/rk30xx_gpio.c b/sys/arm/rockchip/rk30xx_gpio.c index 60dd57b819ca9..17583f0831852 100644 --- a/sys/arm/rockchip/rk30xx_gpio.c +++ b/sys/arm/rockchip/rk30xx_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012 Luiz Otavio O Souza. diff --git a/sys/arm/rockchip/rk30xx_grf.c b/sys/arm/rockchip/rk30xx_grf.c index ce61e8c4e5fd3..2019e48fdee24 100644 --- a/sys/arm/rockchip/rk30xx_grf.c +++ b/sys/arm/rockchip/rk30xx_grf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/rockchip/rk30xx_grf.h b/sys/arm/rockchip/rk30xx_grf.h index 7b5fd80abb17a..9ddb635e64ef4 100644 --- a/sys/arm/rockchip/rk30xx_grf.h +++ b/sys/arm/rockchip/rk30xx_grf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/rockchip/rk30xx_machdep.c b/sys/arm/rockchip/rk30xx_machdep.c index bb3731504d90f..25f3e2c6e9990 100644 --- a/sys/arm/rockchip/rk30xx_machdep.c +++ b/sys/arm/rockchip/rk30xx_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/rockchip/rk30xx_pmu.c b/sys/arm/rockchip/rk30xx_pmu.c index 514e961d0d130..2572ddebdf0a1 100644 --- a/sys/arm/rockchip/rk30xx_pmu.c +++ b/sys/arm/rockchip/rk30xx_pmu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/rockchip/rk30xx_pmu.h b/sys/arm/rockchip/rk30xx_pmu.h index 5d8eb4dc6baa4..eaba0938200e0 100644 --- a/sys/arm/rockchip/rk30xx_pmu.h +++ b/sys/arm/rockchip/rk30xx_pmu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/rockchip/rk30xx_wdog.c b/sys/arm/rockchip/rk30xx_wdog.c index 47d2b1c9ae1dc..03c55320e8b85 100644 --- a/sys/arm/rockchip/rk30xx_wdog.c +++ b/sys/arm/rockchip/rk30xx_wdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/rockchip/rk30xx_wdog.h b/sys/arm/rockchip/rk30xx_wdog.h index c8f5a1d77c843..5c1a85a9d3bfd 100644 --- a/sys/arm/rockchip/rk30xx_wdog.h +++ b/sys/arm/rockchip/rk30xx_wdog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org> * All rights reserved. * diff --git a/sys/arm/samsung/exynos/exynos5_machdep.c b/sys/arm/samsung/exynos/exynos5_machdep.c index 76a5af13bb19a..b75f53ba35957 100644 --- a/sys/arm/samsung/exynos/exynos5_machdep.c +++ b/sys/arm/samsung/exynos/exynos5_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/samsung/exynos/exynos5_mp.c b/sys/arm/samsung/exynos/exynos5_mp.c index 2fabf136925c7..317cd34bce59d 100644 --- a/sys/arm/samsung/exynos/exynos5_mp.c +++ b/sys/arm/samsung/exynos/exynos5_mp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/arm/ti/aintc.c b/sys/arm/ti/aintc.c index ae5bad6842418..25a7e8fcb4201 100644 --- a/sys/arm/ti/aintc.c +++ b/sys/arm/ti/aintc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_dmtimer.c b/sys/arm/ti/am335x/am335x_dmtimer.c index dd286cfb68c35..6010fc6d20b9c 100644 --- a/sys/arm/ti/am335x/am335x_dmtimer.c +++ b/sys/arm/ti/am335x/am335x_dmtimer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_lcd.c b/sys/arm/ti/am335x/am335x_lcd.c index c23aa24fb65d5..a069ed5cd8f2a 100644 --- a/sys/arm/ti/am335x/am335x_lcd.c +++ b/sys/arm/ti/am335x/am335x_lcd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_lcd.h b/sys/arm/ti/am335x/am335x_lcd.h index ed0779f984100..f230a930e42dd 100644 --- a/sys/arm/ti/am335x/am335x_lcd.h +++ b/sys/arm/ti/am335x/am335x_lcd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_lcd_syscons.c b/sys/arm/ti/am335x/am335x_lcd_syscons.c index e8ab873fcf3e2..abb33a6610256 100644 --- a/sys/arm/ti/am335x/am335x_lcd_syscons.c +++ b/sys/arm/ti/am335x/am335x_lcd_syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_pmic.c b/sys/arm/ti/am335x/am335x_pmic.c index 8bb272b42ae86..a32be805e9590 100644 --- a/sys/arm/ti/am335x/am335x_pmic.c +++ b/sys/arm/ti/am335x/am335x_pmic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_prcm.c b/sys/arm/ti/am335x/am335x_prcm.c index 71fe72ef2f2f3..502e1385ea6ec 100644 --- a/sys/arm/ti/am335x/am335x_prcm.c +++ b/sys/arm/ti/am335x/am335x_prcm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_pwm.h b/sys/arm/ti/am335x/am335x_pwm.h index 8666b9a2a89a5..956913dcc292b 100644 --- a/sys/arm/ti/am335x/am335x_pwm.h +++ b/sys/arm/ti/am335x/am335x_pwm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_reg.h b/sys/arm/ti/am335x/am335x_reg.h index ca617e3f19e4c..cceaa9815e93a 100644 --- a/sys/arm/ti/am335x/am335x_reg.h +++ b/sys/arm/ti/am335x/am335x_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_scm.h b/sys/arm/ti/am335x/am335x_scm.h index 6116be063adf4..ff7af52fe3b8c 100644 --- a/sys/arm/ti/am335x/am335x_scm.h +++ b/sys/arm/ti/am335x/am335x_scm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_scm_padconf.c b/sys/arm/ti/am335x/am335x_scm_padconf.c index ebb65ddba2f6b..ab6d78ebb5801 100644 --- a/sys/arm/ti/am335x/am335x_scm_padconf.c +++ b/sys/arm/ti/am335x/am335x_scm_padconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/ti/am335x/am335x_usbss.c b/sys/arm/ti/am335x/am335x_usbss.c index 6ddc562c5a91a..8dd4b91917cea 100644 --- a/sys/arm/ti/am335x/am335x_usbss.c +++ b/sys/arm/ti/am335x/am335x_usbss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@freebsd.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/ti/cpsw/if_cpsw.c b/sys/arm/ti/cpsw/if_cpsw.c index 2e722e1aca5c6..8f16fc2f86698 100644 --- a/sys/arm/ti/cpsw/if_cpsw.c +++ b/sys/arm/ti/cpsw/if_cpsw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * Copyright (c) 2016 Rubicon Communications, LLC (Netgate) * All rights reserved. diff --git a/sys/arm/ti/cpsw/if_cpswreg.h b/sys/arm/ti/cpsw/if_cpswreg.h index c0ee3586fc45b..9f73df19a0645 100644 --- a/sys/arm/ti/cpsw/if_cpswreg.h +++ b/sys/arm/ti/cpsw/if_cpswreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/cpsw/if_cpswvar.h b/sys/arm/ti/cpsw/if_cpswvar.h index 003af222b81b7..9c51b76b9db4e 100644 --- a/sys/arm/ti/cpsw/if_cpswvar.h +++ b/sys/arm/ti/cpsw/if_cpswvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/omap4/omap4_l2cache.c b/sys/arm/ti/omap4/omap4_l2cache.c index 8fddc6f719890..238bbab00e2d2 100644 --- a/sys/arm/ti/omap4/omap4_l2cache.c +++ b/sys/arm/ti/omap4/omap4_l2cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/ti/omap4/omap4_mp.c b/sys/arm/ti/omap4/omap4_mp.c index 055a8aad5f033..5b63cbfb63cee 100644 --- a/sys/arm/ti/omap4/omap4_mp.c +++ b/sys/arm/ti/omap4/omap4_mp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/ti/omap4/omap4_prcm_clks.c b/sys/arm/ti/omap4/omap4_prcm_clks.c index 3aa10f6756570..ea382c5b6b118 100644 --- a/sys/arm/ti/omap4/omap4_prcm_clks.c +++ b/sys/arm/ti/omap4/omap4_prcm_clks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/omap4/omap4_reg.h b/sys/arm/ti/omap4/omap4_reg.h index 5a071c28f7c6e..2bf87e11fac5c 100644 --- a/sys/arm/ti/omap4/omap4_reg.h +++ b/sys/arm/ti/omap4/omap4_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/omap4/omap4_scm_padconf.c b/sys/arm/ti/omap4/omap4_scm_padconf.c index e43581e8db57c..fc88df36da823 100644 --- a/sys/arm/ti/omap4/omap4_scm_padconf.c +++ b/sys/arm/ti/omap4/omap4_scm_padconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/omap4/omap4_smc.h b/sys/arm/ti/omap4/omap4_smc.h index 5fd14aaa7eced..cb22f10440fa9 100644 --- a/sys/arm/ti/omap4/omap4_smc.h +++ b/sys/arm/ti/omap4/omap4_smc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/ti/omap4/pandaboard/pandaboard.c b/sys/arm/ti/omap4/pandaboard/pandaboard.c index f557f736c56d6..e5e5f89725335 100644 --- a/sys/arm/ti/omap4/pandaboard/pandaboard.c +++ b/sys/arm/ti/omap4/pandaboard/pandaboard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_cpuid.c b/sys/arm/ti/ti_cpuid.c index 7048efee2aeae..8b6bde3b0b347 100644 --- a/sys/arm/ti/ti_cpuid.c +++ b/sys/arm/ti/ti_cpuid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_cpuid.h b/sys/arm/ti/ti_cpuid.h index 86ac982872673..c72b36dfee3c3 100644 --- a/sys/arm/ti/ti_cpuid.h +++ b/sys/arm/ti/ti_cpuid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_edma3.c b/sys/arm/ti/ti_edma3.c index 080e7bddbe77d..e9fc25935aedd 100644 --- a/sys/arm/ti/ti_edma3.c +++ b/sys/arm/ti/ti_edma3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. diff --git a/sys/arm/ti/ti_edma3.h b/sys/arm/ti/ti_edma3.h index f149c9c9e1b33..501b70a643e88 100644 --- a/sys/arm/ti/ti_edma3.h +++ b/sys/arm/ti/ti_edma3.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * All rights reserved. * diff --git a/sys/arm/ti/ti_gpio.c b/sys/arm/ti/ti_gpio.c index fbaa2dd206785..0c7d1cd09f455 100644 --- a/sys/arm/ti/ti_gpio.c +++ b/sys/arm/ti/ti_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ben Gray <ben.r.gray@gmail.com>. * Copyright (c) 2014 Luiz Otavio O Souza <loos@FreeBSD.org>. * All rights reserved. diff --git a/sys/arm/ti/ti_i2c.c b/sys/arm/ti/ti_i2c.c index a8ccadba0dbd9..0893e80b8caa3 100644 --- a/sys/arm/ti/ti_i2c.c +++ b/sys/arm/ti/ti_i2c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ben Gray <ben.r.gray@gmail.com>. * Copyright (c) 2014 Luiz Otavio O Souza <loos@freebsd.org>. * All rights reserved. diff --git a/sys/arm/ti/ti_i2c.h b/sys/arm/ti/ti_i2c.h index d8dac60b1c4c0..835fa58d69517 100644 --- a/sys/arm/ti/ti_i2c.h +++ b/sys/arm/ti/ti_i2c.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c index 907b18b6151e5..65c9be8328cdc 100644 --- a/sys/arm/ti/ti_machdep.c +++ b/sys/arm/ti/ti_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/ti/ti_mbox.c b/sys/arm/ti/ti_mbox.c index 9729ed40fc4a9..83f81018c111b 100644 --- a/sys/arm/ti/ti_mbox.c +++ b/sys/arm/ti/ti_mbox.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/ti/ti_mbox.h b/sys/arm/ti/ti_mbox.h index 48ea3caecf287..31f82a3ce7b16 100644 --- a/sys/arm/ti/ti_mbox.h +++ b/sys/arm/ti/ti_mbox.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/ti/ti_prcm.c b/sys/arm/ti/ti_prcm.c index e049cbb598bfb..3b6bbabe69105 100644 --- a/sys/arm/ti/ti_prcm.c +++ b/sys/arm/ti/ti_prcm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2010 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_prcm.h b/sys/arm/ti/ti_prcm.h index 61b696076dda8..6df39436cb2f6 100644 --- a/sys/arm/ti/ti_prcm.h +++ b/sys/arm/ti/ti_prcm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2010 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_pruss.c b/sys/arm/ti/ti_pruss.c index e3f84b2a3517e..002e46510e433 100644 --- a/sys/arm/ti/ti_pruss.c +++ b/sys/arm/ti/ti_pruss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Rui Paulo <rpaulo@FreeBSD.org> * Copyright (c) 2017 Manuel Stuehn * All rights reserved. diff --git a/sys/arm/ti/ti_pruss.h b/sys/arm/ti/ti_pruss.h index 44552a5fa5359..855ac2d69790b 100644 --- a/sys/arm/ti/ti_pruss.h +++ b/sys/arm/ti/ti_pruss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Rui Paulo <rpaulo@FreeBSD.org> * Copyright (c) 2017 Manuel Stuehn * All rights reserved. diff --git a/sys/arm/ti/ti_scm.c b/sys/arm/ti/ti_scm.c index ae36a9b63a719..93c53bb2838c2 100644 --- a/sys/arm/ti/ti_scm.c +++ b/sys/arm/ti/ti_scm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2010 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_scm.h b/sys/arm/ti/ti_scm.h index 1342ddc6d03b5..f1df004e2bda8 100644 --- a/sys/arm/ti/ti_scm.h +++ b/sys/arm/ti/ti_scm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2010 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_sdhci.c b/sys/arm/ti/ti_sdhci.c index 6b188ddd0728e..132290d60f0f7 100644 --- a/sys/arm/ti/ti_sdhci.c +++ b/sys/arm/ti/ti_sdhci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * Copyright (c) 2011 Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_sdma.c b/sys/arm/ti/ti_sdma.c index 7e5e9574e4c67..b184ae6ce0c24 100644 --- a/sys/arm/ti/ti_sdma.c +++ b/sys/arm/ti/ti_sdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_sdma.h b/sys/arm/ti/ti_sdma.h index 2d7e626b2f9ab..5b96766b2fb16 100644 --- a/sys/arm/ti/ti_sdma.h +++ b/sys/arm/ti/ti_sdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_sdmareg.h b/sys/arm/ti/ti_sdmareg.h index c19af123837a6..8fa8d7ba02d4a 100644 --- a/sys/arm/ti/ti_sdmareg.h +++ b/sys/arm/ti/ti_sdmareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/ti_smc.h b/sys/arm/ti/ti_smc.h index 7fae8ab4f79e8..537df2d3637db 100644 --- a/sys/arm/ti/ti_smc.h +++ b/sys/arm/ti/ti_smc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/ti/tivar.h b/sys/arm/ti/tivar.h index 248ad901fa915..ecc0a44879476 100644 --- a/sys/arm/ti/tivar.h +++ b/sys/arm/ti/tivar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2010 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/twl/twl.c b/sys/arm/ti/twl/twl.c index 8cafcf48685d0..50f2bd9ea513a 100644 --- a/sys/arm/ti/twl/twl.c +++ b/sys/arm/ti/twl/twl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/twl/twl.h b/sys/arm/ti/twl/twl.h index 07f2cfd8c9c97..44203a7656237 100644 --- a/sys/arm/ti/twl/twl.h +++ b/sys/arm/ti/twl/twl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/twl/twl_clks.c b/sys/arm/ti/twl/twl_clks.c index 33efa0af1df4e..0b41fb0136cf2 100644 --- a/sys/arm/ti/twl/twl_clks.c +++ b/sys/arm/ti/twl/twl_clks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 * Ben Gray <bgray@freebsd.org>. * All rights reserved. diff --git a/sys/arm/ti/twl/twl_clks.h b/sys/arm/ti/twl/twl_clks.h index c5d89f38531dc..ccc397e3e76bb 100644 --- a/sys/arm/ti/twl/twl_clks.h +++ b/sys/arm/ti/twl/twl_clks.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 * Ben Gray <bgray@freebsd.org>. * All rights reserved. diff --git a/sys/arm/ti/twl/twl_vreg.c b/sys/arm/ti/twl/twl_vreg.c index 6662c5d1d0315..0250e127d22e3 100644 --- a/sys/arm/ti/twl/twl_vreg.c +++ b/sys/arm/ti/twl/twl_vreg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/twl/twl_vreg.h b/sys/arm/ti/twl/twl_vreg.h index dc77dfcfaaca1..45543705e2553 100644 --- a/sys/arm/ti/twl/twl_vreg.h +++ b/sys/arm/ti/twl/twl_vreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/usb/omap_ehci.c b/sys/arm/ti/usb/omap_ehci.c index f7e2057b852cc..ac97da5c8d1e2 100644 --- a/sys/arm/ti/usb/omap_ehci.c +++ b/sys/arm/ti/usb/omap_ehci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/ti/usb/omap_usb.h b/sys/arm/ti/usb/omap_usb.h index d6950d6483cb4..246828d31f9d0 100644 --- a/sys/arm/ti/usb/omap_usb.h +++ b/sys/arm/ti/usb/omap_usb.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2010 * Ben Gray <ben.r.gray@gmail.com>. * All rights reserved. diff --git a/sys/arm/versatile/pl050.c b/sys/arm/versatile/pl050.c index c5d8a61372c13..7302273d6571f 100644 --- a/sys/arm/versatile/pl050.c +++ b/sys/arm/versatile/pl050.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/versatile/sp804.c b/sys/arm/versatile/sp804.c index 894415ba11c7a..1cf79872d1044 100644 --- a/sys/arm/versatile/sp804.c +++ b/sys/arm/versatile/sp804.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2012 Damjan Marion <dmarion@freebsd.org> * All rights reserved. diff --git a/sys/arm/versatile/versatile_clcd.c b/sys/arm/versatile/versatile_clcd.c index 76c6c63d8c508..4a1c31eeb21ea 100644 --- a/sys/arm/versatile/versatile_clcd.c +++ b/sys/arm/versatile/versatile_clcd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/versatile/versatile_common.c b/sys/arm/versatile/versatile_common.c index 983b3ce018b5d..37113f61a43c6 100644 --- a/sys/arm/versatile/versatile_common.c +++ b/sys/arm/versatile/versatile_common.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/arm/versatile/versatile_machdep.c b/sys/arm/versatile/versatile_machdep.c index ca0377a746f2a..e806b760bab5b 100644 --- a/sys/arm/versatile/versatile_machdep.c +++ b/sys/arm/versatile/versatile_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2012 Oleksandr Tymoshenko. * All rights reserved. * diff --git a/sys/arm/versatile/versatile_pci.c b/sys/arm/versatile/versatile_pci.c index 0bc49264c7e17..eea68a3958782 100644 --- a/sys/arm/versatile/versatile_pci.c +++ b/sys/arm/versatile/versatile_pci.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/arm/versatile/versatile_sic.c b/sys/arm/versatile/versatile_sic.c index 99ffb27a72d64..2451edfb136be 100644 --- a/sys/arm/versatile/versatile_sic.c +++ b/sys/arm/versatile/versatile_sic.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2017 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -24,7 +26,6 @@ * SUCH DAMAGE. */ - #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -34,15 +35,17 @@ __FBSDID("$FreeBSD$"); #include <sys/kernel.h> #include <sys/ktr.h> #include <sys/module.h> +#include <sys/proc.h> #include <sys/rman.h> #include <machine/bus.h> #include <machine/intr.h> -#include <dev/fdt/fdt_common.h> #include <dev/ofw/openfirm.h> #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h> +#include "pic_if.h" + #ifdef DEBUG #define dprintf(fmt, args...) printf(fmt, ##args) #else @@ -60,16 +63,142 @@ __FBSDID("$FreeBSD$"); #define SIC_PICENSET 0x20 #define SIC_PICENCLR 0x24 +#define SIC_NIRQS 32 + +struct versatile_sic_irqsrc { + struct intr_irqsrc isrc; + u_int irq; +}; + struct versatile_sic_softc { - device_t sc_dev; + device_t dev; + struct mtx mtx; struct resource * mem_res; + struct resource * irq_res; + void *intrh; + struct versatile_sic_irqsrc isrcs[SIC_NIRQS]; }; -#define sic_read_4(sc, reg) \ +#define SIC_LOCK(_sc) mtx_lock_spin(&(_sc)->mtx) +#define SIC_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->mtx) + +#define SIC_READ_4(sc, reg) \ bus_read_4(sc->mem_res, (reg)) -#define sic_write_4(sc, reg, val) \ +#define SIC_WRITE_4(sc, reg, val) \ bus_write_4(sc->mem_res, (reg), (val)) +/* + * Driver stuff + */ +static int versatile_sic_probe(device_t); +static int versatile_sic_attach(device_t); +static int versatile_sic_detach(device_t); + +static void +versatile_sic_disable_intr(device_t dev, struct intr_irqsrc *isrc) +{ + struct versatile_sic_softc *sc; + struct versatile_sic_irqsrc *src; + + sc = device_get_softc(dev); + src = (struct versatile_sic_irqsrc *)isrc; + + SIC_LOCK(sc); + SIC_WRITE_4(sc, SIC_ENCLR, (1 << src->irq)); + SIC_UNLOCK(sc); +} + +static void +versatile_sic_enable_intr(device_t dev, struct intr_irqsrc *isrc) +{ + struct versatile_sic_softc *sc; + struct versatile_sic_irqsrc *src; + + sc = device_get_softc(dev); + src = (struct versatile_sic_irqsrc *)isrc; + + SIC_LOCK(sc); + SIC_WRITE_4(sc, SIC_ENSET, (1 << src->irq)); + SIC_UNLOCK(sc); +} + +static int +versatile_sic_map_intr(device_t dev, struct intr_map_data *data, + struct intr_irqsrc **isrcp) +{ + struct intr_map_data_fdt *daf; + struct versatile_sic_softc *sc; + + if (data->type != INTR_MAP_DATA_FDT) + return (ENOTSUP); + + daf = (struct intr_map_data_fdt *)data; + if (daf->ncells != 1 || daf->cells[0] >= SIC_NIRQS) + return (EINVAL); + + sc = device_get_softc(dev); + *isrcp = &sc->isrcs[daf->cells[0]].isrc; + return (0); +} + +static void +versatile_sic_pre_ithread(device_t dev, struct intr_irqsrc *isrc) +{ + versatile_sic_disable_intr(dev, isrc); +} + +static void +versatile_sic_post_ithread(device_t dev, struct intr_irqsrc *isrc) +{ + struct versatile_sic_irqsrc *src; + + src = (struct versatile_sic_irqsrc *)isrc; + arm_irq_memory_barrier(src->irq); + versatile_sic_enable_intr(dev, isrc); +} + +static void +versatile_sic_post_filter(device_t dev, struct intr_irqsrc *isrc) +{ + struct versatile_sic_irqsrc *src; + + src = (struct versatile_sic_irqsrc *)isrc; + arm_irq_memory_barrier(src->irq); +} + +static int +versatile_sic_setup_intr(device_t dev, struct intr_irqsrc *isrc, + struct resource *res, struct intr_map_data *data) +{ + + return (0); +} + +static int +versatile_sic_filter(void *arg) +{ + struct versatile_sic_softc *sc; + struct intr_irqsrc *isrc; + uint32_t i, interrupts; + + sc = arg; + SIC_LOCK(sc); + interrupts = SIC_READ_4(sc, SIC_STATUS); + SIC_UNLOCK(sc); + for (i = 0; interrupts != 0; i++, interrupts >>= 1) { + if ((interrupts & 0x1) == 0) + continue; + isrc = &sc->isrcs[i].isrc; + if (intr_isrc_dispatch(isrc, curthread->td_intr_frame) != 0) { + versatile_sic_disable_intr(sc->dev, isrc); + versatile_sic_post_filter(sc->dev, isrc); + device_printf(sc->dev, "Stray irq %u disabled\n", i); + } + } + + return (FILTER_HANDLED); +} + static int versatile_sic_probe(device_t dev) { @@ -87,10 +216,14 @@ static int versatile_sic_attach(device_t dev) { struct versatile_sic_softc *sc = device_get_softc(dev); - uint32_t pass_irqs; - int rid; + int rid, error; + uint32_t irq; + const char *name; + struct versatile_sic_irqsrc *isrcs; - sc->sc_dev = dev; + sc->dev = dev; + mtx_init(&sc->mtx, device_get_nameunit(dev), "sic", + MTX_SPIN); /* Request memory resources */ rid = 0; @@ -101,29 +234,81 @@ versatile_sic_attach(device_t dev) return (ENXIO); } + /* Request memory resources */ + rid = 0; + sc->irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, + RF_ACTIVE); + if (sc->irq_res == NULL) { + device_printf(dev, "could not allocate IRQ resources\n"); + versatile_sic_detach(dev); + return (ENXIO); + } + + if ((bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC, + versatile_sic_filter, NULL, sc, &sc->intrh))) { + device_printf(dev, + "unable to register interrupt handler\n"); + versatile_sic_detach(dev); + return (ENXIO); + } + /* Disable all interrupts on SIC */ - sic_write_4(sc, SIC_ENCLR, 0xffffffff); + SIC_WRITE_4(sc, SIC_ENCLR, 0xffffffff); + + /* PIC attachment */ + isrcs = sc->isrcs; + name = device_get_nameunit(sc->dev); + for (irq = 0; irq < SIC_NIRQS; irq++) { + isrcs[irq].irq = irq; + error = intr_isrc_register(&isrcs[irq].isrc, sc->dev, + 0, "%s,%u", name, irq); + if (error != 0) + return (error); + } + + intr_pic_register(dev, OF_xref_from_node(ofw_bus_get_node(dev))); + + return (0); +} - /* - * XXX: Enable IRQ3 for KMI - * Should be replaced by proper interrupts cascading - */ - sic_write_4(sc, SIC_ENSET, (1 << 3)); +static int +versatile_sic_detach(device_t dev) +{ + struct versatile_sic_softc *sc; + + sc = device_get_softc(dev); + + if (sc->intrh) + bus_teardown_intr(dev, sc->irq_res, sc->intrh); + + if (sc->mem_res == NULL) + bus_release_resource(dev, SYS_RES_MEMORY, + rman_get_rid(sc->mem_res), sc->mem_res); - /* - * Let PCI and Ethernet interrupts pass through - * IRQ25, IRQ27..IRQ31 - */ - pass_irqs = (0x1f << 27) | (1 << 25); - sic_write_4(sc, SIC_PICENSET, pass_irqs); + if (sc->irq_res == NULL) + bus_release_resource(dev, SYS_RES_IRQ, + rman_get_rid(sc->irq_res), sc->irq_res); + + mtx_destroy(&sc->mtx); return (0); + } static device_method_t versatile_sic_methods[] = { DEVMETHOD(device_probe, versatile_sic_probe), DEVMETHOD(device_attach, versatile_sic_attach), - { 0, 0 } + DEVMETHOD(device_detach, versatile_sic_detach), + + DEVMETHOD(pic_disable_intr, versatile_sic_disable_intr), + DEVMETHOD(pic_enable_intr, versatile_sic_enable_intr), + DEVMETHOD(pic_map_intr, versatile_sic_map_intr), + DEVMETHOD(pic_post_filter, versatile_sic_post_filter), + DEVMETHOD(pic_post_ithread, versatile_sic_post_ithread), + DEVMETHOD(pic_pre_ithread, versatile_sic_pre_ithread), + DEVMETHOD(pic_setup_intr, versatile_sic_setup_intr), + + DEVMETHOD_END }; static driver_t versatile_sic_driver = { diff --git a/sys/arm/xilinx/uart_dev_cdnc.c b/sys/arm/xilinx/uart_dev_cdnc.c index 96092ba18a269..388f76031a6cd 100644 --- a/sys/arm/xilinx/uart_dev_cdnc.c +++ b/sys/arm/xilinx/uart_dev_cdnc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh * Copyright (c) 2005 Olivier Houchard * Copyright (c) 2012 Thomas Skibo diff --git a/sys/arm/xilinx/zy7_devcfg.c b/sys/arm/xilinx/zy7_devcfg.c index 385afd16a33bb..7bc7e9ebd37ec 100644 --- a/sys/arm/xilinx/zy7_devcfg.c +++ b/sys/arm/xilinx/zy7_devcfg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_ehci.c b/sys/arm/xilinx/zy7_ehci.c index 6468faa7ac138..a26fd09359ec6 100644 --- a/sys/arm/xilinx/zy7_ehci.c +++ b/sys/arm/xilinx/zy7_ehci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_gpio.c b/sys/arm/xilinx/zy7_gpio.c index 25d22f87e4dd9..c4d47fcfa10de 100644 --- a/sys/arm/xilinx/zy7_gpio.c +++ b/sys/arm/xilinx/zy7_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_l2cache.c b/sys/arm/xilinx/zy7_l2cache.c index 818fd0321aebf..8ce3fd34792c1 100644 --- a/sys/arm/xilinx/zy7_l2cache.c +++ b/sys/arm/xilinx/zy7_l2cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_machdep.c b/sys/arm/xilinx/zy7_machdep.c index 7eb4308b31d94..0399c0a009fa1 100644 --- a/sys/arm/xilinx/zy7_machdep.c +++ b/sys/arm/xilinx/zy7_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_reg.h b/sys/arm/xilinx/zy7_reg.h index 2f55ffedaacad..d790ac35b4a30 100644 --- a/sys/arm/xilinx/zy7_reg.h +++ b/sys/arm/xilinx/zy7_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_slcr.c b/sys/arm/xilinx/zy7_slcr.c index c630fe6f7ce46..7e4a1698a0856 100644 --- a/sys/arm/xilinx/zy7_slcr.c +++ b/sys/arm/xilinx/zy7_slcr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xilinx/zy7_slcr.h b/sys/arm/xilinx/zy7_slcr.h index 3afec02a8b3c0..d1e1641f32dcc 100644 --- a/sys/arm/xilinx/zy7_slcr.h +++ b/sys/arm/xilinx/zy7_slcr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Thomas Skibo * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/crb_machdep.c b/sys/arm/xscale/i8134x/crb_machdep.c index 898bbaa368761..df957261ef411 100644 --- a/sys/arm/xscale/i8134x/crb_machdep.c +++ b/sys/arm/xscale/i8134x/crb_machdep.c @@ -1,6 +1,8 @@ /* $NetBSD: hpc_machdep.c,v 1.70 2003/09/16 08:18:22 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/xscale/i8134x/i81342.c b/sys/arm/xscale/i8134x/i81342.c index 7a6b315661fcf..ace6004cf9c0f 100644 --- a/sys/arm/xscale/i8134x/i81342.c +++ b/sys/arm/xscale/i8134x/i81342.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/i81342_mcu.c b/sys/arm/xscale/i8134x/i81342_mcu.c index 7a3d2bf946d5f..a144774233fff 100644 --- a/sys/arm/xscale/i8134x/i81342_mcu.c +++ b/sys/arm/xscale/i8134x/i81342_mcu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/i81342_pci.c b/sys/arm/xscale/i8134x/i81342_pci.c index 32716a93acdaa..973a3bc96cbc6 100644 --- a/sys/arm/xscale/i8134x/i81342_pci.c +++ b/sys/arm/xscale/i8134x/i81342_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/i81342_space.c b/sys/arm/xscale/i8134x/i81342_space.c index 65ac928206395..ed27675e4a0f4 100644 --- a/sys/arm/xscale/i8134x/i81342_space.c +++ b/sys/arm/xscale/i8134x/i81342_space.c @@ -1,6 +1,8 @@ /* $NetBSD: i80321_space.c,v 1.6 2003/10/06 15:43:35 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/i81342reg.h b/sys/arm/xscale/i8134x/i81342reg.h index 24021945381a7..07bec22ef89c8 100644 --- a/sys/arm/xscale/i8134x/i81342reg.h +++ b/sys/arm/xscale/i8134x/i81342reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/i81342var.h b/sys/arm/xscale/i8134x/i81342var.h index c7fde4b138e7f..92574964610e5 100644 --- a/sys/arm/xscale/i8134x/i81342var.h +++ b/sys/arm/xscale/i8134x/i81342var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/iq81342_7seg.c b/sys/arm/xscale/i8134x/iq81342_7seg.c index 4fda6411d37d2..7264d1c9e656b 100644 --- a/sys/arm/xscale/i8134x/iq81342_7seg.c +++ b/sys/arm/xscale/i8134x/iq81342_7seg.c @@ -1,6 +1,8 @@ /* $NetBSD: iq31244_7seg.c,v 1.2 2003/07/15 00:25:01 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/iq81342reg.h b/sys/arm/xscale/i8134x/iq81342reg.h index b1e2516faf443..da1e67b83f218 100644 --- a/sys/arm/xscale/i8134x/iq81342reg.h +++ b/sys/arm/xscale/i8134x/iq81342reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/iq81342var.h b/sys/arm/xscale/i8134x/iq81342var.h index af30b169260cd..8c89a0f82ef76 100644 --- a/sys/arm/xscale/i8134x/iq81342var.h +++ b/sys/arm/xscale/i8134x/iq81342var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Olivier Houchard * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/obio.c b/sys/arm/xscale/i8134x/obio.c index f61893befdac8..b4fa04d2a51bc 100644 --- a/sys/arm/xscale/i8134x/obio.c +++ b/sys/arm/xscale/i8134x/obio.c @@ -1,6 +1,8 @@ /* $NetBSD: obio.c,v 1.11 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/obiovar.h b/sys/arm/xscale/i8134x/obiovar.h index 237dd9e7d9449..14bef4402cd73 100644 --- a/sys/arm/xscale/i8134x/obiovar.h +++ b/sys/arm/xscale/i8134x/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/i8134x/uart_bus_i81342.c b/sys/arm/xscale/i8134x/uart_bus_i81342.c index 34df098e74c95..07e8cd7e09508 100644 --- a/sys/arm/xscale/i8134x/uart_bus_i81342.c +++ b/sys/arm/xscale/i8134x/uart_bus_i81342.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/i8134x/uart_cpu_i81342.c b/sys/arm/xscale/i8134x/uart_cpu_i81342.c index 1d98d78bcfe22..5bae3931d451e 100644 --- a/sys/arm/xscale/i8134x/uart_cpu_i81342.c +++ b/sys/arm/xscale/i8134x/uart_cpu_i81342.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/avila_ata.c b/sys/arm/xscale/ixp425/avila_ata.c index 2000a4f4107f1..fc9e67c5ef17b 100644 --- a/sys/arm/xscale/ixp425/avila_ata.c +++ b/sys/arm/xscale/ixp425/avila_ata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/avila_gpio.c b/sys/arm/xscale/ixp425/avila_gpio.c index d14d9c2803882..99f0e803f5830 100644 --- a/sys/arm/xscale/ixp425/avila_gpio.c +++ b/sys/arm/xscale/ixp425/avila_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2009, Luiz Otavio O Souza. * Copyright (c) 2010, Andrew Thompson <thompsa@FreeBSD.org> diff --git a/sys/arm/xscale/ixp425/avila_led.c b/sys/arm/xscale/ixp425/avila_led.c index ed41782efc441..a4a27d8727ed3 100644 --- a/sys/arm/xscale/ixp425/avila_led.c +++ b/sys/arm/xscale/ixp425/avila_led.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Kevin Lo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/avila_machdep.c b/sys/arm/xscale/ixp425/avila_machdep.c index f26d3ca7936ea..a84de1f3402bf 100644 --- a/sys/arm/xscale/ixp425/avila_machdep.c +++ b/sys/arm/xscale/ixp425/avila_machdep.c @@ -1,6 +1,8 @@ /* $NetBSD: hpc_machdep.c,v 1.70 2003/09/16 08:18:22 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/cambria_exp_space.c b/sys/arm/xscale/ixp425/cambria_exp_space.c index 9dce5778b8e3a..68b7f3ce7b91e 100644 --- a/sys/arm/xscale/ixp425/cambria_exp_space.c +++ b/sys/arm/xscale/ixp425/cambria_exp_space.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/cambria_fled.c b/sys/arm/xscale/ixp425/cambria_fled.c index c2f214d9837bb..d7fec5e22cb9a 100644 --- a/sys/arm/xscale/ixp425/cambria_fled.c +++ b/sys/arm/xscale/ixp425/cambria_fled.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/cambria_gpio.c b/sys/arm/xscale/ixp425/cambria_gpio.c index c8714182c6ee4..8ed35c4e2084e 100644 --- a/sys/arm/xscale/ixp425/cambria_gpio.c +++ b/sys/arm/xscale/ixp425/cambria_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Andrew Thompson <thompsa@FreeBSD.org> * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/cambria_led.c b/sys/arm/xscale/ixp425/cambria_led.c index f99a1aa1a89b5..747d7df0a75c3 100644 --- a/sys/arm/xscale/ixp425/cambria_led.c +++ b/sys/arm/xscale/ixp425/cambria_led.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/if_npe.c b/sys/arm/xscale/ixp425/if_npe.c index fa3eacbeed8ce..d797154ee1d4a 100644 --- a/sys/arm/xscale/ixp425/if_npe.c +++ b/sys/arm/xscale/ixp425/if_npe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/if_npereg.h b/sys/arm/xscale/ixp425/if_npereg.h index a7422c71a4080..b9adf47b97d98 100644 --- a/sys/arm/xscale/ixp425/if_npereg.h +++ b/sys/arm/xscale/ixp425/if_npereg.h @@ -29,7 +29,9 @@ * $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2005, Intel Corporation. * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixdp425_pci.c b/sys/arm/xscale/ixp425/ixdp425_pci.c index 9fc3694d371ce..e693dc47f5c5f 100644 --- a/sys/arm/xscale/ixp425/ixdp425_pci.c +++ b/sys/arm/xscale/ixp425/ixdp425_pci.c @@ -1,5 +1,7 @@ /* $NetBSD: ixdp425_pci.c,v 1.5 2005/12/11 12:17:09 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixdp425reg.h b/sys/arm/xscale/ixp425/ixdp425reg.h index d9f29bfec337a..e07af7a1bd8f3 100644 --- a/sys/arm/xscale/ixp425/ixdp425reg.h +++ b/sys/arm/xscale/ixp425/ixdp425reg.h @@ -1,5 +1,7 @@ /* $NetBSD: ixdp425reg.h,v 1.6 2005/12/11 12:17:09 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425.c b/sys/arm/xscale/ixp425/ixp425.c index aca7d7723728c..96d67555f4996 100644 --- a/sys/arm/xscale/ixp425/ixp425.c +++ b/sys/arm/xscale/ixp425/ixp425.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425.c,v 1.10 2005/12/11 12:16:51 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425_a4x_space.c b/sys/arm/xscale/ixp425/ixp425_a4x_space.c index 1b128bbf0e252..ae4abab492063 100644 --- a/sys/arm/xscale/ixp425/ixp425_a4x_space.c +++ b/sys/arm/xscale/ixp425/ixp425_a4x_space.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_a4x_space.c,v 1.2 2005/12/11 12:16:51 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_iic.c b/sys/arm/xscale/ixp425/ixp425_iic.c index bb66236b69671..0ffaace2cc35e 100644 --- a/sys/arm/xscale/ixp425/ixp425_iic.c +++ b/sys/arm/xscale/ixp425/ixp425_iic.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Kevin Lo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/ixp425_intr.h b/sys/arm/xscale/ixp425/ixp425_intr.h index 6c2e650160c50..ae9bf1cf629c9 100644 --- a/sys/arm/xscale/ixp425/ixp425_intr.h +++ b/sys/arm/xscale/ixp425/ixp425_intr.h @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_intr.h,v 1.6 2005/12/24 20:06:52 perry Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_mem.c b/sys/arm/xscale/ixp425/ixp425_mem.c index 12a553b8b8f3e..e4a616520082e 100644 --- a/sys/arm/xscale/ixp425/ixp425_mem.c +++ b/sys/arm/xscale/ixp425/ixp425_mem.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_mem.c,v 1.2 2005/12/11 12:16:51 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_npe.c b/sys/arm/xscale/ixp425/ixp425_npe.c index 720b0f4a7dd81..8a2b941a211fa 100644 --- a/sys/arm/xscale/ixp425/ixp425_npe.c +++ b/sys/arm/xscale/ixp425/ixp425_npe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_npereg.h b/sys/arm/xscale/ixp425/ixp425_npereg.h index 94aff85f61caf..40e68e6fb549d 100644 --- a/sys/arm/xscale/ixp425/ixp425_npereg.h +++ b/sys/arm/xscale/ixp425/ixp425_npereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_npevar.h b/sys/arm/xscale/ixp425/ixp425_npevar.h index fdab8bb9ffcdf..d06b56ec29dbe 100644 --- a/sys/arm/xscale/ixp425/ixp425_npevar.h +++ b/sys/arm/xscale/ixp425/ixp425_npevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/ixp425_pci.c b/sys/arm/xscale/ixp425/ixp425_pci.c index d9878783b40e7..c4f973158e805 100644 --- a/sys/arm/xscale/ixp425/ixp425_pci.c +++ b/sys/arm/xscale/ixp425/ixp425_pci.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_pci.c,v 1.5 2006/04/10 03:36:03 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425_pci_space.c b/sys/arm/xscale/ixp425/ixp425_pci_space.c index bec3d9c9a9801..0aae0de01d205 100644 --- a/sys/arm/xscale/ixp425/ixp425_pci_space.c +++ b/sys/arm/xscale/ixp425/ixp425_pci_space.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_pci_space.c,v 1.6 2006/04/10 03:36:03 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425_qmgr.c b/sys/arm/xscale/ixp425/ixp425_qmgr.c index 16c2c250021f0..914c7c72c747f 100644 --- a/sys/arm/xscale/ixp425/ixp425_qmgr.c +++ b/sys/arm/xscale/ixp425/ixp425_qmgr.c @@ -28,6 +28,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2005, Intel Corporation. * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_qmgr.h b/sys/arm/xscale/ixp425/ixp425_qmgr.h index 0eb6dc7ed7bf9..62a3edcba85e2 100644 --- a/sys/arm/xscale/ixp425/ixp425_qmgr.h +++ b/sys/arm/xscale/ixp425/ixp425_qmgr.h @@ -30,6 +30,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2005, Intel Corporation. * All rights reserved. * diff --git a/sys/arm/xscale/ixp425/ixp425_space.c b/sys/arm/xscale/ixp425/ixp425_space.c index 932c71bf53940..05db437f1329a 100644 --- a/sys/arm/xscale/ixp425/ixp425_space.c +++ b/sys/arm/xscale/ixp425/ixp425_space.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_space.c,v 1.6 2006/04/10 03:36:03 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425_timer.c b/sys/arm/xscale/ixp425/ixp425_timer.c index e6b6ecd6fcba4..186fdfd562540 100644 --- a/sys/arm/xscale/ixp425/ixp425_timer.c +++ b/sys/arm/xscale/ixp425/ixp425_timer.c @@ -1,6 +1,8 @@ /* $NetBSD: ixp425_timer.c,v 1.11 2006/04/10 03:36:03 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425_wdog.c b/sys/arm/xscale/ixp425/ixp425_wdog.c index c3111d29c6e5e..ede52063d114b 100644 --- a/sys/arm/xscale/ixp425/ixp425_wdog.c +++ b/sys/arm/xscale/ixp425/ixp425_wdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/ixp425reg.h b/sys/arm/xscale/ixp425/ixp425reg.h index f353d4449fb13..4f3b258a3090f 100644 --- a/sys/arm/xscale/ixp425/ixp425reg.h +++ b/sys/arm/xscale/ixp425/ixp425reg.h @@ -1,5 +1,7 @@ /* $NetBSD: ixp425reg.h,v 1.19 2005/12/11 12:16:51 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/ixp425var.h b/sys/arm/xscale/ixp425/ixp425var.h index 761836b307935..7aa3d4db676cc 100644 --- a/sys/arm/xscale/ixp425/ixp425var.h +++ b/sys/arm/xscale/ixp425/ixp425var.h @@ -1,6 +1,8 @@ /* $NetBSD: ixp425var.h,v 1.10 2006/04/10 03:36:03 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Ichiro FUKUHARA <ichiro@ichiro.org>. * All rights reserved. diff --git a/sys/arm/xscale/ixp425/uart_bus_ixp425.c b/sys/arm/xscale/ixp425/uart_bus_ixp425.c index c3f16b8a667e8..a5436e04d999c 100644 --- a/sys/arm/xscale/ixp425/uart_bus_ixp425.c +++ b/sys/arm/xscale/ixp425/uart_bus_ixp425.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Kevin Lo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/ixp425/uart_cpu_ixp425.c b/sys/arm/xscale/ixp425/uart_cpu_ixp425.c index a375d5615b8d0..ce068f4f5ea8d 100644 --- a/sys/arm/xscale/ixp425/uart_cpu_ixp425.c +++ b/sys/arm/xscale/ixp425/uart_cpu_ixp425.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/arm/xscale/pxa/if_smc_smi.c b/sys/arm/xscale/pxa/if_smc_smi.c index 2274ffb30ca66..4b9c58d8d8651 100644 --- a/sys/arm/xscale/pxa/if_smc_smi.c +++ b/sys/arm/xscale/pxa/if_smc_smi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Benno Rice * All rights reserved. * diff --git a/sys/arm/xscale/pxa/pxa_gpio.c b/sys/arm/xscale/pxa/pxa_gpio.c index a3ad33d98a8bc..91f3865d3ba59 100644 --- a/sys/arm/xscale/pxa/pxa_gpio.c +++ b/sys/arm/xscale/pxa/pxa_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/pxa/pxa_icu.c b/sys/arm/xscale/pxa/pxa_icu.c index c375ccba48bc2..d39fa3e09c7ad 100644 --- a/sys/arm/xscale/pxa/pxa_icu.c +++ b/sys/arm/xscale/pxa/pxa_icu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/pxa/pxa_machdep.c b/sys/arm/xscale/pxa/pxa_machdep.c index bc3ab6f389463..e28599be9bfd8 100644 --- a/sys/arm/xscale/pxa/pxa_machdep.c +++ b/sys/arm/xscale/pxa/pxa_machdep.c @@ -1,6 +1,8 @@ /* $NetBSD: hpc_machdep.c,v 1.70 2003/09/16 08:18:22 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. diff --git a/sys/arm/xscale/pxa/pxa_obio.c b/sys/arm/xscale/pxa/pxa_obio.c index 60815881c04bd..e084a3b49471c 100644 --- a/sys/arm/xscale/pxa/pxa_obio.c +++ b/sys/arm/xscale/pxa/pxa_obio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/pxa/pxa_smi.c b/sys/arm/xscale/pxa/pxa_smi.c index b08a7c7ac1e0d..f28021e91aa74 100644 --- a/sys/arm/xscale/pxa/pxa_smi.c +++ b/sys/arm/xscale/pxa/pxa_smi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/pxa/pxa_space.c b/sys/arm/xscale/pxa/pxa_space.c index 2378efe9a9a7f..976c4c325b0d1 100644 --- a/sys/arm/xscale/pxa/pxa_space.c +++ b/sys/arm/xscale/pxa/pxa_space.c @@ -1,6 +1,8 @@ /* $NetBSD: obio_space.c,v 1.6 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/pxa/pxa_timer.c b/sys/arm/xscale/pxa/pxa_timer.c index e13793de67823..4c093897f23a5 100644 --- a/sys/arm/xscale/pxa/pxa_timer.c +++ b/sys/arm/xscale/pxa/pxa_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/pxa/pxareg.h b/sys/arm/xscale/pxa/pxareg.h index 03a167f0d8d91..eb1f53b2790b2 100644 --- a/sys/arm/xscale/pxa/pxareg.h +++ b/sys/arm/xscale/pxa/pxareg.h @@ -1,6 +1,8 @@ /* $NetBSD: pxa2x0reg.h,v 1.9 2006/04/10 04:13:58 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Genetec Corporation. All rights reserved. * Written by Hiroyuki Bessho for Genetec Corporation. * diff --git a/sys/arm/xscale/pxa/pxavar.h b/sys/arm/xscale/pxa/pxavar.h index 85788229ef540..01deea230fd0d 100644 --- a/sys/arm/xscale/pxa/pxavar.h +++ b/sys/arm/xscale/pxa/pxavar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/arm/xscale/pxa/uart_bus_pxa.c b/sys/arm/xscale/pxa/uart_bus_pxa.c index c5df619388851..62c342216d4d1 100644 --- a/sys/arm/xscale/pxa/uart_bus_pxa.c +++ b/sys/arm/xscale/pxa/uart_bus_pxa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/xscale/pxa/uart_cpu_pxa.c b/sys/arm/xscale/pxa/uart_cpu_pxa.c index 1cb4671178cc3..68c253c32adb9 100644 --- a/sys/arm/xscale/pxa/uart_cpu_pxa.c +++ b/sys/arm/xscale/pxa/uart_cpu_pxa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/bsm/audit.h b/sys/bsm/audit.h index 078b333a3268e..de47e47c0ccc4 100644 --- a/sys/bsm/audit.h +++ b/sys/bsm/audit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005-2009 Apple Inc. * All rights reserved. * diff --git a/sys/bsm/audit_domain.h b/sys/bsm/audit_domain.h index 22d2966c34dad..9d8de7fd7b933 100644 --- a/sys/bsm/audit_domain.h +++ b/sys/bsm/audit_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Apple Inc. * All rights reserved. * diff --git a/sys/bsm/audit_errno.h b/sys/bsm/audit_errno.h index 939ddeb6b01ef..81cfc3548e8e5 100644 --- a/sys/bsm/audit_errno.h +++ b/sys/bsm/audit_errno.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Apple Inc. * All rights reserved. * diff --git a/sys/bsm/audit_fcntl.h b/sys/bsm/audit_fcntl.h index 8b5f1a57800db..713a0a3c4debe 100644 --- a/sys/bsm/audit_fcntl.h +++ b/sys/bsm/audit_fcntl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009 Apple Inc. * All rights reserved. * diff --git a/sys/bsm/audit_internal.h b/sys/bsm/audit_internal.h index 3ec98960a5622..501b03237b24f 100644 --- a/sys/bsm/audit_internal.h +++ b/sys/bsm/audit_internal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005-2008 Apple Inc. * Copyright (c) 2005 SPARTA, Inc. * All rights reserved. diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index 3c16c739a7493..8998fb1ed571a 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005-2009 Apple Inc. * All rights reserved. * diff --git a/sys/bsm/audit_record.h b/sys/bsm/audit_record.h index b72236bc7b0ea..a20a500d11bed 100644 --- a/sys/bsm/audit_record.h +++ b/sys/bsm/audit_record.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005-2009 Apple Inc. * All rights reserved. * diff --git a/sys/bsm/audit_socket_type.h b/sys/bsm/audit_socket_type.h index 1f580fce050eb..0e583e04ee6d5 100644 --- a/sys/bsm/audit_socket_type.h +++ b/sys/bsm/audit_socket_type.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Apple Inc. * All rights reserved. * diff --git a/sys/compat/freebsd32/freebsd32_ioctl.c b/sys/compat/freebsd32/freebsd32_ioctl.c index b634b30960b95..9dd0fb1ece1de 100644 --- a/sys/compat/freebsd32/freebsd32_ioctl.c +++ b/sys/compat/freebsd32/freebsd32_ioctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 David E. O'Brien * All rights reserved. * diff --git a/sys/compat/freebsd32/freebsd32_ioctl.h b/sys/compat/freebsd32/freebsd32_ioctl.h index 18cfc95c569ac..9ce740713bf2d 100644 --- a/sys/compat/freebsd32/freebsd32_ioctl.h +++ b/sys/compat/freebsd32/freebsd32_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 David E. O'Brien * All rights reserved. * diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c index 05258b223f54c..357123334446a 100644 --- a/sys/compat/linprocfs/linprocfs.c +++ b/sys/compat/linprocfs/linprocfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Dag-Erling Coïdan Smørgrav * Copyright (c) 1999 Pierre Beyssac * Copyright (c) 1993 Jan-Simon Pendry diff --git a/sys/compat/ndis/cfg_var.h b/sys/compat/ndis/cfg_var.h index 1fb44ce268a1f..ff40a85926bed 100644 --- a/sys/compat/ndis/cfg_var.h +++ b/sys/compat/ndis/cfg_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/hal_var.h b/sys/compat/ndis/hal_var.h index 699b01ca0efd6..f8864e2e7071a 100644 --- a/sys/compat/ndis/hal_var.h +++ b/sys/compat/ndis/hal_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/kern_ndis.c b/sys/compat/ndis/kern_ndis.c index 55b22a22803e1..99fcc28ffd3b0 100644 --- a/sys/compat/ndis/kern_ndis.c +++ b/sys/compat/ndis/kern_ndis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/kern_windrv.c b/sys/compat/ndis/kern_windrv.c index 5572988ca3d4a..597b8362b37e0 100644 --- a/sys/compat/ndis/kern_windrv.c +++ b/sys/compat/ndis/kern_windrv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/ndis_var.h b/sys/compat/ndis/ndis_var.h index 80b49207c25a6..6b9f69f990452 100644 --- a/sys/compat/ndis/ndis_var.h +++ b/sys/compat/ndis/ndis_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/ntoskrnl_var.h b/sys/compat/ndis/ntoskrnl_var.h index 48ddcd9d8baf2..9c8c199645049 100644 --- a/sys/compat/ndis/ntoskrnl_var.h +++ b/sys/compat/ndis/ntoskrnl_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/pe_var.h b/sys/compat/ndis/pe_var.h index 9729f0b5e4bf0..2e5758c592e13 100644 --- a/sys/compat/ndis/pe_var.h +++ b/sys/compat/ndis/pe_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/resource_var.h b/sys/compat/ndis/resource_var.h index 5ce096c08e02e..b06a2e09f9108 100644 --- a/sys/compat/ndis/resource_var.h +++ b/sys/compat/ndis/resource_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/subr_hal.c b/sys/compat/ndis/subr_hal.c index 7bb3f28e6caf6..ea30675d66b0c 100644 --- a/sys/compat/ndis/subr_hal.c +++ b/sys/compat/ndis/subr_hal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/subr_ndis.c b/sys/compat/ndis/subr_ndis.c index 98a0a284ce8f6..e1ba8cc12cd62 100644 --- a/sys/compat/ndis/subr_ndis.c +++ b/sys/compat/ndis/subr_ndis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c index cfa97275d7ee4..5bf3e7aeee497 100644 --- a/sys/compat/ndis/subr_ntoskrnl.c +++ b/sys/compat/ndis/subr_ntoskrnl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/subr_pe.c b/sys/compat/ndis/subr_pe.c index 47bef25499c1a..1cd698fdd51ce 100644 --- a/sys/compat/ndis/subr_pe.c +++ b/sys/compat/ndis/subr_pe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/subr_usbd.c b/sys/compat/ndis/subr_usbd.c index eca2708bfc1a6..2c877ea533a54 100644 --- a/sys/compat/ndis/subr_usbd.c +++ b/sys/compat/ndis/subr_usbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/compat/ndis/usbd_var.h b/sys/compat/ndis/usbd_var.h index 019bd32a97158..6566a29d52d64 100644 --- a/sys/compat/ndis/usbd_var.h +++ b/sys/compat/ndis/usbd_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 4bc0096998117..51351c9d2a3ab 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1984, 1986, 1990, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/sys/conf/systags.sh b/sys/conf/systags.sh index d393be8a27937..e6d6adc5feddf 100644 --- a/sys/conf/systags.sh +++ b/sys/conf/systags.sh @@ -1,5 +1,7 @@ #! /bin/sh # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c index b2451c71ae8fe..4418ba628b26a 100644 --- a/sys/crypto/sha1.c +++ b/sys/crypto/sha1.c @@ -1,5 +1,7 @@ /* $KAME: sha1.c,v 1.5 2000/11/08 06:13:08 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/crypto/sha1.h b/sys/crypto/sha1.h index c1bc1a3a9021a..95c07682b7acf 100644 --- a/sys/crypto/sha1.h +++ b/sys/crypto/sha1.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: sha1.h,v 1.5 2000/03/27 04:36:23 sumikawa Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index ab375d5e7ae98..40473793ceb1d 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index fcf772b59458e..d54fe33265202 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, Garrett A. Wollman. * Copyright (c) 1993, University of Vermont and State Agricultural College. * All rights reserved. diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 66c360203b0fe..3d08f1161a70f 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c index dc589c32e1c83..2e95b6da14096 100644 --- a/sys/dev/aac/aac_cam.c +++ b/sys/dev/aac/aac_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec, Inc. * All rights reserved. * diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 6dd84f5060fd7..b1d79b92250ef 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_disk.c b/sys/dev/aac/aac_disk.c index 89c0fa6d67380..1a547ed039abe 100644 --- a/sys/dev/aac/aac_disk.c +++ b/sys/dev/aac/aac_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_linux.c b/sys/dev/aac/aac_linux.c index 71a20ffd4012a..02babb5c0576c 100644 --- a/sys/dev/aac/aac_linux.c +++ b/sys/dev/aac/aac_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Scott Long * All rights reserved. * diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 83e7e63fda8e0..1685abe8a00ec 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h index 6f52d5d41cd4c..a973f52f54caf 100644 --- a/sys/dev/aac/aac_tables.h +++ b/sys/dev/aac/aac_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h index 70859bbff051b..d0800f3d5881a 100644 --- a/sys/dev/aac/aacreg.h +++ b/sys/dev/aac/aacreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000-2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h index bcedff59f1f8a..f3bbb53b21e90 100644 --- a/sys/dev/aac/aacvar.h +++ b/sys/dev/aac/aacvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid.c b/sys/dev/aacraid/aacraid.c index 42a16c4203937..5a4854e6130bd 100644 --- a/sys/dev/aacraid/aacraid.c +++ b/sys/dev/aacraid/aacraid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid_cam.c b/sys/dev/aacraid/aacraid_cam.c index 5a3d2c6801395..baddaae2758e8 100644 --- a/sys/dev/aacraid/aacraid_cam.c +++ b/sys/dev/aacraid/aacraid_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. * All rights reserved. diff --git a/sys/dev/aacraid/aacraid_debug.c b/sys/dev/aacraid/aacraid_debug.c index db3bab554a00f..75d023339295f 100644 --- a/sys/dev/aacraid/aacraid_debug.c +++ b/sys/dev/aacraid/aacraid_debug.c @@ -1,5 +1,6 @@ - /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. * All rights reserved. diff --git a/sys/dev/aacraid/aacraid_debug.h b/sys/dev/aacraid/aacraid_debug.h index d79bb92262014..5ef43a4dc4628 100644 --- a/sys/dev/aacraid/aacraid_debug.h +++ b/sys/dev/aacraid/aacraid_debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. * All rights reserved. diff --git a/sys/dev/aacraid/aacraid_linux.c b/sys/dev/aacraid/aacraid_linux.c index 10dd11ac02c9d..9ea9458ddec41 100644 --- a/sys/dev/aacraid/aacraid_linux.c +++ b/sys/dev/aacraid/aacraid_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Scott Long * Copyright (c) 2002-2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. diff --git a/sys/dev/aacraid/aacraid_pci.c b/sys/dev/aacraid/aacraid_pci.c index 0f67c742be0b9..1f17a7c9345dc 100644 --- a/sys/dev/aacraid/aacraid_pci.c +++ b/sys/dev/aacraid/aacraid_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid_reg.h b/sys/dev/aacraid/aacraid_reg.h index b02d1936862a0..f58d36518cdec 100644 --- a/sys/dev/aacraid/aacraid_reg.h +++ b/sys/dev/aacraid/aacraid_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000-2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid_var.h b/sys/dev/aacraid/aacraid_var.h index 55035a93dfff8..942198177d728 100644 --- a/sys/dev/aacraid/aacraid_var.h +++ b/sys/dev/aacraid/aacraid_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/adb/adb.h b/sys/dev/adb/adb.h index acb5ae27d4c68..623dda13402fb 100644 --- a/sys/dev/adb/adb.h +++ b/sys/dev/adb/adb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c index fd46f27e9630c..4c504a65a93d0 100644 --- a/sys/dev/adb/adb_bus.c +++ b/sys/dev/adb/adb_bus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adb_buttons.c b/sys/dev/adb/adb_buttons.c index b311b28daec0e..3d8726e152b26 100644 --- a/sys/dev/adb/adb_buttons.c +++ b/sys/dev/adb/adb_buttons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011, Justin Hibbits. * Copyright (c) 2002, Miodrag Vallat. * Copyright (C) 1999 Tsubai Masanari. All rights reserved. diff --git a/sys/dev/adb/adb_kbd.c b/sys/dev/adb/adb_kbd.c index cd2a9a7b76354..88399d54af7f6 100644 --- a/sys/dev/adb/adb_kbd.c +++ b/sys/dev/adb/adb_kbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adb_mouse.c b/sys/dev/adb/adb_mouse.c index 9f9d81f1f5454..8b9e3fae7b63b 100644 --- a/sys/dev/adb/adb_mouse.c +++ b/sys/dev/adb/adb_mouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adbvar.h b/sys/dev/adb/adbvar.h index 47afb35542294..5f8184e102bbd 100644 --- a/sys/dev/adb/adbvar.h +++ b/sys/dev/adb/adbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index 4180f57ae380e..10bb4058992dd 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2004 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c index 49644b26e818f..2577aab97476e 100644 --- a/sys/dev/advansys/adv_isa.c +++ b/sys/dev/advansys/adv_isa.c @@ -20,6 +20,8 @@ * ** This board has been sold by SIIG as the i540 SpeedMaster. * *** This board has been sold by SIIG as the i542 SpeedMaster. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, 1997 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c index 8b4b3f5874cf3..a33e5a106f042 100644 --- a/sys/dev/advansys/adv_pci.c +++ b/sys/dev/advansys/adv_pci.c @@ -33,6 +33,8 @@ * * This board has been sold by SIIG as the Fast SCSI Pro PCI. * ** This board has been sold by Iomega as a Jaz Jet PCI adapter. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c index 153c474d19f36..2ef987d45a2b4 100644 --- a/sys/dev/advansys/advansys.c +++ b/sys/dev/advansys/advansys.c @@ -8,6 +8,8 @@ * ABP940UA, ABP950, ABP960, ABP960U, ABP960UA, * ABP970, ABP970U * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advansys.h b/sys/dev/advansys/advansys.h index 04c7f0b303056..f7ee79459f61e 100644 --- a/sys/dev/advansys/advansys.h +++ b/sys/dev/advansys/advansys.h @@ -2,6 +2,8 @@ * Generic driver definitions and exported functions for the Advanced * Systems Inc. SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advlib.c b/sys/dev/advansys/advlib.c index 75d6884b9131c..c8183233deb6d 100644 --- a/sys/dev/advansys/advlib.c +++ b/sys/dev/advansys/advlib.c @@ -1,6 +1,8 @@ /*- * Low level routines for the Advanced Systems Inc. SCSI controllers chips * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1997, 1999-2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advlib.h b/sys/dev/advansys/advlib.h index 6952ca960c92f..3be4bb3a8ff30 100644 --- a/sys/dev/advansys/advlib.h +++ b/sys/dev/advansys/advlib.h @@ -2,6 +2,8 @@ * Definitions for low level routines and data structures * for the Advanced Systems Inc. SCSI controllers chips. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1997, 1999-2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c index f8fa3d0ce9296..fa76428a4fc6c 100644 --- a/sys/dev/advansys/adw_pci.c +++ b/sys/dev/advansys/adw_pci.c @@ -8,6 +8,8 @@ * ABP3940U2W - Bus-Master PCI LVD/Ultra2-Wide (253 CDB) * ABP3950U2W - Bus-Master PCI LVD/Ultra2-Wide (253 CDB) * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwcam.c b/sys/dev/advansys/adwcam.c index 9485109f938c4..cc7943fe7ff21 100644 --- a/sys/dev/advansys/adwcam.c +++ b/sys/dev/advansys/adwcam.c @@ -6,6 +6,8 @@ * * adw_pci.c ABP[3]940UW, ABP950UW, ABP3940U2W * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwlib.c b/sys/dev/advansys/adwlib.c index e201cdfa6513b..c88580ca1af84 100644 --- a/sys/dev/advansys/adwlib.c +++ b/sys/dev/advansys/adwlib.c @@ -2,6 +2,8 @@ * Low level routines for Second Generation * Advanced Systems Inc. SCSI controllers chips * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h index a73098539f2f6..62977445363e5 100644 --- a/sys/dev/advansys/adwlib.h +++ b/sys/dev/advansys/adwlib.h @@ -2,6 +2,8 @@ * Definitions for low level routines and data structures * for the Advanced Systems Inc. SCSI controllers chips. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwvar.h b/sys/dev/advansys/adwvar.h index 4d760372596bd..35af9a1f5f1d3 100644 --- a/sys/dev/advansys/adwvar.h +++ b/sys/dev/advansys/adwvar.h @@ -2,6 +2,8 @@ * Generic driver definitions and exported functions for the Advanced * Systems Inc. Second Generation SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index 23ed1d89d3ef8..589a95e3be868 100644 --- a/sys/dev/ae/if_ae.c +++ b/sys/dev/ae/if_ae.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Stanislav Sedov <stas@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/ae/if_aereg.h b/sys/dev/ae/if_aereg.h index 4e0ae3bbe490a..c42da11f1e1b7 100644 --- a/sys/dev/ae/if_aereg.h +++ b/sys/dev/ae/if_aereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Stanislav Sedov <stas@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/ae/if_aevar.h b/sys/dev/ae/if_aevar.h index a250fd2efa716..030f3604dd161 100644 --- a/sys/dev/ae/if_aevar.h +++ b/sys/dev/ae/if_aevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Stanislav Sedov <stas@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/age/if_age.c b/sys/dev/age/if_age.c index ff3b8c6a22dbe..59ac3bdedf2e4 100644 --- a/sys/dev/age/if_age.c +++ b/sys/dev/age/if_age.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/age/if_agereg.h b/sys/dev/age/if_agereg.h index 284e5a4ee65df..b49c28aac05e3 100644 --- a/sys/dev/age/if_agereg.h +++ b/sys/dev/age/if_agereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/age/if_agevar.h b/sys/dev/age/if_agevar.h index 14792726ca1ae..3a4b97b95334a 100644 --- a/sys/dev/age/if_agevar.h +++ b/sys/dev/age/if_agevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index 47c0aaa046ce1..208cb395118ea 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index f44cc89d61c9b..01c45df7a6637 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index a39dec5bec853..d80ed1783488a 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c index f18a6a55446cf..b8c08b6ba106e 100644 --- a/sys/dev/agp/agp_amd64.c +++ b/sys/dev/agp/agp_amd64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/agp/agp_apple.c b/sys/dev/agp/agp_apple.c index cc3723b321d6c..755fba53bf366 100644 --- a/sys/dev/agp/agp_apple.c +++ b/sys/dev/agp/agp_apple.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/agp/agp_ati.c b/sys/dev/agp/agp_ati.c index eaf0efa80f97f..ee31fdbb4cee2 100644 --- a/sys/dev/agp/agp_ati.c +++ b/sys/dev/agp/agp_ati.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Eric Anholt * All rights reserved. * diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index bd42da87017b5..3057cb850dd8e 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * Copyright (c) 2000 Ruslan Ermilov * Copyright (c) 2011 The FreeBSD Foundation diff --git a/sys/dev/agp/agp_i810.h b/sys/dev/agp/agp_i810.h index 1df5e78a162c6..211675c4a67dc 100644 --- a/sys/dev/agp/agp_i810.h +++ b/sys/dev/agp/agp_i810.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 719758034ce1a..226e2f5a6f346 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_nvidia.c b/sys/dev/agp/agp_nvidia.c index 61ae551d5ef18..40b999490d9f6 100644 --- a/sys/dev/agp/agp_nvidia.c +++ b/sys/dev/agp/agp_nvidia.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Matthew N. Dodd <winter@jurai.net> * All rights reserved. * diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index 91620de16d28a..06e57e9885b5a 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 8b054fecac85f..c0f35b4d1042b 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agppriv.h b/sys/dev/agp/agppriv.h index 2436af29d57ad..f6fa3c5526bda 100644 --- a/sys/dev/agp/agppriv.h +++ b/sys/dev/agp/agppriv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agpreg.h b/sys/dev/agp/agpreg.h index 3f473da67e03a..3a0abfeccd041 100644 --- a/sys/dev/agp/agpreg.h +++ b/sys/dev/agp/agpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agpvar.h b/sys/dev/agp/agpvar.h index 2c2c87a087130..c3c901dcf5372 100644 --- a/sys/dev/agp/agpvar.h +++ b/sys/dev/agp/agpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 8fe82a43d8cad..4b551a2f4a940 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -1,4 +1,4 @@ -/* +/*- * Generic register and struct definitions for the Adaptech 154x/164x * SCSI host adapters. Product specific probe and attach routines can * be found in: @@ -6,6 +6,8 @@ * aha 1640 aha_mca.c */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 M. Warner Losh. * All Rights Reserved. * diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index db6fa0c3fc3b0..0ada1c7a5a522 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -3,6 +3,8 @@ * Adaptec 154x. */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2003 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h index 5c0f4cae9988b..3029f24d7bdc9 100644 --- a/sys/dev/aha/ahareg.h +++ b/sys/dev/aha/ahareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Generic register and struct definitions for the Adaptech 1540, 1542, * 1640, 1642 SCSI host adapters. Product specific probe and attach * routines can be found in: diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index fa8b673267736..e7a5b23e28e63 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ahci/ahci.h b/sys/dev/ahci/ahci.h index 0dd9a4d35932c..c92a575dfc27d 100644 --- a/sys/dev/ahci/ahci.h +++ b/sys/dev/ahci/ahci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * Copyright (c) 2009-2012 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/ahci/ahciem.c b/sys/dev/ahci/ahciem.c index e049297b82d97..9bb4d97177630 100644 --- a/sys/dev/ahci/ahciem.c +++ b/sys/dev/ahci/ahciem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/aic/aic.c b/sys/dev/aic/aic.c index 30a7d69a385da..ffb72627d6a3e 100644 --- a/sys/dev/aic/aic.c +++ b/sys/dev/aic/aic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic/aic6360reg.h b/sys/dev/aic/aic6360reg.h index 53962aed9d35b..88187f21fbd7a 100644 --- a/sys/dev/aic/aic6360reg.h +++ b/sys/dev/aic/aic6360reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Charles Hannum. * Copyright (c) 1994 Jarle Greipsland. * All rights reserved. diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c index 5d4b08b65f2ef..3258269acdedb 100644 --- a/sys/dev/aic/aic_isa.c +++ b/sys/dev/aic/aic_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic/aic_pccard.c b/sys/dev/aic/aic_pccard.c index c16c90ec67d63..5caf36da818e7 100644 --- a/sys/dev/aic/aic_pccard.c +++ b/sys/dev/aic/aic_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h index 078d748381322..62eba734507b3 100644 --- a/sys/dev/aic/aicvar.h +++ b/sys/dev/aic/aicvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index e655b6fc53b30..fd05928290796 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -1,6 +1,8 @@ /*- * FreeBSD, VLB/ISA product support functions * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index a5efb0b9dbfe4..5e255ff22c8c8 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * 27/284X and aic7770 motherboard SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1998, 2000, 2001 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 958876a53277a..cb469e21d7b24 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -1,6 +1,8 @@ /*- * Core routines and tables shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2002, 2004 Justin T. Gibbs. * Copyright (c) 2000-2003 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h index 93811ef202401..38b152ef40518 100644 --- a/sys/dev/aic7xxx/aic79xx.h +++ b/sys/dev/aic7xxx/aic79xx.h @@ -1,6 +1,8 @@ /*- * Core definitions and data structures shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2002 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic79xx_inline.h b/sys/dev/aic7xxx/aic79xx_inline.h index 96acb83d7b25a..61720d9c38935 100644 --- a/sys/dev/aic7xxx/aic79xx_inline.h +++ b/sys/dev/aic7xxx/aic79xx_inline.h @@ -1,6 +1,8 @@ /*- * Inline routines shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2003 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 439e043a68986..61431c27ee790 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * aic7901 and aic7902 SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index ec4908b14ebb7..7a21818ac9c24 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -1,6 +1,8 @@ /*- * Core routines and tables shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2002 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h index a673bb599cbcd..133f8a0a92ae8 100644 --- a/sys/dev/aic7xxx/aic7xxx.h +++ b/sys/dev/aic7xxx/aic7xxx.h @@ -1,6 +1,8 @@ /*- * Core definitions and data structures shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.h b/sys/dev/aic7xxx/aic7xxx_93cx6.h index 3827015edcbb8..4494f48ae9623 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.h +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.h @@ -3,6 +3,8 @@ * settings for the aic7xxx based adaptec SCSI controllers. It can * also be used for 93C26 and 93C06 serial EEPROMS. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994, 1995, 2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aic7xxx_inline.h b/sys/dev/aic7xxx/aic7xxx_inline.h index 256caebff90cf..d495fc4c601cd 100644 --- a/sys/dev/aic7xxx/aic7xxx_inline.h +++ b/sys/dev/aic7xxx/aic7xxx_inline.h @@ -1,6 +1,8 @@ /*- * Inline routines shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx_pci.c b/sys/dev/aic7xxx/aic7xxx_pci.c index ce941c79983c7..f46dab180710a 100644 --- a/sys/dev/aic7xxx/aic7xxx_pci.c +++ b/sys/dev/aic7xxx/aic7xxx_pci.c @@ -3,6 +3,8 @@ * 3940, 2940, aic7895, aic7890, aic7880, * aic7870, aic7860 and aic7850 SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index 6a788023a2df7..776b5bfa583a0 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -1,6 +1,8 @@ /*- * Aic7xxx SCSI host adapter firmware asssembler * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm.h b/sys/dev/aic7xxx/aicasm/aicasm.h index 0cc1c2b7afcb9..705c22f77f8b1 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.h +++ b/sys/dev/aic7xxx/aicasm/aicasm.h @@ -1,6 +1,8 @@ /*- * Assembler for the sequencer program downloaded to Aic7xxx SCSI host adapters * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index 87fe1a25bf0a9..c479c8fdf2db8 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -2,6 +2,8 @@ /*- * Parser for the Aic7xxx SCSI Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h index 820310b469cd7..b994ff67edb64 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h @@ -2,6 +2,8 @@ * Instruction formats for the sequencer program downloaded to * Aic7xxx SCSI host adapters * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y index 923cd5d6d234a..e5ac7603a7355 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y @@ -3,6 +3,8 @@ * Sub-parser for macro invocation in the Aic7xxx SCSI * Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l index 03fb6b4929ca9..cabed636d66fe 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l @@ -3,6 +3,8 @@ * Sub-Lexical Analyzer for macro invokation in * the Aic7xxx SCSI Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l index 45da98f139dd1..5198fa74d77cc 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l @@ -2,6 +2,8 @@ /*- * Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 273621f79132a..c6c65b2202f69 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -1,6 +1,8 @@ /*- * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Justin T. Gibbs. * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h index 3242152c943b2..616dfd28fdeb1 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h @@ -1,6 +1,8 @@ /*- * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Justin T. Gibbs. * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/alc/if_alc.c b/sys/dev/alc/if_alc.c index ca7ae9d17b546..af10c1abc138b 100644 --- a/sys/dev/alc/if_alc.c +++ b/sys/dev/alc/if_alc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/alc/if_alcreg.h b/sys/dev/alc/if_alcreg.h index 29d877da9fb4b..3b4ee133b01af 100644 --- a/sys/dev/alc/if_alcreg.h +++ b/sys/dev/alc/if_alcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/alc/if_alcvar.h b/sys/dev/alc/if_alcvar.h index a1c3382f015a7..8dea20196dae3 100644 --- a/sys/dev/alc/if_alcvar.h +++ b/sys/dev/alc/if_alcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c index e7d030636cab7..7d3291c4e551d 100644 --- a/sys/dev/ale/if_ale.c +++ b/sys/dev/ale/if_ale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ale/if_alereg.h b/sys/dev/ale/if_alereg.h index 5804c53724a29..e5727377a5e7d 100644 --- a/sys/dev/ale/if_alereg.h +++ b/sys/dev/ale/if_alereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ale/if_alevar.h b/sys/dev/ale/if_alevar.h index 8995c693f8b0b..628a67b5623a4 100644 --- a/sys/dev/ale/if_alevar.h +++ b/sys/dev/ale/if_alevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/altera/atse/a_api.h b/sys/dev/altera/atse/a_api.h index 4bd380df63774..4cb2a81903c03 100644 --- a/sys/dev/altera/atse/a_api.h +++ b/sys/dev/altera/atse/a_api.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/atse/if_atse.c b/sys/dev/altera/atse/if_atse.c index f5a461b0afc30..68771ca53e974 100644 --- a/sys/dev/altera/atse/if_atse.c +++ b/sys/dev/altera/atse/if_atse.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012,2013 Bjoern A. Zeeb + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012, 2013 Bjoern A. Zeeb * Copyright (c) 2014 Robert N. M. Watson * All rights reserved. * @@ -135,6 +137,7 @@ a_onchip_fifo_mem_core_write(struct resource *res, uint32_t off, DPRINTF("[%s:%d] FIFOW %s 0x%08x = 0x%08x\n", f, l, desc, off, val4); bus_write_4(res, off, val4); } + static inline uint32_t a_onchip_fifo_mem_core_read(struct resource *res, uint32_t off, const char *desc, const char *f, const int l) @@ -143,6 +146,7 @@ a_onchip_fifo_mem_core_read(struct resource *res, uint32_t off, val4 = le32toh(bus_read_4(res, off)); DPRINTF("[%s:%d] FIFOR %s 0x%08x = 0x%08x\n", f, l, desc, off, val4); + return (val4); } @@ -285,6 +289,7 @@ csr_read_4(struct atse_softc *sc, uint32_t reg, const char *f, const int l) val4 = le32toh(bus_read_4(sc->atse_mem_res, reg * 4)); DPRINTF("[%s:%d] CSR R %s 0x%08x (0x%08x) = 0x%08x\n", f, l, "atse_mem_res", reg, reg * 4, val4); + return (val4); } @@ -315,6 +320,7 @@ pxx_read_2(struct atse_softc *sc, bus_addr_t bmcr, uint32_t reg, const char *f, val = le32toh(val4) & 0x0000ffff; DPRINTF("[%s:%d] %s R %s 0x%08x (0x%08jx) = 0x%04x\n", f, l, s, "atse_mem_res", reg, (bmcr + reg) * 4, val); + return (val); } @@ -343,6 +349,7 @@ atse_tx_locked(struct atse_softc *sc, int *sent) { struct mbuf *m; uint32_t val4, fill_level; + int leftm; int c; ATSE_LOCK_ASSERT(sc); @@ -393,15 +400,13 @@ atse_tx_locked(struct atse_softc *sc, int *sent) /* Set EOP *before* writing the last symbol. */ if (sc->atse_tx_m_offset >= (sc->atse_tx_buf_len - 4) && fill_level < AVALON_FIFO_TX_BASIC_OPTS_DEPTH) { - int leftm; - uint32_t x; /* Set EndOfPacket. */ val4 = A_ONCHIP_FIFO_MEM_CORE_EOP; + /* Set EMPTY. */ leftm = sc->atse_tx_buf_len - sc->atse_tx_m_offset; val4 |= ((4 - leftm) << A_ONCHIP_FIFO_MEM_CORE_EMPTY_SHIFT); - x = val4; ATSE_TX_META_WRITE(sc, val4); /* Write last symbol. */ @@ -440,7 +445,7 @@ atse_start_locked(struct ifnet *ifp) return; #if 1 - /* + /* * Disable the watchdog while sending, we are batching packets. * Though we should never reach 5 seconds, and are holding the lock, * but who knows. @@ -485,8 +490,8 @@ atse_start(struct ifnet *ifp) static int atse_stop_locked(struct atse_softc *sc) { - struct ifnet *ifp; uint32_t mask, val4; + struct ifnet *ifp; int i; ATSE_LOCK_ASSERT(sc); @@ -527,8 +532,8 @@ atse_stop_locked(struct atse_softc *sc) static uint8_t atse_mchash(struct atse_softc *sc __unused, const uint8_t *addr) { - int i, j; uint8_t x, y; + int i, j; x = 0; for (i = 0; i < ETHER_ADDR_LEN; i++) { @@ -537,14 +542,15 @@ atse_mchash(struct atse_softc *sc __unused, const uint8_t *addr) y ^= (addr[i] >> j) & 0x01; x |= (y << i); } + return (x); } static int atse_rxfilter_locked(struct atse_softc *sc) { - struct ifnet *ifp; struct ifmultiaddr *ifma; + struct ifnet *ifp; uint32_t val4; int i; @@ -567,7 +573,7 @@ atse_rxfilter_locked(struct atse_softc *sc) for (i = 0; i <= MHASH_LEN; i++) CSR_WRITE_4(sc, MHASH_START + i, 0x1); } else { - /* + /* * Can hold MHASH_LEN entries. * XXX-BZ bitstring.h would be more general. */ @@ -634,8 +640,9 @@ atse_ethernet_option_bits_read(device_t dev) error = atse_ethernet_option_bits_read_fdt(dev); if (error == 0) return (0); - + device_printf(dev, "Cannot read Ethernet addresses from flash.\n"); + return (error); } @@ -789,9 +796,9 @@ atse_set_eth_address(struct atse_softc *sc, int n) static int atse_reset(struct atse_softc *sc) { - int i; uint32_t val4, mask; uint16_t val; + int i; /* 1. External PHY Initialization using MDIO. */ /* @@ -820,6 +827,7 @@ atse_reset(struct atse_softc *sc) val = PCS_READ_2(sc, PCS_CONTROL); val |= PCS_CONTROL_RESET; PCS_WRITE_2(sc, PCS_CONTROL, val); + /* Wait for reset bit to clear; i=100 is excessive. */ for (i = 0; i < 100; i++) { val = PCS_READ_2(sc, PCS_CONTROL); @@ -827,6 +835,7 @@ atse_reset(struct atse_softc *sc) break; DELAY(10); } + if ((val & PCS_CONTROL_RESET) != 0) { device_printf(sc->atse_dev, "PCS reset timed out.\n"); return (ENXIO); @@ -877,7 +886,7 @@ atse_reset(struct atse_softc *sc) CSR_WRITE_4(sc, BASE_CFG_PAUSE_QUANT, 0xFFFF); val4 = CSR_READ_4(sc, BASE_CFG_COMMAND_CONFIG); - /* + /* * If 1000BASE-X/SGMII PCS is initialized, set the ETH_SPEED (bit 3) * and ENA_10 (bit 25) in command_config register to 0. If half duplex * is reported in the PHY/PCS status register, set the HD_ENA (bit 10) @@ -936,7 +945,7 @@ atse_reset(struct atse_softc *sc) device_printf(sc->atse_dev, "MAC reset timed out.\n"); return (ENXIO); } - + /* f. Enable MAC transmit and receive datapath. */ mask = BASE_CFG_COMMAND_CONFIG_TX_ENA|BASE_CFG_COMMAND_CONFIG_RX_ENA; val4 = CSR_READ_4(sc, BASE_CFG_COMMAND_CONFIG); @@ -992,7 +1001,7 @@ atse_init_locked(struct atse_softc *sc) sc->atse_flags &= ATSE_FLAGS_LINK; /* Preserve. */ #ifdef DEVICE_POLLING - /* Only enable interrupts if we are not polling. */ + /* Only enable interrupts if we are not polling. */ if (ifp->if_capenable & IFCAP_POLLING) { ATSE_RX_INTR_DISABLE(sc); ATSE_TX_INTR_DISABLE(sc); @@ -1039,7 +1048,6 @@ atse_ioctl(struct ifnet *ifp, u_long command, caddr_t data) struct ifreq *ifr; int error, mask; - error = 0; sc = ifp->if_softc; ifr = (struct ifreq *)data; @@ -1056,7 +1064,7 @@ atse_ioctl(struct ifnet *ifp, u_long command, caddr_t data) atse_init_locked(sc); } else if (ifp->if_drv_flags & IFF_DRV_RUNNING) atse_stop_locked(sc); - sc->atse_if_flags = ifp->if_flags; + sc->atse_if_flags = ifp->if_flags; ATSE_UNLOCK(sc); break; case SIOCSIFCAP: @@ -1193,7 +1201,7 @@ atse_tick(void *xsc) /* * Set media options. */ -static int +static int atse_ifmedia_upd(struct ifnet *ifp) { struct atse_softc *sc; @@ -1227,15 +1235,16 @@ atse_update_rx_err(struct atse_softc *sc, uint32_t mask) static int atse_rx_locked(struct atse_softc *sc) { - struct ifnet *ifp; - struct mbuf *m; uint32_t fill, i, j; uint32_t data, meta; - int rx_npkts = 0; + struct ifnet *ifp; + struct mbuf *m; + int rx_npkts; ATSE_LOCK_ASSERT(sc); ifp = sc->atse_ifp; + rx_npkts = 0; j = 0; meta = 0; do { @@ -1294,7 +1303,7 @@ outer: /* XXX-BZ any better counter? */ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); } - + if ((sc->atse_flags & ATSE_FLAGS_SOP_SEEN) == 0) { sc->atse_flags |= ATSE_FLAGS_SOP_SEEN; @@ -1403,7 +1412,7 @@ atse_rx_intr(void *arg) if (ifp->if_capenable & IFCAP_POLLING) { ATSE_UNLOCK(sc); return; - } + } #endif atse_intr_debug(sc, "rx"); @@ -1460,7 +1469,7 @@ atse_tx_intr(void *arg) if (ifp->if_capenable & IFCAP_POLLING) { ATSE_UNLOCK(sc); return; - } + } #endif /* XXX-BZ build histogram. */ @@ -1508,7 +1517,7 @@ atse_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) ATSE_LOCK(sc); if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) { ATSE_UNLOCK(sc); - return (rx_npkts); + return (rx_npkts); } sc->atse_rx_cycles = count; @@ -1658,9 +1667,9 @@ static int sysctl_atse_mac_stats_proc(SYSCTL_HANDLER_ARGS) { struct atse_softc *sc; - int error, offset, s; + int error, offset, s; - sc = arg1; + sc = arg1; offset = arg2; s = CSR_READ_4(sc, offset); @@ -1668,7 +1677,7 @@ sysctl_atse_mac_stats_proc(SYSCTL_HANDLER_ARGS) if (error || !req->newptr) return (error); - return (0); + return (0); } static struct atse_rx_err_stats_regs { @@ -1676,12 +1685,12 @@ static struct atse_rx_err_stats_regs { const char *descr; } atse_rx_err_stats_regs[] = { -#define ATSE_RX_ERR_FIFO_THRES_EOP 0 /* FIFO threshold reached, on EOP. */ -#define ATSE_RX_ERR_ELEN 1 /* Frame/payload length not valid. */ -#define ATSE_RX_ERR_CRC32 2 /* CRC-32 error. */ -#define ATSE_RX_ERR_FIFO_THRES_TRUNC 3 /* FIFO thresh., truncated frame. */ -#define ATSE_RX_ERR_4 4 /* ? */ -#define ATSE_RX_ERR_5 5 /* / */ +#define ATSE_RX_ERR_FIFO_THRES_EOP 0 /* FIFO threshold reached, on EOP. */ +#define ATSE_RX_ERR_ELEN 1 /* Frame/payload length not valid. */ +#define ATSE_RX_ERR_CRC32 2 /* CRC-32 error. */ +#define ATSE_RX_ERR_FIFO_THRES_TRUNC 3 /* FIFO thresh., truncated frame. */ +#define ATSE_RX_ERR_4 4 /* ? */ +#define ATSE_RX_ERR_5 5 /* / */ { "rx_err_fifo_thres_eop", "FIFO threshold reached, reported on EOP." }, @@ -1701,9 +1710,9 @@ static int sysctl_atse_rx_err_stats_proc(SYSCTL_HANDLER_ARGS) { struct atse_softc *sc; - int error, offset, s; + int error, offset, s; - sc = arg1; + sc = arg1; offset = arg2; s = sc->atse_rx_err[offset]; @@ -1711,7 +1720,7 @@ sysctl_atse_rx_err_stats_proc(SYSCTL_HANDLER_ARGS) if (error || !req->newptr) return (error); - return (0); + return (0); } static void @@ -1723,8 +1732,8 @@ atse_sysctl_stats_attach(device_t dev) int i; sc = device_get_softc(dev); - sctx = device_get_sysctl_ctx(dev); - soid = device_get_sysctl_tree(dev); + sctx = device_get_sysctl_ctx(dev); + soid = device_get_sysctl_tree(dev); /* MAC statistics. */ for (i = 0; i < nitems(atse_mac_stats_regs); i++) { @@ -2034,11 +2043,11 @@ atse_miibus_statchg(device_t dev) sc = device_get_softc(dev); ATSE_LOCK_ASSERT(sc); - mii = device_get_softc(sc->atse_miibus); - ifp = sc->atse_ifp; - if (mii == NULL || ifp == NULL || - (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) - return; + mii = device_get_softc(sc->atse_miibus); + ifp = sc->atse_ifp; + if (mii == NULL || ifp == NULL || + (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) + return; val4 = CSR_READ_4(sc, BASE_CFG_COMMAND_CONFIG); @@ -2069,14 +2078,14 @@ atse_miibus_statchg(device_t dev) } } - if ((sc->atse_flags & ATSE_FLAGS_LINK) == 0) { + if ((sc->atse_flags & ATSE_FLAGS_LINK) == 0) { /* XXX-BZ need to stop the MAC? */ - return; - } + return; + } if (IFM_OPTIONS(mii->mii_media_active & IFM_FDX) != 0) val4 &= ~BASE_CFG_COMMAND_CONFIG_HD_ENA; - else + else val4 |= BASE_CFG_COMMAND_CONFIG_HD_ENA; /* XXX-BZ flow control? */ diff --git a/sys/dev/altera/atse/if_atse_fdt.c b/sys/dev/altera/atse/if_atse_fdt.c index 64d5b290b1147..83a7b9d71c29d 100644 --- a/sys/dev/altera/atse/if_atse_fdt.c +++ b/sys/dev/altera/atse/if_atse_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/atse/if_atse_nexus.c b/sys/dev/altera/atse/if_atse_nexus.c index f52f448b53ff0..9d54d05a68a15 100644 --- a/sys/dev/altera/atse/if_atse_nexus.c +++ b/sys/dev/altera/atse/if_atse_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012,2013 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/atse/if_atsereg.h b/sys/dev/altera/atse/if_atsereg.h index 8caba4f34ce23..4998acc5fe4c2 100644 --- a/sys/dev/altera/atse/if_atsereg.h +++ b/sys/dev/altera/atse/if_atsereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/avgen/altera_avgen.c b/sys/dev/altera/avgen/altera_avgen.c index f880e8608dcd9..88b441cc8b166 100644 --- a/sys/dev/altera/avgen/altera_avgen.c +++ b/sys/dev/altera/avgen/altera_avgen.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012-2013 Robert N. M. Watson + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2013, 2016 Robert N. M. Watson * All rights reserved. * * This software was developed by SRI International and the University of @@ -32,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/bio.h> #include <sys/bus.h> #include <sys/condvar.h> #include <sys/conf.h> @@ -45,6 +48,8 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/uio.h> +#include <geom/geom_disk.h> + #include <machine/bus.h> #include <machine/resource.h> @@ -65,14 +70,19 @@ static d_mmap_t altera_avgen_mmap; static d_read_t altera_avgen_read; static d_write_t altera_avgen_write; +#define ALTERA_AVGEN_DEVNAME "altera_avgen" +#define ALTERA_AVGEN_DEVNAME_FMT (ALTERA_AVGEN_DEVNAME "%d") + static struct cdevsw avg_cdevsw = { .d_version = D_VERSION, .d_mmap = altera_avgen_mmap, .d_read = altera_avgen_read, .d_write = altera_avgen_write, - .d_name = "altera_avgen", + .d_name = ALTERA_AVGEN_DEVNAME, }; +#define ALTERA_AVGEN_SECTORSIZE 512 /* Not configurable at this time. */ + static int altera_avgen_read(struct cdev *dev, struct uio *uio, int flag) { @@ -227,11 +237,103 @@ altera_avgen_mmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, return (0); } +/* + * NB: We serialise block reads and writes in case the OS is generating + * concurrent I/O against the same block, in which case we want one I/O (or + * another) to win. This is not sufficient to provide atomicity for the + * sector in the presence of a fail stop -- however, we're just writing this + * to non-persistent DRAM .. right? + */ +static void +altera_avgen_disk_strategy(struct bio *bp) +{ + struct altera_avgen_softc *sc; + void *data; + long bcount; + daddr_t pblkno; + + sc = bp->bio_disk->d_drv1; + data = bp->bio_data; + bcount = bp->bio_bcount; + pblkno = bp->bio_pblkno; + + /* + * Serialize block reads / writes. + */ + mtx_lock(&sc->avg_disk_mtx); + switch (bp->bio_cmd) { + case BIO_READ: + if (!(sc->avg_flags & ALTERA_AVALON_FLAG_GEOM_READ)) { + biofinish(bp, NULL, EIO); + break; + } + switch (sc->avg_width) { + case 1: + bus_read_region_1(sc->avg_res, + bp->bio_pblkno * ALTERA_AVGEN_SECTORSIZE, + (uint8_t *)data, bcount); + break; + + case 2: + bus_read_region_2(sc->avg_res, + bp->bio_pblkno * ALTERA_AVGEN_SECTORSIZE, + (uint16_t *)data, bcount / 2); + break; + + case 4: + bus_read_region_4(sc->avg_res, + bp->bio_pblkno * ALTERA_AVGEN_SECTORSIZE, + (uint32_t *)data, bcount / 4); + break; + + default: + panic("%s: unexpected width %u", __func__, + sc->avg_width); + } + break; + + case BIO_WRITE: + if (!(sc->avg_flags & ALTERA_AVALON_FLAG_GEOM_WRITE)) { + biofinish(bp, NULL, EROFS); + break; + } + switch (sc->avg_width) { + case 1: + bus_write_region_1(sc->avg_res, + bp->bio_pblkno * ALTERA_AVGEN_SECTORSIZE, + (uint8_t *)data, bcount); + break; + + case 2: + bus_write_region_2(sc->avg_res, + bp->bio_pblkno * ALTERA_AVGEN_SECTORSIZE, + (uint16_t *)data, bcount / 2); + break; + + case 4: + bus_write_region_4(sc->avg_res, + bp->bio_pblkno * ALTERA_AVGEN_SECTORSIZE, + (uint32_t *)data, bcount / 4); + break; + + default: + panic("%s: unexpected width %u", __func__, + sc->avg_width); + } + break; + + default: + panic("%s: unsupported I/O operation %d", __func__, + bp->bio_cmd); + } + mtx_unlock(&sc->avg_disk_mtx); + biofinish(bp, NULL, 0); +} static int altera_avgen_process_options(struct altera_avgen_softc *sc, - const char *str_fileio, const char *str_mmapio, const char *str_devname, - int devunit) + const char *str_fileio, const char *str_geomio, const char *str_mmapio, + const char *str_devname, int devunit) { const char *cp; device_t dev = sc->avg_dev; @@ -239,12 +341,30 @@ altera_avgen_process_options(struct altera_avgen_softc *sc, /* * Check for valid combinations of options. */ - if (str_fileio == NULL && str_mmapio == NULL) { + if (str_fileio == NULL && str_geomio == NULL && str_mmapio == NULL) { + device_printf(dev, + "at least one of %s, %s, or %s must be specified\n", + ALTERA_AVALON_STR_FILEIO, ALTERA_AVALON_STR_GEOMIO, + ALTERA_AVALON_STR_MMAPIO); + return (ENXIO); + } + + /* + * Validity check: a device can either be a GEOM device (in which case + * we use GEOM to register the device node), or a special device -- + * but not both as that causes a collision in /dev. + */ + if (str_geomio != NULL && (str_fileio != NULL || str_mmapio != NULL)) { device_printf(dev, - "at least one of %s or %s must be specified\n", - ALTERA_AVALON_STR_FILEIO, ALTERA_AVALON_STR_MMAPIO); + "at most one of %s and (%s or %s) may be specified\n", + ALTERA_AVALON_STR_GEOMIO, ALTERA_AVALON_STR_FILEIO, + ALTERA_AVALON_STR_MMAPIO); return (ENXIO); } + + /* + * Ensure that a unit is specified if a name is also specified. + */ if (str_devname == NULL && devunit != -1) { device_printf(dev, "%s requires %s be specified\n", ALTERA_AVALON_STR_DEVUNIT, ALTERA_AVALON_STR_DEVNAME); @@ -288,6 +408,25 @@ altera_avgen_process_options(struct altera_avgen_softc *sc, } } } + if (str_geomio != NULL) { + for (cp = str_geomio; *cp != '\0'; cp++){ + switch (*cp) { + case ALTERA_AVALON_CHAR_READ: + sc->avg_flags |= ALTERA_AVALON_FLAG_GEOM_READ; + break; + + case ALTERA_AVALON_CHAR_WRITE: + sc->avg_flags |= ALTERA_AVALON_FLAG_GEOM_WRITE; + break; + + default: + device_printf(dev, + "invalid %s character %c\n", + ALTERA_AVALON_STR_GEOMIO, *cp); + return (ENXIO); + } + } + } if (str_mmapio != NULL) { for (cp = str_mmapio; *cp != '\0'; cp++) { switch (*cp) { @@ -317,13 +456,14 @@ altera_avgen_process_options(struct altera_avgen_softc *sc, int altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, - const char *str_mmapio, const char *str_devname, int devunit) + const char *str_geomio, const char *str_mmapio, const char *str_devname, + int devunit) { device_t dev = sc->avg_dev; int error; - error = altera_avgen_process_options(sc, str_fileio, str_mmapio, - str_devname, devunit); + error = altera_avgen_process_options(sc, str_fileio, str_geomio, + str_mmapio, str_devname, devunit); if (error) return (error); @@ -339,23 +479,59 @@ altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, } } - /* Device node allocation. */ - if (str_devname == NULL) { - str_devname = "altera_avgen%d"; + /* + * If a GEOM permission is requested, then create the device via GEOM. + * Otherwise, create a special device. We checked during options + * processing that both weren't requested a once. + */ + if (str_devname != NULL) { + sc->avg_name = strdup(str_devname, M_TEMP); devunit = sc->avg_unit; + } else + sc->avg_name = strdup(ALTERA_AVGEN_DEVNAME, M_TEMP); + if (sc->avg_flags & (ALTERA_AVALON_FLAG_GEOM_READ | + ALTERA_AVALON_FLAG_GEOM_WRITE)) { + mtx_init(&sc->avg_disk_mtx, "altera_avgen_disk", NULL, + MTX_DEF); + sc->avg_disk = disk_alloc(); + sc->avg_disk->d_drv1 = sc; + sc->avg_disk->d_strategy = altera_avgen_disk_strategy; + if (devunit == -1) + devunit = 0; + sc->avg_disk->d_name = sc->avg_name; + sc->avg_disk->d_unit = devunit; + + /* + * NB: As avg_res is a multiple of PAGE_SIZE, it is also a + * multiple of ALTERA_AVGEN_SECTORSIZE. + */ + sc->avg_disk->d_sectorsize = ALTERA_AVGEN_SECTORSIZE; + sc->avg_disk->d_mediasize = rman_get_size(sc->avg_res); + sc->avg_disk->d_maxsize = ALTERA_AVGEN_SECTORSIZE; + disk_create(sc->avg_disk, DISK_VERSION); + } else { + /* Device node allocation. */ + if (str_devname == NULL) { + str_devname = ALTERA_AVGEN_DEVNAME_FMT; + devunit = sc->avg_unit; + } + if (devunit != -1) + sc->avg_cdev = make_dev(&avg_cdevsw, sc->avg_unit, + UID_ROOT, GID_WHEEL, S_IRUSR | S_IWUSR, "%s%d", + str_devname, devunit); + else + sc->avg_cdev = make_dev(&avg_cdevsw, sc->avg_unit, + UID_ROOT, GID_WHEEL, S_IRUSR | S_IWUSR, + "%s", str_devname); + if (sc->avg_cdev == NULL) { + device_printf(sc->avg_dev, "%s: make_dev failed\n", + __func__); + return (ENXIO); + } + + /* XXXRW: Slight race between make_dev(9) and here. */ + sc->avg_cdev->si_drv1 = sc; } - if (devunit != -1) - sc->avg_cdev = make_dev(&avg_cdevsw, sc->avg_unit, UID_ROOT, - GID_WHEEL, S_IRUSR | S_IWUSR, str_devname, devunit); - else - sc->avg_cdev = make_dev(&avg_cdevsw, sc->avg_unit, UID_ROOT, - GID_WHEEL, S_IRUSR | S_IWUSR, str_devname); - if (sc->avg_cdev == NULL) { - device_printf(sc->avg_dev, "%s: make_dev failed\n", __func__); - return (ENXIO); - } - /* XXXRW: Slight race between make_dev(9) and here. */ - sc->avg_cdev->si_drv1 = sc; return (0); } @@ -363,5 +539,15 @@ void altera_avgen_detach(struct altera_avgen_softc *sc) { - destroy_dev(sc->avg_cdev); + KASSERT((sc->avg_disk != NULL) || (sc->avg_cdev != NULL), + ("%s: neither GEOM nor special device", __func__)); + + if (sc->avg_disk != NULL) { + disk_gone(sc->avg_disk); + disk_destroy(sc->avg_disk); + free(sc->avg_name, M_TEMP); + mtx_destroy(&sc->avg_disk_mtx); + } else { + destroy_dev(sc->avg_cdev); + } } diff --git a/sys/dev/altera/avgen/altera_avgen.h b/sys/dev/altera/avgen/altera_avgen.h index fb25a3cc276bb..12496911f7c1f 100644 --- a/sys/dev/altera/avgen/altera_avgen.h +++ b/sys/dev/altera/avgen/altera_avgen.h @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012 Robert N. M. Watson + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012, 2016 Robert N. M. Watson * All rights reserved. * * This software was developed by SRI International and the University of @@ -39,6 +41,7 @@ struct altera_avgen_softc { */ device_t avg_dev; int avg_unit; + char *avg_name; /* * The device node and memory-mapped I/O region. @@ -52,6 +55,13 @@ struct altera_avgen_softc { */ u_int avg_flags; u_int avg_width; + u_int avg_sectorsize; + + /* + * disk(9) state, if required for this device. + */ + struct disk *avg_disk; + struct mtx avg_disk_mtx; }; /* @@ -63,6 +73,8 @@ struct altera_avgen_softc { #define ALTERA_AVALON_FLAG_MMAP_READ 0x04 #define ALTERA_AVALON_FLAG_MMAP_WRITE 0x08 #define ALTERA_AVALON_FLAG_MMAP_EXEC 0x10 +#define ALTERA_AVALON_FLAG_GEOM_READ 0x20 +#define ALTERA_AVALON_FLAG_GEOM_WRITE 0x40 #define ALTERA_AVALON_CHAR_READ 'r' #define ALTERA_AVALON_CHAR_WRITE 'w' @@ -70,6 +82,7 @@ struct altera_avgen_softc { #define ALTERA_AVALON_STR_WIDTH "width" #define ALTERA_AVALON_STR_FILEIO "fileio" +#define ALTERA_AVALON_STR_GEOMIO "geomio" #define ALTERA_AVALON_STR_MMAPIO "mmapio" #define ALTERA_AVALON_STR_DEVNAME "devname" #define ALTERA_AVALON_STR_DEVUNIT "devunit" @@ -78,8 +91,8 @@ struct altera_avgen_softc { * Driver setup routines from the bus attachment/teardown. */ int altera_avgen_attach(struct altera_avgen_softc *sc, - const char *str_fileio, const char *str_mmapio, - const char *str_devname, int devunit); + const char *str_fileio, const char *str_geomio, + const char *str_mmapio, const char *str_devname, int devunit); void altera_avgen_detach(struct altera_avgen_softc *sc); extern devclass_t altera_avgen_devclass; diff --git a/sys/dev/altera/avgen/altera_avgen_fdt.c b/sys/dev/altera/avgen/altera_avgen_fdt.c index 79e07eae1e536..12a31d4e384cd 100644 --- a/sys/dev/altera/avgen/altera_avgen_fdt.c +++ b/sys/dev/altera/avgen/altera_avgen_fdt.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012-2013 Robert N. M. Watson + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2013, 2016 Robert N. M. Watson * All rights reserved. * * This software was developed by SRI International and the University of @@ -75,7 +77,7 @@ static int altera_avgen_fdt_attach(device_t dev) { struct altera_avgen_softc *sc; - char *str_fileio, *str_mmapio; + char *str_fileio, *str_geomio, *str_mmapio; char *str_devname; phandle_t node; pcell_t cell; @@ -90,6 +92,7 @@ altera_avgen_fdt_attach(device_t dev) * expose the device via /dev. */ str_fileio = NULL; + str_geomio = NULL; str_mmapio = NULL; str_devname = NULL; devunit = -1; @@ -99,6 +102,8 @@ altera_avgen_fdt_attach(device_t dev) sc->avg_width = cell; (void)OF_getprop_alloc(node, "sri-cambridge,fileio", sizeof(char), (void **)&str_fileio); + (void)OF_getprop_alloc(node, "sri-cambridge,geomio", sizeof(char), + (void **)&str_geomio); (void)OF_getprop_alloc(node, "sri-cambridge,mmapio", sizeof(char), (void **)&str_mmapio); (void)OF_getprop_alloc(node, "sri-cambridge,devname", sizeof(char), @@ -114,13 +119,15 @@ altera_avgen_fdt_attach(device_t dev) device_printf(dev, "couldn't map memory\n"); return (ENXIO); } - error = altera_avgen_attach(sc, str_fileio, str_mmapio, str_devname, - devunit); + error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio, + str_devname, devunit); if (error != 0) bus_release_resource(dev, SYS_RES_MEMORY, sc->avg_rid, sc->avg_res); if (str_fileio != NULL) OF_prop_free(str_fileio); + if (str_geomio != NULL) + OF_prop_free(str_geomio); if (str_mmapio != NULL) OF_prop_free(str_mmapio); if (str_devname != NULL) diff --git a/sys/dev/altera/avgen/altera_avgen_nexus.c b/sys/dev/altera/avgen/altera_avgen_nexus.c index c3daab7366236..edce8488cfeb6 100644 --- a/sys/dev/altera/avgen/altera_avgen_nexus.c +++ b/sys/dev/altera/avgen/altera_avgen_nexus.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012-2013 Robert N. M. Watson + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2013, 2016 Robert N. M. Watson * All rights reserved. * * This software was developed by SRI International and the University of @@ -64,7 +66,7 @@ static int altera_avgen_nexus_attach(device_t dev) { struct altera_avgen_softc *sc; - const char *str_fileio, *str_mmapio; + const char *str_fileio, *str_geomio, *str_mmapio; const char *str_devname; int devunit, error; @@ -77,6 +79,7 @@ altera_avgen_nexus_attach(device_t dev) * on the device, and whether it is cached. */ str_fileio = NULL; + str_geomio = NULL; str_mmapio = NULL; str_devname = NULL; devunit = -1; @@ -90,6 +93,8 @@ altera_avgen_nexus_attach(device_t dev) (void)resource_string_value(device_get_name(dev), device_get_unit(dev), ALTERA_AVALON_STR_FILEIO, &str_fileio); (void)resource_string_value(device_get_name(dev), + device_get_unit(dev), ALTERA_AVALON_STR_GEOMIO, &str_geomio); + (void)resource_string_value(device_get_name(dev), device_get_unit(dev), ALTERA_AVALON_STR_MMAPIO, &str_mmapio); (void)resource_string_value(device_get_name(dev), device_get_unit(dev), ALTERA_AVALON_STR_DEVNAME, &str_devname); @@ -104,8 +109,8 @@ altera_avgen_nexus_attach(device_t dev) device_printf(dev, "couldn't map memory\n"); return (ENXIO); } - error = altera_avgen_attach(sc, str_fileio, str_mmapio, str_devname, - devunit); + error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio, + str_devname, devunit); if (error != 0) bus_release_resource(dev, SYS_RES_MEMORY, sc->avg_rid, sc->avg_res); diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart.h b/sys/dev/altera/jtag_uart/altera_jtag_uart.h index b02b09f7bc5e5..9fc2877930b78 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart.h +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c index 96d20ceb21f4a..f49230202ff8e 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c index c4ee8de14ad52..b9ea707131da3 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c index ff954fdeecb90..3f7b555eb03d0 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c index 1e9a1b89657d8..a987639b7e5c8 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2011-2012 Robert N. M. Watson + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2011-2012, 2016 Robert N. M. Watson * All rights reserved. * * This software was developed by SRI International and the University of @@ -40,10 +42,12 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/kernel.h> #include <sys/reboot.h> +#include <sys/sysctl.h> #include <sys/tty.h> #include <ddb/ddb.h> +#include <machine/atomic.h> #include <machine/bus.h> #include <dev/altera/jtag_uart/altera_jtag_uart.h> @@ -65,9 +69,9 @@ static struct ttydevsw aju_ttydevsw = { /* * When polling for the AC bit, the number of times we have to not see it - * before assuming JTAG has disappeared on us. By default, two seconds. + * before assuming JTAG has disappeared on us. By default, four seconds. */ -#define AJU_JTAG_MAXMISS 10 +#define AJU_JTAG_MAXMISS 20 /* * Polling intervals for input/output and JTAG connection events. @@ -76,6 +80,53 @@ static struct ttydevsw aju_ttydevsw = { #define AJU_AC_POLLINTERVAL (hz/5) /* + * Statistics on JTAG removal events when sending, for debugging purposes + * only. + */ +static u_int aju_jtag_vanished; +SYSCTL_UINT(_debug, OID_AUTO, aju_jtag_vanished, CTLFLAG_RW, + &aju_jtag_vanished, 0, "Number of times JTAG has vanished"); + +static u_int aju_jtag_appeared; +SYSCTL_UINT(_debug, OID_AUTO, aju_jtag_appeared, CTLFLAG_RW, + &aju_jtag_appeared, 0, "Number of times JTAG has appeared"); + +SYSCTL_INT(_debug, OID_AUTO, aju_cons_jtag_present, CTLFLAG_RW, + &aju_cons_jtag_present, 0, "JTAG console present flag"); + +SYSCTL_UINT(_debug, OID_AUTO, aju_cons_jtag_missed, CTLFLAG_RW, + &aju_cons_jtag_missed, 0, "JTAG console missed counter"); + +/* + * Interrupt-related statistics. + */ +static u_int aju_intr_readable_enabled; +SYSCTL_UINT(_debug, OID_AUTO, aju_intr_readable_enabled, CTLFLAG_RW, + &aju_intr_readable_enabled, 0, "Number of times read interrupt enabled"); + +static u_int aju_intr_writable_disabled; +SYSCTL_UINT(_debug, OID_AUTO, aju_intr_writable_disabled, CTLFLAG_RW, + &aju_intr_writable_disabled, 0, + "Number of times write interrupt disabled"); + +static u_int aju_intr_writable_enabled; +SYSCTL_UINT(_debug, OID_AUTO, aju_intr_writable_enabled, CTLFLAG_RW, + &aju_intr_writable_enabled, 0, + "Number of times write interrupt enabled"); + +static u_int aju_intr_disabled; +SYSCTL_UINT(_debug, OID_AUTO, aju_intr_disabled, CTLFLAG_RW, + &aju_intr_disabled, 0, "Number of times write interrupt disabled"); + +static u_int aju_intr_read_count; +SYSCTL_UINT(_debug, OID_AUTO, aju_intr_read_count, CTLFLAG_RW, + &aju_intr_read_count, 0, "Number of times read interrupt fired"); + +static u_int aju_intr_write_count; +SYSCTL_UINT(_debug, OID_AUTO, aju_intr_write_count, CTLFLAG_RW, + &aju_intr_write_count, 0, "Number of times write interrupt fired"); + +/* * Low-level read and write register routines; the Altera UART is little * endian, so we byte swap 32-bit reads and writes. */ @@ -160,6 +211,7 @@ aju_intr_readable_enable(struct altera_jtag_uart_softc *sc) AJU_LOCK_ASSERT(sc); + atomic_add_int(&aju_intr_readable_enabled, 1); v = aju_control_read(sc); v |= ALTERA_JTAG_UART_CONTROL_RE; aju_control_write(sc, v); @@ -172,6 +224,7 @@ aju_intr_writable_enable(struct altera_jtag_uart_softc *sc) AJU_LOCK_ASSERT(sc); + atomic_add_int(&aju_intr_writable_enabled, 1); v = aju_control_read(sc); v |= ALTERA_JTAG_UART_CONTROL_WE; aju_control_write(sc, v); @@ -184,6 +237,7 @@ aju_intr_writable_disable(struct altera_jtag_uart_softc *sc) AJU_LOCK_ASSERT(sc); + atomic_add_int(&aju_intr_writable_disabled, 1); v = aju_control_read(sc); v &= ~ALTERA_JTAG_UART_CONTROL_WE; aju_control_write(sc, v); @@ -196,6 +250,7 @@ aju_intr_disable(struct altera_jtag_uart_softc *sc) AJU_LOCK_ASSERT(sc); + atomic_add_int(&aju_intr_disabled, 1); v = aju_control_read(sc); v &= ~(ALTERA_JTAG_UART_CONTROL_RE | ALTERA_JTAG_UART_CONTROL_WE); aju_control_write(sc, v); @@ -249,30 +304,7 @@ aju_handle_output(struct altera_jtag_uart_softc *sc, struct tty *tp) AJU_UNLOCK(sc); while (ttydisc_getc_poll(tp) != 0) { AJU_LOCK(sc); - v = aju_control_read(sc); - if ((v & ALTERA_JTAG_UART_CONTROL_WSPACE) != 0) { - AJU_UNLOCK(sc); - if (ttydisc_getc(tp, &ch, sizeof(ch)) != sizeof(ch)) - panic("%s: ttydisc_getc", __func__); - AJU_LOCK(sc); - - /* - * XXXRW: There is a slight race here in which we test - * for writability, drop the lock, get the character - * from the tty layer, re-acquire the lock, and then - * write. It's possible for other code -- - * specifically, the low-level console -- to have - * written in the mean time, which might mean that - * there is no longer space. The BERI memory bus will - * cause this write to block, wedging the processor - * until space is available -- which could be a while - * if JTAG is not attached! - * - * The 'easy' fix is to drop the character if WSPACE - * has become unset. Not sure what the 'hard' fix is. - */ - aju_data_write(sc, ch); - } else { + if (*sc->ajus_jtag_presentp == 0) { /* * If JTAG is not present, then we will drop this * character instead of perhaps scheduling an @@ -281,21 +313,50 @@ aju_handle_output(struct altera_jtag_uart_softc *sc, struct tty *tp) * later even though we aren't interested in sending * anymore. Loop to drain TTY-layer buffer. */ - if (*sc->ajus_jtag_presentp == 0) { - if (ttydisc_getc(tp, &ch, sizeof(ch)) != - sizeof(ch)) - panic("%s: ttydisc_getc 2", __func__); - AJU_UNLOCK(sc); - continue; - } - if (sc->ajus_irq_res != NULL) + AJU_UNLOCK(sc); + if (ttydisc_getc(tp, &ch, sizeof(ch)) != + sizeof(ch)) + panic("%s: ttydisc_getc", __func__); + continue; + } + v = aju_control_read(sc); + if ((v & ALTERA_JTAG_UART_CONTROL_WSPACE) == 0) { + if (sc->ajus_irq_res != NULL && + (v & ALTERA_JTAG_UART_CONTROL_WE) == 0) aju_intr_writable_enable(sc); return; } AJU_UNLOCK(sc); + if (ttydisc_getc(tp, &ch, sizeof(ch)) != sizeof(ch)) + panic("%s: ttydisc_getc 2", __func__); + AJU_LOCK(sc); + + /* + * XXXRW: There is a slight race here in which we test for + * writability, drop the lock, get the character from the tty + * layer, re-acquire the lock, and then write. It's possible + * for other code -- specifically, the low-level console -- to + * have* written in the mean time, which might mean that there + * is no longer space. The BERI memory bus will cause this + * write to block, wedging the processor until space is + * available -- which could be a while if JTAG is not + * attached! + * + * The 'easy' fix is to drop the character if WSPACE has + * become unset. Not sure what the 'hard' fix is. + */ + aju_data_write(sc, ch); + AJU_UNLOCK(sc); } AJU_LOCK(sc); - aju_intr_writable_disable(sc); + + /* + * If interrupts are configured, and there's no data to write, but we + * had previously enabled write interrupts, disable them now. + */ + v = aju_control_read(sc); + if (sc->ajus_irq_res != NULL && (v & ALTERA_JTAG_UART_CONTROL_WE) != 0) + aju_intr_writable_disable(sc); } static void @@ -355,16 +416,25 @@ aju_ac_callout(void *arg) v &= ~ALTERA_JTAG_UART_CONTROL_AC; aju_control_write(sc, v); if (*sc->ajus_jtag_presentp == 0) { - *sc->ajus_jtag_missedp = 0; *sc->ajus_jtag_presentp = 1; + atomic_add_int(&aju_jtag_appeared, 1); aju_handle_output(sc, tp); } + + /* Any hit eliminates all recent misses. */ + *sc->ajus_jtag_missedp = 0; } else if (*sc->ajus_jtag_presentp != 0) { - (*sc->ajus_jtag_missedp)++; - if (*sc->ajus_jtag_missedp >= AJU_JTAG_MAXMISS) { + /* + * If we've exceeded our tolerance for misses, mark JTAG as + * disconnected and drain output. Otherwise, bump the miss + * counter. + */ + if (*sc->ajus_jtag_missedp > AJU_JTAG_MAXMISS) { *sc->ajus_jtag_presentp = 0; + atomic_add_int(&aju_jtag_vanished, 1); aju_handle_output(sc, tp); - } + } else + (*sc->ajus_jtag_missedp)++; } callout_reset(&sc->ajus_ac_callout, AJU_AC_POLLINTERVAL, aju_ac_callout, sc); @@ -382,10 +452,14 @@ aju_intr(void *arg) tty_lock(tp); AJU_LOCK(sc); v = aju_control_read(sc); - if (v & ALTERA_JTAG_UART_CONTROL_RI) + if (v & ALTERA_JTAG_UART_CONTROL_RI) { + atomic_add_int(&aju_intr_read_count, 1); aju_handle_input(sc, tp); - if (v & ALTERA_JTAG_UART_CONTROL_WI) + } + if (v & ALTERA_JTAG_UART_CONTROL_WI) { + atomic_add_int(&aju_intr_write_count, 1); aju_handle_output(sc, tp); + } AJU_UNLOCK(sc); tty_unlock(tp); } diff --git a/sys/dev/altera/sdcard/altera_sdcard.c b/sys/dev/altera/sdcard/altera_sdcard.c index 45088451bc33d..57e10fed68bd5 100644 --- a/sys/dev/altera/sdcard/altera_sdcard.c +++ b/sys/dev/altera/sdcard/altera_sdcard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard.h b/sys/dev/altera/sdcard/altera_sdcard.h index 96019b2d667c6..a486971faa374 100644 --- a/sys/dev/altera/sdcard/altera_sdcard.h +++ b/sys/dev/altera/sdcard/altera_sdcard.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_disk.c b/sys/dev/altera/sdcard/altera_sdcard_disk.c index cae3a82cfbc38..caf8a13856fca 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_disk.c +++ b/sys/dev/altera/sdcard/altera_sdcard_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_fdt.c b/sys/dev/altera/sdcard/altera_sdcard_fdt.c index da77aefb347e4..93f9cb8883320 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_fdt.c +++ b/sys/dev/altera/sdcard/altera_sdcard_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_io.c b/sys/dev/altera/sdcard/altera_sdcard_io.c index 55d2c4a2997aa..dc1b615bd60ac 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_io.c +++ b/sys/dev/altera/sdcard/altera_sdcard_io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_nexus.c b/sys/dev/altera/sdcard/altera_sdcard_nexus.c index bd5c6b81e6a36..b6bbcdd949e28 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_nexus.c +++ b/sys/dev/altera/sdcard/altera_sdcard_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/amdsbwd/amdsbwd.c b/sys/dev/amdsbwd/amdsbwd.c index fa38c9123a483..81cf2cbc854cf 100644 --- a/sys/dev/amdsbwd/amdsbwd.c +++ b/sys/dev/amdsbwd/amdsbwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andriy Gapon <avg@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index 2080c92b8f2cf..32a765816fe12 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Rui Paulo <rpaulo@FreeBSD.org> * Copyright (c) 2009 Norikatsu Shigemura <nork@FreeBSD.org> * Copyright (c) 2009-2012 Jung-uk Kim <jkim@FreeBSD.org> diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 09d47f7254584..74f587aa6026e 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Michael Smith * Copyright (c) 2000 BSDi * Copyright (c) 2005 Scott Long diff --git a/sys/dev/amr/amr_cam.c b/sys/dev/amr/amr_cam.c index 247f4dc1b52dd..14395e0668359 100644 --- a/sys/dev/amr/amr_cam.c +++ b/sys/dev/amr/amr_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c index 44e77c4e1ec19..d13dd9018125a 100644 --- a/sys/dev/amr/amr_disk.c +++ b/sys/dev/amr/amr_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Jonathan Lemon * Copyright (c) 1999, 2000 Michael Smith * Copyright (c) 2000 BSDi diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c index 10fef5ce19b0b..967907cc68460 100644 --- a/sys/dev/amr/amr_linux.c +++ b/sys/dev/amr/amr_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Paul Saab * All rights reserved. * diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 9e730aa26e211..f43754bf2c04f 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -25,6 +25,8 @@ * SUCH DAMAGE. */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Eric Moore * Copyright (c) 2002, 2004 LSI Logic Corporation * All rights reserved. diff --git a/sys/dev/amr/amr_tables.h b/sys/dev/amr/amr_tables.h index b1a4e441af426..8cc114178a6dc 100644 --- a/sys/dev/amr/amr_tables.h +++ b/sys/dev/amr/amr_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/amr/amrio.h b/sys/dev/amr/amrio.h index 9c81d2d9f2680..c069555b7e186 100644 --- a/sys/dev/amr/amrio.h +++ b/sys/dev/amr/amrio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/amr/amrreg.h b/sys/dev/amr/amrreg.h index 2e5d2173f5053..b93ce49d2bb33 100644 --- a/sys/dev/amr/amrreg.h +++ b/sys/dev/amr/amrreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1999,2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index 71678396332dd..ae1a4acbc892e 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1999,2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h index 28e4f72148e96..bc1247e041a22 100644 --- a/sys/dev/an/if_aironet_ieee.h +++ b/sys/dev/an/if_aironet_ieee.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index cae604c055c1f..c1871e513d4da 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c index 19e5cd07552d6..a6d3c81d52da1 100644 --- a/sys/dev/an/if_an_isa.c +++ b/sys/dev/an/if_an_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 6f26d7a39035b..4c9f94350ec9e 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index db658cfa6139e..5fa071e0f8b76 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index ee69b88560198..b9a6d523cb100 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c index 4382a883e85a4..821c95f04f537 100644 --- a/sys/dev/arcmsr/arcmsr.c +++ b/sys/dev/arcmsr/arcmsr.c @@ -9,6 +9,8 @@ ******************************************************************************** ******************************************************************************** ** +** SPDX-License-Identifier: BSD-3-Clause +** ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/arcmsr/arcmsr.h b/sys/dev/arcmsr/arcmsr.h index aea0b396392f3..398090177a815 100644 --- a/sys/dev/arcmsr/arcmsr.h +++ b/sys/dev/arcmsr/arcmsr.h @@ -8,6 +8,8 @@ ** SATA/SAS RAID HOST Adapter ******************************************************************************** ******************************************************************************** +** SPDX-License-Identifier: BSD-3-Clause +** ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved. ** ** Redistribution and use in source and binary forms,with or without diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 0d1cba3f7df86..ae55c23f7ca5c 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/asmc/asmcvar.h b/sys/dev/asmc/asmcvar.h index cf7b7f3ae79a1..a8de8b568dfcb 100644 --- a/sys/dev/asmc/asmcvar.h +++ b/sys/dev/asmc/asmcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index e336c444e97c4..38449cd083175 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index cf8ed784e7b82..9c3ca0d7e5206 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-card.c b/sys/dev/ata/ata-card.c index 5aa5a9b480f8b..14a47c5f6842a 100644 --- a/sys/dev/ata/ata-card.c +++ b/sys/dev/ata/ata-card.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 56332a19dd6af..f51d993bf26a7 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index b29851342b984..eabb21a8d01e9 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index 1c81c6fba9238..03a3b80ed19cf 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 74df04458c7b7..48a31e69883dd 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h index e92c4da25a9ad..2fc8b278d5893 100644 --- a/sys/dev/ata/ata-pci.h +++ b/sys/dev/ata/ata-pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/ata-sata.c b/sys/dev/ata/ata-sata.c index 2df5cb53d5c99..9632c53ca8d26 100644 --- a/sys/dev/ata/ata-sata.c +++ b/sys/dev/ata/ata-sata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-acard.c b/sys/dev/ata/chipsets/ata-acard.c index 41269455e1f5b..f5fad02cf89f0 100644 --- a/sys/dev/ata/chipsets/ata-acard.c +++ b/sys/dev/ata/chipsets/ata-acard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-acerlabs.c b/sys/dev/ata/chipsets/ata-acerlabs.c index 3aab7795a680b..598b15304b4f6 100644 --- a/sys/dev/ata/chipsets/ata-acerlabs.c +++ b/sys/dev/ata/chipsets/ata-acerlabs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-amd.c b/sys/dev/ata/chipsets/ata-amd.c index a8f913d41914f..2ff84ee55273a 100644 --- a/sys/dev/ata/chipsets/ata-amd.c +++ b/sys/dev/ata/chipsets/ata-amd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-ati.c b/sys/dev/ata/chipsets/ata-ati.c index 150685ec4321d..ef1abc9a4b2bb 100644 --- a/sys/dev/ata/chipsets/ata-ati.c +++ b/sys/dev/ata/chipsets/ata-ati.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-cenatek.c b/sys/dev/ata/chipsets/ata-cenatek.c index 151f3169a4c54..2dd19ec88f394 100644 --- a/sys/dev/ata/chipsets/ata-cenatek.c +++ b/sys/dev/ata/chipsets/ata-cenatek.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-cypress.c b/sys/dev/ata/chipsets/ata-cypress.c index e4a1419e1ac0b..ac04fcc8c11d3 100644 --- a/sys/dev/ata/chipsets/ata-cypress.c +++ b/sys/dev/ata/chipsets/ata-cypress.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-cyrix.c b/sys/dev/ata/chipsets/ata-cyrix.c index c8582c3b7e796..b0eeb51eab84a 100644 --- a/sys/dev/ata/chipsets/ata-cyrix.c +++ b/sys/dev/ata/chipsets/ata-cyrix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-fsl.c b/sys/dev/ata/chipsets/ata-fsl.c index c78e984282bd4..0a888a7c3947b 100644 --- a/sys/dev/ata/chipsets/ata-fsl.c +++ b/sys/dev/ata/chipsets/ata-fsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-highpoint.c b/sys/dev/ata/chipsets/ata-highpoint.c index 4aee3c6d92f71..6ce3dbe861d34 100644 --- a/sys/dev/ata/chipsets/ata-highpoint.c +++ b/sys/dev/ata/chipsets/ata-highpoint.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index 67379903c522c..a5260fc633367 100644 --- a/sys/dev/ata/chipsets/ata-intel.c +++ b/sys/dev/ata/chipsets/ata-intel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-ite.c b/sys/dev/ata/chipsets/ata-ite.c index 44370de9ec4ba..fcbc2f69a6c0e 100644 --- a/sys/dev/ata/chipsets/ata-ite.c +++ b/sys/dev/ata/chipsets/ata-ite.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-jmicron.c b/sys/dev/ata/chipsets/ata-jmicron.c index 5eb9ae8a7e7e9..d676af880cc94 100644 --- a/sys/dev/ata/chipsets/ata-jmicron.c +++ b/sys/dev/ata/chipsets/ata-jmicron.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-marvell.c b/sys/dev/ata/chipsets/ata-marvell.c index 60d6d46f96b15..2a57e47159021 100644 --- a/sys/dev/ata/chipsets/ata-marvell.c +++ b/sys/dev/ata/chipsets/ata-marvell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-micron.c b/sys/dev/ata/chipsets/ata-micron.c index 67b544f84a089..e4987f4f085c9 100644 --- a/sys/dev/ata/chipsets/ata-micron.c +++ b/sys/dev/ata/chipsets/ata-micron.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-national.c b/sys/dev/ata/chipsets/ata-national.c index 8e29b10604dc9..41987bc7f12b4 100644 --- a/sys/dev/ata/chipsets/ata-national.c +++ b/sys/dev/ata/chipsets/ata-national.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-netcell.c b/sys/dev/ata/chipsets/ata-netcell.c index 82e719d69fa1d..2afc930bd94a1 100644 --- a/sys/dev/ata/chipsets/ata-netcell.c +++ b/sys/dev/ata/chipsets/ata-netcell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-nvidia.c b/sys/dev/ata/chipsets/ata-nvidia.c index 1d17981140d5e..302bfe2ab9149 100644 --- a/sys/dev/ata/chipsets/ata-nvidia.c +++ b/sys/dev/ata/chipsets/ata-nvidia.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-promise.c b/sys/dev/ata/chipsets/ata-promise.c index 0cc14351489ec..50bf4d12c226f 100644 --- a/sys/dev/ata/chipsets/ata-promise.c +++ b/sys/dev/ata/chipsets/ata-promise.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-serverworks.c b/sys/dev/ata/chipsets/ata-serverworks.c index 540534fd97565..2a0727a4c939d 100644 --- a/sys/dev/ata/chipsets/ata-serverworks.c +++ b/sys/dev/ata/chipsets/ata-serverworks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-siliconimage.c b/sys/dev/ata/chipsets/ata-siliconimage.c index f48ecdf5bf706..a6f2d93d8cd56 100644 --- a/sys/dev/ata/chipsets/ata-siliconimage.c +++ b/sys/dev/ata/chipsets/ata-siliconimage.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-sis.c b/sys/dev/ata/chipsets/ata-sis.c index 1acc37c3ae629..34d2c2467183c 100644 --- a/sys/dev/ata/chipsets/ata-sis.c +++ b/sys/dev/ata/chipsets/ata-sis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-via.c b/sys/dev/ata/chipsets/ata-via.c index db1a879338133..5c368d07cd4dc 100644 --- a/sys/dev/ata/chipsets/ata-via.c +++ b/sys/dev/ata/chipsets/ata-via.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/ah_osdep.c b/sys/dev/ath/ah_osdep.c index 3d633a44adda3..bd22ceb7ac6cc 100644 --- a/sys/dev/ath/ah_osdep.c +++ b/sys/dev/ath/ah_osdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index 94601927ca234..2a34552b0a117 100644 --- a/sys/dev/ath/ah_osdep.h +++ b/sys/dev/ath/ah_osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ath_dfs/null/dfs_null.c b/sys/dev/ath/ath_dfs/null/dfs_null.c index e31a61d85758c..780a06a188b47 100644 --- a/sys/dev/ath/ath_dfs/null/dfs_null.c +++ b/sys/dev/ath/ath_dfs/null/dfs_null.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd * All rights reserved. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9002phy.h b/sys/dev/ath/ath_hal/ar9002/ar9002phy.h index 3d837cfcf595d..2e69e27fc6fb1 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9002phy.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9002phy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c index 334ca60e99f79..5eeb420d5d3ab 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h index e08639c0ca15d..a607ece431bbe 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c index a743e21ef191a..e688f529ae075 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h index c6ecc4190d90a..ce529c70e45da 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c index 5fd01b75572e1..3da59311e5dc6 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h index 59d53b6f4609d..7048a90e0ba23 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c index c91048af9706a..48fe382d2cba2 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h index 0255e1742606e..981cbf429e0a9 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285phy.h b/sys/dev/ath/ath_hal/ar9002/ar9285phy.h index f8230536521eb..8d6b41201a690 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285phy.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285phy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c index d5024b0623971..09940a187e7da 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h index 1a7cda255976c..8636b7a39fde5 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c b/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c index cbbe017667e41..9cc2186bb178f 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h b/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h index 00ceeb82aecf5..1eb12b83d4cb7 100644 --- a/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h +++ b/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2012, Qualcomm Atheros, Inc. All rights reserved. * * Redistribution and use in source and binary forms are permitted diff --git a/sys/dev/ath/ath_rate/amrr/amrr.c b/sys/dev/ath/ath_rate/amrr/amrr.c index c2520097d02e7..9a7518373c198 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.c +++ b/sys/dev/ath/ath_rate/amrr/amrr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 INRIA * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. diff --git a/sys/dev/ath/ath_rate/amrr/amrr.h b/sys/dev/ath/ath_rate/amrr/amrr.h index c97a00712c033..9689c3c5272fd 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.h +++ b/sys/dev/ath/ath_rate/amrr/amrr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 INRIA * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. diff --git a/sys/dev/ath/ath_rate/onoe/onoe.c b/sys/dev/ath/ath_rate/onoe/onoe.c index 7c73926526e47..05604c08823c7 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.c +++ b/sys/dev/ath/ath_rate/onoe/onoe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/onoe/onoe.h b/sys/dev/ath/ath_rate/onoe/onoe.h index 27bbe94920ffd..16a7bdd562179 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.h +++ b/sys/dev/ath/ath_rate/onoe/onoe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index 815c68b7a2450..abb4cd7ab88fb 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 John Bicket * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h index 5495141c60bed..4728aa7f2ca89 100644 --- a/sys/dev/ath/ath_rate/sample/sample.h +++ b/sys/dev/ath/ath_rate/sample/sample.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 John Bicket * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/sample/tx_schedules.h b/sys/dev/ath/ath_rate/sample/tx_schedules.h index f749e575c8992..02805bec65669 100644 --- a/sys/dev/ath/ath_rate/sample/tx_schedules.h +++ b/sys/dev/ath/ath_rate/sample/tx_schedules.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 John Bicket * All rights reserved. * diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 4ef95241593a3..437f39b845f1f 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_ahb.c b/sys/dev/ath/if_ath_ahb.c index 0b546a069b8b6..48f70d51c027b 100644 --- a/sys/dev/ath/if_ath_ahb.c +++ b/sys/dev/ath/if_ath_ahb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd * All rights reserved. diff --git a/sys/dev/ath/if_ath_alq.c b/sys/dev/ath/if_ath_alq.c index 8ca53ae2c5794..d5f53a6670bd2 100644 --- a/sys/dev/ath/if_ath_alq.c +++ b/sys/dev/ath/if_ath_alq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_alq.h b/sys/dev/ath/if_ath_alq.h index 988882d61573c..609c444a72fcb 100644 --- a/sys/dev/ath/if_ath_alq.h +++ b/sys/dev/ath/if_ath_alq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_beacon.c b/sys/dev/ath/if_ath_beacon.c index c700230149e5d..3213465d40f3d 100644 --- a/sys/dev/ath/if_ath_beacon.c +++ b/sys/dev/ath/if_ath_beacon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_beacon.h b/sys/dev/ath/if_ath_beacon.h index a9402680ee27e..e4a9e7918af26 100644 --- a/sys/dev/ath/if_ath_beacon.h +++ b/sys/dev/ath/if_ath_beacon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_btcoex.c b/sys/dev/ath/if_ath_btcoex.c index f071fc4ee7d21..da0603978e4d4 100644 --- a/sys/dev/ath/if_ath_btcoex.c +++ b/sys/dev/ath/if_ath_btcoex.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_btcoex.h b/sys/dev/ath/if_ath_btcoex.h index b35665bb80eb9..db8262e509747 100644 --- a/sys/dev/ath/if_ath_btcoex.h +++ b/sys/dev/ath/if_ath_btcoex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_debug.c b/sys/dev/ath/if_ath_debug.c index d21ad6fea6f02..3ed6a4d8d715e 100644 --- a/sys/dev/ath/if_ath_debug.c +++ b/sys/dev/ath/if_ath_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_debug.h b/sys/dev/ath/if_ath_debug.h index 8a04790f82047..da1ece11d5189 100644 --- a/sys/dev/ath/if_ath_debug.h +++ b/sys/dev/ath/if_ath_debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_keycache.c b/sys/dev/ath/if_ath_keycache.c index ff1df8463e016..7b259fea7f483 100644 --- a/sys/dev/ath/if_ath_keycache.c +++ b/sys/dev/ath/if_ath_keycache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_keycache.h b/sys/dev/ath/if_ath_keycache.h index c67e555638483..1efb47d01e468 100644 --- a/sys/dev/ath/if_ath_keycache.h +++ b/sys/dev/ath/if_ath_keycache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_led.c b/sys/dev/ath/if_ath_led.c index a55e0364689e3..3cd519a8d1980 100644 --- a/sys/dev/ath/if_ath_led.c +++ b/sys/dev/ath/if_ath_led.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_led.h b/sys/dev/ath/if_ath_led.h index 54de4c4ac2cf2..b038291526762 100644 --- a/sys/dev/ath/if_ath_led.h +++ b/sys/dev/ath/if_ath_led.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_lna_div.c b/sys/dev/ath/if_ath_lna_div.c index 5c102fb976072..aa4b9a2177cb6 100644 --- a/sys/dev/ath/if_ath_lna_div.c +++ b/sys/dev/ath/if_ath_lna_div.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_lna_div.h b/sys/dev/ath/if_ath_lna_div.h index 997466a7bf564..247f1806920bb 100644 --- a/sys/dev/ath/if_ath_lna_div.h +++ b/sys/dev/ath/if_ath_lna_div.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_misc.h b/sys/dev/ath/if_ath_misc.h index fbc4d67d72f62..989bc5c7bed79 100644 --- a/sys/dev/ath/if_ath_misc.h +++ b/sys/dev/ath/if_ath_misc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 88cbaffb1f5c9..db6297e6e303b 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx.c b/sys/dev/ath/if_ath_rx.c index cacd8f8c721f6..63ed8ec431275 100644 --- a/sys/dev/ath/if_ath_rx.c +++ b/sys/dev/ath/if_ath_rx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx.h b/sys/dev/ath/if_ath_rx.h index 62be699f752b1..a61313da63d51 100644 --- a/sys/dev/ath/if_ath_rx.h +++ b/sys/dev/ath/if_ath_rx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx_edma.c b/sys/dev/ath/if_ath_rx_edma.c index 578e1cfbfc6f2..3f0498140ca8a 100644 --- a/sys/dev/ath/if_ath_rx_edma.c +++ b/sys/dev/ath/if_ath_rx_edma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx_edma.h b/sys/dev/ath/if_ath_rx_edma.h index e786daa6c4336..d53ecb4e92ca0 100644 --- a/sys/dev/ath/if_ath_rx_edma.h +++ b/sys/dev/ath/if_ath_rx_edma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_spectral.c b/sys/dev/ath/if_ath_spectral.c index e4afdaefbbb85..5c1641f0e2ace 100644 --- a/sys/dev/ath/if_ath_spectral.c +++ b/sys/dev/ath/if_ath_spectral.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_spectral.h b/sys/dev/ath/if_ath_spectral.h index 3e069dbdd31d7..ceb372357d21e 100644 --- a/sys/dev/ath/if_ath_spectral.h +++ b/sys/dev/ath/if_ath_spectral.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_sysctl.c b/sys/dev/ath/if_ath_sysctl.c index 749285a6a5d5d..3e4e47246357a 100644 --- a/sys/dev/ath/if_ath_sysctl.c +++ b/sys/dev/ath/if_ath_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_sysctl.h b/sys/dev/ath/if_ath_sysctl.h index 1fef2be224a4e..fca5fb9d3dd7a 100644 --- a/sys/dev/ath/if_ath_sysctl.h +++ b/sys/dev/ath/if_ath_sysctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tdma.c b/sys/dev/ath/if_ath_tdma.c index e3460c6374c3a..47b6c3124b0f3 100644 --- a/sys/dev/ath/if_ath_tdma.c +++ b/sys/dev/ath/if_ath_tdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tdma.h b/sys/dev/ath/if_ath_tdma.h index 1e90a5f297449..62f3240a3d0a4 100644 --- a/sys/dev/ath/if_ath_tdma.h +++ b/sys/dev/ath/if_ath_tdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tsf.h b/sys/dev/ath/if_ath_tsf.h index cce089fab8464..f7837e2d5dc22 100644 --- a/sys/dev/ath/if_ath_tsf.h +++ b/sys/dev/ath/if_ath_tsf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index d2b1d85ea9e30..c38b90fa9753c 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd * All rights reserved. diff --git a/sys/dev/ath/if_ath_tx.h b/sys/dev/ath/if_ath_tx.h index 19f7707a24312..517007716e9f8 100644 --- a/sys/dev/ath/if_ath_tx.h +++ b/sys/dev/ath/if_ath_tx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_edma.c b/sys/dev/ath/if_ath_tx_edma.c index 486c06a8a6ba9..03112bb128aad 100644 --- a/sys/dev/ath/if_ath_tx_edma.c +++ b/sys/dev/ath/if_ath_tx_edma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_edma.h b/sys/dev/ath/if_ath_tx_edma.h index d4975a69969c2..8718ce1d770a2 100644 --- a/sys/dev/ath/if_ath_tx_edma.h +++ b/sys/dev/ath/if_ath_tx_edma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c index 5a55f60762df7..9cdbef2ecb5f9 100644 --- a/sys/dev/ath/if_ath_tx_ht.c +++ b/sys/dev/ath/if_ath_tx_ht.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_ht.h b/sys/dev/ath/if_ath_tx_ht.h index 38885ef82461e..970a9de62006e 100644 --- a/sys/dev/ath/if_ath_tx_ht.h +++ b/sys/dev/ath/if_ath_tx_ht.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * All rights reserved. * diff --git a/sys/dev/ath/if_athdfs.h b/sys/dev/ath/if_athdfs.h index cc4db1572a6b6..82978f815672e 100644 --- a/sys/dev/ath/if_athdfs.h +++ b/sys/dev/ath/if_athdfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd * All rights reserved. * diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index 7b69ab5fe6c2f..646edb7702d71 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h index a97d686da6b4d..5aec9e6b38709 100644 --- a/sys/dev/ath/if_athrate.h +++ b/sys/dev/ath/if_athrate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2008 Sam Leffler, Errno Consulting * Copyright (c) 2004 Video54 Technologies, Inc. * All rights reserved. diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index 488b9f403ba48..bce0dd0a0d25f 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index f380367bc308d..895d358b3fa3b 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbd_atkbdc.c b/sys/dev/atkbdc/atkbd_atkbdc.c index 22227f364473d..9513e238f1532 100644 --- a/sys/dev/atkbdc/atkbd_atkbdc.c +++ b/sys/dev/atkbdc/atkbd_atkbdc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdc.c b/sys/dev/atkbdc/atkbdc.c index 695e6bfd84ab9..f8909cdbc9880 100644 --- a/sys/dev/atkbdc/atkbdc.c +++ b/sys/dev/atkbdc/atkbdc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1999 * Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) * All rights reserved. diff --git a/sys/dev/atkbdc/atkbdc_ebus.c b/sys/dev/atkbdc/atkbdc_ebus.c index 7662ee10e99f4..704837e39c6e8 100644 --- a/sys/dev/atkbdc/atkbdc_ebus.c +++ b/sys/dev/atkbdc/atkbdc_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * Copyright (c) 2005 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c index 2f863fce8347c..d83d7ac8bb9b4 100644 --- a/sys/dev/atkbdc/atkbdc_isa.c +++ b/sys/dev/atkbdc/atkbdc_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdc_subr.c b/sys/dev/atkbdc/atkbdc_subr.c index 436d97adab667..8ac80d95258da 100644 --- a/sys/dev/atkbdc/atkbdc_subr.c +++ b/sys/dev/atkbdc/atkbdc_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdc_subr.h b/sys/dev/atkbdc/atkbdc_subr.h index fa8f1f8000b87..54e40f4b839a8 100644 --- a/sys/dev/atkbdc/atkbdc_subr.h +++ b/sys/dev/atkbdc/atkbdc_subr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdcreg.h b/sys/dev/atkbdc/atkbdcreg.h index db590b96cc9fa..576dec9673914 100644 --- a/sys/dev/atkbdc/atkbdcreg.h +++ b/sys/dev/atkbdc/atkbdcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1999 * Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) * All rights reserved. diff --git a/sys/dev/atkbdc/atkbdreg.h b/sys/dev/atkbdc/atkbdreg.h index 3d09e444772a0..94ef42ebaf489 100644 --- a/sys/dev/atkbdc/atkbdreg.h +++ b/sys/dev/atkbdc/atkbdreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/auxio/auxio.c b/sys/dev/auxio/auxio.c index b104d5af5ee98..26915fc5668af 100644 --- a/sys/dev/auxio/auxio.c +++ b/sys/dev/auxio/auxio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2004 Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/auxio/auxioreg.h b/sys/dev/auxio/auxioreg.h index 0c9ce8e9fa933..3f93cf40635e3 100644 --- a/sys/dev/auxio/auxioreg.h +++ b/sys/dev/auxio/auxioreg.h @@ -2,6 +2,8 @@ /* $NetBSD: auxioreg.h,v 1.4 2001/10/22 07:31:41 mrg Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Matthew R. Green * All rights reserved. * diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index cdf234ee4a5e2..a52588ff1b151 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2006-2014 QLogic Corporation * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bce/if_bcefw.h b/sys/dev/bce/if_bcefw.h index cae01feafc296..4ba867014182d 100644 --- a/sys/dev/bce/if_bcefw.h +++ b/sys/dev/bce/if_bcefw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2006-2014 QLogic Corporation * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index 2f166eadea7cd..d9bd23ccfd165 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006-2014 QLogic Corporation * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index eaad8f0b59818..cfac86cd832eb 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Stuart Walsh<stu@ipng.org.uk> * and Duncan Barclay<dmlb@dmlb.org> * diff --git a/sys/dev/bfe/if_bfereg.h b/sys/dev/bfe/if_bfereg.h index b50627edbf892..668d2604ffc3f 100644 --- a/sys/dev/bfe/if_bfereg.h +++ b/sys/dev/bfe/if_bfereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Stuart Walsh * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 929bedc5ee0ae..1edf2a2746324 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 * Bill Paul <wpaul@windriver.com>. All rights reserved. diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h index 0cf9ca18c9bc9..eb7686e70d05f 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 * Bill Paul <wpaul@windriver.com>. All rights reserved. diff --git a/sys/dev/bktr/bktr_audio.c b/sys/dev/bktr/bktr_audio.c index ea2b458694449..ca1cf431ff3e3 100644 --- a/sys/dev/bktr/bktr_audio.c +++ b/sys/dev/bktr/bktr_audio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_audio.h b/sys/dev/bktr/bktr_audio.h index c05e40c31ea3f..e891b0f69bcb7 100644 --- a/sys/dev/bktr/bktr_audio.h +++ b/sys/dev/bktr/bktr_audio.h @@ -14,6 +14,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c index be76fb304d46a..4c11b237f629f 100644 --- a/sys/dev/bktr/bktr_card.c +++ b/sys/dev/bktr/bktr_card.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_card.h b/sys/dev/bktr/bktr_card.h index 30a90a880d688..38f53a4e61342 100644 --- a/sys/dev/bktr/bktr_card.h +++ b/sys/dev/bktr/bktr_card.h @@ -15,6 +15,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index e069778da1854..6b5bf365cf608 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_core.h b/sys/dev/bktr/bktr_core.h index 980ced76621a3..0c326c7bc82ac 100644 --- a/sys/dev/bktr/bktr_core.h +++ b/sys/dev/bktr/bktr_core.h @@ -16,6 +16,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_i2c.c b/sys/dev/bktr/bktr_i2c.c index 06a65473084ed..0e9464822e60c 100644 --- a/sys/dev/bktr/bktr_i2c.c +++ b/sys/dev/bktr/bktr_i2c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/bktr/bktr_i2c.h b/sys/dev/bktr/bktr_i2c.h index 5008e6bfb9ceb..8ea53559ff62e 100644 --- a/sys/dev/bktr/bktr_i2c.h +++ b/sys/dev/bktr/bktr_i2c.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/bktr/bktr_mem.c b/sys/dev/bktr/bktr_mem.c index 77c5971bacd46..5009c51e75feb 100644 --- a/sys/dev/bktr/bktr_mem.c +++ b/sys/dev/bktr/bktr_mem.c @@ -12,6 +12,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 2000 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_mem.h b/sys/dev/bktr/bktr_mem.h index 8feb55206c11d..91b4b1c5afca9 100644 --- a/sys/dev/bktr/bktr_mem.h +++ b/sys/dev/bktr/bktr_mem.h @@ -14,6 +14,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 2000 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index aa41454f0cabc..83596ea5081f8 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_os.h b/sys/dev/bktr/bktr_os.h index 6456616be2814..cd4ea20b3b8db 100644 --- a/sys/dev/bktr/bktr_os.h +++ b/sys/dev/bktr/bktr_os.h @@ -11,6 +11,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 4a3af1a490b04..2d6c961b3a36a 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -1,6 +1,8 @@ /*- * $FreeBSD$ * + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1999 Roger Hardiman * Copyright (c) 1998 Amancio Hasty * Copyright (c) 1995 Mark Tinguely and Jim Lowe diff --git a/sys/dev/bktr/bktr_tuner.c b/sys/dev/bktr/bktr_tuner.c index df24c862cd479..a9e92d131d71b 100644 --- a/sys/dev/bktr/bktr_tuner.c +++ b/sys/dev/bktr/bktr_tuner.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_tuner.h b/sys/dev/bktr/bktr_tuner.h index cc00150151ff6..284999c759f45 100644 --- a/sys/dev/bktr/bktr_tuner.h +++ b/sys/dev/bktr/bktr_tuner.h @@ -11,6 +11,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h index 8e769ecbe92f6..9a1959c6206e3 100644 --- a/sys/dev/bktr/ioctl_meteor.h +++ b/sys/dev/bktr/ioctl_meteor.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Mark Tinguely and Jim Lowe * All rights reserved. * diff --git a/sys/dev/bktr/msp34xx.c b/sys/dev/bktr/msp34xx.c index 8c45e6723a97f..f6f12d0f95d5d 100644 --- a/sys/dev/bktr/msp34xx.c +++ b/sys/dev/bktr/msp34xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> * All rights reserved. * diff --git a/sys/dev/bm/if_bm.c b/sys/dev/bm/if_bm.c index 860e1771a9b1f..cecb2e0d634ca 100644 --- a/sys/dev/bm/if_bm.c +++ b/sys/dev/bm/if_bm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2008 Nathan Whitehorn. All rights reserved. * Copyright 2003 by Peter Grehan. All rights reserved. * Copyright (C) 1998, 1999, 2000 Tsubai Masanari. All rights reserved. diff --git a/sys/dev/bm/if_bmreg.h b/sys/dev/bm/if_bmreg.h index 39d9b485d3d69..665c651bdf2b3 100644 --- a/sys/dev/bm/if_bmreg.h +++ b/sys/dev/bm/if_bmreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1991-1998 by Open Software Foundation, Inc. * All Rights Reserved * @@ -18,7 +18,9 @@ * NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bm/if_bmvar.h b/sys/dev/bm/if_bmvar.h index b50d65b479ed7..c7d09334a7822 100644 --- a/sys/dev/bm/if_bmvar.h +++ b/sys/dev/bm/if_bmvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn * Copyright (c) 2003 Peter Grehan * All rights reserved diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index 1ff34a7d8b9ab..da2af71ceccd8 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -6,6 +6,8 @@ * sys/dev/buslogic/bt_eisa.c BT-74X, BT-75x cards, SDC3222F * sys/dev/buslogic/bt_pci.c BT-946, BT-948, BT-956, BT-958 cards * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c index ce121c32ae292..398dfb4e56c8c 100644 --- a/sys/dev/buslogic/bt_isa.c +++ b/sys/dev/buslogic/bt_isa.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * Buslogic BT-54X and BT-445 cards * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Justin T. Gibbs * All rights reserved. * diff --git a/sys/dev/buslogic/bt_pci.c b/sys/dev/buslogic/bt_pci.c index 48c90e08e5537..115561894f4d4 100644 --- a/sys/dev/buslogic/bt_pci.c +++ b/sys/dev/buslogic/bt_pci.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * Buslogic BT946, BT948, BT956, BT958 SCSI controllers * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, 1997, 1998 Justin T. Gibbs * All rights reserved. * diff --git a/sys/dev/buslogic/btreg.h b/sys/dev/buslogic/btreg.h index a22c5aab6b0b4..24644c2ed6fa5 100644 --- a/sys/dev/buslogic/btreg.h +++ b/sys/dev/buslogic/btreg.h @@ -7,6 +7,8 @@ * sys/dev/buslogic/bt_eisa.c BT-74X, BT-75x cards, SDC3222F * sys/dev/buslogic/bt_pci.c BT-946, BT-948, BT-956, BT-958 cards * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/bvm/bvm_console.c b/sys/dev/bvm/bvm_console.c index a7b1bc5ac0687..6ce8c21f40f6f 100644 --- a/sys/dev/bvm/bvm_console.c +++ b/sys/dev/bvm/bvm_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/dev/bvm/bvm_dbg.c b/sys/dev/bvm/bvm_dbg.c index 1ba7ce06c430e..5aa0fe731d795 100644 --- a/sys/dev/bvm/bvm_dbg.c +++ b/sys/dev/bvm/bvm_dbg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/dev/bwi/bitops.h b/sys/dev/bwi/bitops.h index 0d6dee8d862fc..af4f3ea0c3f9a 100644 --- a/sys/dev/bwi/bitops.h +++ b/sys/dev/bwi/bitops.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004, 2005 David Young. All rights reserved. * * Programmed for NetBSD by David Young. diff --git a/sys/dev/bwi/bwimac.c b/sys/dev/bwi/bwimac.c index 54d2fde57cc11..f998873a713b7 100644 --- a/sys/dev/bwi/bwimac.c +++ b/sys/dev/bwi/bwimac.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwimac.h b/sys/dev/bwi/bwimac.h index a6d90083c60b0..3572114fbc819 100644 --- a/sys/dev/bwi/bwimac.h +++ b/sys/dev/bwi/bwimac.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c index 60afb191d240e..a177355900072 100644 --- a/sys/dev/bwi/bwiphy.c +++ b/sys/dev/bwi/bwiphy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwiphy.h b/sys/dev/bwi/bwiphy.h index f865f1f36c97d..e3fb8252f1c2d 100644 --- a/sys/dev/bwi/bwiphy.h +++ b/sys/dev/bwi/bwiphy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwirf.c b/sys/dev/bwi/bwirf.c index e65a80ddc4125..dbf658d5caa74 100644 --- a/sys/dev/bwi/bwirf.c +++ b/sys/dev/bwi/bwirf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwirf.h b/sys/dev/bwi/bwirf.h index af2ce1745c6d0..d381563d48bde 100644 --- a/sys/dev/bwi/bwirf.h +++ b/sys/dev/bwi/bwirf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c index 991071b876af1..a6748200e7ebd 100644 --- a/sys/dev/bwi/if_bwi.c +++ b/sys/dev/bwi/if_bwi.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/if_bwi_pci.c b/sys/dev/bwi/if_bwi_pci.c index c2badc504a9b4..87fc1fb6b4b09 100644 --- a/sys/dev/bwi/if_bwi_pci.c +++ b/sys/dev/bwi/if_bwi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/bwi/if_bwireg.h b/sys/dev/bwi/if_bwireg.h index f376911186afd..67c80cec96151 100644 --- a/sys/dev/bwi/if_bwireg.h +++ b/sys/dev/bwi/if_bwireg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/if_bwivar.h b/sys/dev/bwi/if_bwivar.h index 07c20fef2b0c0..46b5d0315b7bb 100644 --- a/sys/dev/bwi/if_bwivar.h +++ b/sys/dev/bwi/if_bwivar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index 5fdc24c938c5d..10af0d2193da4 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/bwn/if_bwnreg.h b/sys/dev/bwn/if_bwnreg.h index 5bebdef04004a..b499439f79e40 100644 --- a/sys/dev/bwn/if_bwnreg.h +++ b/sys/dev/bwn/if_bwnreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/bwn/if_bwnvar.h b/sys/dev/bwn/if_bwnvar.h index f4934ead01d29..83237453ba68f 100644 --- a/sys/dev/bwn/if_bwnvar.h +++ b/sys/dev/bwn/if_bwnvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/bxe/57710_init_values.c b/sys/dev/bxe/57710_init_values.c index 500981db061c8..7824cfc641b07 100644 --- a/sys/dev/bxe/57710_init_values.c +++ b/sys/dev/bxe/57710_init_values.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/57710_int_offsets.h b/sys/dev/bxe/57710_int_offsets.h index 95c32eb8a689c..98ed67c1913d9 100644 --- a/sys/dev/bxe/57710_int_offsets.h +++ b/sys/dev/bxe/57710_int_offsets.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/57711_init_values.c b/sys/dev/bxe/57711_init_values.c index 1cb556e7cdcd5..b6bec1d4b6368 100644 --- a/sys/dev/bxe/57711_init_values.c +++ b/sys/dev/bxe/57711_init_values.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/57711_int_offsets.h b/sys/dev/bxe/57711_int_offsets.h index bf4d1cdfee8ef..df9378b670c22 100644 --- a/sys/dev/bxe/57711_int_offsets.h +++ b/sys/dev/bxe/57711_int_offsets.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/57712_init_values.c b/sys/dev/bxe/57712_init_values.c index 772a142f1a581..9e730584dae98 100644 --- a/sys/dev/bxe/57712_init_values.c +++ b/sys/dev/bxe/57712_init_values.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/57712_int_offsets.h b/sys/dev/bxe/57712_int_offsets.h index f6593d65704ee..dcab46d5e6b42 100644 --- a/sys/dev/bxe/57712_int_offsets.h +++ b/sys/dev/bxe/57712_int_offsets.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c index cf8cfb66ecc5b..03392e0019438 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe.h b/sys/dev/bxe/bxe.h index 3c298f2a67c56..c63fb1ccbbd01 100644 --- a/sys/dev/bxe/bxe.h +++ b/sys/dev/bxe/bxe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe_dcb.h b/sys/dev/bxe/bxe_dcb.h index 79515e0010630..efd1238a9707b 100644 --- a/sys/dev/bxe/bxe_dcb.h +++ b/sys/dev/bxe/bxe_dcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe_debug.c b/sys/dev/bxe/bxe_debug.c index 671d29fb0de50..cd7678d7844e5 100644 --- a/sys/dev/bxe/bxe_debug.c +++ b/sys/dev/bxe/bxe_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe_elink.c b/sys/dev/bxe/bxe_elink.c index e3ad174c43f4e..bdd8affdb4379 100644 --- a/sys/dev/bxe/bxe_elink.c +++ b/sys/dev/bxe/bxe_elink.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe_elink.h b/sys/dev/bxe/bxe_elink.h index 8a634f0103f6e..e5a52a18738a2 100644 --- a/sys/dev/bxe/bxe_elink.h +++ b/sys/dev/bxe/bxe_elink.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe_stats.c b/sys/dev/bxe/bxe_stats.c index 249417a45df6e..c982eb06e00a2 100644 --- a/sys/dev/bxe/bxe_stats.c +++ b/sys/dev/bxe/bxe_stats.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/bxe_stats.h b/sys/dev/bxe/bxe_stats.h index 3ae8ad6e2c77d..63e98c4159b11 100644 --- a/sys/dev/bxe/bxe_stats.h +++ b/sys/dev/bxe/bxe_stats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_fw_defs.h b/sys/dev/bxe/ecore_fw_defs.h index 754e2302c599c..0f05ad32f31e5 100644 --- a/sys/dev/bxe/ecore_fw_defs.h +++ b/sys/dev/bxe/ecore_fw_defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_hsi.h b/sys/dev/bxe/ecore_hsi.h index a3b4c4b5b9f08..5048ff5dfc78f 100644 --- a/sys/dev/bxe/ecore_hsi.h +++ b/sys/dev/bxe/ecore_hsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_init.h b/sys/dev/bxe/ecore_init.h index 05c5bf761239e..e36514209f98f 100644 --- a/sys/dev/bxe/ecore_init.h +++ b/sys/dev/bxe/ecore_init.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_init_ops.h b/sys/dev/bxe/ecore_init_ops.h index c5acf84573167..2409b3370fd96 100644 --- a/sys/dev/bxe/ecore_init_ops.h +++ b/sys/dev/bxe/ecore_init_ops.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_mfw_req.h b/sys/dev/bxe/ecore_mfw_req.h index 6d6d33077b240..1c1528d08443a 100644 --- a/sys/dev/bxe/ecore_mfw_req.h +++ b/sys/dev/bxe/ecore_mfw_req.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_reg.h b/sys/dev/bxe/ecore_reg.h index efe5cde5dbfaf..c869defa1777c 100644 --- a/sys/dev/bxe/ecore_reg.h +++ b/sys/dev/bxe/ecore_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_sp.c b/sys/dev/bxe/ecore_sp.c index 10e83016232b1..566a8dc4382cc 100644 --- a/sys/dev/bxe/ecore_sp.c +++ b/sys/dev/bxe/ecore_sp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bxe/ecore_sp.h b/sys/dev/bxe/ecore_sp.h index 10d6c08fbcf9a..bbc6dd9c83a32 100644 --- a/sys/dev/bxe/ecore_sp.h +++ b/sys/dev/bxe/ecore_sp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c index 01f4bedc93b6c..a7010b5ac11a8 100644 --- a/sys/dev/cadence/if_cgem.c +++ b/sys/dev/cadence/if_cgem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2014 Thomas Skibo <thomasskibo@yahoo.com> * All rights reserved. * diff --git a/sys/dev/cadence/if_cgem_hw.h b/sys/dev/cadence/if_cgem_hw.h index 30fb6dd3971f3..1569857d9633e 100644 --- a/sys/dev/cadence/if_cgem_hw.h +++ b/sys/dev/cadence/if_cgem_hw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013 Thomas Skibo * All rights reserved. * diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 400475379d96d..74dfbf22cb5ac 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 M. Warner Losh. All Rights Reserved. * Copyright (c) 2000,2001 Jonathan Chen. All rights reserved. * diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index 55c4d3594ef39..e7bf55e013a41 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008, M. Warner Losh * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/cardbus/cardbus_cis.h b/sys/dev/cardbus/cardbus_cis.h index 086e4ea2f64fb..69020ab8c6505 100644 --- a/sys/dev/cardbus/cardbus_cis.h +++ b/sys/dev/cardbus/cardbus_cis.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index f39ffb08c3141..de0a53a93f21d 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/cardbus/cardbusreg.h b/sys/dev/cardbus/cardbusreg.h index c0634c87bba0f..34ea6bd5f1f31 100644 --- a/sys/dev/cardbus/cardbusreg.h +++ b/sys/dev/cardbus/cardbusreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/cardbus/cardbusvar.h b/sys/dev/cardbus/cardbusvar.h index 7730ffdb33961..310923655a196 100644 --- a/sys/dev/cardbus/cardbusvar.h +++ b/sys/dev/cardbus/cardbusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, M. Warner Losh * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/cas/if_cas.c b/sys/dev/cas/if_cas.c index 554b245260f5d..d6e77dfed21fc 100644 --- a/sys/dev/cas/if_cas.c +++ b/sys/dev/cas/if_cas.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2001-2003 Thomas Moestl * Copyright (c) 2007-2009 Marius Strobl <marius@FreeBSD.org> diff --git a/sys/dev/cas/if_casreg.h b/sys/dev/cas/if_casreg.h index 0d1c1d822b9bb..fda2e13b6789f 100644 --- a/sys/dev/cas/if_casreg.h +++ b/sys/dev/cas/if_casreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2008 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/cas/if_casvar.h b/sys/dev/cas/if_casvar.h index 653572c8b2010..ff6b6c0bed4bc 100644 --- a/sys/dev/cas/if_casvar.h +++ b/sys/dev/cas/if_casvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2008 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/cesa/cesa.c b/sys/dev/cesa/cesa.c index 5b3b06c478f7e..f3ca4dda5352a 100644 --- a/sys/dev/cesa/cesa.c +++ b/sys/dev/cesa/cesa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2011 Semihalf. * All rights reserved. * diff --git a/sys/dev/cesa/cesa.h b/sys/dev/cesa/cesa.h index e8f6372d02dea..89571573eafdb 100644 --- a/sys/dev/cesa/cesa.h +++ b/sys/dev/cesa/cesa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause-FreeBSD + * * Copyright (C) 2009-2011 Semihalf. * All rights reserved. * diff --git a/sys/dev/cfe/cfe_api.c b/sys/dev/cfe/cfe_api.c index bf3fa66e895e2..cff8bf3855924 100644 --- a/sys/dev/cfe/cfe_api.c +++ b/sys/dev/cfe/cfe_api.c @@ -2,6 +2,8 @@ /* from: SiByte Id: cfe_api.c,v 1.16 2002/07/09 23:29:11 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_api.h b/sys/dev/cfe/cfe_api.h index 943459dd71642..d12b33a72739f 100644 --- a/sys/dev/cfe/cfe_api.h +++ b/sys/dev/cfe/cfe_api.h @@ -2,6 +2,8 @@ /* from: SiByte Id: cfe_api.h,v 1.29 2002/07/09 23:29:11 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_api_int.h b/sys/dev/cfe/cfe_api_int.h index dfdde478f692f..087a8235e94bb 100644 --- a/sys/dev/cfe/cfe_api_int.h +++ b/sys/dev/cfe/cfe_api_int.h @@ -2,6 +2,8 @@ /* from: SiByte Id: cfe_api_int.h,v 1.21 2002/07/09 23:29:11 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c index e42f087795966..44daa34ebea1b 100644 --- a/sys/dev/cfe/cfe_console.c +++ b/sys/dev/cfe/cfe_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/cfe/cfe_env.c b/sys/dev/cfe/cfe_env.c index 9b2a3a306e1cb..589f751b85d57 100644 --- a/sys/dev/cfe/cfe_env.c +++ b/sys/dev/cfe/cfe_env.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/dev/cfe/cfe_error.h b/sys/dev/cfe/cfe_error.h index 6b57d14c64239..8eaf5be8014e8 100644 --- a/sys/dev/cfe/cfe_error.h +++ b/sys/dev/cfe/cfe_error.h @@ -2,6 +2,8 @@ /* from: SiByte Id: cfe_error.h,v 1.2 2002/07/09 19:37:52 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_ioctl.h b/sys/dev/cfe/cfe_ioctl.h index a45ba1d004b81..632c3ac71baa4 100644 --- a/sys/dev/cfe/cfe_ioctl.h +++ b/sys/dev/cfe/cfe_ioctl.h @@ -1,14 +1,15 @@ -/* $NetBSD: cfe_ioctl.h,v 1.2 2003/02/07 17:52:08 cgd Exp $ */ - /*- - * Copyright 2000, 2001 + * SPDX-License-Identifier: BSD-3-Clause + * + * Copyright 2000, 2001, 2002, 2003 * Broadcom Corporation. All rights reserved. * - * This software is furnished under license and may be used and copied only - * in accordance with the following terms and conditions. Subject to these - * conditions, you may download, copy, install, use, modify and distribute - * modified or unmodified copies of this software in source and/or binary - * form. No title or ownership is transferred hereby. + * This software is furnished under license and may be used and + * copied only in accordance with the following terms and + * conditions. Subject to these conditions, you may download, + * copy, install, use, modify and distribute modified or unmodified + * copies of this software in source and/or binary form. No title + * or ownership is transferred hereby. * * 1) Any source code used, modified or distributed must reproduce and * retain this copyright notice and list of conditions as they appear in @@ -41,7 +42,7 @@ * * IOCTL function numbers and I/O data structures. * - * Author: Mitch Lichtenberg (mpl@broadcom.com) + * Author: Mitch Lichtenberg * ********************************************************************* */ @@ -53,23 +54,115 @@ #define IOCTL_NVRAM_GETINFO 1 /* return nvram_info_t */ #define IOCTL_NVRAM_ERASE 2 /* erase sector containing nvram_info_t area */ #define IOCTL_FLASH_ERASE_SECTOR 3 /* erase an arbitrary sector */ -#define IOCTL_FLASH_ERASE_ALL 4 /* Erase the entire flash */ +#define IOCTL_FLASH_ERASE_ALL 4 /* Erase the entire flash */ +#define IOCTL_FLASH_WRITE_ALL 5 /* write entire flash */ +#define IOCTL_FLASH_GETINFO 6 /* get flash device info */ +#define IOCTL_FLASH_GETSECTORS 7 /* get sector information */ +#define IOCTL_FLASH_ERASE_RANGE 8 /* erase range of bytes */ +#define IOCTL_NVRAM_UNLOCK 9 /* allow r/w beyond logical end of device */ +#define IOCTL_FLASH_PROTECT_RANGE 10 /* Protect a group of sectors */ +#define IOCTL_FLASH_UNPROTECT_RANGE 11 /* unprotect a group of sectors */ +#define IOCTL_FLASH_DATA_WIDTH_MODE 12 /* switch flash and gen bus to support 8 or 16-bit mode I/Os */ +#define IOCTL_FLASH_BURST_MODE 13 /* configure gen bus for burst mode */ + +typedef struct flash_range_s { + unsigned int range_base; + unsigned int range_length; +} flash_range_t; + +typedef struct flash_info_s { + unsigned long long flash_base; /* flash physical base address */ + unsigned int flash_size; /* available device size in bytes */ + unsigned int flash_type; /* type, from FLASH_TYPE below */ + unsigned int flash_flags; /* Various flags (FLASH_FLAG_xxx) */ +} flash_info_t; + +typedef struct flash_sector_s { + int flash_sector_idx; + int flash_sector_status; + unsigned int flash_sector_offset; + unsigned int flash_sector_size; +} flash_sector_t; + +#define FLASH_SECTOR_OK 0 +#define FLASH_SECTOR_INVALID -1 + +#define FLASH_TYPE_UNKNOWN 0 /* not sure what kind of flash */ +#define FLASH_TYPE_SRAM 1 /* not flash: it's SRAM */ +#define FLASH_TYPE_ROM 2 /* not flash: it's ROM */ +#define FLASH_TYPE_FLASH 3 /* it's flash memory of some sort */ + +#define FLASH_FLAG_NOERASE 1 /* Byte-range writes supported, + Erasing is not necessary */ typedef struct nvram_info_s { - int nvram_offset; /* offset of environment area */ - int nvram_size; /* size of environment area */ - int nvram_eraseflg; /* true if we need to erase first */ + int nvram_offset; /* offset of environment area */ + int nvram_size; /* size of environment area */ + int nvram_eraseflg; /* true if we need to erase first */ } nvram_info_t; /* ********************************************************************* * Ethernet stuff ********************************************************************* */ -#define IOCTL_ETHER_GETHWADDR 1 +#define IOCTL_ETHER_GETHWADDR 1 /* Get hardware address (6bytes) */ +#define IOCTL_ETHER_SETHWADDR 2 /* Set hardware address (6bytes) */ +#define IOCTL_ETHER_GETSPEED 3 /* Get Speed and Media (int) */ +#define IOCTL_ETHER_SETSPEED 4 /* Set Speed and Media (int) */ +#define IOCTL_ETHER_GETLINK 5 /* get link status (int) */ +#define IOCTL_ETHER_GETLOOPBACK 7 /* get loopback state */ +#define IOCTL_ETHER_SETLOOPBACK 8 /* set loopback state */ +#define IOCTL_ETHER_SETPACKETFIFO 9 /* set packet fifo mode (int) */ +#define IOCTL_ETHER_SETSTROBESIG 10 /* set strobe signal (int) */ + +#define ETHER_LOOPBACK_OFF 0 /* no loopback */ +#define ETHER_LOOPBACK_INT 1 /* Internal loopback */ +#define ETHER_LOOPBACK_EXT 2 /* External loopback (through PHY) */ + +#define ETHER_SPEED_AUTO 0 /* Auto detect */ +#define ETHER_SPEED_UNKNOWN 0 /* Speed not known (on link status) */ +#define ETHER_SPEED_10HDX 1 /* 10MB hdx and fdx */ +#define ETHER_SPEED_10FDX 2 +#define ETHER_SPEED_100HDX 3 /* 100MB hdx and fdx */ +#define ETHER_SPEED_100FDX 4 +#define ETHER_SPEED_1000HDX 5 /* 1000MB hdx and fdx */ +#define ETHER_SPEED_1000FDX 6 + +#define ETHER_FIFO_8 0 /* 8-bit packet fifo mode */ +#define ETHER_FIFO_16 1 /* 16-bit packet fifo mode */ +#define ETHER_ETHER 2 /* Standard ethernet mode */ + +#define ETHER_STROBE_GMII 0 /* GMII style strobe signal */ +#define ETHER_STROBE_ENCODED 1 /* Encoded */ +#define ETHER_STROBE_SOP 2 /* SOP flagged. Only in 8-bit mode*/ +#define ETHER_STROBE_EOP 3 /* EOP flagged. Only in 8-bit mode*/ + +/* ********************************************************************* + * Serial Ports + ********************************************************************* */ + +#define IOCTL_SERIAL_SETSPEED 1 /* get baud rate (int) */ +#define IOCTL_SERIAL_GETSPEED 2 /* set baud rate (int) */ +#define IOCTL_SERIAL_SETFLOW 3 /* Set Flow Control */ +#define IOCTL_SERIAL_GETFLOW 4 /* Get Flow Control */ + +#define SERIAL_FLOW_NONE 0 /* no flow control */ +#define SERIAL_FLOW_SOFTWARE 1 /* software flow control (not impl) */ +#define SERIAL_FLOW_HARDWARE 2 /* hardware flow control */ /* ********************************************************************* * Block device stuff ********************************************************************* */ -#define IOCTL_BLOCK_GETBLOCKSIZE 1 -#define IOCTL_BLOCK_GETTOTALBLOCKS 2 +#define IOCTL_BLOCK_GETBLOCKSIZE 1 /* get block size (int) */ +#define IOCTL_BLOCK_GETTOTALBLOCKS 2 /* get total bocks (long long) */ +#define IOCTL_BLOCK_GETDEVTYPE 3 /* get device type (struct) */ + +typedef struct blockdev_info_s { + unsigned long long blkdev_totalblocks; + unsigned int blkdev_blocksize; + unsigned int blkdev_devtype; +} blockdev_info_t; + +#define BLOCK_DEVTYPE_DISK 0 +#define BLOCK_DEVTYPE_CDROM 1 diff --git a/sys/dev/cfe/cfe_resource.c b/sys/dev/cfe/cfe_resource.c index 02581fc5831e1..4c07d4e4d2ad1 100644 --- a/sys/dev/cfe/cfe_resource.c +++ b/sys/dev/cfe/cfe_resource.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/cfi/cfi_bus_fdt.c b/sys/dev/cfi/cfi_bus_fdt.c index ad0632626506e..6e275b29106d9 100644 --- a/sys/dev/cfi/cfi_bus_fdt.c +++ b/sys/dev/cfi/cfi_bus_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, Juniper Networks, Inc. * All rights reserved. * diff --git a/sys/dev/cfi/cfi_bus_ixp4xx.c b/sys/dev/cfi/cfi_bus_ixp4xx.c index 93d03fe0272b0..dd74f3f4ed0a2 100644 --- a/sys/dev/cfi/cfi_bus_ixp4xx.c +++ b/sys/dev/cfi/cfi_bus_ixp4xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Roelof Jonkman, Carlson Wireless Inc. * Copyright (c) 2009 Sam Leffler, Errno Consulting * All rights reserved. diff --git a/sys/dev/cfi/cfi_bus_nexus.c b/sys/dev/cfi/cfi_bus_nexus.c index a87ee143dbe5a..6620a34acb392 100644 --- a/sys/dev/cfi/cfi_bus_nexus.c +++ b/sys/dev/cfi/cfi_bus_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * Copyright (c) 2009 Roelof Jonkman, Carlson Wireless Inc. * Copyright (c) 2009 Sam Leffler, Errno Consulting diff --git a/sys/dev/cfi/cfi_core.c b/sys/dev/cfi/cfi_core.c index d292e1a4188b1..408fbd9c2d1c3 100644 --- a/sys/dev/cfi/cfi_core.c +++ b/sys/dev/cfi/cfi_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, Juniper Networks, Inc. * Copyright (c) 2012-2013, SRI International * All rights reserved. diff --git a/sys/dev/cfi/cfi_dev.c b/sys/dev/cfi/cfi_dev.c index 7d1f92bed7dac..1c812a49cb31a 100644 --- a/sys/dev/cfi/cfi_dev.c +++ b/sys/dev/cfi/cfi_dev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, Juniper Networks, Inc. * Copyright (c) 2012-2013, SRI International * All rights reserved. diff --git a/sys/dev/cfi/cfi_disk.c b/sys/dev/cfi/cfi_disk.c index 79807225d141d..c09946634b083 100644 --- a/sys/dev/cfi/cfi_disk.c +++ b/sys/dev/cfi/cfi_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sam Leffler, Errno Consulting * Copyright (c) 2012-2013, SRI International * All rights reserved. diff --git a/sys/dev/cfi/cfi_reg.h b/sys/dev/cfi/cfi_reg.h index c810e3f7448d4..60d8a3a9290d3 100644 --- a/sys/dev/cfi/cfi_reg.h +++ b/sys/dev/cfi/cfi_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, Juniper Networks, Inc. * Copyright (c) 2012-2013, SRI International * All rights reserved. diff --git a/sys/dev/cfi/cfi_var.h b/sys/dev/cfi/cfi_var.h index e218a4dd5d657..8c83782e874c9 100644 --- a/sys/dev/cfi/cfi_var.h +++ b/sys/dev/cfi/cfi_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, Juniper Networks, Inc. * Copyright (c) 2012-2013, SRI International * All rights reserved. diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 41d1fdefc3d4f..5d797a626e332 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * Copyright (c) 2004 Paul Saab * All rights reserved. diff --git a/sys/dev/ciss/cissio.h b/sys/dev/ciss/cissio.h index fba677d6679ed..149ae3fe364ac 100644 --- a/sys/dev/ciss/cissio.h +++ b/sys/dev/ciss/cissio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index bd85942925e23..56d19d104542b 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h index 20693af7c6dd5..1412ababcd539 100644 --- a/sys/dev/ciss/cissvar.h +++ b/sys/dev/ciss/cissvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index 09083743ea1c3..17484f95a9f87 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index e05f9ee58b8c8..dd3bc401851a0 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cm/smc90cx6reg.h b/sys/dev/cm/smc90cx6reg.h index 2fec634db496d..6e7d5a5b4af87 100644 --- a/sys/dev/cm/smc90cx6reg.h +++ b/sys/dev/cm/smc90cx6reg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cm/smc90cx6var.h b/sys/dev/cm/smc90cx6var.h index f3fd24d7a4a5b..cd8afdaa4ce17 100644 --- a/sys/dev/cm/smc90cx6var.h +++ b/sys/dev/cm/smc90cx6var.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cmx/cmx_pccard.c b/sys/dev/cmx/cmx_pccard.c index 89411e5032894..43215fd6df94d 100644 --- a/sys/dev/cmx/cmx_pccard.c +++ b/sys/dev/cmx/cmx_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Daniel Roethlisberger <daniel@roe.ch> * All rights reserved. * diff --git a/sys/dev/cmx/cmxreg.h b/sys/dev/cmx/cmxreg.h index a96a662d97095..064dbaa508e12 100644 --- a/sys/dev/cmx/cmxreg.h +++ b/sys/dev/cmx/cmxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Daniel Roethlisberger <daniel@roe.ch> * Copyright (c) 2000-2004 OMNIKEY GmbH (www.omnikey.com) * All rights reserved. diff --git a/sys/dev/cmx/cmxvar.h b/sys/dev/cmx/cmxvar.h index 1567c5eb00a7f..76222a53ad1a0 100644 --- a/sys/dev/cmx/cmxvar.h +++ b/sys/dev/cmx/cmxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Daniel Roethlisberger <daniel@roe.ch> * All rights reserved. * diff --git a/sys/dev/coretemp/coretemp.c b/sys/dev/coretemp/coretemp.c index 38f07fbbfa5be..099d8a07495b4 100644 --- a/sys/dev/coretemp/coretemp.c +++ b/sys/dev/coretemp/coretemp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index da7b34e5cc775..48c59ad17bdec 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Stanislav Sedov <stas@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index 101b5765800e5..3d0c09e06640c 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 Nate Lawson (SDG) * All rights reserved. * diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 3c52d892ab526..740d52b21a3e7 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Maxim Bolotin and Oleg Sharoiko. * All rights reserved. * diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c index 20b74046019ec..55446238875f4 100644 --- a/sys/dev/cs/if_cs_isa.c +++ b/sys/dev/cs/if_cs_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Maxim Bolotin and Oleg Sharoiko. * All rights reserved. * diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 645fbddc58cf0..260e81bd79fba 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh <imp@village.org> * All rights reserved. * diff --git a/sys/dev/cs/if_csreg.h b/sys/dev/cs/if_csreg.h index 7ffe27602697a..8eea27322d17a 100644 --- a/sys/dev/cs/if_csreg.h +++ b/sys/dev/cs/if_csreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Maxim Bolotin and Oleg Sharoiko. * All rights reserved. * diff --git a/sys/dev/cs/if_csvar.h b/sys/dev/cs/if_csvar.h index 1765f9f7cab35..c49af45bb5ad5 100644 --- a/sys/dev/cs/if_csvar.h +++ b/sys/dev/cs/if_csvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh <imp@village.org> * All rights reserved. * diff --git a/sys/dev/cxgb/bin2h.pl b/sys/dev/cxgb/bin2h.pl index 1fdc44f5f495f..3bdaa3437bfb5 100644 --- a/sys/dev/cxgb/bin2h.pl +++ b/sys/dev/cxgb/bin2h.pl @@ -22,6 +22,8 @@ unless ($success) { my $license = <<END; /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD + Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_ael1002.c b/sys/dev/cxgb/common/cxgb_ael1002.c index e1a3fbe9e58d1..33814cf4285b9 100644 --- a/sys/dev/cxgb/common/cxgb_ael1002.c +++ b/sys/dev/cxgb/common/cxgb_ael1002.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_aq100x.c b/sys/dev/cxgb/common/cxgb_aq100x.c index b253e670e588e..78a76b2cc47c9 100644 --- a/sys/dev/cxgb/common/cxgb_aq100x.c +++ b/sys/dev/cxgb/common/cxgb_aq100x.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2009 Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_common.h b/sys/dev/cxgb/common/cxgb_common.h index 32f0a9358e5da..2653bbe00c9f6 100644 --- a/sys/dev/cxgb/common/cxgb_common.h +++ b/sys/dev/cxgb/common/cxgb_common.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_firmware_exports.h b/sys/dev/cxgb/common/cxgb_firmware_exports.h index 55c507852c9ae..677ac0df998ff 100644 --- a/sys/dev/cxgb/common/cxgb_firmware_exports.h +++ b/sys/dev/cxgb/common/cxgb_firmware_exports.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_mc5.c b/sys/dev/cxgb/common/cxgb_mc5.c index 5a62f125b035a..54960ca23e509 100644 --- a/sys/dev/cxgb/common/cxgb_mc5.c +++ b/sys/dev/cxgb/common/cxgb_mc5.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_mv88e1xxx.c b/sys/dev/cxgb/common/cxgb_mv88e1xxx.c index 4093aa7065902..c905f1c0fc3e4 100644 --- a/sys/dev/cxgb/common/cxgb_mv88e1xxx.c +++ b/sys/dev/cxgb/common/cxgb_mv88e1xxx.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_regs.h b/sys/dev/cxgb/common/cxgb_regs.h index 644fa26a3395b..ab809b47d93a6 100644 --- a/sys/dev/cxgb/common/cxgb_regs.h +++ b/sys/dev/cxgb/common/cxgb_regs.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_sge_defs.h b/sys/dev/cxgb/common/cxgb_sge_defs.h index 2aae7f894e393..e03b73bf83415 100644 --- a/sys/dev/cxgb/common/cxgb_sge_defs.h +++ b/sys/dev/cxgb/common/cxgb_sge_defs.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_t3_cpl.h b/sys/dev/cxgb/common/cxgb_t3_cpl.h index b1dd56409419e..8b9ce796217fb 100644 --- a/sys/dev/cxgb/common/cxgb_t3_cpl.h +++ b/sys/dev/cxgb/common/cxgb_t3_cpl.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009 Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_t3_hw.c b/sys/dev/cxgb/common/cxgb_t3_hw.c index 33e308e675a78..71893231f4570 100644 --- a/sys/dev/cxgb/common/cxgb_t3_hw.c +++ b/sys/dev/cxgb/common/cxgb_t3_hw.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_tcb.h b/sys/dev/cxgb/common/cxgb_tcb.h index 7785466823dde..ebd02beb1b3d9 100644 --- a/sys/dev/cxgb/common/cxgb_tcb.h +++ b/sys/dev/cxgb/common/cxgb_tcb.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_tn1010.c b/sys/dev/cxgb/common/cxgb_tn1010.c index 1e8bf0b647da2..a4ec3c74dd057 100644 --- a/sys/dev/cxgb/common/cxgb_tn1010.c +++ b/sys/dev/cxgb/common/cxgb_tn1010.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_vsc7323.c b/sys/dev/cxgb/common/cxgb_vsc7323.c index bfe152952b742..22926b77fda2c 100644 --- a/sys/dev/cxgb/common/cxgb_vsc7323.c +++ b/sys/dev/cxgb/common/cxgb_vsc7323.c @@ -1,5 +1,5 @@ - /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_vsc8211.c b/sys/dev/cxgb/common/cxgb_vsc8211.c index 4928e4a832040..5d3c551e0a4fb 100644 --- a/sys/dev/cxgb/common/cxgb_vsc8211.c +++ b/sys/dev/cxgb/common/cxgb_vsc8211.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/common/cxgb_xgmac.c b/sys/dev/cxgb/common/cxgb_xgmac.c index ea4230e62d3f5..1dedc37f6f506 100644 --- a/sys/dev/cxgb/common/cxgb_xgmac.c +++ b/sys/dev/cxgb/common/cxgb_xgmac.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009 Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_adapter.h b/sys/dev/cxgb/cxgb_adapter.h index 08ca6c1129b61..e1d27de4af9dc 100644 --- a/sys/dev/cxgb/cxgb_adapter.h +++ b/sys/dev/cxgb/cxgb_adapter.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_ioctl.h b/sys/dev/cxgb/cxgb_ioctl.h index 3f3ac5a1866c0..e4db0ee0453e4 100644 --- a/sys/dev/cxgb/cxgb_ioctl.h +++ b/sys/dev/cxgb/cxgb_ioctl.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index f203e246c2f0a..a9944d035308e 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_offload.h b/sys/dev/cxgb/cxgb_offload.h index 364ab43efc8d9..d3733752f5308 100644 --- a/sys/dev/cxgb/cxgb_offload.h +++ b/sys/dev/cxgb/cxgb_offload.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_osdep.h b/sys/dev/cxgb/cxgb_osdep.h index 9aef0a3acba25..5accbf5e46295 100644 --- a/sys/dev/cxgb/cxgb_osdep.h +++ b/sys/dev/cxgb/cxgb_osdep.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 9981d00ae8cf2..cf6ec7a52481b 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/cxgb_t3fw.h b/sys/dev/cxgb/cxgb_t3fw.h index 1f81c97879ee6..f5e5d949407c2 100644 --- a/sys/dev/cxgb/cxgb_t3fw.h +++ b/sys/dev/cxgb/cxgb_t3fw.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/sys/mvec.h b/sys/dev/cxgb/sys/mvec.h index dff6f03ba592a..bdd0b55c54890 100644 --- a/sys/dev/cxgb/sys/mvec.h +++ b/sys/dev/cxgb/sys/mvec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2009 Kip Macy <kmacy@freebsd.org> * All rights reserved. * diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index b535d13e4dd3d..ca31cf1897c72 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Kip Macy <kmacy@freebsd.org> * All rights reserved. * diff --git a/sys/dev/cxgb/t3b_protocol_sram.h b/sys/dev/cxgb/t3b_protocol_sram.h index b476be2d3ccb9..65936a0cbf5e5 100644 --- a/sys/dev/cxgb/t3b_protocol_sram.h +++ b/sys/dev/cxgb/t3b_protocol_sram.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/t3b_tp_eeprom.h b/sys/dev/cxgb/t3b_tp_eeprom.h index 8b47bdba1ec2c..e073dee315750 100644 --- a/sys/dev/cxgb/t3b_tp_eeprom.h +++ b/sys/dev/cxgb/t3b_tp_eeprom.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/t3c_protocol_sram.h b/sys/dev/cxgb/t3c_protocol_sram.h index 1fe84748144fa..43a11d8b15597 100644 --- a/sys/dev/cxgb/t3c_protocol_sram.h +++ b/sys/dev/cxgb/t3c_protocol_sram.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/t3c_tp_eeprom.h b/sys/dev/cxgb/t3c_tp_eeprom.h index 544472ebcfa0d..bbb322d7d44d5 100644 --- a/sys/dev/cxgb/t3c_tp_eeprom.h +++ b/sys/dev/cxgb/t3c_tp_eeprom.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h index 27b3ad99708e7..fc2e370d68d7a 100644 --- a/sys/dev/cxgbe/adapter.h +++ b/sys/dev/cxgbe/adapter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/common/common.h b/sys/dev/cxgbe/common/common.h index 902f81cbae431..aa7806876793b 100644 --- a/sys/dev/cxgbe/common/common.h +++ b/sys/dev/cxgbe/common/common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_hw.c b/sys/dev/cxgbe/common/t4_hw.c index ea196764f729a..70b2e46d35915 100644 --- a/sys/dev/cxgbe/common/t4_hw.c +++ b/sys/dev/cxgbe/common/t4_hw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_hw.h b/sys/dev/cxgbe/common/t4_hw.h index f97c7a0889f51..4458840cdd563 100644 --- a/sys/dev/cxgbe/common/t4_hw.h +++ b/sys/dev/cxgbe/common/t4_hw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_msg.h b/sys/dev/cxgbe/common/t4_msg.h index f15c3a89a56a1..c3e3ef7c76dd8 100644 --- a/sys/dev/cxgbe/common/t4_msg.h +++ b/sys/dev/cxgbe/common/t4_msg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_regs.h b/sys/dev/cxgbe/common/t4_regs.h index 56793b2455750..c15a5b0b959c7 100644 --- a/sys/dev/cxgbe/common/t4_regs.h +++ b/sys/dev/cxgbe/common/t4_regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_regs_values.h b/sys/dev/cxgbe/common/t4_regs_values.h index bb1f61f3b20f8..b20de2683da52 100644 --- a/sys/dev/cxgbe/common/t4_regs_values.h +++ b/sys/dev/cxgbe/common/t4_regs_values.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_tcb.h b/sys/dev/cxgbe/common/t4_tcb.h index a09b13b50bb8d..89612b3d3c622 100644 --- a/sys/dev/cxgbe/common/t4_tcb.h +++ b/sys/dev/cxgbe/common/t4_tcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/iw_cxgbe/cm.c b/sys/dev/cxgbe/iw_cxgbe/cm.c index 2d94dc3be4bfe..365b1fc2f9217 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cm.c +++ b/sys/dev/cxgbe/iw_cxgbe/cm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013, 2016 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/cq.c b/sys/dev/cxgbe/iw_cxgbe/cq.c index 68f41883d7cf5..ae23379926199 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cq.c +++ b/sys/dev/cxgbe/iw_cxgbe/cq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/device.c b/sys/dev/cxgbe/iw_cxgbe/device.c index 3c51abc2f6748..0314043f807b9 100644 --- a/sys/dev/cxgbe/iw_cxgbe/device.c +++ b/sys/dev/cxgbe/iw_cxgbe/device.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/ev.c b/sys/dev/cxgbe/iw_cxgbe/ev.c index f4ea0c751ad45..7c42354644e0c 100644 --- a/sys/dev/cxgbe/iw_cxgbe/ev.c +++ b/sys/dev/cxgbe/iw_cxgbe/ev.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/id_table.c b/sys/dev/cxgbe/iw_cxgbe/id_table.c index 6fab5dc8eb41b..64ffdedf7ba5d 100644 --- a/sys/dev/cxgbe/iw_cxgbe/id_table.c +++ b/sys/dev/cxgbe/iw_cxgbe/id_table.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Chelsio Communications. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h b/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h index c74133ac24333..afd301e714d35 100644 --- a/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h +++ b/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013, 2016 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/mem.c b/sys/dev/cxgbe/iw_cxgbe/mem.c index 27bd902a9640b..e7e681677f70e 100644 --- a/sys/dev/cxgbe/iw_cxgbe/mem.c +++ b/sys/dev/cxgbe/iw_cxgbe/mem.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/provider.c b/sys/dev/cxgbe/iw_cxgbe/provider.c index 0cc698a7e38f1..9181bfca97647 100644 --- a/sys/dev/cxgbe/iw_cxgbe/provider.c +++ b/sys/dev/cxgbe/iw_cxgbe/provider.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013, 2016 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/qp.c b/sys/dev/cxgbe/iw_cxgbe/qp.c index 6c743d87c79aa..8de70cb150876 100644 --- a/sys/dev/cxgbe/iw_cxgbe/qp.c +++ b/sys/dev/cxgbe/iw_cxgbe/qp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/resource.c b/sys/dev/cxgbe/iw_cxgbe/resource.c index ac0eef5024980..42591f98717b7 100644 --- a/sys/dev/cxgbe/iw_cxgbe/resource.c +++ b/sys/dev/cxgbe/iw_cxgbe/resource.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/t4.h b/sys/dev/cxgbe/iw_cxgbe/t4.h index 3e0d7a638e1f9..8900e2a3a1b39 100644 --- a/sys/dev/cxgbe/iw_cxgbe/t4.h +++ b/sys/dev/cxgbe/iw_cxgbe/t4.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/user.h b/sys/dev/cxgbe/iw_cxgbe/user.h index d42f659771ae4..9f5777f6d5aac 100644 --- a/sys/dev/cxgbe/iw_cxgbe/user.h +++ b/sys/dev/cxgbe/iw_cxgbe/user.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/offload.h b/sys/dev/cxgbe/offload.h index 3eefc3b08c639..570ba7bcdcca7 100644 --- a/sys/dev/cxgbe/offload.h +++ b/sys/dev/cxgbe/offload.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/osdep.h b/sys/dev/cxgbe/osdep.h index 6fd704b08ec69..f6d065ac38eb9 100644 --- a/sys/dev/cxgbe/osdep.h +++ b/sys/dev/cxgbe/osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/t4_ioctl.h b/sys/dev/cxgbe/t4_ioctl.h index 20a686da41ca8..8fa92935c62b3 100644 --- a/sys/dev/cxgbe/t4_ioctl.h +++ b/sys/dev/cxgbe/t4_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/t4_l2t.c b/sys/dev/cxgbe/t4_l2t.c index b4b1ee4d312d3..11f5331e34415 100644 --- a/sys/dev/cxgbe/t4_l2t.c +++ b/sys/dev/cxgbe/t4_l2t.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/t4_l2t.h b/sys/dev/cxgbe/t4_l2t.h index 2d861dc9a2fd0..32758a884df0d 100644 --- a/sys/dev/cxgbe/t4_l2t.h +++ b/sys/dev/cxgbe/t4_l2t.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c index 68f040a46520e..ccc742ca3175e 100644 --- a/sys/dev/cxgbe/t4_main.c +++ b/sys/dev/cxgbe/t4_main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/t4_sge.c b/sys/dev/cxgbe/t4_sge.c index 1ce743027fb63..0a44ee068f571 100644 --- a/sys/dev/cxgbe/t4_sge.c +++ b/sys/dev/cxgbe/t4_sge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/t4_tracer.c b/sys/dev/cxgbe/t4_tracer.c index 59096bc31ec08..035c7b029d8fc 100644 --- a/sys/dev/cxgbe/t4_tracer.c +++ b/sys/dev/cxgbe/t4_tracer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_connect.c b/sys/dev/cxgbe/tom/t4_connect.c index b1acd5a58be83..0924089f6b3f2 100644 --- a/sys/dev/cxgbe/tom/t4_connect.c +++ b/sys/dev/cxgbe/tom/t4_connect.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c index a33cd704643af..36e325d6e6431 100644 --- a/sys/dev/cxgbe/tom/t4_cpl_io.c +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2015 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_ddp.c b/sys/dev/cxgbe/tom/t4_ddp.c index 0cd9fd4359d23..17ddf5f3eae1d 100644 --- a/sys/dev/cxgbe/tom/t4_ddp.c +++ b/sys/dev/cxgbe/tom/t4_ddp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_listen.c b/sys/dev/cxgbe/tom/t4_listen.c index 100e3027a13e2..52fe55b8f3946 100644 --- a/sys/dev/cxgbe/tom/t4_listen.c +++ b/sys/dev/cxgbe/tom/t4_listen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_tom.c b/sys/dev/cxgbe/tom/t4_tom.c index e033c478d55bc..837c80ebc1242 100644 --- a/sys/dev/cxgbe/tom/t4_tom.c +++ b/sys/dev/cxgbe/tom/t4_tom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_tom.h b/sys/dev/cxgbe/tom/t4_tom.h index 537b6984ed6eb..86d4becf24448 100644 --- a/sys/dev/cxgbe/tom/t4_tom.h +++ b/sys/dev/cxgbe/tom/t4_tom.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2015 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar <np@FreeBSD.org> diff --git a/sys/dev/cxgbe/tom/t4_tom_l2t.c b/sys/dev/cxgbe/tom/t4_tom_l2t.c index f89df02e1000e..231a4669e8101 100644 --- a/sys/dev/cxgbe/tom/t4_tom_l2t.c +++ b/sys/dev/cxgbe/tom/t4_tom_l2t.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/tom/t4_tom_l2t.h b/sys/dev/cxgbe/tom/t4_tom_l2t.h index 9a7fb39fbd795..dc8e04d8d978c 100644 --- a/sys/dev/cxgbe/tom/t4_tom_l2t.h +++ b/sys/dev/cxgbe/tom/t4_tom_l2t.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index ad4fa145cf7ec..2d4663bee4928 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -2,6 +2,8 @@ * cyclades cyclom-y serial driver * Andrew Herbert <andrew@werple.apana.org.au>, 17 August 1993 * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Andrew Herbert. * All rights reserved. * diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 448cc033dcb01..a53da4fc33e63 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -2,6 +2,8 @@ * cyclades cyclom-y serial driver * Andrew Herbert <andrew@werple.apana.org.au>, 17 August 1993 * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Andrew Herbert. * All rights reserved. * diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index 3f9a1826f6b5d..4bd833e27b192 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, David Greenman * All rights reserved. * diff --git a/sys/dev/cy/cyreg.h b/sys/dev/cy/cyreg.h index 88a36eb4a65e2..bb29064b471ee 100644 --- a/sys/dev/cy/cyreg.h +++ b/sys/dev/cy/cyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce Evans. * All rights reserved. * diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h index 6b770e8761fa8..0289ecba4f3e7 100644 --- a/sys/dev/cy/cyvar.h +++ b/sys/dev/cy/cyvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Bruce D. Evans * All rights reserved. * diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c index f96a9b360bb2c..8b28d462a5b3f 100644 --- a/sys/dev/dc/dcphy.c +++ b/sys/dev/dc/dcphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index 421e326d256c6..dba0f642906ed 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h index e290881fa017a..9ae26cc6e59f0 100644 --- a/sys/dev/dc/if_dcreg.h +++ b/sys/dev/dc/if_dcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c index f8d31de782efb..f2da30cc6cf07 100644 --- a/sys/dev/dc/pnphy.c +++ b/sys/dev/dc/pnphy.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c index da5183e15cd35..07dda29406211 100644 --- a/sys/dev/dcons/dcons.c +++ b/sys/dev/dcons/dcons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003,2004 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/dcons/dcons.h b/sys/dev/dcons/dcons.h index e613f5bbe51d3..c7ade863b6ef3 100644 --- a/sys/dev/dcons/dcons.h +++ b/sys/dev/dcons/dcons.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002-2004 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/dcons/dcons_crom.c b/sys/dev/dcons/dcons_crom.c index cb206752be9f5..1fa7dcb92efe1 100644 --- a/sys/dev/dcons/dcons_crom.c +++ b/sys/dev/dcons/dcons_crom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c index 01e61663e5b01..3b17ffeaa5c4c 100644 --- a/sys/dev/dcons/dcons_os.c +++ b/sys/dev/dcons/dcons_os.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003,2004 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/dcons/dcons_os.h b/sys/dev/dcons/dcons_os.h index bd6dfeff80096..7421b4734d78e 100644 --- a/sys/dev/dcons/dcons_os.h +++ b/sys/dev/dcons/dcons_os.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002-2004 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/de/dc21040reg.h b/sys/dev/de/dc21040reg.h index d94eca623fb55..2d32950f78c52 100644 --- a/sys/dev/de/dc21040reg.h +++ b/sys/dev/de/dc21040reg.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 68542d7006d1d..0393bc5d1e815 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,5 +1,7 @@ /* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) * All rights reserved. * diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h index e3e364d02575d..c2aeeb2b843da 100644 --- a/sys/dev/de/if_devar.h +++ b/sys/dev/de/if_devar.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) * All rights reserved. * diff --git a/sys/dev/dpms/dpms.c b/sys/dev/dpms/dpms.c index fdfed2f6cedda..45f1f6f9b7138 100644 --- a/sys/dev/dpms/dpms.c +++ b/sys/dev/dpms/dpms.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index 6c0e341db4754..4e7ccc13407d3 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 by Simon Shapiro * All Rights Reserved * diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index f547a22141565..15a097e61b2fd 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Matthew N. Dodd <winter@jurai.net> * All rights reserved. * diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index e3330cf11c300..f9405c222b307 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 by Simon Shapiro * All Rights Reserved * diff --git a/sys/dev/drm2/drm_gem.c b/sys/dev/drm2/drm_gem.c index aaf99628c1662..47d363a811add 100644 --- a/sys/dev/drm2/drm_gem.c +++ b/sys/dev/drm2/drm_gem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/drm_gem_names.c b/sys/dev/drm2/drm_gem_names.c index 8e47531e04391..6b0046fc042e6 100644 --- a/sys/dev/drm2/drm_gem_names.c +++ b/sys/dev/drm2/drm_gem_names.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/drm_gem_names.h b/sys/dev/drm2/drm_gem_names.h index 08f6fa470786d..bb97c0797f746 100644 --- a/sys/dev/drm2/drm_gem_names.h +++ b/sys/dev/drm2/drm_gem_names.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/drm_linux_list_sort.c b/sys/dev/drm2/drm_linux_list_sort.c index 19c5c9ecc8eda..bd7085e2a86df 100644 --- a/sys/dev/drm2/drm_linux_list_sort.c +++ b/sys/dev/drm2/drm_linux_list_sort.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/i915/i915_gem.c b/sys/dev/drm2/i915/i915_gem.c index 40d432ce73f1e..4470c921c08e7 100644 --- a/sys/dev/drm2/i915/i915_gem.c +++ b/sys/dev/drm2/i915/i915_gem.c @@ -23,6 +23,8 @@ * Authors: * Eric Anholt <eric@anholt.net> * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/e1000/e1000_80003es2lan.c b/sys/dev/e1000/e1000_80003es2lan.c index e7c42d5386eb2..500d338e51331 100644 --- a/sys/dev/e1000/e1000_80003es2lan.c +++ b/sys/dev/e1000/e1000_80003es2lan.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_80003es2lan.h b/sys/dev/e1000/e1000_80003es2lan.h index 89b15512bf827..cbf0eafa9407d 100644 --- a/sys/dev/e1000/e1000_80003es2lan.h +++ b/sys/dev/e1000/e1000_80003es2lan.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82540.c b/sys/dev/e1000/e1000_82540.c index 2d03b8ff8e3f5..d90c8f9b73f1c 100644 --- a/sys/dev/e1000/e1000_82540.c +++ b/sys/dev/e1000/e1000_82540.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82541.c b/sys/dev/e1000/e1000_82541.c index 55d51087b7b32..04f3b356b6f1b 100644 --- a/sys/dev/e1000/e1000_82541.c +++ b/sys/dev/e1000/e1000_82541.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82541.h b/sys/dev/e1000/e1000_82541.h index 7a01fd43ad606..ce29548a4d858 100644 --- a/sys/dev/e1000/e1000_82541.h +++ b/sys/dev/e1000/e1000_82541.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82542.c b/sys/dev/e1000/e1000_82542.c index 4cca9b2b2c610..57deeb87a0896 100644 --- a/sys/dev/e1000/e1000_82542.c +++ b/sys/dev/e1000/e1000_82542.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82543.c b/sys/dev/e1000/e1000_82543.c index ddfc2569116f8..48ad49294f31e 100644 --- a/sys/dev/e1000/e1000_82543.c +++ b/sys/dev/e1000/e1000_82543.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82543.h b/sys/dev/e1000/e1000_82543.h index e8edda5d2b342..98289524f6d83 100644 --- a/sys/dev/e1000/e1000_82543.h +++ b/sys/dev/e1000/e1000_82543.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82571.c b/sys/dev/e1000/e1000_82571.c index 5ff17f098a215..b173cd072edf3 100644 --- a/sys/dev/e1000/e1000_82571.c +++ b/sys/dev/e1000/e1000_82571.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82571.h b/sys/dev/e1000/e1000_82571.h index 8e5ca56ae88c9..a39f63c53e2dc 100644 --- a/sys/dev/e1000/e1000_82571.h +++ b/sys/dev/e1000/e1000_82571.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82575.c b/sys/dev/e1000/e1000_82575.c index 5d68e8b9718c4..0851965106458 100644 --- a/sys/dev/e1000/e1000_82575.c +++ b/sys/dev/e1000/e1000_82575.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_82575.h b/sys/dev/e1000/e1000_82575.h index f81795605c01c..7e127ed79dbc5 100644 --- a/sys/dev/e1000/e1000_82575.h +++ b/sys/dev/e1000/e1000_82575.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_api.c b/sys/dev/e1000/e1000_api.c index 52e260950d24c..cd82607c24336 100644 --- a/sys/dev/e1000/e1000_api.c +++ b/sys/dev/e1000/e1000_api.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_api.h b/sys/dev/e1000/e1000_api.h index 074197bfe8515..bf5f637cb3dd9 100644 --- a/sys/dev/e1000/e1000_api.h +++ b/sys/dev/e1000/e1000_api.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_defines.h b/sys/dev/e1000/e1000_defines.h index 4c2b09038551e..db7659e8d04f7 100644 --- a/sys/dev/e1000/e1000_defines.h +++ b/sys/dev/e1000/e1000_defines.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_hw.h b/sys/dev/e1000/e1000_hw.h index e1464a7b655a2..82e783fe93e51 100644 --- a/sys/dev/e1000/e1000_hw.h +++ b/sys/dev/e1000/e1000_hw.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_i210.c b/sys/dev/e1000/e1000_i210.c index cd8d7c7e1f56b..13976b6d1dc7d 100644 --- a/sys/dev/e1000/e1000_i210.c +++ b/sys/dev/e1000/e1000_i210.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_i210.h b/sys/dev/e1000/e1000_i210.h index f940915b06192..c08a0dd7a581b 100644 --- a/sys/dev/e1000/e1000_i210.h +++ b/sys/dev/e1000/e1000_i210.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_ich8lan.c b/sys/dev/e1000/e1000_ich8lan.c index 0d8485ff3fa00..7b6144a74a575 100644 --- a/sys/dev/e1000/e1000_ich8lan.c +++ b/sys/dev/e1000/e1000_ich8lan.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_ich8lan.h b/sys/dev/e1000/e1000_ich8lan.h index 6d812911e8b89..d61f4df8ca66f 100644 --- a/sys/dev/e1000/e1000_ich8lan.h +++ b/sys/dev/e1000/e1000_ich8lan.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_mac.c b/sys/dev/e1000/e1000_mac.c index 1c863073f0826..100000976b1cb 100644 --- a/sys/dev/e1000/e1000_mac.c +++ b/sys/dev/e1000/e1000_mac.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_mac.h b/sys/dev/e1000/e1000_mac.h index ef9789bbb537b..cb8da24618004 100644 --- a/sys/dev/e1000/e1000_mac.h +++ b/sys/dev/e1000/e1000_mac.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_manage.c b/sys/dev/e1000/e1000_manage.c index f8290a22fa9f9..5bf4b15acfa5e 100644 --- a/sys/dev/e1000/e1000_manage.c +++ b/sys/dev/e1000/e1000_manage.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_manage.h b/sys/dev/e1000/e1000_manage.h index 303e99e321416..2ef2e3a496a60 100644 --- a/sys/dev/e1000/e1000_manage.h +++ b/sys/dev/e1000/e1000_manage.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_mbx.c b/sys/dev/e1000/e1000_mbx.c index 34649bf739bd7..73694832c98f1 100644 --- a/sys/dev/e1000/e1000_mbx.c +++ b/sys/dev/e1000/e1000_mbx.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_mbx.h b/sys/dev/e1000/e1000_mbx.h index fadd8494f5ed3..f0b21992b249c 100644 --- a/sys/dev/e1000/e1000_mbx.h +++ b/sys/dev/e1000/e1000_mbx.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_nvm.c b/sys/dev/e1000/e1000_nvm.c index 0a1a18d4a973e..119cdc38199ef 100644 --- a/sys/dev/e1000/e1000_nvm.c +++ b/sys/dev/e1000/e1000_nvm.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_nvm.h b/sys/dev/e1000/e1000_nvm.h index 64a4083eb2091..4f40f9ae291b6 100644 --- a/sys/dev/e1000/e1000_nvm.h +++ b/sys/dev/e1000/e1000_nvm.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_osdep.c b/sys/dev/e1000/e1000_osdep.c index 2987cda071705..4d4347c143d53 100644 --- a/sys/dev/e1000/e1000_osdep.c +++ b/sys/dev/e1000/e1000_osdep.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_osdep.h b/sys/dev/e1000/e1000_osdep.h index c0bf4182ec626..b126a75866602 100644 --- a/sys/dev/e1000/e1000_osdep.h +++ b/sys/dev/e1000/e1000_osdep.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_phy.c b/sys/dev/e1000/e1000_phy.c index 9684b43f5503b..4396bd0a42363 100644 --- a/sys/dev/e1000/e1000_phy.c +++ b/sys/dev/e1000/e1000_phy.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_phy.h b/sys/dev/e1000/e1000_phy.h index d3d563f71e31b..6d0687fc658df 100644 --- a/sys/dev/e1000/e1000_phy.h +++ b/sys/dev/e1000/e1000_phy.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_regs.h b/sys/dev/e1000/e1000_regs.h index 37d701722da10..d99498174158c 100644 --- a/sys/dev/e1000/e1000_regs.h +++ b/sys/dev/e1000/e1000_regs.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_vf.c b/sys/dev/e1000/e1000_vf.c index 4af985b87b9bb..049477c601d6e 100644 --- a/sys/dev/e1000/e1000_vf.c +++ b/sys/dev/e1000/e1000_vf.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/e1000_vf.h b/sys/dev/e1000/e1000_vf.h index e6f834e78abfe..9c76b6320153c 100644 --- a/sys/dev/e1000/e1000_vf.h +++ b/sys/dev/e1000/e1000_vf.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c index 036de0eb24e8a..7ee015d012555 100644 --- a/sys/dev/e1000/if_em.c +++ b/sys/dev/e1000/if_em.c @@ -1,4 +1,29 @@ -/****************************************************************************** +/*- + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2016 Matt Macy <mmacy@nextbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/e1000/if_em.h b/sys/dev/e1000/if_em.h index b6c816424188a..ee2b162145096 100644 --- a/sys/dev/e1000/if_em.h +++ b/sys/dev/e1000/if_em.h @@ -1,4 +1,29 @@ -/****************************************************************************** +/*- + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2016 Matt Macy <mmacy@nextbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. Copyright (c) 2001-2015, Intel Corporation All rights reserved. diff --git a/sys/dev/ed/ax88x90reg.h b/sys/dev/ed/ax88x90reg.h index d28d5aa6c9e22..245d0784f5fc9 100644 --- a/sys/dev/ed/ax88x90reg.h +++ b/sys/dev/ed/ax88x90reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/ed/dl100xxreg.h b/sys/dev/ed/dl100xxreg.h index 3b9f1c9fac523..69870c2aedf1c 100644 --- a/sys/dev/ed/dl100xxreg.h +++ b/sys/dev/ed/dl100xxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 0730c964df08d..696da5745d11b 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/ed/if_ed_3c503.c b/sys/dev/ed/if_ed_3c503.c index bcb9e44a94ca0..c7ff8edf448c0 100644 --- a/sys/dev/ed/if_ed_3c503.c +++ b/sys/dev/ed/if_ed_3c503.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_hpp.c b/sys/dev/ed/if_ed_hpp.c index 5dac104410d2f..282b8e468e14b 100644 --- a/sys/dev/ed/if_ed_hpp.c +++ b/sys/dev/ed/if_ed_hpp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index 7b974dc27f63f..ac36f4060b871 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/ed/if_ed_novell.c b/sys/dev/ed/if_ed_novell.c index d81b50997bc2c..5ef196bb40497 100644 --- a/sys/dev/ed/if_ed_novell.c +++ b/sys/dev/ed/if_ed_novell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 571b8679dd585..bda04352df9f0 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * Copyright (c) 1995, David Greenman * All rights reserved. diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 04130df2298f3..78f9aff705ae1 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/dev/ed/if_ed_rtl80x9.c b/sys/dev/ed/if_ed_rtl80x9.c index 745551036c3da..3f160d05c4adb 100644 --- a/sys/dev/ed/if_ed_rtl80x9.c +++ b/sys/dev/ed/if_ed_rtl80x9.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, David Madole * All rights reserved. * Copyright (c) 2005, M. Warner Losh. diff --git a/sys/dev/ed/if_ed_sic.c b/sys/dev/ed/if_ed_sic.c index d9c67120fd755..0a19654077345 100644 --- a/sys/dev/ed/if_ed_sic.c +++ b/sys/dev/ed/if_ed_sic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_wd80x3.c b/sys/dev/ed/if_ed_wd80x3.c index ccaa46e883df2..e736e9bd78cf0 100644 --- a/sys/dev/ed/if_ed_wd80x3.c +++ b/sys/dev/ed/if_ed_wd80x3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index bd3be77c4db30..d6d2d81946b17 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/ed/rtl80x9reg.h b/sys/dev/ed/rtl80x9reg.h index 2120fcffa8525..13d932b58d913 100644 --- a/sys/dev/ed/rtl80x9reg.h +++ b/sys/dev/ed/rtl80x9reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, David Madole * All rights reserved. * Copyright (c) 2005, M. Warner Losh. diff --git a/sys/dev/ed/tc5299jreg.h b/sys/dev/ed/tc5299jreg.h index 414216007c525..42ab8239a110a 100644 --- a/sys/dev/ed/tc5299jreg.h +++ b/sys/dev/ed/tc5299jreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 9f6848a1de586..e2c5acdb4336a 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> * All rights reserved. * diff --git a/sys/dev/ep/if_ep_isa.c b/sys/dev/ep/if_ep_isa.c index e125daf101fd0..1b7dd1b85f698 100644 --- a/sys/dev/ep/if_ep_isa.c +++ b/sys/dev/ep/if_ep_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> * All rights reserved. * diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index e0e680c1ec773..4a202b2557dfb 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> * All rights reserved. * diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 9453891488dfd..30cc634d32fc7 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h index c7b9cb39d5b06..42bb06ca76337 100644 --- a/sys/dev/ep/if_epvar.h +++ b/sys/dev/ep/if_epvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/esp/am53c974reg.h b/sys/dev/esp/am53c974reg.h index 86260fd646c9b..795aa88d1668e 100644 --- a/sys/dev/esp/am53c974reg.h +++ b/sys/dev/esp/am53c974reg.h @@ -1,6 +1,8 @@ /* $NetBSD: pcscpreg.h,v 1.2 2008/04/28 20:23:55 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/esp/esp_pci.c b/sys/dev/esp/esp_pci.c index fc3af2b2442eb..1e484b29415ed 100644 --- a/sys/dev/esp/esp_pci.c +++ b/sys/dev/esp/esp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2011 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index 4d658d6671f69..c7f4cbbc9d293 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2004 Scott Long * Copyright (c) 2005 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 62f0ec6cd71f6..98d40ce70697f 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause NetBSD + * * Copyright (c) 2004 Scott Long * Copyright (c) 2005, 2008 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index dffbf7cd57703..557ae59ae7206 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -1,6 +1,8 @@ /* $NetBSD: ncr53c9xreg.h,v 1.16 2009/09/07 13:31:44 tsutsui Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Peter Galbavy. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/esp/ncr53c9xvar.h b/sys/dev/esp/ncr53c9xvar.h index c5c8343c47a52..cebb214df369d 100644 --- a/sys/dev/esp/ncr53c9xvar.h +++ b/sys/dev/esp/ncr53c9xvar.h @@ -1,6 +1,8 @@ /* $NetBSD: ncr53c9xvar.h,v 1.55 2011/07/31 18:39:00 jakllsch Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/et/if_et.c b/sys/dev/et/if_et.c index 67cddc9e0fc27..7347879644043 100644 --- a/sys/dev/et/if_et.c +++ b/sys/dev/et/if_et.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Sepherosa Ziehau. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/et/if_etreg.h b/sys/dev/et/if_etreg.h index 52fa930d91ed4..04e103d5d7f1a 100644 --- a/sys/dev/et/if_etreg.h +++ b/sys/dev/et/if_etreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Sepherosa Ziehau. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/et/if_etvar.h b/sys/dev/et/if_etvar.h index e2e30ea2a2bc9..461324f2f0f1a 100644 --- a/sys/dev/et/if_etvar.h +++ b/sys/dev/et/if_etvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Sepherosa Ziehau. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/etherswitch/arswitch/arswitch.c b/sys/dev/etherswitch/arswitch/arswitch.c index 8396f8aee5018..67cfb717486b5 100644 --- a/sys/dev/etherswitch/arswitch/arswitch.c +++ b/sys/dev/etherswitch/arswitch/arswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_7240.c b/sys/dev/etherswitch/arswitch/arswitch_7240.c index 01ea9b3e9c1ba..15523f7ea0e85 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_7240.c +++ b/sys/dev/etherswitch/arswitch/arswitch_7240.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_7240.h b/sys/dev/etherswitch/arswitch/arswitch_7240.h index 838a6d1015a00..14fcfa5918cc8 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_7240.h +++ b/sys/dev/etherswitch/arswitch/arswitch_7240.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8216.c b/sys/dev/etherswitch/arswitch/arswitch_8216.c index bd5c2cb71d6e3..c8b29b19d0a66 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8216.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8216.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8216.h b/sys/dev/etherswitch/arswitch/arswitch_8216.h index 1795a20b921e3..2b99552c01c50 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8216.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8216.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8226.c b/sys/dev/etherswitch/arswitch/arswitch_8226.c index 5a86627345b51..ee9e17f67bae3 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8226.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8226.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8226.h b/sys/dev/etherswitch/arswitch/arswitch_8226.h index f430e1200f8c8..b58b7708ad2ee 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8226.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8226.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8316.c b/sys/dev/etherswitch/arswitch/arswitch_8316.c index 54d6618bd8058..f56d9000108e8 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8316.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8316.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8316.h b/sys/dev/etherswitch/arswitch/arswitch_8316.h index ceb8ae73ff8c4..7a990a0d583a8 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8316.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8316.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8327.c b/sys/dev/etherswitch/arswitch/arswitch_8327.c index 92e44fc9acb49..e65884b5c8f7f 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8327.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8327.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2014 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8327.h b/sys/dev/etherswitch/arswitch/arswitch_8327.h index 1f35d96639d12..60e897e367a1c 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8327.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8327.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_9340.c b/sys/dev/etherswitch/arswitch/arswitch_9340.c index 89f6caa58c280..de6fc31952865 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_9340.c +++ b/sys/dev/etherswitch/arswitch/arswitch_9340.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_9340.h b/sys/dev/etherswitch/arswitch/arswitch_9340.h index cd7e8e3384e38..a594ffaf82b56 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_9340.h +++ b/sys/dev/etherswitch/arswitch/arswitch_9340.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2031 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_phy.c b/sys/dev/etherswitch/arswitch/arswitch_phy.c index ceeb307efb6dd..d9965745b72dc 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_phy.c +++ b/sys/dev/etherswitch/arswitch/arswitch_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_phy.h b/sys/dev/etherswitch/arswitch/arswitch_phy.h index 885be2711279a..fcfc263f3bf4c 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_phy.h +++ b/sys/dev/etherswitch/arswitch/arswitch_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_reg.c b/sys/dev/etherswitch/arswitch/arswitch_reg.c index 420e516441323..c4420bf429a09 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_reg.c +++ b/sys/dev/etherswitch/arswitch/arswitch_reg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_reg.h b/sys/dev/etherswitch/arswitch/arswitch_reg.h index 04612b2468cd0..b15147faa3710 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_reg.h +++ b/sys/dev/etherswitch/arswitch/arswitch_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_vlans.c b/sys/dev/etherswitch/arswitch/arswitch_vlans.c index 9853b22f5f3bb..a9452841d66a7 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_vlans.c +++ b/sys/dev/etherswitch/arswitch/arswitch_vlans.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/arswitch/arswitch_vlans.h b/sys/dev/etherswitch/arswitch/arswitch_vlans.h index b82db898822db..fa0e9b4dc5722 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_vlans.h +++ b/sys/dev/etherswitch/arswitch/arswitch_vlans.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitchreg.h b/sys/dev/etherswitch/arswitch/arswitchreg.h index 80f95b6502ab6..2dd0b1a965e51 100644 --- a/sys/dev/etherswitch/arswitch/arswitchreg.h +++ b/sys/dev/etherswitch/arswitch/arswitchreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitchvar.h b/sys/dev/etherswitch/arswitch/arswitchvar.h index a322a4fa9aace..4010fd8851e4f 100644 --- a/sys/dev/etherswitch/arswitch/arswitchvar.h +++ b/sys/dev/etherswitch/arswitch/arswitchvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/etherswitch.c b/sys/dev/etherswitch/etherswitch.c index ee9b71086bede..c00c68ea4f5f5 100644 --- a/sys/dev/etherswitch/etherswitch.c +++ b/sys/dev/etherswitch/etherswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/ip17x/ip175c.c b/sys/dev/etherswitch/ip17x/ip175c.c index 30614a4241708..b81d4dad40b17 100644 --- a/sys/dev/etherswitch/ip17x/ip175c.c +++ b/sys/dev/etherswitch/ip17x/ip175c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip175c.h b/sys/dev/etherswitch/ip17x/ip175c.h index 8abb4b696196f..b61aca4d7d02d 100644 --- a/sys/dev/etherswitch/ip17x/ip175c.h +++ b/sys/dev/etherswitch/ip17x/ip175c.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip175d.c b/sys/dev/etherswitch/ip17x/ip175d.c index 5d43641b1127a..45ba44d58ec09 100644 --- a/sys/dev/etherswitch/ip17x/ip175d.c +++ b/sys/dev/etherswitch/ip17x/ip175d.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip175d.h b/sys/dev/etherswitch/ip17x/ip175d.h index d8a3033c20943..6dba68c8d3bf2 100644 --- a/sys/dev/etherswitch/ip17x/ip175d.h +++ b/sys/dev/etherswitch/ip17x/ip175d.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x.c b/sys/dev/etherswitch/ip17x/ip17x.c index e39663498679f..3d8c9dde15168 100644 --- a/sys/dev/etherswitch/ip17x/ip17x.c +++ b/sys/dev/etherswitch/ip17x/ip17x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_phy.c b/sys/dev/etherswitch/ip17x/ip17x_phy.c index d110b26a69f02..50cbbe5dfef77 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_phy.c +++ b/sys/dev/etherswitch/ip17x/ip17x_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_phy.h b/sys/dev/etherswitch/ip17x/ip17x_phy.h index e2638aefda602..3ecd18821eb9c 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_phy.h +++ b/sys/dev/etherswitch/ip17x/ip17x_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_reg.h b/sys/dev/etherswitch/ip17x/ip17x_reg.h index 09b119669c8c7..b79e0c0648095 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_reg.h +++ b/sys/dev/etherswitch/ip17x/ip17x_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_var.h b/sys/dev/etherswitch/ip17x/ip17x_var.h index a1f418754d961..5fed094723b0f 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_var.h +++ b/sys/dev/etherswitch/ip17x/ip17x_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_vlans.c b/sys/dev/etherswitch/ip17x/ip17x_vlans.c index 6746344f48d69..d6b5883692d66 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_vlans.c +++ b/sys/dev/etherswitch/ip17x/ip17x_vlans.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_vlans.h b/sys/dev/etherswitch/ip17x/ip17x_vlans.h index 705926a48610d..5d4c0ef568871 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_vlans.h +++ b/sys/dev/etherswitch/ip17x/ip17x_vlans.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * All rights reserved. * diff --git a/sys/dev/etherswitch/miiproxy.c b/sys/dev/etherswitch/miiproxy.c index b0f2398058cdb..d667cfec2c3e5 100644 --- a/sys/dev/etherswitch/miiproxy.c +++ b/sys/dev/etherswitch/miiproxy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/miiproxy.h b/sys/dev/etherswitch/miiproxy.h index 4883c57dabd73..fc30af10ada23 100644 --- a/sys/dev/etherswitch/miiproxy.h +++ b/sys/dev/etherswitch/miiproxy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/rtl8366/rtl8366rb.c b/sys/dev/etherswitch/rtl8366/rtl8366rb.c index 6e990d9799695..f4a8fcd77275f 100644 --- a/sys/dev/etherswitch/rtl8366/rtl8366rb.c +++ b/sys/dev/etherswitch/rtl8366/rtl8366rb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015-2016 Hiroki Mori. * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. diff --git a/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h b/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h index 66ca0ad245eeb..33c4b3694aaf0 100644 --- a/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h +++ b/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015-2016 Hiroki Mori. * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. diff --git a/sys/dev/etherswitch/ukswitch/ukswitch.c b/sys/dev/etherswitch/ukswitch/ukswitch.c index 876aa9da22674..7cb3ccf7da87b 100644 --- a/sys/dev/etherswitch/ukswitch/ukswitch.c +++ b/sys/dev/etherswitch/ukswitch/ukswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index 58321689ed04b..e2ebf7c045fcd 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, Javier MartÃn Rueda (jmrueda@diatel.upm.es) * All rights reserved. * diff --git a/sys/dev/ex/if_ex_isa.c b/sys/dev/ex/if_ex_isa.c index 02d4a751026d9..ab572fff1ef50 100644 --- a/sys/dev/ex/if_ex_isa.c +++ b/sys/dev/ex/if_ex_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Matthew N. Dodd * All rights reserved. * diff --git a/sys/dev/ex/if_ex_pccard.c b/sys/dev/ex/if_ex_pccard.c index 6d13a72fd2fcf..bcc2cfb7e254c 100644 --- a/sys/dev/ex/if_ex_pccard.c +++ b/sys/dev/ex/if_ex_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Mitsuru IWASAKI * All rights reserved. * diff --git a/sys/dev/ex/if_exreg.h b/sys/dev/ex/if_exreg.h index 8b86f36daf578..8c260ede28c07 100644 --- a/sys/dev/ex/if_exreg.h +++ b/sys/dev/ex/if_exreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, Javier MartÃn Rueda (jmrueda@diatel.upm.es) * All rights reserved. * diff --git a/sys/dev/ex/if_exvar.h b/sys/dev/ex/if_exvar.h index 44576a33404b1..a5f806b6c97c9 100644 --- a/sys/dev/ex/if_exvar.h +++ b/sys/dev/ex/if_exvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, Javier Mart^mn Rueda (jmrueda@diatel.upm.es) * All rights reserved. * diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index ea611a87e86b2..899375bce7330 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2005 M Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index c445efe605834..ee69cc24bd570 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 M Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/exca/excavar.h b/sys/dev/exca/excavar.h index bc29c81a09907..c4a8a556bbb98 100644 --- a/sys/dev/exca/excavar.h +++ b/sys/dev/exca/excavar.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 M Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index 89cf877641c86..2fd0bd1059723 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * Copyright (c) 2005 - 2006 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h index c73af6fb40f6d..2cdb2dff1b93d 100644 --- a/sys/dev/fb/creatorreg.h +++ b/sys/dev/fb/creatorreg.h @@ -21,6 +21,8 @@ * from: XFree86: ffb_dac.h,v 1.1 2000/05/23 04:47:44 dawes Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 183abdc3bfcb3..39d415395b3ee 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index 6110e4afd25ec..02b8eb3ada447 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h index 0ae2d54526e7b..5e8f2cd105f3b 100644 --- a/sys/dev/fb/fbreg.h +++ b/sys/dev/fb/fbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/gallant12x22.c b/sys/dev/fb/gallant12x22.c index 73e6dd2cacc68..6cb82fac66028 100644 --- a/sys/dev/fb/gallant12x22.c +++ b/sys/dev/fb/gallant12x22.c @@ -2,6 +2,8 @@ /* $NetBSD: gallant12x22.h,v 1.2 1999/05/18 21:51:58 ad Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index 42824835fcb94..7c719bbe1cd90 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Bang Jun-Young * Copyright (c) 2005 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 4a438fa690fec..37ecddbaeb43f 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Alcove - Nicolas Souchu <nsouch@freebsd.org> * All rights reserved. * diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index 4a7226f9ce429..c3e1946ad0e8c 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index 517a3efd73f3f..c80c6d58338bf 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/splash_bmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * Copyright (c) 1999 Kazutaka YOKOTA <yokota@freebsd.org> * All rights reserved. diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c index 5340b2e5d504c..8d82bca31ac97 100644 --- a/sys/dev/fb/splash_pcx.c +++ b/sys/dev/fb/splash_pcx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * Copyright (c) 1999 Kazutaka YOKOTA <yokota@freebsd.org> * Copyright (c) 1999 Dag-Erling Coïdan Smørgrav diff --git a/sys/dev/fb/splash_txt.c b/sys/dev/fb/splash_txt.c index 7bd9ff95bc5fa..1477c3bf52b48 100644 --- a/sys/dev/fb/splash_txt.c +++ b/sys/dev/fb/splash_txt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * Copyright (c) 1999 Kazutaka YOKOTA <yokota@freebsd.org> * Copyright (c) 2005 Antony Mawer <antony@mawer.org> diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 36ba9a708d895..be81e4ad7cd73 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c index f73d626a9a636..79dc302012258 100644 --- a/sys/dev/fb/vesa.c +++ b/sys/dev/fb/vesa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA and Michael Smith * Copyright (c) 2009-2013 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/fb/vesa.h b/sys/dev/fb/vesa.h index 17314394f9b3a..d38af0ee645ce 100644 --- a/sys/dev/fb/vesa.h +++ b/sys/dev/fb/vesa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Michael Smith and Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 39078c6ccd8c7..12b12f96c8213 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h index 249d32c5957af..229231d1f843d 100644 --- a/sys/dev/fb/vgareg.h +++ b/sys/dev/fb/vgareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 699ccbb2ca644..5c5dc43dabded 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Poul-Henning Kamp * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index afef4096316bc..1adebe845304b 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Nate Lawson (SDG) * All rights reserved. * diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index a3a0e61675011..55d9c85ca9c24 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c index 767a4d157a130..c63295052379c 100644 --- a/sys/dev/fdc/fdc_pccard.c +++ b/sys/dev/fdc/fdc_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/fdc/fdcvar.h b/sys/dev/fdc/fdcvar.h index edaef7959de27..972ef065c909a 100644 --- a/sys/dev/fdc/fdcvar.h +++ b/sys/dev/fdc/fdcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/fdt/fdt_common.c b/sys/dev/fdt/fdt_common.c index 4e0d6e206c5b4..69a8a12ac2aaf 100644 --- a/sys/dev/fdt/fdt_common.c +++ b/sys/dev/fdt/fdt_common.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2014 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fdt/fdt_common.h b/sys/dev/fdt/fdt_common.h index 94f84ff3fe497..be3cf5fdd2714 100644 --- a/sys/dev/fdt/fdt_common.h +++ b/sys/dev/fdt/fdt_common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fdt/fdt_powerpc.c b/sys/dev/fdt/fdt_powerpc.c index 80cfa4b3a93ab..016427f90e5ea 100644 --- a/sys/dev/fdt/fdt_powerpc.c +++ b/sys/dev/fdt/fdt_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fdt/fdt_slicer.c b/sys/dev/fdt/fdt_slicer.c index 2765f53aa1ba9..5470256073e01 100644 --- a/sys/dev/fdt/fdt_slicer.c +++ b/sys/dev/fdt/fdt_slicer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Semihalf. * All rights reserved. * diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c index 8d43a7057bcf1..c8a9d5d7a6db7 100644 --- a/sys/dev/fdt/simplebus.c +++ b/sys/dev/fdt/simplebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/ffec/if_ffec.c b/sys/dev/ffec/if_ffec.c index d93547af9dfe7..164e25594242a 100644 --- a/sys/dev/ffec/if_ffec.c +++ b/sys/dev/ffec/if_ffec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/dev/ffec/if_ffecreg.h b/sys/dev/ffec/if_ffecreg.h index bb1d19790c143..00bb896f6694d 100644 --- a/sys/dev/ffec/if_ffecreg.h +++ b/sys/dev/ffec/if_ffecreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> * All rights reserved. * diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c index 26e1bc38d0719..8ae6b55c44c8e 100644 --- a/sys/dev/filemon/filemon.c +++ b/sys/dev/filemon/filemon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, David E. O'Brien. * Copyright (c) 2009-2011, Juniper Networks, Inc. * Copyright (c) 2015-2016, EMC Corp. diff --git a/sys/dev/filemon/filemon.h b/sys/dev/filemon/filemon.h index b3fa061727eb7..4a97dfd010ad9 100644 --- a/sys/dev/filemon/filemon.h +++ b/sys/dev/filemon/filemon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, David E. O'Brien. * Copyright (c) 2009-2011, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c index 6c71d27a767ca..fbc101afda344 100644 --- a/sys/dev/filemon/filemon_wrapper.c +++ b/sys/dev/filemon/filemon_wrapper.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, David E. O'Brien. * Copyright (c) 2009-2011, Juniper Networks, Inc. * Copyright (c) 2015-2016, EMC Corp. diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index c5b24ff78d733..3798188fdcb10 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index 442fd6f624fbb..e91e5c26adabe 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index a420a4a9f04e4..1cac818fb1069 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. * diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index e9a86060b45c2..494ff45c61dbc 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwcrom.c b/sys/dev/firewire/fwcrom.c index e53d3b678cd63..251173a7e71bc 100644 --- a/sys/dev/firewire/fwcrom.c +++ b/sys/dev/firewire/fwcrom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 87f44ac840bba..2442a9131779b 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index 45598f2828d76..27599c41bdf82 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h index ec67971ad2295..dfa942d914488 100644 --- a/sys/dev/firewire/fwdma.h +++ b/sys/dev/firewire/fwdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index 034481d086d04..2faa4d3d3618f 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h index de717947e8445..f79dec68eccfb 100644 --- a/sys/dev/firewire/fwmem.h +++ b/sys/dev/firewire/fwmem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 5162c065f674c..03df023b7531d 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 7523f2cbc54fc..5fa94ebe65d78 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 95fe26ed2b229..38b7a5d25f0df 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 985bc6aff5ee7..84de76aa77583 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi SHimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi SHimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwphyreg.h b/sys/dev/firewire/fwphyreg.h index c54881e582b4c..6b9c11e8cc600 100644 --- a/sys/dev/firewire/fwphyreg.h +++ b/sys/dev/firewire/fwphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 058649fc0cc45..6351c5bfc3b49 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 393d93156b7d9..1ecf31cd82f07 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/if_fwe.c b/sys/dev/firewire/if_fwe.c index 07b41ef6230bc..3541d199c0b26 100644 --- a/sys/dev/firewire/if_fwe.c +++ b/sys/dev/firewire/if_fwe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/if_fwevar.h b/sys/dev/firewire/if_fwevar.h index 4b8eb76d0605e..cb043cb354811 100644 --- a/sys/dev/firewire/if_fwevar.h +++ b/sys/dev/firewire/if_fwevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index 3928ef13ae5b8..bc72709a39150 100644 --- a/sys/dev/firewire/if_fwip.c +++ b/sys/dev/firewire/if_fwip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Doug Rabson * Copyright (c) 2002-2003 diff --git a/sys/dev/firewire/if_fwipvar.h b/sys/dev/firewire/if_fwipvar.h index 57e7904b5f812..acf6fb93598b1 100644 --- a/sys/dev/firewire/if_fwipvar.h +++ b/sys/dev/firewire/if_fwipvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Doug Rabson * Copyright (c) 2002-2003 diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index b1fe91ee2d5ea..0cff5d694ab8c 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 79f2e2840eb84..93ad991e3a76e 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index cf4457d3ac411..f1b3025282132 100644 --- a/sys/dev/firewire/sbp_targ.c +++ b/sys/dev/firewire/sbp_targ.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index 347ed9051d6d4..89e5dec39cbfc 100644 --- a/sys/dev/flash/at45d.c +++ b/sys/dev/flash/at45d.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh * Copyright (c) 2011-2012 Ian Lepore * Copyright (c) 2012 Marius Strobl <marius@FreeBSD.org> diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index b41986f258e1c..75f55d9bd2ec4 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2009 Oleksandr Tymoshenko. All rights reserved. * diff --git a/sys/dev/flash/mx25lreg.h b/sys/dev/flash/mx25lreg.h index 5e303e121ebc7..4a72f60c18555 100644 --- a/sys/dev/flash/mx25lreg.h +++ b/sys/dev/flash/mx25lreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 543eba9c91f57..7a866dc19286a 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, David Greenman * Copyright (c) 2001 Jonathan Lemon <jlemon@freebsd.org> * All rights reserved. diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index 7ee8588400a39..d1e6a45a2766b 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, David Greenman * Copyright (c) 2001 Jonathan Lemon <jlemon@freebsd.org> * All rights reserved. diff --git a/sys/dev/fxp/if_fxpvar.h b/sys/dev/fxp/if_fxpvar.h index 78200ce3b3fdc..476a1a2c361a9 100644 --- a/sys/dev/fxp/if_fxpvar.h +++ b/sys/dev/fxp/if_fxpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/fxp/inphy.c b/sys/dev/fxp/inphy.c index 8a9a60c680692..dfa793b031671 100644 --- a/sys/dev/fxp/inphy.c +++ b/sys/dev/fxp/inphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/fxp/inphyreg.h b/sys/dev/fxp/inphyreg.h index 42c683dbf1895..a6373092f2863 100644 --- a/sys/dev/fxp/inphyreg.h +++ b/sys/dev/fxp/inphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/fxp/rcvbundl.h b/sys/dev/fxp/rcvbundl.h index dac793df56e67..e49889f01278c 100644 --- a/sys/dev/fxp/rcvbundl.h +++ b/sys/dev/fxp/rcvbundl.h @@ -1,4 +1,6 @@ /*- +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 1999-2001, Intel Corporation All rights reserved. diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c index b2a828dbbd54a..d46b4ebff97cd 100644 --- a/sys/dev/gem/if_gem.c +++ b/sys/dev/gem/if_gem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2001-2003 Thomas Moestl * Copyright (c) 2007 Marius Strobl <marius@FreeBSD.org> diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index e6cd7e711b559..0f91d0c228bd7 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2007 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/gem/if_gem_sbus.c b/sys/dev/gem/if_gem_sbus.c index 4265b8c543c9e..59f79e2167814 100644 --- a/sys/dev/gem/if_gem_sbus.c +++ b/sys/dev/gem/if_gem_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2007 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/gem/if_gemreg.h b/sys/dev/gem/if_gemreg.h index 394fd9019fee1..b5aa06edd5bfa 100644 --- a/sys/dev/gem/if_gemreg.h +++ b/sys/dev/gem/if_gemreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * All rights reserved. * diff --git a/sys/dev/gem/if_gemvar.h b/sys/dev/gem/if_gemvar.h index d89a322d127d9..a19f44be75e77 100644 --- a/sys/dev/gem/if_gemvar.h +++ b/sys/dev/gem/if_gemvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * All rights reserved. * diff --git a/sys/dev/glxiic/glxiic.c b/sys/dev/glxiic/glxiic.c index 101f27b760e2b..d5f5f248f4af7 100644 --- a/sys/dev/glxiic/glxiic.c +++ b/sys/dev/glxiic/glxiic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Henrik Brix Andersen <brix@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/glxsb/glxsb.h b/sys/dev/glxsb/glxsb.h index 06219d33a282d..e9f95d3952417 100644 --- a/sys/dev/glxsb/glxsb.h +++ b/sys/dev/glxsb/glxsb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/glxsb/glxsb_hash.c b/sys/dev/glxsb/glxsb_hash.c index 20e479c5c10f8..c5c2028103f21 100644 --- a/sys/dev/glxsb/glxsb_hash.c +++ b/sys/dev/glxsb/glxsb_hash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/gpio/gpiobus.c b/sys/dev/gpio/gpiobus.c index 9082323303040..e2ee7999551bf 100644 --- a/sys/dev/gpio/gpiobus.c +++ b/sys/dev/gpio/gpiobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/gpio/gpiobusvar.h b/sys/dev/gpio/gpiobusvar.h index 6352b8142e555..30d0f50235587 100644 --- a/sys/dev/gpio/gpiobusvar.h +++ b/sys/dev/gpio/gpiobusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/gpio/gpioc.c b/sys/dev/gpio/gpioc.c index 36705ba67a8ae..846fcdb6678a0 100644 --- a/sys/dev/gpio/gpioc.c +++ b/sys/dev/gpio/gpioc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/gpio/gpioiic.c b/sys/dev/gpio/gpioiic.c index f547be4885895..fdd226f2414fe 100644 --- a/sys/dev/gpio/gpioiic.c +++ b/sys/dev/gpio/gpioiic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2010 Luiz Otavio O Souza * All rights reserved. diff --git a/sys/dev/gpio/gpioled.c b/sys/dev/gpio/gpioled.c index 862ac5db4a3bb..b3ba80479313c 100644 --- a/sys/dev/gpio/gpioled.c +++ b/sys/dev/gpio/gpioled.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/gpio/ofw_gpiobus.c b/sys/dev/gpio/ofw_gpiobus.c index aa9ce078497de..c4a0b73d9e0d5 100644 --- a/sys/dev/gpio/ofw_gpiobus.c +++ b/sys/dev/gpio/ofw_gpiobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Nathan Whitehorn <nwhitehorn@FreeBSD.org> * Copyright (c) 2013, Luiz Otavio O Souza <loos@FreeBSD.org> * Copyright (c) 2013 The FreeBSD Foundation diff --git a/sys/dev/gxemul/cons/gxemul_cons.c b/sys/dev/gxemul/cons/gxemul_cons.c index 15deaf0002bca..01c1d5d569de0 100644 --- a/sys/dev/gxemul/cons/gxemul_cons.c +++ b/sys/dev/gxemul/cons/gxemul_cons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/gxemul/disk/gxemul_disk.c b/sys/dev/gxemul/disk/gxemul_disk.c index 7671784ac1405..2189528cf1f65 100644 --- a/sys/dev/gxemul/disk/gxemul_disk.c +++ b/sys/dev/gxemul/disk/gxemul_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/gxemul/disk/gxemul_diskreg.h b/sys/dev/gxemul/disk/gxemul_diskreg.h index f83794486b150..8db71f1593f98 100644 --- a/sys/dev/gxemul/disk/gxemul_diskreg.h +++ b/sys/dev/gxemul/disk/gxemul_diskreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/gxemul/ether/gxreg.h b/sys/dev/gxemul/ether/gxreg.h index a528250b2aa84..557c902befefd 100644 --- a/sys/dev/gxemul/ether/gxreg.h +++ b/sys/dev/gxemul/ether/gxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/gxemul/ether/if_gx.c b/sys/dev/gxemul/ether/if_gx.c index 886fb590441b1..7e2493dba1a6f 100644 --- a/sys/dev/gxemul/ether/if_gx.c +++ b/sys/dev/gxemul/ether/if_gx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index 65dbfab955ab3..1ec6c42c19499 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -1,6 +1,8 @@ /* $OpenBSD: hifn7751.c,v 1.120 2002/05/17 00:33:34 deraadt Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Invertex AEON / Hifn 7751 driver * Copyright (c) 1999 Invertex Inc. All rights reserved. * Copyright (c) 1999 Theo de Raadt diff --git a/sys/dev/hifn/hifn7751reg.h b/sys/dev/hifn/hifn7751reg.h index c3b343801b663..e2a8cc3080a91 100644 --- a/sys/dev/hifn/hifn7751reg.h +++ b/sys/dev/hifn/hifn7751reg.h @@ -2,6 +2,8 @@ /* $OpenBSD: hifn7751reg.h,v 1.35 2002/04/08 17:49:42 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Invertex AEON / Hifn 7751 driver * Copyright (c) 1999 Invertex Inc. All rights reserved. * Copyright (c) 1999 Theo de Raadt diff --git a/sys/dev/hifn/hifn7751var.h b/sys/dev/hifn/hifn7751var.h index c5e8a8b738311..9ad9973af71ec 100644 --- a/sys/dev/hifn/hifn7751var.h +++ b/sys/dev/hifn/hifn7751var.h @@ -2,6 +2,8 @@ /* $OpenBSD: hifn7751var.h,v 1.42 2002/04/08 17:49:42 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Invertex AEON / Hifn 7751 driver * Copyright (c) 1999 Invertex Inc. All rights reserved. * Copyright (c) 1999 Theo de Raadt diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 5645c147452b6..463d65dd8f9e8 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * Copyright (c) 2001-2003 Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index 79cb31ba5857b..a7ba6f24fdbc9 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Matthew R. Green * Copyright (c) 2007 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/hme/if_hme_sbus.c b/sys/dev/hme/if_hme_sbus.c index 13e7062c3609a..0ea789adac71e 100644 --- a/sys/dev/hme/if_hme_sbus.c +++ b/sys/dev/hme/if_hme_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/hme/if_hmereg.h b/sys/dev/hme/if_hmereg.h index 585ca845bb501..6fa0b1219d3af 100644 --- a/sys/dev/hme/if_hmereg.h +++ b/sys/dev/hme/if_hmereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/hme/if_hmevar.h b/sys/dev/hme/if_hmevar.h index 845f8398cab9c..a84a8c150c1fc 100644 --- a/sys/dev/hme/if_hmevar.h +++ b/sys/dev/hme/if_hmevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/array.h b/sys/dev/hpt27xx/array.h index cd463e1574cbd..f6839679a1037 100644 --- a/sys/dev/hpt27xx/array.h +++ b/sys/dev/hpt27xx/array.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/him.h b/sys/dev/hpt27xx/him.h index 9dd2a47c083a0..b51529ca74534 100644 --- a/sys/dev/hpt27xx/him.h +++ b/sys/dev/hpt27xx/him.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/himfuncs.h b/sys/dev/hpt27xx/himfuncs.h index 24193c93a8328..2c4396ed2e6ee 100644 --- a/sys/dev/hpt27xx/himfuncs.h +++ b/sys/dev/hpt27xx/himfuncs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_config.c b/sys/dev/hpt27xx/hpt27xx_config.c index 09e88fc18e435..79950a744727c 100644 --- a/sys/dev/hpt27xx/hpt27xx_config.c +++ b/sys/dev/hpt27xx/hpt27xx_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_config.h b/sys/dev/hpt27xx/hpt27xx_config.h index 990f39ab48d5c..4416dd181b15b 100644 --- a/sys/dev/hpt27xx/hpt27xx_config.h +++ b/sys/dev/hpt27xx/hpt27xx_config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_os_bsd.c b/sys/dev/hpt27xx/hpt27xx_os_bsd.c index 12e0efa9ab2b3..f429cc7142faa 100644 --- a/sys/dev/hpt27xx/hpt27xx_os_bsd.c +++ b/sys/dev/hpt27xx/hpt27xx_os_bsd.c @@ -1,6 +1,8 @@ /*- * HighPoint RAID Driver for FreeBSD * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. All Rights Reserved. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c index 3a04711f99a9e..aa7c14e68d883 100644 --- a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c +++ b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hptintf.h b/sys/dev/hpt27xx/hptintf.h index 45771d8324a98..ce768b846fba0 100644 --- a/sys/dev/hpt27xx/hptintf.h +++ b/sys/dev/hpt27xx/hptintf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/ldm.h b/sys/dev/hpt27xx/ldm.h index defa459bf8257..1ffdaaca71af1 100644 --- a/sys/dev/hpt27xx/ldm.h +++ b/sys/dev/hpt27xx/ldm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/list.h b/sys/dev/hpt27xx/list.h index 92cdc0f6b7be7..c05dc7f63dd0f 100644 --- a/sys/dev/hpt27xx/list.h +++ b/sys/dev/hpt27xx/list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/os_bsd.h b/sys/dev/hpt27xx/os_bsd.h index db893e021213c..292ab68c583f3 100644 --- a/sys/dev/hpt27xx/os_bsd.h +++ b/sys/dev/hpt27xx/os_bsd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/osm.h b/sys/dev/hpt27xx/osm.h index 51b61b0094099..38f1daea026a7 100644 --- a/sys/dev/hpt27xx/osm.h +++ b/sys/dev/hpt27xx/osm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/wj.h b/sys/dev/hpt27xx/wj.h index 7f2a9c9cc4a5e..bb47908ce0dc4 100644 --- a/sys/dev/hpt27xx/wj.h +++ b/sys/dev/hpt27xx/wj.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c index a20def6ef00b3..50d26231a91c9 100644 --- a/sys/dev/hptiop/hptiop.c +++ b/sys/dev/hptiop/hptiop.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RR3xxx/4xxx RAID Driver for FreeBSD * Copyright (C) 2007-2012 HighPoint Technologies, Inc. All Rights Reserved. * diff --git a/sys/dev/hptiop/hptiop.h b/sys/dev/hptiop/hptiop.h index ba8c16b43ab6e..d18a027b9660c 100644 --- a/sys/dev/hptiop/hptiop.h +++ b/sys/dev/hptiop/hptiop.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RR3xxx/4xxx RAID Driver for FreeBSD * Copyright (C) 2007-2012 HighPoint Technologies, Inc. All Rights Reserved. * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hptmv/access601.h b/sys/dev/hptmv/access601.h index 51f1ca33932b2..0165343ae8244 100644 --- a/sys/dev/hptmv/access601.h +++ b/sys/dev/hptmv/access601.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/array.h b/sys/dev/hptmv/array.h index 2caf413ccb0f6..c512453ecb6a4 100644 --- a/sys/dev/hptmv/array.h +++ b/sys/dev/hptmv/array.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/atapi.h b/sys/dev/hptmv/atapi.h index 712787f24b9c6..622260f52f2d3 100644 --- a/sys/dev/hptmv/atapi.h +++ b/sys/dev/hptmv/atapi.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/command.h b/sys/dev/hptmv/command.h index de51356cdd8fd..9acac222fb64e 100644 --- a/sys/dev/hptmv/command.h +++ b/sys/dev/hptmv/command.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 167f82a46e87b..dc82f8acf2c6f 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/global.h b/sys/dev/hptmv/global.h index 18390a7e5941b..a5373b37991ea 100644 --- a/sys/dev/hptmv/global.h +++ b/sys/dev/hptmv/global.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/gui_lib.c b/sys/dev/hptmv/gui_lib.c index bc57239c217b3..927f5bd94c4c9 100644 --- a/sys/dev/hptmv/gui_lib.c +++ b/sys/dev/hptmv/gui_lib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/hptintf.h b/sys/dev/hptmv/hptintf.h index 191795c048cbb..c78256923dbc4 100644 --- a/sys/dev/hptmv/hptintf.h +++ b/sys/dev/hptmv/hptintf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/hptproc.c b/sys/dev/hptmv/hptproc.c index d9ded9fd0e1a3..c9ee38a4d41a8 100644 --- a/sys/dev/hptmv/hptproc.c +++ b/sys/dev/hptmv/hptproc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/ioctl.c b/sys/dev/hptmv/ioctl.c index 671d64c86bcf9..7dc6616b66f53 100644 --- a/sys/dev/hptmv/ioctl.c +++ b/sys/dev/hptmv/ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/mv.c b/sys/dev/hptmv/mv.c index aaf67d9e2db4d..f86401ef4242a 100644 --- a/sys/dev/hptmv/mv.c +++ b/sys/dev/hptmv/mv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/mvOs.h b/sys/dev/hptmv/mvOs.h index 31109738fa0e0..8070db1a402d9 100644 --- a/sys/dev/hptmv/mvOs.h +++ b/sys/dev/hptmv/mvOs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/mvSata.h b/sys/dev/hptmv/mvSata.h index 982743ce0d1cf..32427c30557d5 100644 --- a/sys/dev/hptmv/mvSata.h +++ b/sys/dev/hptmv/mvSata.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 MARVELL SEMICONDUCTOR ISRAEL, LTD. * All rights reserved. * diff --git a/sys/dev/hptmv/mvStorageDev.h b/sys/dev/hptmv/mvStorageDev.h index d9cdce6cc1ef5..2d7baa3075c3b 100644 --- a/sys/dev/hptmv/mvStorageDev.h +++ b/sys/dev/hptmv/mvStorageDev.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 MARVELL SEMICONDUCTOR ISRAEL, LTD. * All rights reserved. * diff --git a/sys/dev/hptmv/osbsd.h b/sys/dev/hptmv/osbsd.h index a9abc3e2c69f7..f4922c8e4a0ad 100644 --- a/sys/dev/hptmv/osbsd.h +++ b/sys/dev/hptmv/osbsd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/raid5n.h b/sys/dev/hptmv/raid5n.h index 52dd95bed3c2a..ee85b60e30d32 100644 --- a/sys/dev/hptmv/raid5n.h +++ b/sys/dev/hptmv/raid5n.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/vdevice.h b/sys/dev/hptmv/vdevice.h index c7f96da8d480a..acf3baf5423fb 100644 --- a/sys/dev/hptmv/vdevice.h +++ b/sys/dev/hptmv/vdevice.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/array.h b/sys/dev/hptnr/array.h index e811268577045..780ab75e180d7 100644 --- a/sys/dev/hptnr/array.h +++ b/sys/dev/hptnr/array.h @@ -1,5 +1,7 @@ /* $Id: array.h,v 1.46 2010/02/05 06:57:43 mah Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2004-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/him.h b/sys/dev/hptnr/him.h index dac0a12689765..21ec6d6b07f58 100644 --- a/sys/dev/hptnr/him.h +++ b/sys/dev/hptnr/him.h @@ -1,5 +1,7 @@ /* $Id: him.h,v 1.57 2011/02/21 06:03:21 zsf Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/himfuncs.h b/sys/dev/hptnr/himfuncs.h index a79790310a865..38dfb5ce4763f 100644 --- a/sys/dev/hptnr/himfuncs.h +++ b/sys/dev/hptnr/himfuncs.h @@ -1,5 +1,7 @@ /* $Id: himfuncs.h,v 1.17 2010/05/10 10:10:02 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptintf.h b/sys/dev/hptnr/hptintf.h index aefb49c6fdff5..208a75e1dfd35 100644 --- a/sys/dev/hptnr/hptintf.h +++ b/sys/dev/hptnr/hptintf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptnr_config.c b/sys/dev/hptnr/hptnr_config.c index 2164f17efc4b3..c6d0d636b2bb5 100644 --- a/sys/dev/hptnr/hptnr_config.c +++ b/sys/dev/hptnr/hptnr_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptnr_config.h b/sys/dev/hptnr/hptnr_config.h index 2c91cd0ddc557..819bb599f3f6f 100644 --- a/sys/dev/hptnr/hptnr_config.h +++ b/sys/dev/hptnr/hptnr_config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptnr_os_bsd.c b/sys/dev/hptnr/hptnr_os_bsd.c index 36f0c3c196206..ea04c9d532b26 100644 --- a/sys/dev/hptnr/hptnr_os_bsd.c +++ b/sys/dev/hptnr/hptnr_os_bsd.c @@ -1,5 +1,7 @@ /* $Id: os_bsd.c,v 1.13 2010/05/11 03:12:11 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RAID Driver for FreeBSD * Copyright (C) 2005-2011 HighPoint Technologies, Inc. All Rights Reserved. * All rights reserved. diff --git a/sys/dev/hptnr/hptnr_osm_bsd.c b/sys/dev/hptnr/hptnr_osm_bsd.c index 4629053e85349..8afd3e22d2e8b 100644 --- a/sys/dev/hptnr/hptnr_osm_bsd.c +++ b/sys/dev/hptnr/hptnr_osm_bsd.c @@ -1,5 +1,7 @@ /* $Id: osm_bsd.c,v 1.36 2010/05/11 03:12:11 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RAID Driver for FreeBSD * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. diff --git a/sys/dev/hptnr/ldm.h b/sys/dev/hptnr/ldm.h index a8f29911b7b4e..db3439220a543 100644 --- a/sys/dev/hptnr/ldm.h +++ b/sys/dev/hptnr/ldm.h @@ -1,5 +1,7 @@ /* $Id: ldm.h,v 1.78 2010/05/10 10:08:46 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/list.h b/sys/dev/hptnr/list.h index bdac009a536b2..832093fe93259 100644 --- a/sys/dev/hptnr/list.h +++ b/sys/dev/hptnr/list.h @@ -1,5 +1,7 @@ /* $Id: list.h,v 1.6 2006/10/31 06:25:28 gmm Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/os_bsd.h b/sys/dev/hptnr/os_bsd.h index 5b41a76361287..c1f7c8c6779c1 100644 --- a/sys/dev/hptnr/os_bsd.h +++ b/sys/dev/hptnr/os_bsd.h @@ -1,5 +1,7 @@ /* $Id: os_bsd.h,v 1.20 2010/05/11 03:12:11 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RAID Driver for FreeBSD * Copyright (C) 2005-2011 HighPoint Technologies, Inc. All Rights Reserved. * All rights reserved. diff --git a/sys/dev/hptnr/osm.h b/sys/dev/hptnr/osm.h index b5b90ee8b3abd..9b443bc9c909c 100644 --- a/sys/dev/hptnr/osm.h +++ b/sys/dev/hptnr/osm.h @@ -1,5 +1,7 @@ /* $Id: osm.h,v 1.10 2010/05/11 10:30:33 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/wj.h b/sys/dev/hptnr/wj.h index d0cfacfaed2b8..0102a60c4e8f3 100644 --- a/sys/dev/hptnr/wj.h +++ b/sys/dev/hptnr/wj.h @@ -1,5 +1,7 @@ /* $Id: wj.h,v 1.1 2007/11/01 03:05:51 gmm Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/array.h b/sys/dev/hptrr/array.h index c06e2a572e5bb..1e50554d25f6f 100644 --- a/sys/dev/hptrr/array.h +++ b/sys/dev/hptrr/array.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/him.h b/sys/dev/hptrr/him.h index b32d58cb2a51d..dc62f20f1a0bf 100644 --- a/sys/dev/hptrr/him.h +++ b/sys/dev/hptrr/him.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/himfuncs.h b/sys/dev/hptrr/himfuncs.h index 6926365ffaec3..32adb972243f8 100644 --- a/sys/dev/hptrr/himfuncs.h +++ b/sys/dev/hptrr/himfuncs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptintf.h b/sys/dev/hptrr/hptintf.h index b7f22ab196745..1c08d272f9645 100644 --- a/sys/dev/hptrr/hptintf.h +++ b/sys/dev/hptrr/hptintf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_config.c b/sys/dev/hptrr/hptrr_config.c index b3cda443939c0..e35bddb8def54 100644 --- a/sys/dev/hptrr/hptrr_config.c +++ b/sys/dev/hptrr/hptrr_config.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_config.h b/sys/dev/hptrr/hptrr_config.h index cdb2ce23d5489..c58023f93baf3 100644 --- a/sys/dev/hptrr/hptrr_config.h +++ b/sys/dev/hptrr/hptrr_config.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_os_bsd.c b/sys/dev/hptrr/hptrr_os_bsd.c index 6cd01e5017f44..32deb405fe426 100644 --- a/sys/dev/hptrr/hptrr_os_bsd.c +++ b/sys/dev/hptrr/hptrr_os_bsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_osm_bsd.c b/sys/dev/hptrr/hptrr_osm_bsd.c index b87613b9931f7..3fc13f65a984f 100644 --- a/sys/dev/hptrr/hptrr_osm_bsd.c +++ b/sys/dev/hptrr/hptrr_osm_bsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/ldm.h b/sys/dev/hptrr/ldm.h index 1ec3427146d8b..16480237df416 100644 --- a/sys/dev/hptrr/ldm.h +++ b/sys/dev/hptrr/ldm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/list.h b/sys/dev/hptrr/list.h index 9cfad53e22630..8eab0e023593d 100644 --- a/sys/dev/hptrr/list.h +++ b/sys/dev/hptrr/list.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/os_bsd.h b/sys/dev/hptrr/os_bsd.h index 4f8abb55c834c..232a137927cc7 100644 --- a/sys/dev/hptrr/os_bsd.h +++ b/sys/dev/hptrr/os_bsd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/osm.h b/sys/dev/hptrr/osm.h index c33e0dee29486..4cfd3a123d7ee 100644 --- a/sys/dev/hptrr/osm.h +++ b/sys/dev/hptrr/osm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_amd.c b/sys/dev/hwpmc/hwpmc_amd.c index 7221071de0f82..4b3cc98933a4e 100644 --- a/sys/dev/hwpmc/hwpmc_amd.c +++ b/sys/dev/hwpmc/hwpmc_amd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_amd.h b/sys/dev/hwpmc/hwpmc_amd.h index b995dbe08c954..0aa80c2d618b1 100644 --- a/sys/dev/hwpmc/hwpmc_amd.h +++ b/sys/dev/hwpmc/hwpmc_amd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index a2a25a98d2f31..e99fa34c24448 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index 459f9542d41b1..bec250b8e86dd 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_core.h b/sys/dev/hwpmc/hwpmc_core.h index 6183e269c7e15..d264318f8c25d 100644 --- a/sys/dev/hwpmc/hwpmc_core.h +++ b/sys/dev/hwpmc/hwpmc_core.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c index d6fdd970d8162..94b7b77f72c76 100644 --- a/sys/dev/hwpmc/hwpmc_intel.c +++ b/sys/dev/hwpmc/hwpmc_intel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index e3381f1800850..893ac9ca98b03 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2007 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_mips.c b/sys/dev/hwpmc/hwpmc_mips.c index d9c26af558e7a..7a27777d75780 100644 --- a/sys/dev/hwpmc/hwpmc_mips.c +++ b/sys/dev/hwpmc/hwpmc_mips.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, George V. Neville-Neil <gnn@freebsd.org> * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_mips24k.c b/sys/dev/hwpmc/hwpmc_mips24k.c index ac42559af7603..7a87902a39eae 100644 --- a/sys/dev/hwpmc/hwpmc_mips24k.c +++ b/sys/dev/hwpmc/hwpmc_mips24k.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 George V. Neville-Neil <gnn@freebsd.org> * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index 16eb576453930..e1ea48d420da3 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_mpc7xxx.c b/sys/dev/hwpmc/hwpmc_mpc7xxx.c index 2a2b6088f7400..73afda55d680c 100644 --- a/sys/dev/hwpmc/hwpmc_mpc7xxx.c +++ b/sys/dev/hwpmc/hwpmc_mpc7xxx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Justin Hibbits * Copyright (c) 2005, Joseph Koshy * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_octeon.c b/sys/dev/hwpmc/hwpmc_octeon.c index 7518282226692..1b90833bbb35d 100644 --- a/sys/dev/hwpmc/hwpmc_octeon.c +++ b/sys/dev/hwpmc/hwpmc_octeon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_pentium.c b/sys/dev/hwpmc/hwpmc_pentium.c index 0084fa845f640..8da9d316718af 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.c +++ b/sys/dev/hwpmc/hwpmc_pentium.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2005 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_pentium.h b/sys/dev/hwpmc/hwpmc_pentium.h index 9bb8e781fbe76..c27c108a47a3f 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.h +++ b/sys/dev/hwpmc/hwpmc_pentium.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_piv.c b/sys/dev/hwpmc/hwpmc_piv.c index 71b3ac5bbbdfd..6ced08ac2dc8a 100644 --- a/sys/dev/hwpmc/hwpmc_piv.c +++ b/sys/dev/hwpmc/hwpmc_piv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2007 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_piv.h b/sys/dev/hwpmc/hwpmc_piv.h index 4faeadd11e3e4..14e5ed4a6f4ca 100644 --- a/sys/dev/hwpmc/hwpmc_piv.h +++ b/sys/dev/hwpmc/hwpmc_piv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index e395d5824ed5d..994068e847560 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011,2013 Justin Hibbits * Copyright (c) 2005, Joseph Koshy * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_powerpc.h b/sys/dev/hwpmc/hwpmc_powerpc.h index 66eaa21d4a86e..b31e9f93294d2 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.h +++ b/sys/dev/hwpmc/hwpmc_powerpc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Justin Hibbits * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_ppc970.c b/sys/dev/hwpmc/hwpmc_ppc970.c index 1a263f38c950a..ecf588f9bf8c7 100644 --- a/sys/dev/hwpmc/hwpmc_ppc970.c +++ b/sys/dev/hwpmc/hwpmc_ppc970.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Justin Hibbits * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_ppro.c b/sys/dev/hwpmc/hwpmc_ppro.c index 9d983fad046fb..416f51c31b6c0 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.c +++ b/sys/dev/hwpmc/hwpmc_ppro.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2005,2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_ppro.h b/sys/dev/hwpmc/hwpmc_ppro.h index c42a2b4d315de..55238704809a7 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.h +++ b/sys/dev/hwpmc/hwpmc_ppro.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_soft.c b/sys/dev/hwpmc/hwpmc_soft.c index fe143ad36c241..e9464223edd1b 100644 --- a/sys/dev/hwpmc/hwpmc_soft.c +++ b/sys/dev/hwpmc/hwpmc_soft.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_soft.h b/sys/dev/hwpmc/hwpmc_soft.h index f82baff01667a..68df3ee846cab 100644 --- a/sys/dev/hwpmc/hwpmc_soft.h +++ b/sys/dev/hwpmc/hwpmc_soft.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_sparc64.c b/sys/dev/hwpmc/hwpmc_sparc64.c index ce1caf69e108b..3ded908e25291 100644 --- a/sys/dev/hwpmc/hwpmc_sparc64.c +++ b/sys/dev/hwpmc/hwpmc_sparc64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_tsc.c b/sys/dev/hwpmc/hwpmc_tsc.c index 5eb69076dcea9..ef11e6991aedd 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.c +++ b/sys/dev/hwpmc/hwpmc_tsc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_tsc.h b/sys/dev/hwpmc/hwpmc_tsc.h index a8b011e6ee31d..57156d053d9da 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.h +++ b/sys/dev/hwpmc/hwpmc_tsc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_uncore.c b/sys/dev/hwpmc/hwpmc_uncore.c index 7050927cb90e3..50f5e988c6437 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.c +++ b/sys/dev/hwpmc/hwpmc_uncore.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_uncore.h b/sys/dev/hwpmc/hwpmc_uncore.h index 0e2ff86f02060..64bf650dd5bc5 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.h +++ b/sys/dev/hwpmc/hwpmc_uncore.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index f571e419bcdd8..b2453f0fe04c4 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005,2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_xscale.c b/sys/dev/hwpmc/hwpmc_xscale.c index 4a03ea69fc3c7..a779c7f898f90 100644 --- a/sys/dev/hwpmc/hwpmc_xscale.c +++ b/sys/dev/hwpmc/hwpmc_xscale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_xscale.h b/sys/dev/hwpmc/hwpmc_xscale.h index 80e2d23a820fa..112a722c8c03f 100644 --- a/sys/dev/hwpmc/hwpmc_xscale.h +++ b/sys/dev/hwpmc/hwpmc_xscale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Rui Paulo <rpaulo@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/hwpmc/pmc_events.h b/sys/dev/hwpmc/pmc_events.h index bf6c9ee4237dc..731df30f41d56 100644 --- a/sys/dev/hwpmc/pmc_events.h +++ b/sys/dev/hwpmc/pmc_events.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index dcd91bd035a63..3761b2864eef5 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index 68f0740460897..fbdbaa43a814a 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/storvsc/hv_vstorage.h b/sys/dev/hyperv/storvsc/hv_vstorage.h index 992cea2604d9e..ebdda510b6097 100644 --- a/sys/dev/hyperv/storvsc/hv_vstorage.h +++ b/sys/dev/hyperv/storvsc/hv_vstorage.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012,2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/utilities/hv_kvp.h b/sys/dev/hyperv/utilities/hv_kvp.h index a94e67110f210..91e1ea404d4af 100644 --- a/sys/dev/hyperv/utilities/hv_kvp.h +++ b/sys/dev/hyperv/utilities/hv_kvp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014,2016 Microsoft Corp. * All rights reserved. * diff --git a/sys/dev/ic/cd1400.h b/sys/dev/ic/cd1400.h index 90672c4ee7e6a..fed0468382b8d 100644 --- a/sys/dev/ic/cd1400.h +++ b/sys/dev/ic/cd1400.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * cyclades cyclom-y serial driver * Andrew Herbert <andrew@werple.apana.org.au>, 17 August 1993 * diff --git a/sys/dev/ic/cd180.h b/sys/dev/ic/cd180.h index 941f8caf4f597..68f0f47f6adb1 100644 --- a/sys/dev/ic/cd180.h +++ b/sys/dev/ic/cd180.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * All rights reserved. diff --git a/sys/dev/ic/esp.h b/sys/dev/ic/esp.h index b8f903782395b..cf5447d6025cc 100644 --- a/sys/dev/ic/esp.h +++ b/sys/dev/ic/esp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Sean Eric Fagan. * All rights reserved. * diff --git a/sys/dev/ic/i8253reg.h b/sys/dev/ic/i8253reg.h index d41d3b2af0a63..b3eb19da4cc60 100644 --- a/sys/dev/ic/i8253reg.h +++ b/sys/dev/ic/i8253reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/ic/i82586.h b/sys/dev/ic/i82586.h index d594730a0dd5b..8a0f9dc4356ef 100644 --- a/sys/dev/ic/i82586.h +++ b/sys/dev/ic/i82586.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, University of Vermont and State Agricultural College. * Copyright (c) 1992, Garrett A. Wollman. * All rights reserved. diff --git a/sys/dev/ic/i8259.h b/sys/dev/ic/i8259.h index 239384c555aee..facf663d8e1f2 100644 --- a/sys/dev/ic/i8259.h +++ b/sys/dev/ic/i8259.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm * All rights reserved. * diff --git a/sys/dev/ic/nec765.h b/sys/dev/ic/nec765.h index 62ad0cdc5b9b8..cafdf5b37fd4a 100644 --- a/sys/dev/ic/nec765.h +++ b/sys/dev/ic/nec765.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index e4c714f214632..525bb1874863f 100644 --- a/sys/dev/ic/ns16550.h +++ b/sys/dev/ic/ns16550.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/ic/quicc.h b/sys/dev/ic/quicc.h index 7db6c03ebf759..af05e03c28130 100644 --- a/sys/dev/ic/quicc.h +++ b/sys/dev/ic/quicc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Juniper Networks * All rights reserved. * diff --git a/sys/dev/ic/sab82532.h b/sys/dev/ic/sab82532.h index e570c6a9ae5fb..4cc723b6464c7 100644 --- a/sys/dev/ic/sab82532.h +++ b/sys/dev/ic/sab82532.h @@ -1,6 +1,8 @@ /* $OpenBSD: sab82532reg.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/ic/via6522reg.h b/sys/dev/ic/via6522reg.h index 6e309c7f48c65..66f902dccd458 100644 --- a/sys/dev/ic/via6522reg.h +++ b/sys/dev/ic/via6522reg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ic/z8530.h b/sys/dev/ic/z8530.h index 2466d1c9198f1..115f9a689bc55 100644 --- a/sys/dev/ic/z8530.h +++ b/sys/dev/ic/z8530.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 9cb77254f6373..c2615121e6bcb 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Texas A&M University * All rights reserved. * diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h index 4407b5ba96e57..93cfa3702a81c 100644 --- a/sys/dev/ichwd/ichwd.h +++ b/sys/dev/ichwd/ichwd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Texas A&M University * All rights reserved. * diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index fd6fcd6c2a29f..10bba81467065 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 8ec87be35762b..3d70a5e27fb22 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index a16425830e4a2..63a18ecf0259a 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/idareg.h b/sys/dev/ida/idareg.h index 7fb48d45063bd..f871d6eb328ea 100644 --- a/sys/dev/ida/idareg.h +++ b/sys/dev/ida/idareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/idavar.h b/sys/dev/ida/idavar.h index 122a47e030d0d..8ff7181bf1858 100644 --- a/sys/dev/ida/idavar.h +++ b/sys/dev/ida/idavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index e35360c676d2f..c95e1cb19a8bc 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/if_ndis/if_ndis_pccard.c b/sys/dev/if_ndis/if_ndis_pccard.c index 7cbc0cef87534..36d52986691d7 100644 --- a/sys/dev/if_ndis/if_ndis_pccard.c +++ b/sys/dev/if_ndis/if_ndis_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/if_ndis/if_ndis_pci.c b/sys/dev/if_ndis/if_ndis_pci.c index bf2f313023dfe..b9d860f9d8896 100644 --- a/sys/dev/if_ndis/if_ndis_pci.c +++ b/sys/dev/if_ndis/if_ndis_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/if_ndis/if_ndis_usb.c b/sys/dev/if_ndis/if_ndis_usb.c index a9a8d67aabde8..d88dc59c1968b 100644 --- a/sys/dev/if_ndis/if_ndis_usb.c +++ b/sys/dev/if_ndis/if_ndis_usb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/if_ndis/if_ndisvar.h b/sys/dev/if_ndis/if_ndisvar.h index 7259127aa34c3..0182e15f6e2a4 100644 --- a/sys/dev/if_ndis/if_ndisvar.h +++ b/sys/dev/if_ndis/if_ndisvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/iicbus/ad7417.c b/sys/dev/iicbus/ad7417.c index ac84ffe78955d..11ed09855d523 100644 --- a/sys/dev/iicbus/ad7417.c +++ b/sys/dev/iicbus/ad7417.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/ad7418.c b/sys/dev/iicbus/ad7418.c index 82a8018c8f46c..457b3626c8efa 100644 --- a/sys/dev/iicbus/ad7418.c +++ b/sys/dev/iicbus/ad7418.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/iicbus/adt746x.c b/sys/dev/iicbus/adt746x.c index 179cd12ea47d1..bd4bb70103c6c 100644 --- a/sys/dev/iicbus/adt746x.c +++ b/sys/dev/iicbus/adt746x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Andreas Tobler * Copyright (c) 2014 Justin Hibbits * All rights reserved. diff --git a/sys/dev/iicbus/ds1631.c b/sys/dev/iicbus/ds1631.c index 22c8eccc7273a..81fe62fd9ed43 100644 --- a/sys/dev/iicbus/ds1631.c +++ b/sys/dev/iicbus/ds1631.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/ds1672.c b/sys/dev/iicbus/ds1672.c index 1dd0ab07243d7..fae7cbf8db951 100644 --- a/sys/dev/iicbus/ds1672.c +++ b/sys/dev/iicbus/ds1672.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/iicbus/ds1775.c b/sys/dev/iicbus/ds1775.c index 884ac4cc83b4b..f303125c779b6 100644 --- a/sys/dev/iicbus/ds1775.c +++ b/sys/dev/iicbus/ds1775.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/icee.c b/sys/dev/iicbus/icee.c index d581e29b404fc..df67261048b91 100644 --- a/sys/dev/iicbus/icee.c +++ b/sys/dev/iicbus/icee.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/iicbus/if_ic.c b/sys/dev/iicbus/if_ic.c index 323b0f7c29bb6..ca50fbb11c339 100644 --- a/sys/dev/iicbus/if_ic.c +++ b/sys/dev/iicbus/if_ic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iic.c b/sys/dev/iicbus/iic.c index e09624110011f..b4a60c29ca9aa 100644 --- a/sys/dev/iicbus/iic.c +++ b/sys/dev/iicbus/iic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iic.h b/sys/dev/iicbus/iic.h index 8ae19120a4fee..5ebf56a9f7f30 100644 --- a/sys/dev/iicbus/iic.h +++ b/sys/dev/iicbus/iic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicbb.c b/sys/dev/iicbus/iicbb.c index ed1d7b846d315..5e82ad04691c3 100644 --- a/sys/dev/iicbus/iicbb.c +++ b/sys/dev/iicbus/iicbb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicbus.c b/sys/dev/iicbus/iicbus.c index 8cb7383df243a..de30c0168901b 100644 --- a/sys/dev/iicbus/iicbus.c +++ b/sys/dev/iicbus/iicbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicbus.h b/sys/dev/iicbus/iicbus.h index c73e475bc153e..5afd5fc4a2229 100644 --- a/sys/dev/iicbus/iicbus.h +++ b/sys/dev/iicbus/iicbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicoc.c b/sys/dev/iicbus/iicoc.c index 1186b514879cf..26ff52f4cc6bb 100644 --- a/sys/dev/iicbus/iicoc.c +++ b/sys/dev/iicbus/iicoc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/dev/iicbus/iicoc.h b/sys/dev/iicbus/iicoc.h index e0d6d27253df1..3a677c0ff8d56 100644 --- a/sys/dev/iicbus/iicoc.h +++ b/sys/dev/iicbus/iicoc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index d32b640b4cab2..27316a1cf7ee0 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iiconf.h b/sys/dev/iicbus/iiconf.h index 856b029af9ff0..7bd893c00e16a 100644 --- a/sys/dev/iicbus/iiconf.h +++ b/sys/dev/iicbus/iiconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicsmb.c b/sys/dev/iicbus/iicsmb.c index 88af163d2fe2d..8e79452cf2a8d 100644 --- a/sys/dev/iicbus/iicsmb.c +++ b/sys/dev/iicbus/iicsmb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/max6690.c b/sys/dev/iicbus/max6690.c index 67bb042b39bdd..af3aeee4be34f 100644 --- a/sys/dev/iicbus/max6690.c +++ b/sys/dev/iicbus/max6690.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/s35390a.c b/sys/dev/iicbus/s35390a.c index 042f088c410fd..890bdd068c0e0 100644 --- a/sys/dev/iicbus/s35390a.c +++ b/sys/dev/iicbus/s35390a.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2012 Yusuke Tanaka * All rights reserved. * diff --git a/sys/dev/iir/iir.c b/sys/dev/iir/iir.c index 49b0f60210569..35ceef8d66a56 100644 --- a/sys/dev/iir/iir.c +++ b/sys/dev/iir/iir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-04 ICP vortex GmbH * Copyright (c) 2002-04 Intel Corporation * Copyright (c) 2003-04 Adaptec Inc. diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h index 40debb518ed3d..4813414678001 100644 --- a/sys/dev/iir/iir.h +++ b/sys/dev/iir/iir.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-04 ICP vortex GmbH * Copyright (c) 2002-04 Intel Corporation * Copyright (c) 2003-04 Adaptec Inc. diff --git a/sys/dev/iir/iir_ctrl.c b/sys/dev/iir/iir_ctrl.c index 65088d07de893..0ec995a5b081f 100644 --- a/sys/dev/iir/iir_ctrl.c +++ b/sys/dev/iir/iir_ctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-03 ICP vortex GmbH * Copyright (c) 2002-03 Intel Corporation * Copyright (c) 2003 Adaptec Inc. diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index 5db66b1d9cb0e..bd7f15b57c4af 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-03 ICP vortex GmbH * Copyright (c) 2002-03 Intel Corporation * Copyright (c) 2003 Adaptec Inc. diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index eae69f484a4bd..e9859792b200d 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/dev/io/iodev.h b/sys/dev/io/iodev.h index d040fcccf481d..5558a9bb55048 100644 --- a/sys/dev/io/iodev.h +++ b/sys/dev/io/iodev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index 314d4d696c085..e9e9f2fd5f856 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index 42810028d5447..c00d782dc9744 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index fc66ab1840e56..cdff305b07ec9 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 864e9a0a0bcb5..ba6b0916236c5 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_linux.c b/sys/dev/ipmi/ipmi_linux.c index 13d4bdad4b372..136712e8cfb5c 100644 --- a/sys/dev/ipmi/ipmi_linux.c +++ b/sys/dev/ipmi/ipmi_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index e3225f19ffd85..d4598f9db8730 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index 4ca17cae7f58c..df0a7f70e9cd9 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index 3798a628d26f7..212248f0217e2 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index 92cf14e9e6151..4a515a3797258 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index e5d5d3aa8cddc..197c317dcc09f 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ipmi/ipmivars.h b/sys/dev/ipmi/ipmivars.h index 6682b56b62994..bdac73b81e573 100644 --- a/sys/dev/ipmi/ipmivars.h +++ b/sys/dev/ipmi/ipmivars.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 2bda55deaf683..20b93a0a46467 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 9ae4812b65f8b..c57d5a459f5fd 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index 151c0022a3095..ef367bd83b706 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 12bdacd631157..1d27322607925 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips_disk.h b/sys/dev/ips/ips_disk.h index b841eeaeea2fb..1d532ed31193b 100644 --- a/sys/dev/ips/ips_disk.h +++ b/sys/dev/ips/ips_disk.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c index ea076703237cb..e495c639200b8 100644 --- a/sys/dev/ips/ips_ioctl.c +++ b/sys/dev/ips/ips_ioctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips_ioctl.h b/sys/dev/ips/ips_ioctl.h index ea76ed501fac4..34972eaa8ada0 100644 --- a/sys/dev/ips/ips_ioctl.h +++ b/sys/dev/ips/ips_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index efffb32eda54d..588e14d5e6b89 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ipsreg.h b/sys/dev/ips/ipsreg.h index ed282574ab8f2..762ff315c6e3c 100644 --- a/sys/dev/ips/ipsreg.h +++ b/sys/dev/ips/ipsreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c index a4cb28b147aeb..bfc2c63098920 100644 --- a/sys/dev/ipw/if_ipw.c +++ b/sys/dev/ipw/if_ipw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * Copyright (c) 2006 Sam Leffler, Errno Consulting diff --git a/sys/dev/ipw/if_ipwreg.h b/sys/dev/ipw/if_ipwreg.h index b300e13492cae..a78910b8272c1 100644 --- a/sys/dev/ipw/if_ipwreg.h +++ b/sys/dev/ipw/if_ipwreg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * diff --git a/sys/dev/ipw/if_ipwvar.h b/sys/dev/ipw/if_ipwvar.h index 774d57ce6809d..a86f3566b403f 100644 --- a/sys/dev/ipw/if_ipwvar.h +++ b/sys/dev/ipw/if_ipwvar.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * diff --git a/sys/dev/isci/environment.h b/sys/dev/isci/environment.h index 5c9374ca8717f..0fbbc2ae30ab4 100644 --- a/sys/dev/isci/environment.h +++ b/sys/dev/isci/environment.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci.c b/sys/dev/isci/isci.c index 913952360670a..9dd138ad1fb09 100644 --- a/sys/dev/isci/isci.c +++ b/sys/dev/isci/isci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci.h b/sys/dev/isci/isci.h index ce0426a158c3f..4e8d7f9744946 100644 --- a/sys/dev/isci/isci.h +++ b/sys/dev/isci/isci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_controller.c b/sys/dev/isci/isci_controller.c index d4c51f2b1a979..eb937b70f560a 100644 --- a/sys/dev/isci/isci_controller.c +++ b/sys/dev/isci/isci_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_domain.c b/sys/dev/isci/isci_domain.c index a5df4715630a0..1c6597655361d 100644 --- a/sys/dev/isci/isci_domain.c +++ b/sys/dev/isci/isci_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_interrupt.c b/sys/dev/isci/isci_interrupt.c index b56fd3a50bee6..22b35f441be0c 100644 --- a/sys/dev/isci/isci_interrupt.c +++ b/sys/dev/isci/isci_interrupt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_io_request.c b/sys/dev/isci/isci_io_request.c index 468d12452d2a0..f5e933e9b1f92 100644 --- a/sys/dev/isci/isci_io_request.c +++ b/sys/dev/isci/isci_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_logger.c b/sys/dev/isci/isci_logger.c index 97df043716466..e1b648a0df36d 100644 --- a/sys/dev/isci/isci_logger.c +++ b/sys/dev/isci/isci_logger.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_oem_parameters.c b/sys/dev/isci/isci_oem_parameters.c index 83234a2cce8ce..4b830b8a98cb2 100644 --- a/sys/dev/isci/isci_oem_parameters.c +++ b/sys/dev/isci/isci_oem_parameters.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_remote_device.c b/sys/dev/isci/isci_remote_device.c index 0640d50f9c08c..8aa8fc7ebb08c 100644 --- a/sys/dev/isci/isci_remote_device.c +++ b/sys/dev/isci/isci_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_sysctl.c b/sys/dev/isci/isci_sysctl.c index a7c56c63233bf..af47f9a5766ec 100644 --- a/sys/dev/isci/isci_sysctl.c +++ b/sys/dev/isci/isci_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_task_request.c b/sys/dev/isci/isci_task_request.c index 2ed0afe7999a4..2cec90fa44211 100644 --- a/sys/dev/isci/isci_task_request.c +++ b/sys/dev/isci/isci_task_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_timer.c b/sys/dev/isci/isci_timer.c index 9059c5b5d766b..60dfb63d83eb4 100644 --- a/sys/dev/isci/isci_timer.c +++ b/sys/dev/isci/isci_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/scil/intel_ata.h b/sys/dev/isci/scil/intel_ata.h index 9e1cbb7cc1c4f..b2d43997763ac 100644 --- a/sys/dev/isci/scil/intel_ata.h +++ b/sys/dev/isci/scil/intel_ata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_pci.h b/sys/dev/isci/scil/intel_pci.h index 08f6d1d08b527..6cf135607ed36 100644 --- a/sys/dev/isci/scil/intel_pci.h +++ b/sys/dev/isci/scil/intel_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_sas.h b/sys/dev/isci/scil/intel_sas.h index e2bd8ee8badb6..8f53e1c49bf15 100644 --- a/sys/dev/isci/scil/intel_sas.h +++ b/sys/dev/isci/scil/intel_sas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_sat.h b/sys/dev/isci/scil/intel_sat.h index c85482df5e04e..18a0aaf78adae 100644 --- a/sys/dev/isci/scil/intel_sat.h +++ b/sys/dev/isci/scil/intel_sat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_sata.h b/sys/dev/isci/scil/intel_sata.h index bde7100dbd048..3a63866c8d47d 100644 --- a/sys/dev/isci/scil/intel_sata.h +++ b/sys/dev/isci/scil/intel_sata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_scsi.h b/sys/dev/isci/scil/intel_scsi.h index 658876cbfef6b..36a4bd6b4c39f 100644 --- a/sys/dev/isci/scil/intel_scsi.h +++ b/sys/dev/isci/scil/intel_scsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati.c b/sys/dev/isci/scil/sati.c index 57df757ca7169..c9fc971a027ff 100644 --- a/sys/dev/isci/scil/sati.c +++ b/sys/dev/isci/scil/sati.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati.h b/sys/dev/isci/scil/sati.h index 9b3eafa3a3ac7..4002f4a6a7fbd 100644 --- a/sys/dev/isci/scil/sati.h +++ b/sys/dev/isci/scil/sati.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_abort_task_set.c b/sys/dev/isci/scil/sati_abort_task_set.c index 9de7903032656..ac9e00add63d2 100644 --- a/sys/dev/isci/scil/sati_abort_task_set.c +++ b/sys/dev/isci/scil/sati_abort_task_set.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_abort_task_set.h b/sys/dev/isci/scil/sati_abort_task_set.h index 33a642542cd46..a9f6c288594b8 100644 --- a/sys/dev/isci/scil/sati_abort_task_set.h +++ b/sys/dev/isci/scil/sati_abort_task_set.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_atapi.c b/sys/dev/isci/scil/sati_atapi.c index f2158aeeab81c..b0832c60e9ee5 100644 --- a/sys/dev/isci/scil/sati_atapi.c +++ b/sys/dev/isci/scil/sati_atapi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_atapi.h b/sys/dev/isci/scil/sati_atapi.h index e22e68258552d..6d9665ce54224 100644 --- a/sys/dev/isci/scil/sati_atapi.h +++ b/sys/dev/isci/scil/sati_atapi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_callbacks.h b/sys/dev/isci/scil/sati_callbacks.h index 2364e42b01af1..3826f131118b9 100644 --- a/sys/dev/isci/scil/sati_callbacks.h +++ b/sys/dev/isci/scil/sati_callbacks.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_design.h b/sys/dev/isci/scil/sati_design.h index 372dce0f7d295..5723bc052f444 100644 --- a/sys/dev/isci/scil/sati_design.h +++ b/sys/dev/isci/scil/sati_design.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_device.c b/sys/dev/isci/scil/sati_device.c index 1fbcf6ccb8fe3..e7a20491d57f5 100644 --- a/sys/dev/isci/scil/sati_device.c +++ b/sys/dev/isci/scil/sati_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_device.h b/sys/dev/isci/scil/sati_device.h index d955f83cda51f..1992460e373e5 100644 --- a/sys/dev/isci/scil/sati_device.h +++ b/sys/dev/isci/scil/sati_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_inquiry.c b/sys/dev/isci/scil/sati_inquiry.c index cbf096ec5446a..2ddf90f2aa276 100644 --- a/sys/dev/isci/scil/sati_inquiry.c +++ b/sys/dev/isci/scil/sati_inquiry.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_inquiry.h b/sys/dev/isci/scil/sati_inquiry.h index e3fc86124ac6b..c23d6f0449a8f 100644 --- a/sys/dev/isci/scil/sati_inquiry.h +++ b/sys/dev/isci/scil/sati_inquiry.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_log_sense.c b/sys/dev/isci/scil/sati_log_sense.c index 04c489411d8f1..d8d592c1db239 100644 --- a/sys/dev/isci/scil/sati_log_sense.c +++ b/sys/dev/isci/scil/sati_log_sense.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_log_sense.h b/sys/dev/isci/scil/sati_log_sense.h index d35f949f9fc29..f6c7e4be8427a 100644 --- a/sys/dev/isci/scil/sati_log_sense.h +++ b/sys/dev/isci/scil/sati_log_sense.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_lun_reset.c b/sys/dev/isci/scil/sati_lun_reset.c index 6696a16d2e862..a906ef953fb4a 100644 --- a/sys/dev/isci/scil/sati_lun_reset.c +++ b/sys/dev/isci/scil/sati_lun_reset.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_lun_reset.h b/sys/dev/isci/scil/sati_lun_reset.h index 9e79e6f8ac35f..f8ffa5646d244 100644 --- a/sys/dev/isci/scil/sati_lun_reset.h +++ b/sys/dev/isci/scil/sati_lun_reset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_pages.c b/sys/dev/isci/scil/sati_mode_pages.c index 0189c050d2c35..55d12633cf217 100644 --- a/sys/dev/isci/scil/sati_mode_pages.c +++ b/sys/dev/isci/scil/sati_mode_pages.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_pages.h b/sys/dev/isci/scil/sati_mode_pages.h index d8cbe8c40cd5b..258fd094e04db 100644 --- a/sys/dev/isci/scil/sati_mode_pages.h +++ b/sys/dev/isci/scil/sati_mode_pages.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_select.c b/sys/dev/isci/scil/sati_mode_select.c index dc83bfd53ec48..3e52bb60d588c 100644 --- a/sys/dev/isci/scil/sati_mode_select.c +++ b/sys/dev/isci/scil/sati_mode_select.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_select.h b/sys/dev/isci/scil/sati_mode_select.h index ce0e5d4c6890c..f1d77b2d7f624 100644 --- a/sys/dev/isci/scil/sati_mode_select.h +++ b/sys/dev/isci/scil/sati_mode_select.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense.c b/sys/dev/isci/scil/sati_mode_sense.c index e03cbdb125f8c..1b2c293947995 100644 --- a/sys/dev/isci/scil/sati_mode_sense.c +++ b/sys/dev/isci/scil/sati_mode_sense.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense.h b/sys/dev/isci/scil/sati_mode_sense.h index e87701e60e7d7..7d05dcf975dcb 100644 --- a/sys/dev/isci/scil/sati_mode_sense.h +++ b/sys/dev/isci/scil/sati_mode_sense.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_10.c b/sys/dev/isci/scil/sati_mode_sense_10.c index 3e8a84f48e529..d706e866945da 100644 --- a/sys/dev/isci/scil/sati_mode_sense_10.c +++ b/sys/dev/isci/scil/sati_mode_sense_10.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_10.h b/sys/dev/isci/scil/sati_mode_sense_10.h index 1840777a3d2cc..76f08fb7a0a1c 100644 --- a/sys/dev/isci/scil/sati_mode_sense_10.h +++ b/sys/dev/isci/scil/sati_mode_sense_10.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_6.c b/sys/dev/isci/scil/sati_mode_sense_6.c index 3100c223b3e5d..e65b2f0f2a4f5 100644 --- a/sys/dev/isci/scil/sati_mode_sense_6.c +++ b/sys/dev/isci/scil/sati_mode_sense_6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_6.h b/sys/dev/isci/scil/sati_mode_sense_6.h index 64afebc81b242..68eeb51e69fda 100644 --- a/sys/dev/isci/scil/sati_mode_sense_6.h +++ b/sys/dev/isci/scil/sati_mode_sense_6.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_move.c b/sys/dev/isci/scil/sati_move.c index 9b1e8dc2db3b7..cf905d426112b 100644 --- a/sys/dev/isci/scil/sati_move.c +++ b/sys/dev/isci/scil/sati_move.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_move.h b/sys/dev/isci/scil/sati_move.h index b0985a247c75e..2f61e12ef7b95 100644 --- a/sys/dev/isci/scil/sati_move.h +++ b/sys/dev/isci/scil/sati_move.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_passthrough.c b/sys/dev/isci/scil/sati_passthrough.c index 88ff0bc12df3e..12fa17e07f622 100644 --- a/sys/dev/isci/scil/sati_passthrough.c +++ b/sys/dev/isci/scil/sati_passthrough.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_passthrough.h b/sys/dev/isci/scil/sati_passthrough.h index 110664ba983a4..040d6aa1d6366 100644 --- a/sys/dev/isci/scil/sati_passthrough.h +++ b/sys/dev/isci/scil/sati_passthrough.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read.c b/sys/dev/isci/scil/sati_read.c index ce32d259bf5db..e9c6064482d96 100644 --- a/sys/dev/isci/scil/sati_read.c +++ b/sys/dev/isci/scil/sati_read.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read.h b/sys/dev/isci/scil/sati_read.h index 016700cd5430a..55511157fd1c1 100644 --- a/sys/dev/isci/scil/sati_read.h +++ b/sys/dev/isci/scil/sati_read.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_buffer.c b/sys/dev/isci/scil/sati_read_buffer.c index 329e7637f0eee..cce5988a00cf9 100644 --- a/sys/dev/isci/scil/sati_read_buffer.c +++ b/sys/dev/isci/scil/sati_read_buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_buffer.h b/sys/dev/isci/scil/sati_read_buffer.h index 8bcb17be4f601..83e34d07d690a 100644 --- a/sys/dev/isci/scil/sati_read_buffer.h +++ b/sys/dev/isci/scil/sati_read_buffer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_capacity.c b/sys/dev/isci/scil/sati_read_capacity.c index 7607e3aae7c79..964ed09738110 100644 --- a/sys/dev/isci/scil/sati_read_capacity.c +++ b/sys/dev/isci/scil/sati_read_capacity.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_capacity.h b/sys/dev/isci/scil/sati_read_capacity.h index 41660de1a3459..d1f29391c3e5d 100644 --- a/sys/dev/isci/scil/sati_read_capacity.h +++ b/sys/dev/isci/scil/sati_read_capacity.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_reassign_blocks.c b/sys/dev/isci/scil/sati_reassign_blocks.c index ebe16b7dfeb2c..e0bf7637ec801 100644 --- a/sys/dev/isci/scil/sati_reassign_blocks.c +++ b/sys/dev/isci/scil/sati_reassign_blocks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_reassign_blocks.h b/sys/dev/isci/scil/sati_reassign_blocks.h index 7531fd82e0fa4..0388f664a4b2a 100644 --- a/sys/dev/isci/scil/sati_reassign_blocks.h +++ b/sys/dev/isci/scil/sati_reassign_blocks.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_report_luns.c b/sys/dev/isci/scil/sati_report_luns.c index 6aaad4da43f30..d85d8700bf6ef 100644 --- a/sys/dev/isci/scil/sati_report_luns.c +++ b/sys/dev/isci/scil/sati_report_luns.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_report_luns.h b/sys/dev/isci/scil/sati_report_luns.h index 4aef3a43cb965..7ed08c91b7092 100644 --- a/sys/dev/isci/scil/sati_report_luns.h +++ b/sys/dev/isci/scil/sati_report_luns.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_request_sense.c b/sys/dev/isci/scil/sati_request_sense.c index a247fa335ed1e..f12f0ffcb7e58 100644 --- a/sys/dev/isci/scil/sati_request_sense.c +++ b/sys/dev/isci/scil/sati_request_sense.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_request_sense.h b/sys/dev/isci/scil/sati_request_sense.h index 6348bd923e32d..f7c08a05a4366 100644 --- a/sys/dev/isci/scil/sati_request_sense.h +++ b/sys/dev/isci/scil/sati_request_sense.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_start_stop_unit.c b/sys/dev/isci/scil/sati_start_stop_unit.c index 04139e21b3216..729474ea2a344 100644 --- a/sys/dev/isci/scil/sati_start_stop_unit.c +++ b/sys/dev/isci/scil/sati_start_stop_unit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_start_stop_unit.h b/sys/dev/isci/scil/sati_start_stop_unit.h index 8235c4b77d819..8ecacc06a2c6f 100644 --- a/sys/dev/isci/scil/sati_start_stop_unit.h +++ b/sys/dev/isci/scil/sati_start_stop_unit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_synchronize_cache.c b/sys/dev/isci/scil/sati_synchronize_cache.c index 3c974719b4727..73773cf49ee58 100644 --- a/sys/dev/isci/scil/sati_synchronize_cache.c +++ b/sys/dev/isci/scil/sati_synchronize_cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_synchronize_cache.h b/sys/dev/isci/scil/sati_synchronize_cache.h index 58d6026dcfb6d..0162eddba2e43 100644 --- a/sys/dev/isci/scil/sati_synchronize_cache.h +++ b/sys/dev/isci/scil/sati_synchronize_cache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_test_unit_ready.c b/sys/dev/isci/scil/sati_test_unit_ready.c index e5e781bff261d..10bd07c3657eb 100644 --- a/sys/dev/isci/scil/sati_test_unit_ready.c +++ b/sys/dev/isci/scil/sati_test_unit_ready.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_test_unit_ready.h b/sys/dev/isci/scil/sati_test_unit_ready.h index 50360c72a93cb..f26f8e1e1b469 100644 --- a/sys/dev/isci/scil/sati_test_unit_ready.h +++ b/sys/dev/isci/scil/sati_test_unit_ready.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_translator_sequence.h b/sys/dev/isci/scil/sati_translator_sequence.h index dba53260bc7ef..1f03c31aa7ab9 100644 --- a/sys/dev/isci/scil/sati_translator_sequence.h +++ b/sys/dev/isci/scil/sati_translator_sequence.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_types.h b/sys/dev/isci/scil/sati_types.h index 4851aeb78500e..8d59ceda39d60 100644 --- a/sys/dev/isci/scil/sati_types.h +++ b/sys/dev/isci/scil/sati_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_unmap.c b/sys/dev/isci/scil/sati_unmap.c index 4cd6e9c41952b..bf9cfe3ccdb1b 100644 --- a/sys/dev/isci/scil/sati_unmap.c +++ b/sys/dev/isci/scil/sati_unmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_unmap.h b/sys/dev/isci/scil/sati_unmap.h index 1b5ffb23c3ca2..e89d1e0c1e37a 100644 --- a/sys/dev/isci/scil/sati_unmap.h +++ b/sys/dev/isci/scil/sati_unmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_util.c b/sys/dev/isci/scil/sati_util.c index e037c5cfae1fd..b74e00fea4b7f 100644 --- a/sys/dev/isci/scil/sati_util.c +++ b/sys/dev/isci/scil/sati_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_util.h b/sys/dev/isci/scil/sati_util.h index 5b4ac4721a328..a97262031d210 100644 --- a/sys/dev/isci/scil/sati_util.h +++ b/sys/dev/isci/scil/sati_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_verify.c b/sys/dev/isci/scil/sati_verify.c index 350499d5c5a6a..aab2a10bd613e 100644 --- a/sys/dev/isci/scil/sati_verify.c +++ b/sys/dev/isci/scil/sati_verify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_verify.h b/sys/dev/isci/scil/sati_verify.h index 7c762f63a2d93..768047f3d9065 100644 --- a/sys/dev/isci/scil/sati_verify.h +++ b/sys/dev/isci/scil/sati_verify.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write.c b/sys/dev/isci/scil/sati_write.c index 931a1a597e91a..915fbde25ab85 100644 --- a/sys/dev/isci/scil/sati_write.c +++ b/sys/dev/isci/scil/sati_write.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write.h b/sys/dev/isci/scil/sati_write.h index 9d7be32e257bd..6faf9c072838f 100644 --- a/sys/dev/isci/scil/sati_write.h +++ b/sys/dev/isci/scil/sati_write.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_and_verify.c b/sys/dev/isci/scil/sati_write_and_verify.c index bca6ca4eab3ed..30f2d5eb64766 100644 --- a/sys/dev/isci/scil/sati_write_and_verify.c +++ b/sys/dev/isci/scil/sati_write_and_verify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_and_verify.h b/sys/dev/isci/scil/sati_write_and_verify.h index bbe88067c66e2..8cc287f4cd1ea 100644 --- a/sys/dev/isci/scil/sati_write_and_verify.h +++ b/sys/dev/isci/scil/sati_write_and_verify.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_buffer.c b/sys/dev/isci/scil/sati_write_buffer.c index dfa4e29250305..1ce0cd8c85b7c 100644 --- a/sys/dev/isci/scil/sati_write_buffer.c +++ b/sys/dev/isci/scil/sati_write_buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_buffer.h b/sys/dev/isci/scil/sati_write_buffer.h index c027e1c6858c8..e5fa4609bb5b5 100644 --- a/sys/dev/isci/scil/sati_write_buffer.h +++ b/sys/dev/isci/scil/sati_write_buffer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_long.c b/sys/dev/isci/scil/sati_write_long.c index 7847cc1374498..8d9e4247c5f1a 100644 --- a/sys/dev/isci/scil/sati_write_long.c +++ b/sys/dev/isci/scil/sati_write_long.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_long.h b/sys/dev/isci/scil/sati_write_long.h index 1084f8580ed05..a3f9f1d6fd5e7 100644 --- a/sys/dev/isci/scil/sati_write_long.h +++ b/sys/dev/isci/scil/sati_write_long.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_abstract_list.c b/sys/dev/isci/scil/sci_abstract_list.c index 641eb4aebe09c..9163d34b4e67f 100644 --- a/sys/dev/isci/scil/sci_abstract_list.c +++ b/sys/dev/isci/scil/sci_abstract_list.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_abstract_list.h b/sys/dev/isci/scil/sci_abstract_list.h index 7ae53eae29a94..010bbc6041f46 100644 --- a/sys/dev/isci/scil/sci_abstract_list.h +++ b/sys/dev/isci/scil/sci_abstract_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_controller.c b/sys/dev/isci/scil/sci_base_controller.c index 52533042917eb..7be706a50c78d 100644 --- a/sys/dev/isci/scil/sci_base_controller.c +++ b/sys/dev/isci/scil/sci_base_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_controller.h b/sys/dev/isci/scil/sci_base_controller.h index cdf38a13ae8d2..1a5d8fd12a844 100644 --- a/sys/dev/isci/scil/sci_base_controller.h +++ b/sys/dev/isci/scil/sci_base_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_domain.c b/sys/dev/isci/scil/sci_base_domain.c index 87b112c6c2adc..21db480151e25 100644 --- a/sys/dev/isci/scil/sci_base_domain.c +++ b/sys/dev/isci/scil/sci_base_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_domain.h b/sys/dev/isci/scil/sci_base_domain.h index 537c8ff68cded..84d52c4127000 100644 --- a/sys/dev/isci/scil/sci_base_domain.h +++ b/sys/dev/isci/scil/sci_base_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_iterator.c b/sys/dev/isci/scil/sci_base_iterator.c index 6855f40a0407a..ad80860797c02 100644 --- a/sys/dev/isci/scil/sci_base_iterator.c +++ b/sys/dev/isci/scil/sci_base_iterator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_iterator.h b/sys/dev/isci/scil/sci_base_iterator.h index 36a23f26cd43e..52e4658ba4f9f 100644 --- a/sys/dev/isci/scil/sci_base_iterator.h +++ b/sys/dev/isci/scil/sci_base_iterator.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_library.c b/sys/dev/isci/scil/sci_base_library.c index a3b85e69c664f..c4653b4bcba04 100644 --- a/sys/dev/isci/scil/sci_base_library.c +++ b/sys/dev/isci/scil/sci_base_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_library.h b/sys/dev/isci/scil/sci_base_library.h index 63d2cb4fb7ba4..d4f9d268b1982 100644 --- a/sys/dev/isci/scil/sci_base_library.h +++ b/sys/dev/isci/scil/sci_base_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_logger.c b/sys/dev/isci/scil/sci_base_logger.c index 7f0e425b58edc..7a32a13e06a06 100644 --- a/sys/dev/isci/scil/sci_base_logger.c +++ b/sys/dev/isci/scil/sci_base_logger.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_logger.h b/sys/dev/isci/scil/sci_base_logger.h index e3c5a4060e2d3..40d0fb07049c7 100644 --- a/sys/dev/isci/scil/sci_base_logger.h +++ b/sys/dev/isci/scil/sci_base_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list.c b/sys/dev/isci/scil/sci_base_memory_descriptor_list.c index d470b8f33bd9e..d25cfe43b3d93 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list.c +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list.h b/sys/dev/isci/scil/sci_base_memory_descriptor_list.h index b4bb43aa0b58f..3a4a067e0b578 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list.h +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c b/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c index 0c691f0974946..417e5c9969732 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_object.c b/sys/dev/isci/scil/sci_base_object.c index 94af19f3e5a1a..c2140c9901feb 100644 --- a/sys/dev/isci/scil/sci_base_object.c +++ b/sys/dev/isci/scil/sci_base_object.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_object.h b/sys/dev/isci/scil/sci_base_object.h index 58f04306812ec..311c25401f57b 100644 --- a/sys/dev/isci/scil/sci_base_object.h +++ b/sys/dev/isci/scil/sci_base_object.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_observer.c b/sys/dev/isci/scil/sci_base_observer.c index 60403a5e3f64c..7b26726236b35 100644 --- a/sys/dev/isci/scil/sci_base_observer.c +++ b/sys/dev/isci/scil/sci_base_observer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_observer.h b/sys/dev/isci/scil/sci_base_observer.h index 991d66a630830..308209f860e01 100644 --- a/sys/dev/isci/scil/sci_base_observer.h +++ b/sys/dev/isci/scil/sci_base_observer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_phy.c b/sys/dev/isci/scil/sci_base_phy.c index 8cffc13aba099..25434cd036808 100644 --- a/sys/dev/isci/scil/sci_base_phy.c +++ b/sys/dev/isci/scil/sci_base_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_phy.h b/sys/dev/isci/scil/sci_base_phy.h index 914a11007385e..40f010b30a928 100644 --- a/sys/dev/isci/scil/sci_base_phy.h +++ b/sys/dev/isci/scil/sci_base_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_port.c b/sys/dev/isci/scil/sci_base_port.c index d482aa9abbe9d..3b6c4cc66c3d3 100644 --- a/sys/dev/isci/scil/sci_base_port.c +++ b/sys/dev/isci/scil/sci_base_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_port.h b/sys/dev/isci/scil/sci_base_port.h index 733677dca103d..7d2c229e1847b 100644 --- a/sys/dev/isci/scil/sci_base_port.h +++ b/sys/dev/isci/scil/sci_base_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_remote_device.c b/sys/dev/isci/scil/sci_base_remote_device.c index e227166d7500d..40220128146bc 100644 --- a/sys/dev/isci/scil/sci_base_remote_device.c +++ b/sys/dev/isci/scil/sci_base_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_remote_device.h b/sys/dev/isci/scil/sci_base_remote_device.h index 9c220f2447022..47209ae2f575d 100644 --- a/sys/dev/isci/scil/sci_base_remote_device.h +++ b/sys/dev/isci/scil/sci_base_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_request.c b/sys/dev/isci/scil/sci_base_request.c index ecb75c4ee8788..d9a6192074194 100644 --- a/sys/dev/isci/scil/sci_base_request.c +++ b/sys/dev/isci/scil/sci_base_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_request.h b/sys/dev/isci/scil/sci_base_request.h index 231c0bf11a5ed..5638932bd0854 100644 --- a/sys/dev/isci/scil/sci_base_request.h +++ b/sys/dev/isci/scil/sci_base_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state.h b/sys/dev/isci/scil/sci_base_state.h index 68cce84b5f1b6..8b93c929ff2ee 100644 --- a/sys/dev/isci/scil/sci_base_state.h +++ b/sys/dev/isci/scil/sci_base_state.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine.c b/sys/dev/isci/scil/sci_base_state_machine.c index 0e95c64bbf084..2f1720acc9acd 100644 --- a/sys/dev/isci/scil/sci_base_state_machine.c +++ b/sys/dev/isci/scil/sci_base_state_machine.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine.h b/sys/dev/isci/scil/sci_base_state_machine.h index 9a5f7491c2ba1..a0d5e02711e1d 100644 --- a/sys/dev/isci/scil/sci_base_state_machine.h +++ b/sys/dev/isci/scil/sci_base_state_machine.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_logger.c b/sys/dev/isci/scil/sci_base_state_machine_logger.c index 0adec264d9bc3..02cac1fd98354 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_logger.c +++ b/sys/dev/isci/scil/sci_base_state_machine_logger.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_logger.h b/sys/dev/isci/scil/sci_base_state_machine_logger.h index 42f2121146ea3..5acf10648a57c 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_logger.h +++ b/sys/dev/isci/scil/sci_base_state_machine_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_observer.c b/sys/dev/isci/scil/sci_base_state_machine_observer.c index 5a0ef54ca780d..c4e2376ee7d3a 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_observer.c +++ b/sys/dev/isci/scil/sci_base_state_machine_observer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_observer.h b/sys/dev/isci/scil/sci_base_state_machine_observer.h index adbeabd9d374a..27b4b3a4bdb5b 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_observer.h +++ b/sys/dev/isci/scil/sci_base_state_machine_observer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_subject.c b/sys/dev/isci/scil/sci_base_subject.c index 894136dc5110f..0ba41aaaa484a 100644 --- a/sys/dev/isci/scil/sci_base_subject.c +++ b/sys/dev/isci/scil/sci_base_subject.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_subject.h b/sys/dev/isci/scil/sci_base_subject.h index 0499d1b55169e..92b19b974a6ce 100644 --- a/sys/dev/isci/scil/sci_base_subject.h +++ b/sys/dev/isci/scil/sci_base_subject.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_controller.h b/sys/dev/isci/scil/sci_controller.h index ca004f0873c87..4396f4c9692a2 100644 --- a/sys/dev/isci/scil/sci_controller.h +++ b/sys/dev/isci/scil/sci_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_controller_constants.h b/sys/dev/isci/scil/sci_controller_constants.h index c4e97f6878be1..04a47856de512 100644 --- a/sys/dev/isci/scil/sci_controller_constants.h +++ b/sys/dev/isci/scil/sci_controller_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_fast_list.h b/sys/dev/isci/scil/sci_fast_list.h index 0325fadf0ff84..361abb337d2bf 100644 --- a/sys/dev/isci/scil/sci_fast_list.h +++ b/sys/dev/isci/scil/sci_fast_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_iterator.h b/sys/dev/isci/scil/sci_iterator.h index fd5cab2ff74a5..0ed3d2d1c9382 100644 --- a/sys/dev/isci/scil/sci_iterator.h +++ b/sys/dev/isci/scil/sci_iterator.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_library.h b/sys/dev/isci/scil/sci_library.h index 6dea219f85cbe..3fa542d769e62 100644 --- a/sys/dev/isci/scil/sci_library.h +++ b/sys/dev/isci/scil/sci_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_logger.h b/sys/dev/isci/scil/sci_logger.h index e98081223faca..f30adca4fdebf 100644 --- a/sys/dev/isci/scil/sci_logger.h +++ b/sys/dev/isci/scil/sci_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_memory_descriptor_list.h b/sys/dev/isci/scil/sci_memory_descriptor_list.h index 3912ceb379ff9..6b78fbc6055db 100644 --- a/sys/dev/isci/scil/sci_memory_descriptor_list.h +++ b/sys/dev/isci/scil/sci_memory_descriptor_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h b/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h index 42f4db1efa606..3f7bd24f88c4f 100644 --- a/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h +++ b/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_object.h b/sys/dev/isci/scil/sci_object.h index e88e44b37cb61..cb1bda14a88e2 100644 --- a/sys/dev/isci/scil/sci_object.h +++ b/sys/dev/isci/scil/sci_object.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_overview.h b/sys/dev/isci/scil/sci_overview.h index fadea725735a0..3cde341efb1f4 100644 --- a/sys/dev/isci/scil/sci_overview.h +++ b/sys/dev/isci/scil/sci_overview.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_pool.h b/sys/dev/isci/scil/sci_pool.h index 2a4d45e9b62ce..da642ad76075f 100644 --- a/sys/dev/isci/scil/sci_pool.h +++ b/sys/dev/isci/scil/sci_pool.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_simple_list.h b/sys/dev/isci/scil/sci_simple_list.h index 9c0848a52fcc0..2ebb7298db491 100644 --- a/sys/dev/isci/scil/sci_simple_list.h +++ b/sys/dev/isci/scil/sci_simple_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_status.h b/sys/dev/isci/scil/sci_status.h index 1b40860c8385d..27c0d87dae1b3 100644 --- a/sys/dev/isci/scil/sci_status.h +++ b/sys/dev/isci/scil/sci_status.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_types.h b/sys/dev/isci/scil/sci_types.h index b48ee7bfbdd0c..48e58d1781915 100644 --- a/sys/dev/isci/scil/sci_types.h +++ b/sys/dev/isci/scil/sci_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_util.c b/sys/dev/isci/scil/sci_util.c index 693bc8bb478de..53038eb0d6ca1 100644 --- a/sys/dev/isci/scil/sci_util.c +++ b/sys/dev/isci/scil/sci_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_util.h b/sys/dev/isci/scil/sci_util.h index f7c14ac04bdf5..9e2b0343aeb82 100644 --- a/sys/dev/isci/scil/sci_util.h +++ b/sys/dev/isci/scil/sci_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_config_parameters.h b/sys/dev/isci/scil/scic_config_parameters.h index 969cd30350fe3..aafd12fc28a68 100644 --- a/sys/dev/isci/scil/scic_config_parameters.h +++ b/sys/dev/isci/scil/scic_config_parameters.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_controller.h b/sys/dev/isci/scil/scic_controller.h index 31c94af6d1f8a..f87f14b658e66 100644 --- a/sys/dev/isci/scil/scic_controller.h +++ b/sys/dev/isci/scil/scic_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_io_request.h b/sys/dev/isci/scil/scic_io_request.h index 21c70c0f243c9..d3cc800e667ab 100644 --- a/sys/dev/isci/scil/scic_io_request.h +++ b/sys/dev/isci/scil/scic_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_library.h b/sys/dev/isci/scil/scic_library.h index 269ffd7724e32..25f6a339f77b4 100644 --- a/sys/dev/isci/scil/scic_library.h +++ b/sys/dev/isci/scil/scic_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_logger.h b/sys/dev/isci/scil/scic_logger.h index 0a9e50b1f6fda..b64c60d4c0833 100644 --- a/sys/dev/isci/scil/scic_logger.h +++ b/sys/dev/isci/scil/scic_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_overview.h b/sys/dev/isci/scil/scic_overview.h index 87216c805d39f..eb47fe1aca022 100644 --- a/sys/dev/isci/scil/scic_overview.h +++ b/sys/dev/isci/scil/scic_overview.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_phy.h b/sys/dev/isci/scil/scic_phy.h index 75b11d47cedc9..6007c14f72420 100644 --- a/sys/dev/isci/scil/scic_phy.h +++ b/sys/dev/isci/scil/scic_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_port.h b/sys/dev/isci/scil/scic_port.h index 4c4ee051fb833..b6588b77a9122 100644 --- a/sys/dev/isci/scil/scic_port.h +++ b/sys/dev/isci/scil/scic_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_remote_device.h b/sys/dev/isci/scil/scic_remote_device.h index 9abd04dbf748a..ab8e77154875f 100644 --- a/sys/dev/isci/scil/scic_remote_device.h +++ b/sys/dev/isci/scil/scic_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_controller.c b/sys/dev/isci/scil/scic_sds_controller.c index 767f89c04e3c7..2532d87a37db7 100644 --- a/sys/dev/isci/scil/scic_sds_controller.c +++ b/sys/dev/isci/scil/scic_sds_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_controller.h b/sys/dev/isci/scil/scic_sds_controller.h index fe3468f157d96..54c7ffe34104e 100644 --- a/sys/dev/isci/scil/scic_sds_controller.h +++ b/sys/dev/isci/scil/scic_sds_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_controller_registers.h b/sys/dev/isci/scil/scic_sds_controller_registers.h index 81a1f3f8f01cf..ecb5cbff9d688 100644 --- a/sys/dev/isci/scil/scic_sds_controller_registers.h +++ b/sys/dev/isci/scil/scic_sds_controller_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_library.c b/sys/dev/isci/scil/scic_sds_library.c index 5337516e81a1a..3f7dace4b4d22 100644 --- a/sys/dev/isci/scil/scic_sds_library.c +++ b/sys/dev/isci/scil/scic_sds_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_library.h b/sys/dev/isci/scil/scic_sds_library.h index d6a7c83a9d5d4..25515107b790c 100644 --- a/sys/dev/isci/scil/scic_sds_library.h +++ b/sys/dev/isci/scil/scic_sds_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_logger.h b/sys/dev/isci/scil/scic_sds_logger.h index 56e50dce1891d..710590af65107 100644 --- a/sys/dev/isci/scil/scic_sds_logger.h +++ b/sys/dev/isci/scil/scic_sds_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_pci.c b/sys/dev/isci/scil/scic_sds_pci.c index d5d620055e522..3c5b285180d34 100644 --- a/sys/dev/isci/scil/scic_sds_pci.c +++ b/sys/dev/isci/scil/scic_sds_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_pci.h b/sys/dev/isci/scil/scic_sds_pci.h index 8ddcd7d4b245c..4b33c8015da3b 100644 --- a/sys/dev/isci/scil/scic_sds_pci.h +++ b/sys/dev/isci/scil/scic_sds_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_phy.c b/sys/dev/isci/scil/scic_sds_phy.c index a7755c3e5df45..a812be2cab243 100644 --- a/sys/dev/isci/scil/scic_sds_phy.c +++ b/sys/dev/isci/scil/scic_sds_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_phy.h b/sys/dev/isci/scil/scic_sds_phy.h index 501a7244dc1bd..eda6998e8be70 100644 --- a/sys/dev/isci/scil/scic_sds_phy.h +++ b/sys/dev/isci/scil/scic_sds_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_phy_registers.h b/sys/dev/isci/scil/scic_sds_phy_registers.h index 24ed608d291c5..46524fdfd7ee3 100644 --- a/sys/dev/isci/scil/scic_sds_phy_registers.h +++ b/sys/dev/isci/scil/scic_sds_phy_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port.c b/sys/dev/isci/scil/scic_sds_port.c index 42993a349465f..938d82d48e46c 100644 --- a/sys/dev/isci/scil/scic_sds_port.c +++ b/sys/dev/isci/scil/scic_sds_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port.h b/sys/dev/isci/scil/scic_sds_port.h index 321f6674ec63f..677f2026a6505 100644 --- a/sys/dev/isci/scil/scic_sds_port.h +++ b/sys/dev/isci/scil/scic_sds_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c index 95e442ff1ebff..d23e0623b00ac 100644 --- a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c +++ b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port_configuration_agent.h b/sys/dev/isci/scil/scic_sds_port_configuration_agent.h index 37f533777da7f..89adeeccce98f 100644 --- a/sys/dev/isci/scil/scic_sds_port_configuration_agent.h +++ b/sys/dev/isci/scil/scic_sds_port_configuration_agent.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port_registers.h b/sys/dev/isci/scil/scic_sds_port_registers.h index 3e567969b3c9d..3a201dc3933d3 100644 --- a/sys/dev/isci/scil/scic_sds_port_registers.h +++ b/sys/dev/isci/scil/scic_sds_port_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_device.c b/sys/dev/isci/scil/scic_sds_remote_device.c index efc2f18c0a4bf..763930781905c 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h index 432227d7faaeb..2170e934cff0f 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.h +++ b/sys/dev/isci/scil/scic_sds_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.c b/sys/dev/isci/scil/scic_sds_remote_node_context.c index bbcedeef77346..8d3698a9a09ae 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.h b/sys/dev/isci/scil/scic_sds_remote_node_context.h index 4b4481db1ebfa..3eb9011a5b793 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.h +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.c b/sys/dev/isci/scil/scic_sds_remote_node_table.c index 2c287bd904971..51329f2565c38 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_table.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.h b/sys/dev/isci/scil/scic_sds_remote_node_table.h index 8912c1751bc6f..482f320411be2 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_table.h +++ b/sys/dev/isci/scil/scic_sds_remote_node_table.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_request.c b/sys/dev/isci/scil/scic_sds_request.c index 3e85785042e04..ea3c93551b658 100644 --- a/sys/dev/isci/scil/scic_sds_request.c +++ b/sys/dev/isci/scil/scic_sds_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_request.h b/sys/dev/isci/scil/scic_sds_request.h index 1940721eb2b93..a1783176dd84f 100644 --- a/sys/dev/isci/scil/scic_sds_request.h +++ b/sys/dev/isci/scil/scic_sds_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_sgpio.c b/sys/dev/isci/scil/scic_sds_sgpio.c index 25441c29833df..e85445de021c9 100644 --- a/sys/dev/isci/scil/scic_sds_sgpio.c +++ b/sys/dev/isci/scil/scic_sds_sgpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_smp_remote_device.c b/sys/dev/isci/scil/scic_sds_smp_remote_device.c index 579e05c1d02a0..d6b7642ac1ad5 100644 --- a/sys/dev/isci/scil/scic_sds_smp_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_smp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_smp_request.c b/sys/dev/isci/scil/scic_sds_smp_request.c index ea92782fbfd81..d0b4029b2466c 100644 --- a/sys/dev/isci/scil/scic_sds_smp_request.c +++ b/sys/dev/isci/scil/scic_sds_smp_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_smp_request.h b/sys/dev/isci/scil/scic_sds_smp_request.h index ad9a33ade9134..6f1421eead840 100644 --- a/sys/dev/isci/scil/scic_sds_smp_request.h +++ b/sys/dev/isci/scil/scic_sds_smp_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_ssp_request.c b/sys/dev/isci/scil/scic_sds_ssp_request.c index c7a67acf0a045..6f580e48e30fe 100644 --- a/sys/dev/isci/scil/scic_sds_ssp_request.c +++ b/sys/dev/isci/scil/scic_sds_ssp_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_packet_request.c b/sys/dev/isci/scil/scic_sds_stp_packet_request.c index 42a7497b7ad06..327dcdfff4b82 100644 --- a/sys/dev/isci/scil/scic_sds_stp_packet_request.c +++ b/sys/dev/isci/scil/scic_sds_stp_packet_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_packet_request.h b/sys/dev/isci/scil/scic_sds_stp_packet_request.h index 2c51f96e8bb71..227fa2f21a6c2 100644 --- a/sys/dev/isci/scil/scic_sds_stp_packet_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_packet_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_pio_request.h b/sys/dev/isci/scil/scic_sds_stp_pio_request.h index 3a0eb40f8f10d..ca36b56c53378 100644 --- a/sys/dev/isci/scil/scic_sds_stp_pio_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_pio_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_remote_device.c b/sys/dev/isci/scil/scic_sds_stp_remote_device.c index 8eb511f93136f..70f6ff187da25 100644 --- a/sys/dev/isci/scil/scic_sds_stp_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_stp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_request.c b/sys/dev/isci/scil/scic_sds_stp_request.c index 5a2612cf588d9..f35e8cca7256b 100644 --- a/sys/dev/isci/scil/scic_sds_stp_request.c +++ b/sys/dev/isci/scil/scic_sds_stp_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_request.h b/sys/dev/isci/scil/scic_sds_stp_request.h index 5d57acfcf1b73..fedde046e444d 100644 --- a/sys/dev/isci/scil/scic_sds_stp_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c index f3fd91ad8dc3a..d9e214a491231 100644 --- a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c +++ b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h index a05572df0f9a0..28620f23f7dd5 100644 --- a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h +++ b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sgpio.h b/sys/dev/isci/scil/scic_sgpio.h index 4fc5197ed422d..eb5ad3bb1a972 100644 --- a/sys/dev/isci/scil/scic_sgpio.h +++ b/sys/dev/isci/scil/scic_sgpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_task_request.h b/sys/dev/isci/scil/scic_task_request.h index 0b93972e8a686..104db8e274368 100644 --- a/sys/dev/isci/scil/scic_task_request.h +++ b/sys/dev/isci/scil/scic_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_user_callback.h b/sys/dev/isci/scil/scic_user_callback.h index 3f75c7816a67d..292237062ae39 100644 --- a/sys/dev/isci/scil/scic_user_callback.h +++ b/sys/dev/isci/scil/scic_user_callback.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_config_parameters.h b/sys/dev/isci/scil/scif_config_parameters.h index d5d15bf906cf9..8f68df7d2e4d2 100644 --- a/sys/dev/isci/scil/scif_config_parameters.h +++ b/sys/dev/isci/scil/scif_config_parameters.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_controller.h b/sys/dev/isci/scil/scif_controller.h index 61a513fc45858..e7142a28e4859 100644 --- a/sys/dev/isci/scil/scif_controller.h +++ b/sys/dev/isci/scil/scif_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_domain.h b/sys/dev/isci/scil/scif_domain.h index 73ca775ef5461..22d3dbfd3d940 100644 --- a/sys/dev/isci/scil/scif_domain.h +++ b/sys/dev/isci/scil/scif_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_io_request.h b/sys/dev/isci/scil/scif_io_request.h index 69d86eed70702..9734d5e07cb6e 100644 --- a/sys/dev/isci/scil/scif_io_request.h +++ b/sys/dev/isci/scil/scif_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_library.h b/sys/dev/isci/scil/scif_library.h index 28de43d7b4436..a1d8a8faf03c5 100644 --- a/sys/dev/isci/scil/scif_library.h +++ b/sys/dev/isci/scil/scif_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_logger.h b/sys/dev/isci/scil/scif_logger.h index f9d760cbf4101..d5c124135437c 100644 --- a/sys/dev/isci/scil/scif_logger.h +++ b/sys/dev/isci/scil/scif_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_overview.h b/sys/dev/isci/scil/scif_overview.h index b7132bbf5054f..d19e05914d94d 100644 --- a/sys/dev/isci/scil/scif_overview.h +++ b/sys/dev/isci/scil/scif_overview.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_remote_device.h b/sys/dev/isci/scil/scif_remote_device.h index f67d40d8967f4..08dbbe8ae4994 100644 --- a/sys/dev/isci/scil/scif_remote_device.h +++ b/sys/dev/isci/scil/scif_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_constants.h b/sys/dev/isci/scil/scif_sas_constants.h index 88404efb37c54..c9670ebbac659 100644 --- a/sys/dev/isci/scil/scif_sas_constants.h +++ b/sys/dev/isci/scil/scif_sas_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller.c b/sys/dev/isci/scil/scif_sas_controller.c index c385dfa923628..cd738fa5cd7f9 100644 --- a/sys/dev/isci/scil/scif_sas_controller.c +++ b/sys/dev/isci/scil/scif_sas_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller.h b/sys/dev/isci/scil/scif_sas_controller.h index 1efd00d10b891..fc7583e843678 100644 --- a/sys/dev/isci/scil/scif_sas_controller.h +++ b/sys/dev/isci/scil/scif_sas_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller_state_handlers.c b/sys/dev/isci/scil/scif_sas_controller_state_handlers.c index 397cfbca15764..d0704a1e8f449 100644 --- a/sys/dev/isci/scil/scif_sas_controller_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_controller_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller_states.c b/sys/dev/isci/scil/scif_sas_controller_states.c index 7f280fc659050..e5a88a917ee12 100644 --- a/sys/dev/isci/scil/scif_sas_controller_states.c +++ b/sys/dev/isci/scil/scif_sas_controller_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_design.h b/sys/dev/isci/scil/scif_sas_design.h index e847b284ff85d..1f2e8a851287c 100644 --- a/sys/dev/isci/scil/scif_sas_design.h +++ b/sys/dev/isci/scil/scif_sas_design.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain.c b/sys/dev/isci/scil/scif_sas_domain.c index c5a54fad6cd6a..a6a3d70132e45 100644 --- a/sys/dev/isci/scil/scif_sas_domain.c +++ b/sys/dev/isci/scil/scif_sas_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain.h b/sys/dev/isci/scil/scif_sas_domain.h index 9fbd338e7a8c7..654f3772f2617 100644 --- a/sys/dev/isci/scil/scif_sas_domain.h +++ b/sys/dev/isci/scil/scif_sas_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c index 42b75fc9211ba..89188b3344318 100644 --- a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain_states.c b/sys/dev/isci/scil/scif_sas_domain_states.c index 803c26adc3f74..84f8e53189d34 100644 --- a/sys/dev/isci/scil/scif_sas_domain_states.c +++ b/sys/dev/isci/scil/scif_sas_domain_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c index a9aada72468af..1999a9e84912d 100644 --- a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c +++ b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h index 451285038e5b2..c630af19c9c13 100644 --- a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h +++ b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_internal_io_request.c b/sys/dev/isci/scil/scif_sas_internal_io_request.c index 9d98190fbf18a..7086b817d64bb 100644 --- a/sys/dev/isci/scil/scif_sas_internal_io_request.c +++ b/sys/dev/isci/scil/scif_sas_internal_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_internal_io_request.h b/sys/dev/isci/scil/scif_sas_internal_io_request.h index 411e46fd01328..18967e4120440 100644 --- a/sys/dev/isci/scil/scif_sas_internal_io_request.h +++ b/sys/dev/isci/scil/scif_sas_internal_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request.c b/sys/dev/isci/scil/scif_sas_io_request.c index 4983c37ac1d24..e0461ae2f3667 100644 --- a/sys/dev/isci/scil/scif_sas_io_request.c +++ b/sys/dev/isci/scil/scif_sas_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request.h b/sys/dev/isci/scil/scif_sas_io_request.h index f09f9febbcbdb..7dd9ea6b8c18d 100644 --- a/sys/dev/isci/scil/scif_sas_io_request.h +++ b/sys/dev/isci/scil/scif_sas_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c b/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c index 303ea852aeb77..0111e7a023ab6 100644 --- a/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request_states.c b/sys/dev/isci/scil/scif_sas_io_request_states.c index 0ae3ca29ecf45..13d9f5636c7a1 100644 --- a/sys/dev/isci/scil/scif_sas_io_request_states.c +++ b/sys/dev/isci/scil/scif_sas_io_request_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_library.c b/sys/dev/isci/scil/scif_sas_library.c index 5521d6f56b53f..015f8f00eaa0f 100644 --- a/sys/dev/isci/scil/scif_sas_library.c +++ b/sys/dev/isci/scil/scif_sas_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_library.h b/sys/dev/isci/scil/scif_sas_library.h index 63c1ca2012f38..66947b00215b0 100644 --- a/sys/dev/isci/scil/scif_sas_library.h +++ b/sys/dev/isci/scil/scif_sas_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_logger.h b/sys/dev/isci/scil/scif_sas_logger.h index d2bdabcb04e2c..e9712ffa7d1fb 100644 --- a/sys/dev/isci/scil/scif_sas_logger.h +++ b/sys/dev/isci/scil/scif_sas_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device.c b/sys/dev/isci/scil/scif_sas_remote_device.c index 5fcebd6497b1e..991c6a0b482f9 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device.h b/sys/dev/isci/scil/scif_sas_remote_device.h index 91ad2edd28e3e..be066f83381a4 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device.h +++ b/sys/dev/isci/scil/scif_sas_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c index 447143424ae0e..514624dba0d67 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c b/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c index 9f6bb4a9df578..24a10a23ee618 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c index ec0612598f20a..8027469ef8563 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c b/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c index 4639fd360d517..37dd878fac928 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c index dc6aa4ededd82..64a06629c5535 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_states.c b/sys/dev/isci/scil/scif_sas_remote_device_states.c index fda6db1cc68b3..98ea9db1c5d64 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_states.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_request.c b/sys/dev/isci/scil/scif_sas_request.c index 9c7d62ef5ac9c..2fff5cd9df44d 100644 --- a/sys/dev/isci/scil/scif_sas_request.c +++ b/sys/dev/isci/scil/scif_sas_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_request.h b/sys/dev/isci/scil/scif_sas_request.h index 0dc41e3696b73..b0a5a8b288fcf 100644 --- a/sys/dev/isci/scil/scif_sas_request.h +++ b/sys/dev/isci/scil/scif_sas_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_sati_binding.h b/sys/dev/isci/scil/scif_sas_sati_binding.h index 329efd7794f95..c4d9ea9de6f98 100644 --- a/sys/dev/isci/scil/scif_sas_sati_binding.h +++ b/sys/dev/isci/scil/scif_sas_sati_binding.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c b/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c index 998e147c2a711..123abed1d412f 100644 --- a/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c +++ b/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_io_request.c b/sys/dev/isci/scil/scif_sas_smp_io_request.c index 818eb5f9e9a25..3452993a9fbf8 100644 --- a/sys/dev/isci/scil/scif_sas_smp_io_request.c +++ b/sys/dev/isci/scil/scif_sas_smp_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_io_request.h b/sys/dev/isci/scil/scif_sas_smp_io_request.h index 6497cb848dded..a821b17202098 100644 --- a/sys/dev/isci/scil/scif_sas_smp_io_request.h +++ b/sys/dev/isci/scil/scif_sas_smp_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_phy.c b/sys/dev/isci/scil/scif_sas_smp_phy.c index ad3a0419a62f4..60ac048370b80 100644 --- a/sys/dev/isci/scil/scif_sas_smp_phy.c +++ b/sys/dev/isci/scil/scif_sas_smp_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_phy.h b/sys/dev/isci/scil/scif_sas_smp_phy.h index 703d0bed21ed3..9e462bece2c9d 100644 --- a/sys/dev/isci/scil/scif_sas_smp_phy.h +++ b/sys/dev/isci/scil/scif_sas_smp_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_remote_device.c b/sys/dev/isci/scil/scif_sas_smp_remote_device.c index c27a0e8bd4789..a1353ffa6a09d 100644 --- a/sys/dev/isci/scil/scif_sas_smp_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_smp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_remote_device.h b/sys/dev/isci/scil/scif_sas_smp_remote_device.h index a28683d7beb55..6979b1b47e9c7 100644 --- a/sys/dev/isci/scil/scif_sas_smp_remote_device.h +++ b/sys/dev/isci/scil/scif_sas_smp_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_io_request.c b/sys/dev/isci/scil/scif_sas_stp_io_request.c index cca50c64f9698..671389267a7fc 100644 --- a/sys/dev/isci/scil/scif_sas_stp_io_request.c +++ b/sys/dev/isci/scil/scif_sas_stp_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_io_request.h b/sys/dev/isci/scil/scif_sas_stp_io_request.h index 0c9ba4bc60b1d..b24c9479162d8 100644 --- a/sys/dev/isci/scil/scif_sas_stp_io_request.h +++ b/sys/dev/isci/scil/scif_sas_stp_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_remote_device.c b/sys/dev/isci/scil/scif_sas_stp_remote_device.c index 2ead30495346f..280cc8e8a31d8 100644 --- a/sys/dev/isci/scil/scif_sas_stp_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_stp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_remote_device.h b/sys/dev/isci/scil/scif_sas_stp_remote_device.h index 94e1b3679e9e1..323fe29376650 100644 --- a/sys/dev/isci/scil/scif_sas_stp_remote_device.h +++ b/sys/dev/isci/scil/scif_sas_stp_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_task_request.c b/sys/dev/isci/scil/scif_sas_stp_task_request.c index e7680d66e912e..495f923834cb2 100644 --- a/sys/dev/isci/scil/scif_sas_stp_task_request.c +++ b/sys/dev/isci/scil/scif_sas_stp_task_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_task_request.h b/sys/dev/isci/scil/scif_sas_stp_task_request.h index cbba600406878..18a22d99f125d 100644 --- a/sys/dev/isci/scil/scif_sas_stp_task_request.h +++ b/sys/dev/isci/scil/scif_sas_stp_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request.c b/sys/dev/isci/scil/scif_sas_task_request.c index 0dddf36b5a910..38f45668fcba6 100644 --- a/sys/dev/isci/scil/scif_sas_task_request.c +++ b/sys/dev/isci/scil/scif_sas_task_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request.h b/sys/dev/isci/scil/scif_sas_task_request.h index 3fd85e0f74a40..f4f1d525adcfe 100644 --- a/sys/dev/isci/scil/scif_sas_task_request.h +++ b/sys/dev/isci/scil/scif_sas_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c b/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c index 0e032e825a4e0..76daad7b9a9a3 100644 --- a/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request_states.c b/sys/dev/isci/scil/scif_sas_task_request_states.c index 684fda557f765..65e8b4dd7e51b 100644 --- a/sys/dev/isci/scil/scif_sas_task_request_states.c +++ b/sys/dev/isci/scil/scif_sas_task_request_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_timer.c b/sys/dev/isci/scil/scif_sas_timer.c index 6457f6013bbe4..1da91e90c70ae 100644 --- a/sys/dev/isci/scil/scif_sas_timer.c +++ b/sys/dev/isci/scil/scif_sas_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_task_request.h b/sys/dev/isci/scil/scif_task_request.h index c0ad0876c4961..f64bf86234cfd 100644 --- a/sys/dev/isci/scil/scif_task_request.h +++ b/sys/dev/isci/scil/scif_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_user_callback.h b/sys/dev/isci/scil/scif_user_callback.h index 70ef235a13bef..39c6718b6f3e5 100644 --- a/sys/dev/isci/scil/scif_user_callback.h +++ b/sys/dev/isci/scil/scif_user_callback.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_bios_definitions.h b/sys/dev/isci/scil/scu_bios_definitions.h index 67d2ffd5911db..a33f7edc82dca 100644 --- a/sys/dev/isci/scil/scu_bios_definitions.h +++ b/sys/dev/isci/scil/scu_bios_definitions.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_completion_codes.h b/sys/dev/isci/scil/scu_completion_codes.h index 2ea2b9df74ace..e86a2c54a996e 100644 --- a/sys/dev/isci/scil/scu_completion_codes.h +++ b/sys/dev/isci/scil/scu_completion_codes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_constants.h b/sys/dev/isci/scil/scu_constants.h index 98641d1c652fb..c211a6c6bcf8b 100644 --- a/sys/dev/isci/scil/scu_constants.h +++ b/sys/dev/isci/scil/scu_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_event_codes.h b/sys/dev/isci/scil/scu_event_codes.h index 9aefede585024..47ac82684ec5d 100644 --- a/sys/dev/isci/scil/scu_event_codes.h +++ b/sys/dev/isci/scil/scu_event_codes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_registers.h b/sys/dev/isci/scil/scu_registers.h index a72c629afd792..eca54fa7e4521 100644 --- a/sys/dev/isci/scil/scu_registers.h +++ b/sys/dev/isci/scil/scu_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_remote_node_context.h b/sys/dev/isci/scil/scu_remote_node_context.h index 78786ff8e715c..b5c301e3f6dfe 100644 --- a/sys/dev/isci/scil/scu_remote_node_context.h +++ b/sys/dev/isci/scil/scu_remote_node_context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_task_context.h b/sys/dev/isci/scil/scu_task_context.h index 39a639672f3e4..dc78899dd9a51 100644 --- a/sys/dev/isci/scil/scu_task_context.h +++ b/sys/dev/isci/scil/scu_task_context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_unsolicited_frame.h b/sys/dev/isci/scil/scu_unsolicited_frame.h index a99a7b2232a6a..e8b0f88e098f6 100644 --- a/sys/dev/isci/scil/scu_unsolicited_frame.h +++ b/sys/dev/isci/scil/scu_unsolicited_frame.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_viit_data.h b/sys/dev/isci/scil/scu_viit_data.h index 9c9d14d304665..f264c2e6a7b71 100644 --- a/sys/dev/isci/scil/scu_viit_data.h +++ b/sys/dev/isci/scil/scu_viit_data.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/types.h b/sys/dev/isci/types.h index 59c48343a94e2..51f3aff934081 100644 --- a/sys/dev/isci/types.h +++ b/sys/dev/isci/types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/iscsi/icl.c b/sys/dev/iscsi/icl.c index 2823074f21049..d3888ef8d09c7 100644 --- a/sys/dev/iscsi/icl.c +++ b/sys/dev/iscsi/icl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/icl.h b/sys/dev/iscsi/icl.h index 292fa6006657a..144e8a478cb70 100644 --- a/sys/dev/iscsi/icl.h +++ b/sys/dev/iscsi/icl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c index 15ee7fc717963..42bb8fd03cb2e 100644 --- a/sys/dev/iscsi/iscsi.c +++ b/sys/dev/iscsi/iscsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi.h b/sys/dev/iscsi/iscsi.h index 3225649cc464c..ebafd518858ff 100644 --- a/sys/dev/iscsi/iscsi.h +++ b/sys/dev/iscsi/iscsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi_ioctl.h b/sys/dev/iscsi/iscsi_ioctl.h index a494cd558ed1b..aa05a966325a4 100644 --- a/sys/dev/iscsi/iscsi_ioctl.h +++ b/sys/dev/iscsi/iscsi_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi_proto.h b/sys/dev/iscsi/iscsi_proto.h index ee19fbc92a211..9ec24f46425a8 100644 --- a/sys/dev/iscsi/iscsi_proto.h +++ b/sys/dev/iscsi/iscsi_proto.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_cam.c b/sys/dev/iscsi_initiator/isc_cam.c index 2324a409b643b..f967901152e33 100644 --- a/sys/dev/iscsi_initiator/isc_cam.c +++ b/sys/dev/iscsi_initiator/isc_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_sm.c b/sys/dev/iscsi_initiator/isc_sm.c index 097cdcca21537..588c674c06f2e 100644 --- a/sys/dev/iscsi_initiator/isc_sm.c +++ b/sys/dev/iscsi_initiator/isc_sm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_soc.c b/sys/dev/iscsi_initiator/isc_soc.c index 1e25f72683606..92f111627fdc7 100644 --- a/sys/dev/iscsi_initiator/isc_soc.c +++ b/sys/dev/iscsi_initiator/isc_soc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_subr.c b/sys/dev/iscsi_initiator/isc_subr.c index d553cd1c33267..f3dfcb715e2fc 100644 --- a/sys/dev/iscsi_initiator/isc_subr.c +++ b/sys/dev/iscsi_initiator/isc_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsi.c b/sys/dev/iscsi_initiator/iscsi.c index ac3d1cc155474..3ce4abc0de301 100644 --- a/sys/dev/iscsi_initiator/iscsi.c +++ b/sys/dev/iscsi_initiator/iscsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsi.h b/sys/dev/iscsi_initiator/iscsi.h index 5f9d36b1b2b7f..6791fbfd87c04 100644 --- a/sys/dev/iscsi_initiator/iscsi.h +++ b/sys/dev/iscsi_initiator/iscsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsi_subr.c b/sys/dev/iscsi_initiator/iscsi_subr.c index cf746cda65f76..4d1869f5de6d0 100644 --- a/sys/dev/iscsi_initiator/iscsi_subr.c +++ b/sys/dev/iscsi_initiator/iscsi_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsivar.h b/sys/dev/iscsi_initiator/iscsivar.h index 681ad7053e0b6..2b70d815a3828 100644 --- a/sys/dev/iscsi_initiator/iscsivar.h +++ b/sys/dev/iscsi_initiator/iscsivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 Daniel Braniss <danny@cs.huji.ac.il> * All rights reserved. * diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index b3bab4849045b..464c80584c08b 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index ad6ddbed46698..6bd2a71b5f0fd 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions * * Copyright (c) 1997-2008 by Matthew Jacob diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index 8fda052067bb2..f54ea086dde59 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 72e2f179e3f2f..204603e783e1d 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 1b45ad22ee5da..6e8d8153af511 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index f8579357b2e3e..35e3e220b276c 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_stds.h b/sys/dev/isp/isp_stds.h index a83f08f17ff3a..c095901da4bd5 100644 --- a/sys/dev/isp/isp_stds.h +++ b/sys/dev/isp/isp_stds.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index f7a7efa3399cd..046010cc713b8 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 14945642cd634..633204ba4b4ab 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 46d74ebe2eb6e..0d72b94f207c2 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/ispfw/asm_1000.h b/sys/dev/ispfw/asm_1000.h index fb064094d30bf..69193fac602da 100644 --- a/sys/dev/ispfw/asm_1000.h +++ b/sys/dev/ispfw/asm_1000.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_1040.h b/sys/dev/ispfw/asm_1040.h index 4df4e71113f4d..920919be22221 100644 --- a/sys/dev/ispfw/asm_1040.h +++ b/sys/dev/ispfw/asm_1040.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_1080.h b/sys/dev/ispfw/asm_1080.h index b29cc3c024d58..27b50a0b4f129 100644 --- a/sys/dev/ispfw/asm_1080.h +++ b/sys/dev/ispfw/asm_1080.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_12160.h b/sys/dev/ispfw/asm_12160.h index 18688bf8cf7e1..ca66ec7f8be6b 100644 --- a/sys/dev/ispfw/asm_12160.h +++ b/sys/dev/ispfw/asm_12160.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2100.h b/sys/dev/ispfw/asm_2100.h index 399707d575438..34088424ef288 100644 --- a/sys/dev/ispfw/asm_2100.h +++ b/sys/dev/ispfw/asm_2100.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2200.h b/sys/dev/ispfw/asm_2200.h index f82513964c433..953240a137333 100644 --- a/sys/dev/ispfw/asm_2200.h +++ b/sys/dev/ispfw/asm_2200.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2300.h b/sys/dev/ispfw/asm_2300.h index 75808c398cb75..b814ea78cc585 100644 --- a/sys/dev/ispfw/asm_2300.h +++ b/sys/dev/ispfw/asm_2300.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001, 2002, 2003, 2004, 2005 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2322.h b/sys/dev/ispfw/asm_2322.h index 0e3504de25e5d..c94450d162db5 100644 --- a/sys/dev/ispfw/asm_2322.h +++ b/sys/dev/ispfw/asm_2322.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2004-2005 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2400.h b/sys/dev/ispfw/asm_2400.h index 4527e303bef68..6ce19f030d543 100644 --- a/sys/dev/ispfw/asm_2400.h +++ b/sys/dev/ispfw/asm_2400.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2005-2014 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2500.h b/sys/dev/ispfw/asm_2500.h index 92993f22f2cc6..4cdea8fbea194 100644 --- a/sys/dev/ispfw/asm_2500.h +++ b/sys/dev/ispfw/asm_2500.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2005-2014 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 5f69d7c41d2eb..3c963663939df 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * ISP Firmware Modules for FreeBSD * * Copyright (c) 2000, 2001, 2006 by Matthew Jacob diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index 4b3454f32b85c..90e9dd1a04dc9 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * Copyright (c) 2005-2006 Sam Leffler, Errno Consulting diff --git a/sys/dev/iwi/if_iwireg.h b/sys/dev/iwi/if_iwireg.h index 0e837ffa9aad2..32cec30e66fe3 100644 --- a/sys/dev/iwi/if_iwireg.h +++ b/sys/dev/iwi/if_iwireg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * diff --git a/sys/dev/iwi/if_iwivar.h b/sys/dev/iwi/if_iwivar.h index 88138cf0ed679..8cc68ab59459e 100644 --- a/sys/dev/iwi/if_iwivar.h +++ b/sys/dev/iwi/if_iwivar.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c index 4db272c90f311..6f9932cb65206 100644 --- a/sys/dev/ixgb/if_ixgb.c +++ b/sys/dev/ixgb/if_ixgb.c @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h index e42dc1deca753..a2555803c240f 100644 --- a/sys/dev/ixgb/if_ixgb.h +++ b/sys/dev/ixgb/if_ixgb.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/if_ixgb_osdep.h b/sys/dev/ixgb/if_ixgb_osdep.h index e8ce885525bb7..9bae97b3fc782 100644 --- a/sys/dev/ixgb/if_ixgb_osdep.h +++ b/sys/dev/ixgb/if_ixgb_osdep.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/ixgb_ee.c b/sys/dev/ixgb/ixgb_ee.c index 3dcd630c791f6..5e5169d0783cc 100644 --- a/sys/dev/ixgb/ixgb_ee.c +++ b/sys/dev/ixgb/ixgb_ee.c @@ -1,4 +1,5 @@ /******************************************************************************* + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/ixgb_ee.h b/sys/dev/ixgb/ixgb_ee.h index 6a1163aab61bf..8a07de7cceb62 100644 --- a/sys/dev/ixgb/ixgb_ee.h +++ b/sys/dev/ixgb/ixgb_ee.h @@ -1,4 +1,5 @@ /******************************************************************************* + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/ixgb_hw.c b/sys/dev/ixgb/ixgb_hw.c index 2985994cae55d..3832546d2e007 100644 --- a/sys/dev/ixgb/ixgb_hw.c +++ b/sys/dev/ixgb/ixgb_hw.c @@ -1,4 +1,5 @@ /******************************************************************************* + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/ixgb_hw.h b/sys/dev/ixgb/ixgb_hw.h index 2194544e04ee4..159807e5bf23b 100644 --- a/sys/dev/ixgb/ixgb_hw.h +++ b/sys/dev/ixgb/ixgb_hw.h @@ -1,4 +1,5 @@ /******************************************************************************* + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgb/ixgb_ids.h b/sys/dev/ixgb/ixgb_ids.h index d268eeb6c0dc2..d7db0ac683701 100644 --- a/sys/dev/ixgb/ixgb_ids.h +++ b/sys/dev/ixgb/ixgb_ids.h @@ -1,4 +1,5 @@ /******************************************************************************* + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2004, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe.h b/sys/dev/ixgbe/ixgbe.h index bcd053679309e..969b3a551122a 100644 --- a/sys/dev/ixgbe/ixgbe.h +++ b/sys/dev/ixgbe/ixgbe.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_82598.c b/sys/dev/ixgbe/ixgbe_82598.c index 2c62549696301..8e0563679b0f8 100644 --- a/sys/dev/ixgbe/ixgbe_82598.c +++ b/sys/dev/ixgbe/ixgbe_82598.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_82598.h b/sys/dev/ixgbe/ixgbe_82598.h index 725d8ec3a115b..dc69c026423c7 100644 --- a/sys/dev/ixgbe/ixgbe_82598.h +++ b/sys/dev/ixgbe/ixgbe_82598.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_82599.c b/sys/dev/ixgbe/ixgbe_82599.c index 736872460b88e..53b57035fbf39 100644 --- a/sys/dev/ixgbe/ixgbe_82599.c +++ b/sys/dev/ixgbe/ixgbe_82599.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_82599.h b/sys/dev/ixgbe/ixgbe_82599.h index 90c45db5c13e3..ee9a33667e62d 100644 --- a/sys/dev/ixgbe/ixgbe_82599.h +++ b/sys/dev/ixgbe/ixgbe_82599.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_api.c b/sys/dev/ixgbe/ixgbe_api.c index 1dabc8beab5b5..fb91936e68e1c 100644 --- a/sys/dev/ixgbe/ixgbe_api.c +++ b/sys/dev/ixgbe/ixgbe_api.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_api.h b/sys/dev/ixgbe/ixgbe_api.h index 926273405b057..c59b3a2dea9c3 100644 --- a/sys/dev/ixgbe/ixgbe_api.h +++ b/sys/dev/ixgbe/ixgbe_api.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_common.c b/sys/dev/ixgbe/ixgbe_common.c index 8e21d5ec66d8c..6c20c0758b560 100644 --- a/sys/dev/ixgbe/ixgbe_common.c +++ b/sys/dev/ixgbe/ixgbe_common.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_common.h b/sys/dev/ixgbe/ixgbe_common.h index f508410ed1806..90c2de3ead3c7 100644 --- a/sys/dev/ixgbe/ixgbe_common.h +++ b/sys/dev/ixgbe/ixgbe_common.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_dcb.c b/sys/dev/ixgbe/ixgbe_dcb.c index 8aef8501958bb..7c82359424f9d 100644 --- a/sys/dev/ixgbe/ixgbe_dcb.c +++ b/sys/dev/ixgbe/ixgbe_dcb.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_dcb.h b/sys/dev/ixgbe/ixgbe_dcb.h index 86010d4417a5d..92baad807c300 100644 --- a/sys/dev/ixgbe/ixgbe_dcb.h +++ b/sys/dev/ixgbe/ixgbe_dcb.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_dcb_82598.c b/sys/dev/ixgbe/ixgbe_dcb_82598.c index f0642e4abf077..6b3ab15fe1004 100644 --- a/sys/dev/ixgbe/ixgbe_dcb_82598.c +++ b/sys/dev/ixgbe/ixgbe_dcb_82598.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_dcb_82598.h b/sys/dev/ixgbe/ixgbe_dcb_82598.h index ea8d825e516e3..d16471bc395a2 100644 --- a/sys/dev/ixgbe/ixgbe_dcb_82598.h +++ b/sys/dev/ixgbe/ixgbe_dcb_82598.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_dcb_82599.c b/sys/dev/ixgbe/ixgbe_dcb_82599.c index 4c328aeab8eb7..9ce2110e7bec2 100644 --- a/sys/dev/ixgbe/ixgbe_dcb_82599.c +++ b/sys/dev/ixgbe/ixgbe_dcb_82599.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_dcb_82599.h b/sys/dev/ixgbe/ixgbe_dcb_82599.h index a8dfa0980c747..faa2ac00f9d3c 100644 --- a/sys/dev/ixgbe/ixgbe_dcb_82599.h +++ b/sys/dev/ixgbe/ixgbe_dcb_82599.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_mbx.c b/sys/dev/ixgbe/ixgbe_mbx.c index 071ccba9d5be1..f9cbd0e4ba3df 100644 --- a/sys/dev/ixgbe/ixgbe_mbx.c +++ b/sys/dev/ixgbe/ixgbe_mbx.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_mbx.h b/sys/dev/ixgbe/ixgbe_mbx.h index 9ea1685f3c499..3065d22567f32 100644 --- a/sys/dev/ixgbe/ixgbe_mbx.h +++ b/sys/dev/ixgbe/ixgbe_mbx.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_osdep.h b/sys/dev/ixgbe/ixgbe_osdep.h index ea813c3576c28..9d643f3184085 100644 --- a/sys/dev/ixgbe/ixgbe_osdep.h +++ b/sys/dev/ixgbe/ixgbe_osdep.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_phy.c b/sys/dev/ixgbe/ixgbe_phy.c index ee4e96cd9f355..2b758a751cd03 100644 --- a/sys/dev/ixgbe/ixgbe_phy.c +++ b/sys/dev/ixgbe/ixgbe_phy.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_phy.h b/sys/dev/ixgbe/ixgbe_phy.h index 36624359b46db..ea0cd4fca1961 100644 --- a/sys/dev/ixgbe/ixgbe_phy.h +++ b/sys/dev/ixgbe/ixgbe_phy.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_type.h b/sys/dev/ixgbe/ixgbe_type.h index a448f2b4ed6cb..c9eac6ed989db 100644 --- a/sys/dev/ixgbe/ixgbe_type.h +++ b/sys/dev/ixgbe/ixgbe_type.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_vf.c b/sys/dev/ixgbe/ixgbe_vf.c index 8e103dcbb965f..ac2d847f91d54 100644 --- a/sys/dev/ixgbe/ixgbe_vf.c +++ b/sys/dev/ixgbe/ixgbe_vf.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_vf.h b/sys/dev/ixgbe/ixgbe_vf.h index bae94f9b6a1d5..320e977a9803d 100644 --- a/sys/dev/ixgbe/ixgbe_vf.h +++ b/sys/dev/ixgbe/ixgbe_vf.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_x540.c b/sys/dev/ixgbe/ixgbe_x540.c index 2513f37b22f38..0298640d7c6f8 100644 --- a/sys/dev/ixgbe/ixgbe_x540.c +++ b/sys/dev/ixgbe/ixgbe_x540.c @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/ixgbe/ixgbe_x540.h b/sys/dev/ixgbe/ixgbe_x540.h index 7c3514032ab11..6f630602567b7 100644 --- a/sys/dev/ixgbe/ixgbe_x540.h +++ b/sys/dev/ixgbe/ixgbe_x540.h @@ -1,4 +1,5 @@ /****************************************************************************** + SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2001-2017, Intel Corporation All rights reserved. diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c index 647447032b83a..86c14b94155e0 100644 --- a/sys/dev/jme/if_jme.c +++ b/sys/dev/jme/if_jme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/jme/if_jmereg.h b/sys/dev/jme/if_jmereg.h index d778b7f340d43..14265334a63b5 100644 --- a/sys/dev/jme/if_jmereg.h +++ b/sys/dev/jme/if_jmereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/jme/if_jmevar.h b/sys/dev/jme/if_jmevar.h index cffab5a903195..2e34364a962ea 100644 --- a/sys/dev/jme/if_jmevar.h +++ b/sys/dev/jme/if_jmevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 3df9d9be479ad..dfcc59276e94c 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/dev/joy/joy_isa.c b/sys/dev/joy/joy_isa.c index efb1e29280dc0..483279e691472 100644 --- a/sys/dev/joy/joy_isa.c +++ b/sys/dev/joy/joy_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/dev/joy/joyvar.h b/sys/dev/joy/joyvar.h index 966fe78abb60e..b20cfab6dfe98 100644 --- a/sys/dev/joy/joyvar.h +++ b/sys/dev/joy/joyvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/dev/kbd/kbd.c b/sys/dev/kbd/kbd.c index 24dc9bbe48ea9..9c449de578aba 100644 --- a/sys/dev/kbd/kbd.c +++ b/sys/dev/kbd/kbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/kbd/kbdreg.h b/sys/dev/kbd/kbdreg.h index ff4a694bc03fb..5caafdda65711 100644 --- a/sys/dev/kbd/kbdreg.h +++ b/sys/dev/kbd/kbdreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/kbd/kbdtables.h b/sys/dev/kbd/kbdtables.h index 5ff744c0c7162..c1c6defc2d919 100644 --- a/sys/dev/kbd/kbdtables.h +++ b/sys/dev/kbd/kbdtables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1992-1998 Sen Schmidt * All rights reserved. * diff --git a/sys/dev/kbdmux/kbdmux.c b/sys/dev/kbdmux/kbdmux.c index 9f4978dbd1db1..38a929907c451 100644 --- a/sys/dev/kbdmux/kbdmux.c +++ b/sys/dev/kbdmux/kbdmux.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/sys/dev/ksyms/ksyms.c b/sys/dev/ksyms/ksyms.c index 342243f1a9ddb..e95fb6fe0aa3a 100644 --- a/sys/dev/ksyms/ksyms.c +++ b/sys/dev/ksyms/ksyms.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009, Stacey Son <sson@freebsd.org> * All rights reserved. * diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 32c2e1e65e808..66dce0e6ac1d9 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -1,6 +1,8 @@ /* $NetBSD: am7990.c,v 1.68 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index 9a62c626b0b0f..d1297fd588f23 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -1,6 +1,8 @@ /* $NetBSD: am79900.c,v 1.17 2005/12/24 20:27:29 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am79900reg.h b/sys/dev/le/am79900reg.h index 620a1ddc273de..a2de33b3a89a4 100644 --- a/sys/dev/le/am79900reg.h +++ b/sys/dev/le/am79900reg.h @@ -1,6 +1,8 @@ /* $NetBSD: am79900reg.h,v 1.8 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am79900var.h b/sys/dev/le/am79900var.h index 79ab3309e13a0..d14fb9090a5f6 100644 --- a/sys/dev/le/am79900var.h +++ b/sys/dev/le/am79900var.h @@ -1,6 +1,8 @@ /* $NetBSD: am79900var.h,v 1.4 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am7990reg.h b/sys/dev/le/am7990reg.h index 1cc4dcb7d1f9c..b53132231dbbc 100644 --- a/sys/dev/le/am7990reg.h +++ b/sys/dev/le/am7990reg.h @@ -30,6 +30,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/le/am7990var.h b/sys/dev/le/am7990var.h index 24cbfe05aff2a..59a7d5455a383 100644 --- a/sys/dev/le/am7990var.h +++ b/sys/dev/le/am7990var.h @@ -1,6 +1,8 @@ /* $NetBSD: am7990var.h,v 1.23 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/if_le_isa.c b/sys/dev/le/if_le_isa.c index 70a91aa27ff75..ba0fc098d1f91 100644 --- a/sys/dev/le/if_le_isa.c +++ b/sys/dev/le/if_le_isa.c @@ -1,6 +1,8 @@ /* $NetBSD: if_le_isa.c,v 1.41 2005/12/24 20:27:41 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/if_le_lebuffer.c b/sys/dev/le/if_le_lebuffer.c index f2147ea894b2b..630a47a921fba 100644 --- a/sys/dev/le/if_le_lebuffer.c +++ b/sys/dev/le/if_le_lebuffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2006 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/le/if_le_ledma.c b/sys/dev/le/if_le_ledma.c index e86f947be5bee..482c2341038cc 100644 --- a/sys/dev/le/if_le_ledma.c +++ b/sys/dev/le/if_le_ledma.c @@ -1,6 +1,8 @@ /* $NetBSD: if_le_ledma.c,v 1.26 2005/12/11 12:23:44 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index 6c4f1fa6e7240..4dd5b2310ca9b 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -1,6 +1,8 @@ /* $NetBSD: if_le_pci.c,v 1.43 2005/12/11 12:22:49 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 2eee7af1b8ba1..d72b50413d5be 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -1,6 +1,8 @@ /* $NetBSD: lance.c,v 1.34 2005/12/24 20:27:30 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 7c1a5a8766089..7b08d84f5e9bc 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -1,6 +1,8 @@ /* $NetBSD: lancereg.h,v 1.12 2005/12/11 12:21:27 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lancevar.h b/sys/dev/le/lancevar.h index a0d39396fe418..87804f845631e 100644 --- a/sys/dev/le/lancevar.h +++ b/sys/dev/le/lancevar.h @@ -1,6 +1,8 @@ /* $NetBSD: lancevar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lebuffer_sbus.c b/sys/dev/le/lebuffer_sbus.c index 1dc948809f5f7..9c5620dad9189 100644 --- a/sys/dev/le/lebuffer_sbus.c +++ b/sys/dev/le/lebuffer_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c index 721aee8974e0f..53cd768e78169 100644 --- a/sys/dev/lge/if_lge.c +++ b/sys/dev/lge/if_lge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul <william.paul@windriver.com>. All rights reserved. diff --git a/sys/dev/lge/if_lgereg.h b/sys/dev/lge/if_lgereg.h index bb794c2fad6e8..e5e8893fb7335 100644 --- a/sys/dev/lge/if_lgereg.h +++ b/sys/dev/lge/if_lgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul <wpaul@bsdi.com>. All rights reserved. diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c index b9076e85fd7e8..11388d6954365 100644 --- a/sys/dev/lmc/if_lmc.c +++ b/sys/dev/lmc/if_lmc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * $FreeBSD$ * * Copyright (c) 2002-2004 David Boggs. <boggs@boggs.palo-alto.ca.us> diff --git a/sys/dev/lmc/if_lmc.h b/sys/dev/lmc/if_lmc.h index 357fd8834845a..93b400496833a 100644 --- a/sys/dev/lmc/if_lmc.h +++ b/sys/dev/lmc/if_lmc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * $FreeBSD$ * * Copyright (c) 2002-2004 David Boggs. (boggs@boggs.palo-alto.ca.us) diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index e1959e223cfce..9b4190aa7c08a 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Weongyo Jeong <weongyo@freebsd.org> * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting diff --git a/sys/dev/malo/if_malo.h b/sys/dev/malo/if_malo.h index 681e7501aa67a..e6246faf26cdc 100644 --- a/sys/dev/malo/if_malo.h +++ b/sys/dev/malo/if_malo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong <weongyo@freebsd.org> diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c index 01b519e849884..895bc179af109 100644 --- a/sys/dev/malo/if_malo_pci.c +++ b/sys/dev/malo/if_malo_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong <weongyo@freebsd.org> diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c index 8a779433dda04..ed74a7324b2ce 100644 --- a/sys/dev/malo/if_malohal.c +++ b/sys/dev/malo/if_malohal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong <weongyo@freebsd.org> diff --git a/sys/dev/malo/if_malohal.h b/sys/dev/malo/if_malohal.h index fb962cc8dd54b..b608eaba2abdd 100644 --- a/sys/dev/malo/if_malohal.h +++ b/sys/dev/malo/if_malohal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong <weongyo@freebsd.org> diff --git a/sys/dev/malo/if_maloioctl.h b/sys/dev/malo/if_maloioctl.h index 0647b156b69ea..88507cffede2a 100644 --- a/sys/dev/malo/if_maloioctl.h +++ b/sys/dev/malo/if_maloioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong <weongyo@freebsd.org> diff --git a/sys/dev/mc146818/mc146818.c b/sys/dev/mc146818/mc146818.c index fae24487cdb9d..518c8cde8a2ec 100644 --- a/sys/dev/mc146818/mc146818.c +++ b/sys/dev/mc146818/mc146818.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Izumi Tsutsui. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mc146818/mc146818var.h b/sys/dev/mc146818/mc146818var.h index 722b4fe1e77c4..7cca69991b20c 100644 --- a/sys/dev/mc146818/mc146818var.h +++ b/sys/dev/mc146818/mc146818var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Izumi Tsutsui. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 2656760cb0b8a..386d07110ca99 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -11,6 +11,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * The following functions are based in the vn(4) driver: mdstart_swap(), * mdstart_vnode(), mdcreate_swap(), mdcreate_vnode() and mddestroy(), * and as such under the following copyright: diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index c3d1af1ac3a2e..2436c173418b8 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index f4ea103b39f9d..ff28deb3abd11 100644 --- a/sys/dev/mem/memutil.c +++ b/sys/dev/mem/memutil.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index 2bfcc83fdb2a4..5897a41ddd343 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_cam.c b/sys/dev/mfi/mfi_cam.c index c1c25752a1adf..9c87a41a8dc88 100644 --- a/sys/dev/mfi/mfi_cam.c +++ b/sys/dev/mfi/mfi_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2007 Scott Long * All rights reserved. * diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c index be42ec00c15ec..919a728759ec4 100644 --- a/sys/dev/mfi/mfi_debug.c +++ b/sys/dev/mfi/mfi_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_disk.c b/sys/dev/mfi/mfi_disk.c index 5dea332926fbe..086da9f8599cc 100644 --- a/sys/dev/mfi/mfi_disk.c +++ b/sys/dev/mfi/mfi_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_ioctl.h b/sys/dev/mfi/mfi_ioctl.h index da62ad9d82a9f..ff0bfa30b7025 100644 --- a/sys/dev/mfi/mfi_ioctl.h +++ b/sys/dev/mfi/mfi_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index c0082f792c6ac..1452b80c280f0 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c index 80d655cf1b02d..d63c5ae6435f9 100644 --- a/sys/dev/mfi/mfi_pci.c +++ b/sys/dev/mfi/mfi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_syspd.c b/sys/dev/mfi/mfi_syspd.c index ba75e35e43794..0418abf356d08 100644 --- a/sys/dev/mfi/mfi_syspd.c +++ b/sys/dev/mfi/mfi_syspd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/mfi/mfi_tbolt.c b/sys/dev/mfi/mfi_tbolt.c index 3f83eb95962b6..d7397d2a2ccc3 100644 --- a/sys/dev/mfi/mfi_tbolt.c +++ b/sys/dev/mfi/mfi_tbolt.c @@ -1,4 +1,6 @@ - /*- +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h index 163c75f40ca7f..21510bdd0b9a0 100644 --- a/sys/dev/mfi/mfireg.h +++ b/sys/dev/mfi/mfireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h index c11da8c727aa9..d11c7c76dad62 100644 --- a/sys/dev/mfi/mfivar.h +++ b/sys/dev/mfi/mfivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mge/if_mge.c b/sys/dev/mge/if_mge.c index e0801d803bd43..447ec370b2357 100644 --- a/sys/dev/mge/if_mge.c +++ b/sys/dev/mge/if_mge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * Copyright (C) 2009-2015 Semihalf * Copyright (C) 2015 Stormshield diff --git a/sys/dev/mge/if_mgevar.h b/sys/dev/mge/if_mgevar.h index e161055afbaa8..8646772839703 100644 --- a/sys/dev/mge/if_mgevar.h +++ b/sys/dev/mge/if_mgevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index 6eb58ce2b721b..52caa37d3b619 100644 --- a/sys/dev/mii/acphy.c +++ b/sys/dev/mii/acphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/acphyreg.h b/sys/dev/mii/acphyreg.h index dc34010e0d343..74cd6a79e8407 100644 --- a/sys/dev/mii/acphyreg.h +++ b/sys/dev/mii/acphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Semen Ustimenko (semenu@FreeBSD.org) * All rights reserved. * diff --git a/sys/dev/mii/amphy.c b/sys/dev/mii/amphy.c index ae3827db9a222..bd6b75e2b2b06 100644 --- a/sys/dev/mii/amphy.c +++ b/sys/dev/mii/amphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/amphyreg.h b/sys/dev/mii/amphyreg.h index 6cdbc95647b50..30bac3028b051 100644 --- a/sys/dev/mii/amphyreg.h +++ b/sys/dev/mii/amphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c index 819b156214333..fa729b6a75caf 100644 --- a/sys/dev/mii/atphy.c +++ b/sys/dev/mii/atphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mii/atphyreg.h b/sys/dev/mii/atphyreg.h index 6181f2d107dcb..01e70ea22156c 100644 --- a/sys/dev/mii/atphyreg.h +++ b/sys/dev/mii/atphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/axphy.c b/sys/dev/mii/axphy.c index f6fbc2a9f4317..34192f11f842c 100644 --- a/sys/dev/mii/axphy.c +++ b/sys/dev/mii/axphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mii/bmtphy.c b/sys/dev/mii/bmtphy.c index a4e880e0489ff..5fe34a6164343 100644 --- a/sys/dev/mii/bmtphy.c +++ b/sys/dev/mii/bmtphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/bmtphyreg.h b/sys/dev/mii/bmtphyreg.h index 6aa141deb4f93..798eeecdcbc77 100644 --- a/sys/dev/mii/bmtphyreg.h +++ b/sys/dev/mii/bmtphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c index eea3588f70380..6d77b11a1e7a9 100644 --- a/sys/dev/mii/brgphy.c +++ b/sys/dev/mii/brgphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/brgphyreg.h b/sys/dev/mii/brgphyreg.h index b3535d59fbc2d..5cceb392a02b4 100644 --- a/sys/dev/mii/brgphyreg.h +++ b/sys/dev/mii/brgphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index 2d2816cddf0ab..b91b19f8c89a6 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/mii/ciphyreg.h b/sys/dev/mii/ciphyreg.h index dd73f87783dc1..ce91db480ada4 100644 --- a/sys/dev/mii/ciphyreg.h +++ b/sys/dev/mii/ciphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index d97c7d598626f..f7d5af271b916 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Principal Author: Parag Patel * Copyright (c) 2001 * All rights reserved. diff --git a/sys/dev/mii/e1000phyreg.h b/sys/dev/mii/e1000phyreg.h index e5d5cf961a27d..04c396e5767b3 100644 --- a/sys/dev/mii/e1000phyreg.h +++ b/sys/dev/mii/e1000phyreg.h @@ -31,6 +31,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Derived by information released by Intel under the following license: * * Copyright (c) 1999 - 2001, Intel Corporation diff --git a/sys/dev/mii/gentbi.c b/sys/dev/mii/gentbi.c index 52dc8fcdb064f..69190fefa94b0 100644 --- a/sys/dev/mii/gentbi.c +++ b/sys/dev/mii/gentbi.c @@ -1,6 +1,8 @@ /* $NetBSD: gentbi.c,v 1.15 2006/03/29 07:05:24 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/icsphy.c b/sys/dev/mii/icsphy.c index 53afc9a6fcf4d..68396f9de3d65 100644 --- a/sys/dev/mii/icsphy.c +++ b/sys/dev/mii/icsphy.c @@ -1,6 +1,8 @@ /* $NetBSD: icsphy.c,v 1.41 2006/11/16 21:24:07 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/icsphyreg.h b/sys/dev/mii/icsphyreg.h index d92d0b51ec696..80ebbded92417 100644 --- a/sys/dev/mii/icsphyreg.h +++ b/sys/dev/mii/icsphyreg.h @@ -1,6 +1,8 @@ /* $NetBSD: icsphyreg.h,v 1.2 2003/07/01 22:46:08 msaitoh Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c index 284af49b1e04b..ad0c4805a5523 100644 --- a/sys/dev/mii/ip1000phy.c +++ b/sys/dev/mii/ip1000phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mii/ip1000phyreg.h b/sys/dev/mii/ip1000phyreg.h index 27add4fe516cc..771e025e30403 100644 --- a/sys/dev/mii/ip1000phyreg.h +++ b/sys/dev/mii/ip1000phyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/jmphy.c b/sys/dev/mii/jmphy.c index 13a38bc5796fd..ff6842562e0cc 100644 --- a/sys/dev/mii/jmphy.c +++ b/sys/dev/mii/jmphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mii/jmphyreg.h b/sys/dev/mii/jmphyreg.h index ec668ad1cc9de..b7f42b411ccb8 100644 --- a/sys/dev/mii/jmphyreg.h +++ b/sys/dev/mii/jmphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c index a796b1113bc38..699c1d6f83b6c 100644 --- a/sys/dev/mii/lxtphy.c +++ b/sys/dev/mii/lxtphy.c @@ -2,6 +2,8 @@ /* NetBSD: lxtphy.c,v 1.19 2000/02/02 23:34:57 thorpej Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/lxtphyreg.h b/sys/dev/mii/lxtphyreg.h index f563b09272116..acf15ae0731b4 100644 --- a/sys/dev/mii/lxtphyreg.h +++ b/sys/dev/mii/lxtphyreg.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c index e20c102e8e536..1d9ed20790f01 100644 --- a/sys/dev/mii/mii.c +++ b/sys/dev/mii/mii.c @@ -1,6 +1,8 @@ /* $NetBSD: mii.c,v 1.12 1999/08/03 19:41:49 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h index fa1ec84eaa77b..11b2d11721a71 100644 --- a/sys/dev/mii/mii.h +++ b/sys/dev/mii/mii.h @@ -1,6 +1,8 @@ /* $NetBSD: mii.h,v 1.18 2014/06/16 14:43:22 msaitoh Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1997 Manuel Bouyer. All rights reserved. * * Modification to match BSD/OS 3.0 MII interface by Jason R. Thorpe, diff --git a/sys/dev/mii/mii_bitbang.c b/sys/dev/mii/mii_bitbang.c index 6a5f5dc7758b6..8fcf1972934ac 100644 --- a/sys/dev/mii/mii_bitbang.c +++ b/sys/dev/mii/mii_bitbang.c @@ -1,6 +1,8 @@ /* $NetBSD: mii_bitbang.c,v 1.12 2008/05/04 17:06:09 xtraeme Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii_bitbang.h b/sys/dev/mii/mii_bitbang.h index 2bc7427625b16..14e2c90fa496c 100644 --- a/sys/dev/mii/mii_bitbang.h +++ b/sys/dev/mii/mii_bitbang.h @@ -1,6 +1,8 @@ /* $NetBSD: mii_bitbang.h,v 1.6 2009/05/12 14:31:27 cegger Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index 423315924211d..f56676d4e091a 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -1,6 +1,8 @@ /* $NetBSD: mii_physubr.c,v 1.5 1999/08/03 19:41:49 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index ef81bdb2e4a1b..9def25c4fe31e 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -1,6 +1,8 @@ /* $NetBSD: miivar.h,v 1.8 1999/04/23 04:24:32 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c index 89b4f2cc0b486..486a2fa0241d2 100644 --- a/sys/dev/mii/mlphy.c +++ b/sys/dev/mii/mlphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index e87747a5443b5..1e5f7a8557d19 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 * Bill Paul <wpaul@bsdi.com>. All rights reserved. diff --git a/sys/dev/mii/nsgphyreg.h b/sys/dev/mii/nsgphyreg.h index 44899191715ed..02dff78b97c85 100644 --- a/sys/dev/mii/nsgphyreg.h +++ b/sys/dev/mii/nsgphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 * Bill Paul <wpaul@bsdi.com>. All rights reserved. diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index 748e02a419916..76ef81320a5c0 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -1,6 +1,8 @@ /* $NetBSD: nsphy.c,v 1.18 1999/07/14 23:57:36 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsphyreg.h b/sys/dev/mii/nsphyreg.h index 71fcfb687c010..cc9ad4459849e 100644 --- a/sys/dev/mii/nsphyreg.h +++ b/sys/dev/mii/nsphyreg.h @@ -1,6 +1,8 @@ /* $NetBSD: nsphyreg.h,v 1.1 1998/08/10 23:58:39 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsphyter.c b/sys/dev/mii/nsphyter.c index 00c0550a8caa5..5bb5ea81e3beb 100644 --- a/sys/dev/mii/nsphyter.c +++ b/sys/dev/mii/nsphyter.c @@ -1,6 +1,8 @@ /* $NetBSD: nsphyter.c,v 1.28 2008/01/20 07:58:19 msaitoh Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsphyterreg.h b/sys/dev/mii/nsphyterreg.h index 3bf5208ab95a4..b7e3556f7f61e 100644 --- a/sys/dev/mii/nsphyterreg.h +++ b/sys/dev/mii/nsphyterreg.h @@ -1,6 +1,8 @@ /* $NetBSD: nsphyterreg.h,v 1.4 2005/12/11 12:22:42 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/pnaphy.c b/sys/dev/mii/pnaphy.c index 6e5c51b255cf6..c03c578449858 100644 --- a/sys/dev/mii/pnaphy.c +++ b/sys/dev/mii/pnaphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@osd.bsdi.com>. All rights reserved. diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c index e1d137ca09897..02c37c299c1d1 100644 --- a/sys/dev/mii/qsphy.c +++ b/sys/dev/mii/qsphy.c @@ -2,6 +2,8 @@ /* NetBSD: qsphy.c,v 1.19 2000/02/02 23:34:57 thorpej Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/qsphyreg.h b/sys/dev/mii/qsphyreg.h index 91ebe0b52b302..eaa566b6c409d 100644 --- a/sys/dev/mii/qsphyreg.h +++ b/sys/dev/mii/qsphyreg.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/rdcphy.c b/sys/dev/mii/rdcphy.c index c411eaecfa8b2..c03cf550eec6a 100644 --- a/sys/dev/mii/rdcphy.c +++ b/sys/dev/mii/rdcphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mii/rdcphyreg.h b/sys/dev/mii/rdcphyreg.h index 44b14a467bc81..1fa77308222bf 100644 --- a/sys/dev/mii/rdcphyreg.h +++ b/sys/dev/mii/rdcphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index bb60fa92fe175..24f068e71c411 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/mii/rgephyreg.h b/sys/dev/mii/rgephyreg.h index 7c24a1f7cbb5c..edd606a0d82c3 100644 --- a/sys/dev/mii/rgephyreg.h +++ b/sys/dev/mii/rgephyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index 782fc3c807b53..6433faf231424 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/rlswitch.c b/sys/dev/mii/rlswitch.c index d3e3c938df7e6..e21797a4c9a6a 100644 --- a/sys/dev/mii/rlswitch.c +++ b/sys/dev/mii/rlswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * Copyright (c) 2006 Bernd Walter. All rights reserved. diff --git a/sys/dev/mii/smcphy.c b/sys/dev/mii/smcphy.c index 484c736909bc1..57b5eef0d968b 100644 --- a/sys/dev/mii/smcphy.c +++ b/sys/dev/mii/smcphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mii/smscphy.c b/sys/dev/mii/smscphy.c index 43b7087dc3fbb..25464b7814410 100644 --- a/sys/dev/mii/smscphy.c +++ b/sys/dev/mii/smscphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index 0dfb934767f2e..7812a518f4bb9 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/mii/tdkphyreg.h b/sys/dev/mii/tdkphyreg.h index 4429c9481ec70..6d7a2ca932abb 100644 --- a/sys/dev/mii/tdkphyreg.h +++ b/sys/dev/mii/tdkphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/mii/tlphy.c b/sys/dev/mii/tlphy.c index 9f6f8cea408c6..438db72f78b7e 100644 --- a/sys/dev/mii/tlphy.c +++ b/sys/dev/mii/tlphy.c @@ -1,6 +1,8 @@ /* $NetBSD: tlphy.c,v 1.18 1999/05/14 11:40:28 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/tlphyreg.h b/sys/dev/mii/tlphyreg.h index 717d7c102f8fa..2443652e97248 100644 --- a/sys/dev/mii/tlphyreg.h +++ b/sys/dev/mii/tlphyreg.h @@ -1,6 +1,8 @@ /* $NetBSD: tlphyreg.h,v 1.1 1998/08/10 23:59:58 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 Manuel Bouyer. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mii/truephy.c b/sys/dev/mii/truephy.c index 47344cbaf0397..960a86baeeed5 100644 --- a/sys/dev/mii/truephy.c +++ b/sys/dev/mii/truephy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/mii/truephyreg.h b/sys/dev/mii/truephyreg.h index d7e3551b9bdbb..d2ba617ae2208 100644 --- a/sys/dev/mii/truephyreg.h +++ b/sys/dev/mii/truephyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c index 45addcbc75707..22b8035f30911 100644 --- a/sys/dev/mii/ukphy.c +++ b/sys/dev/mii/ukphy.c @@ -1,6 +1,8 @@ /* $NetBSD: ukphy.c,v 1.2 1999/04/23 04:24:32 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/ukphy_subr.c b/sys/dev/mii/ukphy_subr.c index 5f2f6341ba6ac..b83b8e8a29f91 100644 --- a/sys/dev/mii/ukphy_subr.c +++ b/sys/dev/mii/ukphy_subr.c @@ -1,6 +1,8 @@ /* $NetBSD: ukphy_subr.c,v 1.2 1998/11/05 04:08:02 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/xmphy.c b/sys/dev/mii/xmphy.c index 8c35aa5cf749d..c0c67e4d19e5e 100644 --- a/sys/dev/mii/xmphy.c +++ b/sys/dev/mii/xmphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h index 92b9f78b4617b..30877233ff34e 100644 --- a/sys/dev/mii/xmphyreg.h +++ b/sys/dev/mii/xmphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mk48txx/mk48txx.c b/sys/dev/mk48txx/mk48txx.c index d1fcfb4ebf189..04867b14c0f2b 100644 --- a/sys/dev/mk48txx/mk48txx.c +++ b/sys/dev/mk48txx/mk48txx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mk48txx/mk48txxreg.h b/sys/dev/mk48txx/mk48txxreg.h index ef55b87229b9f..7ff432c4b3b7f 100644 --- a/sys/dev/mk48txx/mk48txxreg.h +++ b/sys/dev/mk48txx/mk48txxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mk48txx/mk48txxvar.h b/sys/dev/mk48txx/mk48txxvar.h index 9706d8dbc942e..f51f4e7154157 100644 --- a/sys/dev/mk48txx/mk48txxvar.h +++ b/sys/dev/mk48txx/mk48txxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index 970053c1ec715..ffdb769f83187 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 2464dd5267480..1fb0a27c9da73 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Jonathan Lemon * Copyright (c) 1999 Michael Smith * All rights reserved. diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index 28f6463f202b9..a61701d54e58e 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlxio.h b/sys/dev/mlx/mlxio.h index f091befad2d0d..20107e72ae23c 100644 --- a/sys/dev/mlx/mlxio.h +++ b/sys/dev/mlx/mlxio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlxreg.h b/sys/dev/mlx/mlxreg.h index af6c85467bd04..a26dc21d9506e 100644 --- a/sys/dev/mlx/mlxreg.h +++ b/sys/dev/mlx/mlxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index c087b90965c8c..cb752557e7bca 100644 --- a/sys/dev/mlx/mlxvar.h +++ b/sys/dev/mlx/mlxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index b5096c11accd4..e99c6cd4d404a 100644 --- a/sys/dev/mly/mly.c +++ b/sys/dev/mly/mly.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mly/mly_tables.h b/sys/dev/mly/mly_tables.h index 433a1cb1036e0..92e208a28a010 100644 --- a/sys/dev/mly/mly_tables.h +++ b/sys/dev/mly/mly_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mly/mlyio.h b/sys/dev/mly/mlyio.h index 504b5040b5327..00a798ca670ad 100644 --- a/sys/dev/mly/mlyio.h +++ b/sys/dev/mly/mlyio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/mly/mlyreg.h b/sys/dev/mly/mlyreg.h index 9e5715b61b4d5..b30a213b36196 100644 --- a/sys/dev/mly/mlyreg.h +++ b/sys/dev/mly/mlyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mly/mlyvar.h b/sys/dev/mly/mlyvar.h index 6bec8ebe6a45c..c205bdf3d33e5 100644 --- a/sys/dev/mly/mlyvar.h +++ b/sys/dev/mly/mlyvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mmc/bridge.h b/sys/dev/mmc/bridge.h index 6e6bf2ee4bab3..7ab044b16f554 100644 --- a/sys/dev/mmc/bridge.h +++ b/sys/dev/mmc/bridge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index 2959f99e15f2f..b8ddb48f84e39 100644 --- a/sys/dev/mmc/mmc.c +++ b/sys/dev/mmc/mmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2017 Marius Strobl <marius@FreeBSD.org> diff --git a/sys/dev/mmc/mmcbrvar.h b/sys/dev/mmc/mmcbrvar.h index c8cf0020e2bf1..a6285eb7e9d33 100644 --- a/sys/dev/mmc/mmcbrvar.h +++ b/sys/dev/mmc/mmcbrvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/mmc/mmcreg.h b/sys/dev/mmc/mmcreg.h index f927c6428cd03..5794a43b03110 100644 --- a/sys/dev/mmc/mmcreg.h +++ b/sys/dev/mmc/mmcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2017 Marius Strobl <marius@FreeBSD.org> * diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index 3c626a99defdd..00e939fb296fa 100644 --- a/sys/dev/mmc/mmcsd.c +++ b/sys/dev/mmc/mmcsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2017 Marius Strobl <marius@FreeBSD.org> diff --git a/sys/dev/mmc/mmcvar.h b/sys/dev/mmc/mmcvar.h index d0f4e3308702c..1604c3060a2ad 100644 --- a/sys/dev/mmc/mmcvar.h +++ b/sys/dev/mmc/mmcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/mps/mpi/mpi2.h b/sys/dev/mps/mpi/mpi2.h index 1d387218f5fbe..d4de9d4346a07 100644 --- a/sys/dev/mps/mpi/mpi2.h +++ b/sys/dev/mps/mpi/mpi2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_cnfg.h b/sys/dev/mps/mpi/mpi2_cnfg.h index 871d2b8026e84..caa23bc5ced38 100644 --- a/sys/dev/mps/mpi/mpi2_cnfg.h +++ b/sys/dev/mps/mpi/mpi2_cnfg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_hbd.h b/sys/dev/mps/mpi/mpi2_hbd.h index 1b42ff3fb85d3..54bb0208b0d7d 100644 --- a/sys/dev/mps/mpi/mpi2_hbd.h +++ b/sys/dev/mps/mpi/mpi2_hbd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_init.h b/sys/dev/mps/mpi/mpi2_init.h index a75873ceee0ac..d467104b6b6f7 100644 --- a/sys/dev/mps/mpi/mpi2_init.h +++ b/sys/dev/mps/mpi/mpi2_init.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_ioc.h b/sys/dev/mps/mpi/mpi2_ioc.h index 0cef643c0c1a3..c82a7d2395984 100644 --- a/sys/dev/mps/mpi/mpi2_ioc.h +++ b/sys/dev/mps/mpi/mpi2_ioc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_ra.h b/sys/dev/mps/mpi/mpi2_ra.h index 4ba141bb1319b..ca7741fdf4b06 100644 --- a/sys/dev/mps/mpi/mpi2_ra.h +++ b/sys/dev/mps/mpi/mpi2_ra.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_raid.h b/sys/dev/mps/mpi/mpi2_raid.h index 4154077dfa316..2aa9f126303d8 100644 --- a/sys/dev/mps/mpi/mpi2_raid.h +++ b/sys/dev/mps/mpi/mpi2_raid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_sas.h b/sys/dev/mps/mpi/mpi2_sas.h index 25143702f9660..427f924cf3cbb 100644 --- a/sys/dev/mps/mpi/mpi2_sas.h +++ b/sys/dev/mps/mpi/mpi2_sas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_targ.h b/sys/dev/mps/mpi/mpi2_targ.h index 7e3038178e262..0bb80bb565724 100644 --- a/sys/dev/mps/mpi/mpi2_targ.h +++ b/sys/dev/mps/mpi/mpi2_targ.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_tool.h b/sys/dev/mps/mpi/mpi2_tool.h index b9f0f53014b68..d0c093b340490 100644 --- a/sys/dev/mps/mpi/mpi2_tool.h +++ b/sys/dev/mps/mpi/mpi2_tool.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_type.h b/sys/dev/mps/mpi/mpi2_type.h index 6b93716025146..d60a2c8e21fd6 100644 --- a/sys/dev/mps/mpi/mpi2_type.h +++ b/sys/dev/mps/mpi/mpi2_type.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps.c b/sys/dev/mps/mps.c index 18b15e8742755..ed09550958c32 100644 --- a/sys/dev/mps/mps.c +++ b/sys/dev/mps/mps.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies diff --git a/sys/dev/mps/mps_config.c b/sys/dev/mps/mps_config.c index cfaf0a472f6af..076276ab3cf17 100644 --- a/sys/dev/mps/mps_config.c +++ b/sys/dev/mps/mps_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_ioctl.h b/sys/dev/mps/mps_ioctl.h index cb0d9c579b8f2..7e39d83458eab 100644 --- a/sys/dev/mps/mps_ioctl.h +++ b/sys/dev/mps/mps_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/mps/mps_mapping.c b/sys/dev/mps/mps_mapping.c index c53fd86a1d787..1bf08cf6019fb 100644 --- a/sys/dev/mps/mps_mapping.c +++ b/sys/dev/mps/mps_mapping.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_mapping.h b/sys/dev/mps/mps_mapping.h index 9803b806e5969..2f7318dbdab5c 100644 --- a/sys/dev/mps/mps_mapping.h +++ b/sys/dev/mps/mps_mapping.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_pci.c b/sys/dev/mps/mps_pci.c index bfa71cc6c95ad..1aef70ca06199 100644 --- a/sys/dev/mps/mps_pci.c +++ b/sys/dev/mps/mps_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * All rights reserved. * diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c index 5bc5036f1bea3..748638d6116ae 100644 --- a/sys/dev/mps/mps_sas.c +++ b/sys/dev/mps/mps_sas.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies diff --git a/sys/dev/mps/mps_sas.h b/sys/dev/mps/mps_sas.h index d03258d9a7c90..9481ed75f4a94 100644 --- a/sys/dev/mps/mps_sas.h +++ b/sys/dev/mps/mps_sas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_sas_lsi.c b/sys/dev/mps/mps_sas_lsi.c index 3d62a9a4bff52..164b53b152f63 100644 --- a/sys/dev/mps/mps_sas_lsi.c +++ b/sys/dev/mps/mps_sas_lsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_table.c b/sys/dev/mps/mps_table.c index 3abcc6010faa4..72d1b53a18c0b 100644 --- a/sys/dev/mps/mps_table.c +++ b/sys/dev/mps/mps_table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * All rights reserved. * diff --git a/sys/dev/mps/mps_table.h b/sys/dev/mps/mps_table.h index 77e060a89415d..35ec351d4d50e 100644 --- a/sys/dev/mps/mps_table.h +++ b/sys/dev/mps/mps_table.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * All rights reserved. * diff --git a/sys/dev/mps/mps_user.c b/sys/dev/mps/mps_user.c index c245efa969e9e..26cf5cd158a7b 100644 --- a/sys/dev/mps/mps_user.c +++ b/sys/dev/mps/mps_user.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h index 61806d286f904..d0ed010ed045a 100644 --- a/sys/dev/mps/mpsvar.h +++ b/sys/dev/mps/mpsvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies diff --git a/sys/dev/mpt/mpilib/mpi.h b/sys/dev/mpt/mpilib/mpi.h index 154636a0acefd..945882db5b5b1 100644 --- a/sys/dev/mpt/mpilib/mpi.h +++ b/sys/dev/mpt/mpilib/mpi.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_cnfg.h b/sys/dev/mpt/mpilib/mpi_cnfg.h index cb70d88a0aecf..a68a1e1b6d591 100644 --- a/sys/dev/mpt/mpilib/mpi_cnfg.h +++ b/sys/dev/mpt/mpilib/mpi_cnfg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_fc.h b/sys/dev/mpt/mpilib/mpi_fc.h index 8696a396e8425..ed186f6988c54 100644 --- a/sys/dev/mpt/mpilib/mpi_fc.h +++ b/sys/dev/mpt/mpilib/mpi_fc.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_init.h b/sys/dev/mpt/mpilib/mpi_init.h index 7bb8f7a1d2ee7..621bd7faa1239 100644 --- a/sys/dev/mpt/mpilib/mpi_init.h +++ b/sys/dev/mpt/mpilib/mpi_init.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_ioc.h b/sys/dev/mpt/mpilib/mpi_ioc.h index 1576b12540556..ec81e32546206 100644 --- a/sys/dev/mpt/mpilib/mpi_ioc.h +++ b/sys/dev/mpt/mpilib/mpi_ioc.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_lan.h b/sys/dev/mpt/mpilib/mpi_lan.h index 18ef7d7d07658..69062da52de71 100644 --- a/sys/dev/mpt/mpilib/mpi_lan.h +++ b/sys/dev/mpt/mpilib/mpi_lan.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_log_fc.h b/sys/dev/mpt/mpilib/mpi_log_fc.h index 0383f662252d3..8646c572004f3 100644 --- a/sys/dev/mpt/mpilib/mpi_log_fc.h +++ b/sys/dev/mpt/mpilib/mpi_log_fc.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_log_sas.h b/sys/dev/mpt/mpilib/mpi_log_sas.h index caebcb18fe60c..dc5c25d40bf11 100644 --- a/sys/dev/mpt/mpilib/mpi_log_sas.h +++ b/sys/dev/mpt/mpilib/mpi_log_sas.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_raid.h b/sys/dev/mpt/mpilib/mpi_raid.h index c676c08be7937..58ddc9c8b826e 100644 --- a/sys/dev/mpt/mpilib/mpi_raid.h +++ b/sys/dev/mpt/mpilib/mpi_raid.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_sas.h b/sys/dev/mpt/mpilib/mpi_sas.h index a6637099a1a08..daf6346c8fdbe 100644 --- a/sys/dev/mpt/mpilib/mpi_sas.h +++ b/sys/dev/mpt/mpilib/mpi_sas.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_targ.h b/sys/dev/mpt/mpilib/mpi_targ.h index 72fdebf03ff54..f801fbccfdc94 100644 --- a/sys/dev/mpt/mpilib/mpi_targ.h +++ b/sys/dev/mpt/mpilib/mpi_targ.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_tool.h b/sys/dev/mpt/mpilib/mpi_tool.h index 0a98d541e53fd..5e389c956815a 100644 --- a/sys/dev/mpt/mpilib/mpi_tool.h +++ b/sys/dev/mpt/mpilib/mpi_tool.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpilib/mpi_type.h b/sys/dev/mpt/mpilib/mpi_type.h index 354eec342eb20..49392a2d814cf 100644 --- a/sys/dev/mpt/mpilib/mpi_type.h +++ b/sys/dev/mpt/mpilib/mpi_type.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors. * All rights reserved. * diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 6d7b12626b844..1de5cb7797c70 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -2,6 +2,8 @@ * Generic routines for LSI Fusion adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 1db615103242d..013bff24310b2 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -3,6 +3,8 @@ * Generic defines for LSI '909 FC adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index d4c4d9c937221..4fbca1d9fe259 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -2,6 +2,8 @@ * FreeBSD/CAM specific routines for LSI '909 FC adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt_cam.h b/sys/dev/mpt/mpt_cam.h index 8a18934d6483b..080a3c1fe9d90 100644 --- a/sys/dev/mpt/mpt_cam.h +++ b/sys/dev/mpt/mpt_cam.h @@ -2,6 +2,8 @@ /*- * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version) * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley, Adam Prewett * * Partially derived from Matty Jacobs ISP driver. diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index 329482bd29091..d17db1a14afde 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -2,6 +2,8 @@ * Debug routines for LSI '909 FC adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index 7caf6d4f568bb..2adaa95df32a4 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -2,6 +2,8 @@ * PCI specific probe and attach routines for LSI Fusion Adapters * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * Partially derived from Matt Jacob's ISP driver. * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 by Matthew Jacob diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index ac65e2f39d9d3..03a681470fef8 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -1,6 +1,8 @@ /*- * Routines for handling the integrated RAID features LSI MPT Fusion adapters. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005, WHEEL Sp. z o.o. * Copyright (c) 2005 Justin T. Gibbs. * All rights reserved. diff --git a/sys/dev/mpt/mpt_raid.h b/sys/dev/mpt/mpt_raid.h index 2047707b155ca..8bb96b5161561 100644 --- a/sys/dev/mpt/mpt_raid.h +++ b/sys/dev/mpt/mpt_raid.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Definitions for the integrated RAID features LSI MPT Fusion adapters. * * Copyright (c) 2005, WHEEL Sp. z o.o. diff --git a/sys/dev/mpt/mpt_reg.h b/sys/dev/mpt/mpt_reg.h index 746c9b5ea267e..b66d67bcb1e10 100644 --- a/sys/dev/mpt/mpt_reg.h +++ b/sys/dev/mpt/mpt_reg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Generic defines for LSI '909 FC adapters. * FreeBSD Version. * diff --git a/sys/dev/mpt/mpt_user.c b/sys/dev/mpt/mpt_user.c index fa42af87a5b3f..c33b9cab3c6f9 100644 --- a/sys/dev/mpt/mpt_user.c +++ b/sys/dev/mpt/mpt_user.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 0cf6686802381..2f4bf06171c78 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mse/mse_isa.c b/sys/dev/mse/mse_isa.c index 8cc85babecd24..1847b9d54ce7e 100644 --- a/sys/dev/mse/mse_isa.c +++ b/sys/dev/mse/mse_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mse/msevar.h b/sys/dev/mse/msevar.h index 74a393f0ef0a8..8438e10dfaba5 100644 --- a/sys/dev/mse/msevar.h +++ b/sys/dev/mse/msevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c index 458d7fdeb43cd..8d4a041b5a5dc 100644 --- a/sys/dev/msk/if_msk.c +++ b/sys/dev/msk/if_msk.c @@ -46,6 +46,8 @@ *****************************************************************************/ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/msk/if_mskreg.h b/sys/dev/msk/if_mskreg.h index 8f2ea634b50d6..7bd0b53a49aff 100644 --- a/sys/dev/msk/if_mskreg.h +++ b/sys/dev/msk/if_mskreg.h @@ -46,6 +46,8 @@ ******************************************************************************/ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c index 9b48d445acbc9..9f51683f7eb84 100644 --- a/sys/dev/mvs/mvs.c +++ b/sys/dev/mvs/mvs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mvs/mvs.h b/sys/dev/mvs/mvs.h index 51f1d51fc8208..a25faed189011 100644 --- a/sys/dev/mvs/mvs.h +++ b/sys/dev/mvs/mvs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c index 493cd3210745d..cd6afce40f5c9 100644 --- a/sys/dev/mvs/mvs_pci.c +++ b/sys/dev/mvs/mvs_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c index 31cdefdfd87db..6243c2ce19519 100644 --- a/sys/dev/mvs/mvs_soc.c +++ b/sys/dev/mvs/mvs_soc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index 1453a19244bbf..33065f3b31971 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2008 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c index d9da128af70e5..6dd521a6ed9a6 100644 --- a/sys/dev/mwl/if_mwl_pci.c +++ b/sys/dev/mwl/if_mwl_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/if_mwlioctl.h b/sys/dev/mwl/if_mwlioctl.h index e0760194c42a1..02aabbf10a375 100644 --- a/sys/dev/mwl/if_mwlioctl.h +++ b/sys/dev/mwl/if_mwlioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/if_mwlvar.h b/sys/dev/mwl/if_mwlvar.h index e5feda994ba96..5b5ce11d62472 100644 --- a/sys/dev/mwl/if_mwlvar.h +++ b/sys/dev/mwl/if_mwlvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwldiag.h b/sys/dev/mwl/mwldiag.h index 65c8eb5941ddb..deb1704a6a1c3 100644 --- a/sys/dev/mwl/mwldiag.h +++ b/sys/dev/mwl/mwldiag.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwlhal.c b/sys/dev/mwl/mwlhal.c index 41f1b8f2dad89..d66941919288b 100644 --- a/sys/dev/mwl/mwlhal.c +++ b/sys/dev/mwl/mwlhal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwlhal.h b/sys/dev/mwl/mwlhal.h index 087effa5a7229..d745deafb9aec 100644 --- a/sys/dev/mwl/mwlhal.h +++ b/sys/dev/mwl/mwlhal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwlreg.h b/sys/dev/mwl/mwlreg.h index a8186b174e282..9b64dda9f83a0 100644 --- a/sys/dev/mwl/mwlreg.h +++ b/sys/dev/mwl/mwlreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mxge/eth_z8e.h b/sys/dev/mxge/eth_z8e.h index b836212266f80..cf8891b8e3a51 100644 --- a/sys/dev/mxge/eth_z8e.h +++ b/sys/dev/mxge/eth_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/ethp_z8e.h b/sys/dev/mxge/ethp_z8e.h index 3da83416c6006..4f0defc89d642 100644 --- a/sys/dev/mxge/ethp_z8e.h +++ b/sys/dev/mxge/ethp_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index f7d09e6189186..70a8ce2d6ce14 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -1,4 +1,5 @@ /****************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2013, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/if_mxge_var.h b/sys/dev/mxge/if_mxge_var.h index a284cdf586258..dd9ec3ff2612d 100644 --- a/sys/dev/mxge/if_mxge_var.h +++ b/sys/dev/mxge/if_mxge_var.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2013, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/mcp_gen_header.h b/sys/dev/mxge/mcp_gen_header.h index 65fe27cf4cd01..ecb6427a3dd3f 100644 --- a/sys/dev/mxge/mcp_gen_header.h +++ b/sys/dev/mxge/mcp_gen_header.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2007, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/mxge_mcp.h b/sys/dev/mxge/mxge_mcp.h index 365357e0b5b91..6970288f3b156 100644 --- a/sys/dev/mxge/mxge_mcp.h +++ b/sys/dev/mxge/mxge_mcp.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2009, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/rss_eth_z8e.h b/sys/dev/mxge/rss_eth_z8e.h index acc0fbf44ccf3..9642931962673 100644 --- a/sys/dev/mxge/rss_eth_z8e.h +++ b/sys/dev/mxge/rss_eth_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/rss_ethp_z8e.h b/sys/dev/mxge/rss_ethp_z8e.h index 3cec65fa23db1..60d7d210f9fe9 100644 --- a/sys/dev/mxge/rss_ethp_z8e.h +++ b/sys/dev/mxge/rss_ethp_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index e2430c1a919da..1625d3c5da019 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: yen_cw@myson.com.tw * Copyright (c) 2002 Myson Technology Inc. * All rights reserved. diff --git a/sys/dev/my/if_myreg.h b/sys/dev/my/if_myreg.h index f7870319fe314..27c7f1cdd445c 100644 --- a/sys/dev/my/if_myreg.h +++ b/sys/dev/my/if_myreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Myson Technology Inc. * All rights reserved. * diff --git a/sys/dev/nand/nand.c b/sys/dev/nand/nand.c index ae641217ad78b..6997ef7f8a0d6 100644 --- a/sys/dev/nand/nand.c +++ b/sys/dev/nand/nand.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand.h b/sys/dev/nand/nand.h index 0e9ea41bc60bb..06902601b8d0e 100644 --- a/sys/dev/nand/nand.h +++ b/sys/dev/nand/nand.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_bbt.c b/sys/dev/nand/nand_bbt.c index d3f163af3b171..d99ed67523a20 100644 --- a/sys/dev/nand/nand_bbt.c +++ b/sys/dev/nand/nand_bbt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_cdev.c b/sys/dev/nand/nand_cdev.c index 0540955383568..53c62dbc29135 100644 --- a/sys/dev/nand/nand_cdev.c +++ b/sys/dev/nand/nand_cdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_dev.h b/sys/dev/nand/nand_dev.h index bc7d6c49c0632..bd00c4d4b3b4d 100644 --- a/sys/dev/nand/nand_dev.h +++ b/sys/dev/nand/nand_dev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_ecc_pos.h b/sys/dev/nand/nand_ecc_pos.h index f40415cc4f308..835f45e6c0836 100644 --- a/sys/dev/nand/nand_ecc_pos.h +++ b/sys/dev/nand/nand_ecc_pos.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_generic.c b/sys/dev/nand/nand_generic.c index 59a6bf2001c10..85099c994b389 100644 --- a/sys/dev/nand/nand_generic.c +++ b/sys/dev/nand/nand_generic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_geom.c b/sys/dev/nand/nand_geom.c index cd3f5211630b5..b814ffc4e0a9a 100644 --- a/sys/dev/nand/nand_geom.c +++ b/sys/dev/nand/nand_geom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_id.c b/sys/dev/nand/nand_id.c index bf0b44a158db5..7259c951bfc93 100644 --- a/sys/dev/nand/nand_id.c +++ b/sys/dev/nand/nand_id.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandbus.c b/sys/dev/nand/nandbus.c index 893b62841b6ab..003c1797af644 100644 --- a/sys/dev/nand/nandbus.c +++ b/sys/dev/nand/nandbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandbus.h b/sys/dev/nand/nandbus.h index 417fbf5e14b5a..6dd4cbf26daa8 100644 --- a/sys/dev/nand/nandbus.h +++ b/sys/dev/nand/nandbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim.c b/sys/dev/nand/nandsim.c index a1ac13ab763df..4639a15700a20 100644 --- a/sys/dev/nand/nandsim.c +++ b/sys/dev/nand/nandsim.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim.h b/sys/dev/nand/nandsim.h index fbbb6d4bc7a4d..d4b225113bfd6 100644 --- a/sys/dev/nand/nandsim.h +++ b/sys/dev/nand/nandsim.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_chip.c b/sys/dev/nand/nandsim_chip.c index 5b568abf58b2c..20c2d668d64d0 100644 --- a/sys/dev/nand/nandsim_chip.c +++ b/sys/dev/nand/nandsim_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_chip.h b/sys/dev/nand/nandsim_chip.h index a6fb2346ded7f..86ced5ea2bf27 100644 --- a/sys/dev/nand/nandsim_chip.h +++ b/sys/dev/nand/nandsim_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_ctrl.c b/sys/dev/nand/nandsim_ctrl.c index 5f7b01979203c..bc203902fe7e8 100644 --- a/sys/dev/nand/nandsim_ctrl.c +++ b/sys/dev/nand/nandsim_ctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_log.c b/sys/dev/nand/nandsim_log.c index c51118f0dda88..0bd316ace4e2d 100644 --- a/sys/dev/nand/nandsim_log.c +++ b/sys/dev/nand/nandsim_log.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_log.h b/sys/dev/nand/nandsim_log.h index 8cf108200df6f..5e5a055a40533 100644 --- a/sys/dev/nand/nandsim_log.h +++ b/sys/dev/nand/nandsim_log.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_swap.c b/sys/dev/nand/nandsim_swap.c index 7844196bc17de..78e14e9557bd5 100644 --- a/sys/dev/nand/nandsim_swap.c +++ b/sys/dev/nand/nandsim_swap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_swap.h b/sys/dev/nand/nandsim_swap.h index 4fbae2a6827a6..c9eb0be63a9cd 100644 --- a/sys/dev/nand/nandsim_swap.h +++ b/sys/dev/nand/nandsim_swap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nfc_at91.c b/sys/dev/nand/nfc_at91.c index 74b0901dd07ea..d7998422f674f 100644 --- a/sys/dev/nand/nfc_at91.c +++ b/sys/dev/nand/nfc_at91.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013 Ian Lepore. * All rights reserved. * diff --git a/sys/dev/nand/nfc_at91.h b/sys/dev/nand/nfc_at91.h index ae06e69cb72f9..f12b764468c9f 100644 --- a/sys/dev/nand/nfc_at91.h +++ b/sys/dev/nand/nfc_at91.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014 Warner Losh. * All rights reserved. * diff --git a/sys/dev/nand/nfc_fsl.c b/sys/dev/nand/nfc_fsl.c index 8c3ca06951a70..992cfeb784fe5 100644 --- a/sys/dev/nand/nfc_fsl.c +++ b/sys/dev/nand/nfc_fsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Juniper Networks, Inc. * Copyright (C) 2009-2012 Semihalf * All rights reserved. diff --git a/sys/dev/nand/nfc_fsl.h b/sys/dev/nand/nfc_fsl.h index e334c2602e185..5410da5581712 100644 --- a/sys/dev/nand/nfc_fsl.h +++ b/sys/dev/nand/nfc_fsl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Juniper Networks, Inc. * Copyright (C) 2009-2012 Semihalf * All rights reserved. diff --git a/sys/dev/nand/nfc_mv.c b/sys/dev/nand/nfc_mv.c index 7f68e824cf90a..0d78d34d9912c 100644 --- a/sys/dev/nand/nfc_mv.c +++ b/sys/dev/nand/nfc_mv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 836268281e489..5a9b0d8d33b8d 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -6,6 +6,8 @@ #define NCV_IO_CONTROL_FLAGS (0) /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 55f0ef98d49e2..6fa56a8f3e9ac 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/ncv/ncr53c500hw.h b/sys/dev/ncv/ncr53c500hw.h index 7b9c8445eb10d..26e40b467f8a1 100644 --- a/sys/dev/ncv/ncr53c500hw.h +++ b/sys/dev/ncv/ncr53c500hw.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500hwtab.h b/sys/dev/ncv/ncr53c500hwtab.h index 47406b1947e42..9e70f17cb8bc4 100644 --- a/sys/dev/ncv/ncr53c500hwtab.h +++ b/sys/dev/ncv/ncr53c500hwtab.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500reg.h b/sys/dev/ncv/ncr53c500reg.h index 2a9906e44cdf6..927d45c89c948 100644 --- a/sys/dev/ncv/ncr53c500reg.h +++ b/sys/dev/ncv/ncr53c500reg.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1995, 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index d92702fac1e77..3b966e1d80e87 100644 --- a/sys/dev/ncv/ncr53c500var.h +++ b/sys/dev/ncv/ncr53c500var.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/netmap/if_em_netmap.h b/sys/dev/netmap/if_em_netmap.h index 1fe7563348c61..26f85fdf321d5 100644 --- a/sys/dev/netmap/if_em_netmap.h +++ b/sys/dev/netmap/if_em_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/if_igb_netmap.h b/sys/dev/netmap/if_igb_netmap.h index 33b7b3b665472..cd80f2663bc70 100644 --- a/sys/dev/netmap/if_igb_netmap.h +++ b/sys/dev/netmap/if_igb_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Universita` di Pisa. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/if_lem_netmap.h b/sys/dev/netmap/if_lem_netmap.h index 0ec9b13466091..b3ef1b2bd7060 100644 --- a/sys/dev/netmap/if_lem_netmap.h +++ b/sys/dev/netmap/if_lem_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/if_re_netmap.h b/sys/dev/netmap/if_re_netmap.h index ac08aedd7962d..2cb3454c5f312 100644 --- a/sys/dev/netmap/if_re_netmap.h +++ b/sys/dev/netmap/if_re_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/ixgbe_netmap.h b/sys/dev/netmap/ixgbe_netmap.h index 0f34e72185032..5f1198905a96a 100644 --- a/sys/dev/netmap/ixgbe_netmap.h +++ b/sys/dev/netmap/ixgbe_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap.c b/sys/dev/netmap/netmap.c index aff757bdadfec..36631f04828e0 100644 --- a/sys/dev/netmap/netmap.c +++ b/sys/dev/netmap/netmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_freebsd.c b/sys/dev/netmap/netmap_freebsd.c index d9b1a464bfd0f..6399439080a7e 100644 --- a/sys/dev/netmap/netmap_freebsd.c +++ b/sys/dev/netmap/netmap_freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Universita` di Pisa. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_generic.c b/sys/dev/netmap/netmap_generic.c index c5060f1aaf531..56eb86c3b32cb 100644 --- a/sys/dev/netmap/netmap_generic.c +++ b/sys/dev/netmap/netmap_generic.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Universita` di Pisa. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_kern.h b/sys/dev/netmap/netmap_kern.h index f2e699874f8bb..9d57539ccf707 100644 --- a/sys/dev/netmap/netmap_kern.h +++ b/sys/dev/netmap/netmap_kern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * Copyright (C) 2013-2014 Universita` di Pisa. All rights reserved. * diff --git a/sys/dev/netmap/netmap_mbq.c b/sys/dev/netmap/netmap_mbq.c index 503f5a13aa95a..bae116054a8e2 100644 --- a/sys/dev/netmap/netmap_mbq.c +++ b/sys/dev/netmap/netmap_mbq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Vincenzo Maffione. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_mbq.h b/sys/dev/netmap/netmap_mbq.h index 455ca8a2c3acd..3a06a22f0fcc2 100644 --- a/sys/dev/netmap/netmap_mbq.h +++ b/sys/dev/netmap/netmap_mbq.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Vincenzo Maffione. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_mem2.c b/sys/dev/netmap/netmap_mem2.c index 023604d495352..d5a815f4670a4 100644 --- a/sys/dev/netmap/netmap_mem2.c +++ b/sys/dev/netmap/netmap_mem2.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Matteo Landi, Luigi Rizzo, Giuseppe Lettieri. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_mem2.h b/sys/dev/netmap/netmap_mem2.h index ef0ff96d8e7f3..550c737902383 100644 --- a/sys/dev/netmap/netmap_mem2.h +++ b/sys/dev/netmap/netmap_mem2.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Matteo Landi, Luigi Rizzo, Giuseppe Lettieri. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_offloadings.c b/sys/dev/netmap/netmap_offloadings.c index dadc1dcbc14cc..ab3b3e285c740 100644 --- a/sys/dev/netmap/netmap_offloadings.c +++ b/sys/dev/netmap/netmap_offloadings.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014 Vincenzo Maffione. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_pipe.c b/sys/dev/netmap/netmap_pipe.c index 67e840248c884..af091cea2f687 100644 --- a/sys/dev/netmap/netmap_pipe.c +++ b/sys/dev/netmap/netmap_pipe.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014 Giuseppe Lettieri. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_vale.c b/sys/dev/netmap/netmap_vale.c index ddd7334a8378b..a89284293530d 100644 --- a/sys/dev/netmap/netmap_vale.c +++ b/sys/dev/netmap/netmap_vale.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Universita` di Pisa. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c index 2bd49e1e27993..8d9e1861bea51 100644 --- a/sys/dev/nge/if_nge.c +++ b/sys/dev/nge/if_nge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul <wpaul@bsdi.com>. All rights reserved. diff --git a/sys/dev/nge/if_ngereg.h b/sys/dev/nge/if_ngereg.h index 9df0d92c81422..ed638438ef711 100644 --- a/sys/dev/nge/if_ngereg.h +++ b/sys/dev/nge/if_ngereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul <wpaul@bsdi.com>. All rights reserved. diff --git a/sys/dev/nmdm/nmdm.c b/sys/dev/nmdm/nmdm.c index dbe24cb5191b0..c06b7294b831b 100644 --- a/sys/dev/nmdm/nmdm.c +++ b/sys/dev/nmdm/nmdm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index c86bcdb3e1a8d..537296e761183 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -9,6 +9,8 @@ NSP_USE_MEMIO | NSP_WAIT_FOR_SELECT) /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. * diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c index a784cadccfcc8..b81ca30f815e2 100644 --- a/sys/dev/nsp/nsp_pccard.c +++ b/sys/dev/nsp/nsp_pccard.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/nsp/nspreg.h b/sys/dev/nsp/nspreg.h index 81512c91a6099..68bd09842cfda 100644 --- a/sys/dev/nsp/nspreg.h +++ b/sys/dev/nsp/nspreg.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h index ed8a981d158ee..9bff1b578f9bd 100644 --- a/sys/dev/nsp/nspvar.h +++ b/sys/dev/nsp/nspvar.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index c8966df8ac4bb..c9b1b21102b38 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Mark R. V. Murray & Jeroen C. van Gelderen * Copyright (c) 2001-2004 Mark R. V. Murray * Copyright (c) 2014 Eitan Adler diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index cebd36d15af5a..9d06a6af36d0f 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2016 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme.c b/sys/dev/nvme/nvme.c index 7294d0dfba25a..b13cad7577598 100644 --- a/sys/dev/nvme/nvme.c +++ b/sys/dev/nvme/nvme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h index aff4fbc66a613..93f112f0e5cbe 100644 --- a/sys/dev/nvme/nvme.h +++ b/sys/dev/nvme/nvme.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ctrlr.c b/sys/dev/nvme/nvme_ctrlr.c index 5059e8c7f3fe3..9f32bc9033a43 100644 --- a/sys/dev/nvme/nvme_ctrlr.c +++ b/sys/dev/nvme/nvme_ctrlr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2016 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ctrlr_cmd.c b/sys/dev/nvme/nvme_ctrlr_cmd.c index 7f125b2f66d44..f7d0da7d0917a 100644 --- a/sys/dev/nvme/nvme_ctrlr_cmd.c +++ b/sys/dev/nvme/nvme_ctrlr_cmd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ns.c b/sys/dev/nvme/nvme_ns.c index fd8f53ffe5c36..2fe1c8b90896a 100644 --- a/sys/dev/nvme/nvme_ns.c +++ b/sys/dev/nvme/nvme_ns.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ns_cmd.c b/sys/dev/nvme/nvme_ns_cmd.c index 1bf3b7f3f4181..c9a37c385f9aa 100644 --- a/sys/dev/nvme/nvme_ns_cmd.c +++ b/sys/dev/nvme/nvme_ns_cmd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_private.h b/sys/dev/nvme/nvme_private.h index ce267be35283f..9064ae10a9022 100644 --- a/sys/dev/nvme/nvme_private.h +++ b/sys/dev/nvme/nvme_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c index a3eb90c9bd2c3..8b96f6d5e2644 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_sysctl.c b/sys/dev/nvme/nvme_sysctl.c index f0b628d3eafae..09bcb270b43a9 100644 --- a/sys/dev/nvme/nvme_sysctl.c +++ b/sys/dev/nvme/nvme_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2016 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_test.c b/sys/dev/nvme/nvme_test.c index 24f65cce9b988..20eaa2694954f 100644 --- a/sys/dev/nvme/nvme_test.c +++ b/sys/dev/nvme/nvme_test.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_util.c b/sys/dev/nvme/nvme_util.c index 6d7084167a75d..e673cf75362ec 100644 --- a/sys/dev/nvme/nvme_util.c +++ b/sys/dev/nvme/nvme_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013 Intel Corporation * Copyright (C) 1997 Justin T. Gibbs * All rights reserved. diff --git a/sys/dev/nvram/nvram.c b/sys/dev/nvram/nvram.c index 164287ef097a5..683603825d012 100644 --- a/sys/dev/nvram/nvram.c +++ b/sys/dev/nvram/nvram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Peter Wemm * All rights reserved. * diff --git a/sys/dev/nvram2env/nvram2env.c b/sys/dev/nvram2env/nvram2env.c index a9423484fae8d..2087e8c36dee0 100644 --- a/sys/dev/nvram2env/nvram2env.c +++ b/sys/dev/nvram2env/nvram2env.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/dev/nxge/if_nxge.c b/sys/dev/nxge/if_nxge.c index af95e8bc2f87d..ae232c849daf4 100644 --- a/sys/dev/nxge/if_nxge.c +++ b/sys/dev/nxge/if_nxge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/if_nxge.h b/sys/dev/nxge/if_nxge.h index 1cc128691c52f..aa7d4c5338068 100644 --- a/sys/dev/nxge/if_nxge.h +++ b/sys/dev/nxge/if_nxge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/version.h b/sys/dev/nxge/include/version.h index 47d4fc1bfdece..28c85c2b4a141 100644 --- a/sys/dev/nxge/include/version.h +++ b/sys/dev/nxge/include/version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-debug.h b/sys/dev/nxge/include/xge-debug.h index 74b9756040c24..c76b299e6d3ed 100644 --- a/sys/dev/nxge/include/xge-debug.h +++ b/sys/dev/nxge/include/xge-debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-defs.h b/sys/dev/nxge/include/xge-defs.h index 17bc907b8a34a..c69e13b4441a4 100644 --- a/sys/dev/nxge/include/xge-defs.h +++ b/sys/dev/nxge/include/xge-defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-list.h b/sys/dev/nxge/include/xge-list.h index 544a623043861..a7a9247d8c3f3 100644 --- a/sys/dev/nxge/include/xge-list.h +++ b/sys/dev/nxge/include/xge-list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-os-pal.h b/sys/dev/nxge/include/xge-os-pal.h index 166cadb7f2a50..3d33595fccda4 100644 --- a/sys/dev/nxge/include/xge-os-pal.h +++ b/sys/dev/nxge/include/xge-os-pal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-queue.h b/sys/dev/nxge/include/xge-queue.h index c38ffb8ca349a..a25ce6a90afba 100644 --- a/sys/dev/nxge/include/xge-queue.h +++ b/sys/dev/nxge/include/xge-queue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-channel.h b/sys/dev/nxge/include/xgehal-channel.h index 2f637b2688dea..a5b9fab7f1476 100644 --- a/sys/dev/nxge/include/xgehal-channel.h +++ b/sys/dev/nxge/include/xgehal-channel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-config.h b/sys/dev/nxge/include/xgehal-config.h index 2a63296e56bf6..4d5e3970d049b 100644 --- a/sys/dev/nxge/include/xgehal-config.h +++ b/sys/dev/nxge/include/xgehal-config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-device.h b/sys/dev/nxge/include/xgehal-device.h index 31d99b4e94dd7..88b757226f9dd 100644 --- a/sys/dev/nxge/include/xgehal-device.h +++ b/sys/dev/nxge/include/xgehal-device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-driver.h b/sys/dev/nxge/include/xgehal-driver.h index 507031b00740d..d375570f10768 100644 --- a/sys/dev/nxge/include/xgehal-driver.h +++ b/sys/dev/nxge/include/xgehal-driver.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-event.h b/sys/dev/nxge/include/xgehal-event.h index 1613aaeb5933c..ac7bf35dd0881 100644 --- a/sys/dev/nxge/include/xgehal-event.h +++ b/sys/dev/nxge/include/xgehal-event.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-fifo.h b/sys/dev/nxge/include/xgehal-fifo.h index 5f082d6b8232f..3dc23a048786e 100644 --- a/sys/dev/nxge/include/xgehal-fifo.h +++ b/sys/dev/nxge/include/xgehal-fifo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-mgmt.h b/sys/dev/nxge/include/xgehal-mgmt.h index 93e60a29186e1..842a12cc7a377 100644 --- a/sys/dev/nxge/include/xgehal-mgmt.h +++ b/sys/dev/nxge/include/xgehal-mgmt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-mgmtaux.h b/sys/dev/nxge/include/xgehal-mgmtaux.h index 93a9865f9c2d4..ae495fee67b64 100644 --- a/sys/dev/nxge/include/xgehal-mgmtaux.h +++ b/sys/dev/nxge/include/xgehal-mgmtaux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-mm.h b/sys/dev/nxge/include/xgehal-mm.h index 7b43de404e514..80111eef6176e 100644 --- a/sys/dev/nxge/include/xgehal-mm.h +++ b/sys/dev/nxge/include/xgehal-mm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-regs.h b/sys/dev/nxge/include/xgehal-regs.h index a20e083c92339..bfd3852a8ce7e 100644 --- a/sys/dev/nxge/include/xgehal-regs.h +++ b/sys/dev/nxge/include/xgehal-regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-ring.h b/sys/dev/nxge/include/xgehal-ring.h index 0e5b7e66e2910..811fdccbc685d 100644 --- a/sys/dev/nxge/include/xgehal-ring.h +++ b/sys/dev/nxge/include/xgehal-ring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-stats.h b/sys/dev/nxge/include/xgehal-stats.h index ec093e7f72239..c3847d4161f95 100644 --- a/sys/dev/nxge/include/xgehal-stats.h +++ b/sys/dev/nxge/include/xgehal-stats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-types.h b/sys/dev/nxge/include/xgehal-types.h index 58dd09187372c..a73bfa1633d27 100644 --- a/sys/dev/nxge/include/xgehal-types.h +++ b/sys/dev/nxge/include/xgehal-types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal.h b/sys/dev/nxge/include/xgehal.h index c8645120edec2..2e77d67b7a5b0 100644 --- a/sys/dev/nxge/include/xgehal.h +++ b/sys/dev/nxge/include/xgehal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xge-osdep.h b/sys/dev/nxge/xge-osdep.h index 2f70983851318..7ff3e93404a4e 100644 --- a/sys/dev/nxge/xge-osdep.h +++ b/sys/dev/nxge/xge-osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xge-queue.c b/sys/dev/nxge/xgehal/xge-queue.c index a1a792e0b8a01..dd84884f2f1e0 100644 --- a/sys/dev/nxge/xgehal/xge-queue.c +++ b/sys/dev/nxge/xgehal/xge-queue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-channel-fp.c b/sys/dev/nxge/xgehal/xgehal-channel-fp.c index 98c98103adec7..b03c63b512d6b 100644 --- a/sys/dev/nxge/xgehal/xgehal-channel-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-channel-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-channel.c b/sys/dev/nxge/xgehal/xgehal-channel.c index c1ca17bea7332..981e4c96fc47f 100644 --- a/sys/dev/nxge/xgehal/xgehal-channel.c +++ b/sys/dev/nxge/xgehal/xgehal-channel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-config.c b/sys/dev/nxge/xgehal/xgehal-config.c index a937d5370e8c4..86beb46eda572 100644 --- a/sys/dev/nxge/xgehal/xgehal-config.c +++ b/sys/dev/nxge/xgehal/xgehal-config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-device-fp.c b/sys/dev/nxge/xgehal/xgehal-device-fp.c index 2788e512883ca..aa6057ac73363 100644 --- a/sys/dev/nxge/xgehal/xgehal-device-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-device-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-device.c b/sys/dev/nxge/xgehal/xgehal-device.c index b211c04811cd2..6f1f5ffeac7c2 100644 --- a/sys/dev/nxge/xgehal/xgehal-device.c +++ b/sys/dev/nxge/xgehal/xgehal-device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-driver.c b/sys/dev/nxge/xgehal/xgehal-driver.c index 430931c32f249..4168f4a33a1f5 100644 --- a/sys/dev/nxge/xgehal/xgehal-driver.c +++ b/sys/dev/nxge/xgehal/xgehal-driver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-fifo-fp.c b/sys/dev/nxge/xgehal/xgehal-fifo-fp.c index 6c28c55885071..c699630a5efb0 100644 --- a/sys/dev/nxge/xgehal/xgehal-fifo-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-fifo-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-fifo.c b/sys/dev/nxge/xgehal/xgehal-fifo.c index 78c0923dee0f4..c410b33bfb373 100644 --- a/sys/dev/nxge/xgehal/xgehal-fifo.c +++ b/sys/dev/nxge/xgehal/xgehal-fifo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-mgmt.c b/sys/dev/nxge/xgehal/xgehal-mgmt.c index 7f8346bd00357..9c530f12ead3d 100644 --- a/sys/dev/nxge/xgehal/xgehal-mgmt.c +++ b/sys/dev/nxge/xgehal/xgehal-mgmt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-mgmtaux.c b/sys/dev/nxge/xgehal/xgehal-mgmtaux.c index 00550d830f4b9..4c4edbf87e40d 100644 --- a/sys/dev/nxge/xgehal/xgehal-mgmtaux.c +++ b/sys/dev/nxge/xgehal/xgehal-mgmtaux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-mm.c b/sys/dev/nxge/xgehal/xgehal-mm.c index a787dad67d8ad..2acae64c0ae54 100644 --- a/sys/dev/nxge/xgehal/xgehal-mm.c +++ b/sys/dev/nxge/xgehal/xgehal-mm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-ring-fp.c b/sys/dev/nxge/xgehal/xgehal-ring-fp.c index 349d685a04bb5..2f049a8365d2e 100644 --- a/sys/dev/nxge/xgehal/xgehal-ring-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-ring-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-ring.c b/sys/dev/nxge/xgehal/xgehal-ring.c index 061b773842138..0e8699ccdd3bd 100644 --- a/sys/dev/nxge/xgehal/xgehal-ring.c +++ b/sys/dev/nxge/xgehal/xgehal-ring.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-stats.c b/sys/dev/nxge/xgehal/xgehal-stats.c index c5f59b6a855d3..2bc74f82b11f6 100644 --- a/sys/dev/nxge/xgehal/xgehal-stats.c +++ b/sys/dev/nxge/xgehal/xgehal-stats.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgell-version.h b/sys/dev/nxge/xgell-version.h index df724827ee50c..bbfeb484c6d9d 100644 --- a/sys/dev/nxge/xgell-version.h +++ b/sys/dev/nxge/xgell-version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/oce/oce_hw.c b/sys/dev/oce/oce_hw.c index aad5795a97e50..dc87d942f813d 100644 --- a/sys/dev/oce/oce_hw.c +++ b/sys/dev/oce/oce_hw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_hw.h b/sys/dev/oce/oce_hw.h index 1ad3f7889e0bd..9d80fba029b02 100644 --- a/sys/dev/oce/oce_hw.h +++ b/sys/dev/oce/oce_hw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_if.c b/sys/dev/oce/oce_if.c index 370461291234e..5b59b82ad5926 100644 --- a/sys/dev/oce/oce_if.c +++ b/sys/dev/oce/oce_if.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_if.h b/sys/dev/oce/oce_if.h index 99707e4967838..12a5b22b89b37 100644 --- a/sys/dev/oce/oce_if.h +++ b/sys/dev/oce/oce_if.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_mbox.c b/sys/dev/oce/oce_mbox.c index cb2ae81a013da..df57503853ff0 100644 --- a/sys/dev/oce/oce_mbox.c +++ b/sys/dev/oce/oce_mbox.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_queue.c b/sys/dev/oce/oce_queue.c index 308c16d548469..0e148465fee5a 100644 --- a/sys/dev/oce/oce_queue.c +++ b/sys/dev/oce/oce_queue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_sysctl.c b/sys/dev/oce/oce_sysctl.c index 61adf93ac69de..f376aedbe8961 100644 --- a/sys/dev/oce/oce_sysctl.c +++ b/sys/dev/oce/oce_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/oce/oce_util.c b/sys/dev/oce/oce_util.c index 9ae92ff05f16a..fefea2e16eb7f 100644 --- a/sys/dev/oce/oce_util.c +++ b/sys/dev/oce/oce_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2013 Emulex * All rights reserved. * diff --git a/sys/dev/ofw/ofw_bus.h b/sys/dev/ofw/ofw_bus.h index f7c72958d55fc..7cbc5c05358c7 100644 --- a/sys/dev/ofw/ofw_bus.h +++ b/sys/dev/ofw/ofw_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001, 2003 by Thomas Moestl <tmm@FreeBSD.org> * Copyright (c) 2004 by Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/ofw/ofw_bus_subr.c b/sys/dev/ofw/ofw_bus_subr.c index 671ac1280c43f..e5c11eb6dfc4e 100644 --- a/sys/dev/ofw/ofw_bus_subr.c +++ b/sys/dev/ofw/ofw_bus_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 - 2003 by Thomas Moestl <tmm@FreeBSD.org>. * Copyright (c) 2005 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/ofw/ofw_bus_subr.h b/sys/dev/ofw/ofw_bus_subr.h index 6532a16619916..823b4d34722bb 100644 --- a/sys/dev/ofw/ofw_bus_subr.h +++ b/sys/dev/ofw/ofw_bus_subr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 63d378b9f0e33..8f3061bde89d2 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index dbf706c6ed7dd..5975abcf7aae0 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice <benno@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ofw/ofw_fdt.c b/sys/dev/ofw/ofw_fdt.c index aa545a32e5ca2..4d9124ddd8205 100644 --- a/sys/dev/ofw/ofw_fdt.c +++ b/sys/dev/ofw/ofw_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/ofw/ofw_pci.h b/sys/dev/ofw/ofw_pci.h index eb60c5baee0b3..fe4e8b1a1584b 100644 --- a/sys/dev/ofw/ofw_pci.h +++ b/sys/dev/ofw/ofw_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/ofw/ofw_standard.c b/sys/dev/ofw/ofw_standard.c index b514a94f3357d..12d5e3f026ce8 100644 --- a/sys/dev/ofw/ofw_standard.c +++ b/sys/dev/ofw/ofw_standard.c @@ -1,6 +1,8 @@ /* $NetBSD: Locore.c,v 1.7 2000/08/20 07:04:59 tsubai Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/dev/ofw/ofwvar.h b/sys/dev/ofw/ofwvar.h index ddaa3db097dd7..08ab78ad28c5b 100644 --- a/sys/dev/ofw/ofwvar.h +++ b/sys/dev/ofw/ofwvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Grehan * Copyright (c) 2008 Nathan Whitehorn * All rights reserved. diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index 8ba5066001d19..45545ac346479 100644 --- a/sys/dev/ofw/openfirm.c +++ b/sys/dev/ofw/openfirm.c @@ -1,6 +1,8 @@ /* $NetBSD: Locore.c,v 1.7 2000/08/20 07:04:59 tsubai Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 4e9fb29c90140..e17011640b550 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -1,6 +1,8 @@ /* $NetBSD: openfirm.h,v 1.1 1998/05/15 10:16:00 tsubai Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c index 5803ec1d6c4a8..adb8f092a0e4e 100644 --- a/sys/dev/ofw/openfirmio.c +++ b/sys/dev/ofw/openfirmio.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/ofw/openfirmio.h b/sys/dev/ofw/openfirmio.h index 676cfb8007d0e..5322fbaf86919 100644 --- a/sys/dev/ofw/openfirmio.h +++ b/sys/dev/ofw/openfirmio.h @@ -1,6 +1,8 @@ /* $NetBSD: openfirmio.h,v 1.4 2002/09/06 13:23:19 gehenna Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/ofw/openpromio.c b/sys/dev/ofw/openpromio.c index 8ba6d3acef3f7..d79be6ea05170 100644 --- a/sys/dev/ofw/openpromio.c +++ b/sys/dev/ofw/openpromio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/ofw/openpromio.h b/sys/dev/ofw/openpromio.h index 5233d29eb870b..9b52d377f0ebf 100644 --- a/sys/dev/ofw/openpromio.h +++ b/sys/dev/ofw/openpromio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index ebb0e33c86619..b128e6450c70f 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2004 * Diomidis D. Spinellis, Athens, Greece * All rights reserved. diff --git a/sys/dev/pbio/pbioio.h b/sys/dev/pbio/pbioio.h index 9a08bfab02542..9d970f8bbc675 100644 --- a/sys/dev/pbio/pbioio.h +++ b/sys/dev/pbio/pbioio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2004 * Diomidis D. Spinellis, Athens, Greece * All rights reserved. diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 4c80feae63eca..71926d7dca265 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -1,6 +1,8 @@ /* $NetBSD: pcmcia.c,v 1.23 2000/07/28 19:17:02 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c index 4bd5e772d1b4c..a221d9377ba4f 100644 --- a/sys/dev/pccard/pccard_cis.c +++ b/sys/dev/pccard/pccard_cis.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis.h b/sys/dev/pccard/pccard_cis.h index d6b9c3899f863..915f555924ada 100644 --- a/sys/dev/pccard/pccard_cis.h +++ b/sys/dev/pccard/pccard_cis.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c index cb077185a2466..29f1d4ee97b64 100644 --- a/sys/dev/pccard/pccard_cis_quirks.c +++ b/sys/dev/pccard/pccard_cis_quirks.c @@ -6,6 +6,8 @@ __FBSDID("$FreeBSD$"); #define PCCARDDEBUG /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_device.c b/sys/dev/pccard/pccard_device.c index 807ed79841871..844422b54d576 100644 --- a/sys/dev/pccard/pccard_device.c +++ b/sys/dev/pccard/pccard_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/pccard/pccardreg.h b/sys/dev/pccard/pccardreg.h index e0f6647771bce..7d567dd6d52b3 100644 --- a/sys/dev/pccard/pccardreg.h +++ b/sys/dev/pccard/pccardreg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h index 3bc27e352105f..57978f76037ee 100644 --- a/sys/dev/pccard/pccardvar.h +++ b/sys/dev/pccard/pccardvar.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccardvarp.h b/sys/dev/pccard/pccardvarp.h index 9478c8f03e3e8..89890c00bed27 100644 --- a/sys/dev/pccard/pccardvarp.h +++ b/sys/dev/pccard/pccardvarp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index f120219a82ff4..ab378868a8b57 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 M. Warner Losh. * Copyright (c) 2000-2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index 4571c627d1932..dadc720ba2611 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 7bf653a48b919..d31d351ef159d 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 M. Warner Losh. * Copyright (c) 2000-2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index b73036f376bdf..cc1aa3ffe7c83 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2004 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h index ae73fe1c71491..3fb7e6a53074d 100644 --- a/sys/dev/pccbb/pccbbreg.h +++ b/sys/dev/pccbb/pccbbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 196f154fe077d..3e1f56a4e8238 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2004 Warner Losh. * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pcf/envctrl.c b/sys/dev/pcf/envctrl.c index d577aa43699f0..1d57b36e000e7 100644 --- a/sys/dev/pcf/envctrl.c +++ b/sys/dev/pcf/envctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index cf2b65dc88cfa..0dcd1c40195ff 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu, Marc Bouget * Copyright (c) 2004 Joerg Wunsch * All rights reserved. diff --git a/sys/dev/pcf/pcf_ebus.c b/sys/dev/pcf/pcf_ebus.c index b3a27377c9488..3fa0be6b26cce 100644 --- a/sys/dev/pcf/pcf_ebus.c +++ b/sys/dev/pcf/pcf_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marius Strobl, Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index ca63583879a58..d2ba419ca6580 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcfvar.h b/sys/dev/pcf/pcfvar.h index 33721c9a4331a..c2f0becd42fef 100644 --- a/sys/dev/pcf/pcfvar.h +++ b/sys/dev/pcf/pcfvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu, Marc Bouget * Copyright (c) 2004 Joerg Wunsch * All rights reserved. diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 3a40a7ab418e3..e4c64be3b30d6 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/hostb_pci.c b/sys/dev/pci/hostb_pci.c index 79664c62ac943..26efd03123da2 100644 --- a/sys/dev/pci/hostb_pci.c +++ b/sys/dev/pci/hostb_pci.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/dev/pci/ignore_pci.c b/sys/dev/pci/ignore_pci.c index 1ae9d34545c11..5a24b87367ecd 100644 --- a/sys/dev/pci/ignore_pci.c +++ b/sys/dev/pci/ignore_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index 950920da0c82c..6a10406a0b8a8 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 8b9e1e6ce4b47..4ece91c3376d8 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c index 553b9cb8a28a0..cefd937115d62 100644 --- a/sys/dev/pci/pci_pci.c +++ b/sys/dev/pci/pci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/pci_private.h b/sys/dev/pci/pci_private.h index b0f1481810c72..b354ab9c7670e 100644 --- a/sys/dev/pci/pci_private.h +++ b/sys/dev/pci/pci_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c index f2811176c59f8..fd62e9193ea22 100644 --- a/sys/dev/pci/pci_subr.c +++ b/sys/dev/pci/pci_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index dba76d130aa54..229515d0c381c 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/dev/pci/pcib_private.h b/sys/dev/pci/pcib_private.h index 9014cff714f20..a7dc9a66dd4eb 100644 --- a/sys/dev/pci/pcib_private.h +++ b/sys/dev/pci/pcib_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 291bb2ea80902..52cd75ea600b6 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index b5f00a0211b2f..de807a26674a3 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 3cc6ac343e9ce..e0e5f72933eae 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/pcn/if_pcn.c b/sys/dev/pcn/if_pcn.c index d63d4aaeb34fa..5d319dc082763 100644 --- a/sys/dev/pcn/if_pcn.c +++ b/sys/dev/pcn/if_pcn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@osd.bsdi.com>. All rights reserved. diff --git a/sys/dev/pcn/if_pcnreg.h b/sys/dev/pcn/if_pcnreg.h index a10edfd76aa4c..95cf0ec8f8477 100644 --- a/sys/dev/pcn/if_pcnreg.h +++ b/sys/dev/pcn/if_pcnreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. diff --git a/sys/dev/pdq/if_fpa.c b/sys/dev/pdq/if_fpa.c index 1701454d96201..12f7cf7a99285 100644 --- a/sys/dev/pdq/if_fpa.c +++ b/sys/dev/pdq/if_fpa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/pdq/pdq.c b/sys/dev/pdq/pdq.c index 00add2cbc2fff..e37a3c50a0ad5 100644 --- a/sys/dev/pdq/pdq.c +++ b/sys/dev/pdq/pdq.c @@ -1,6 +1,8 @@ /* $NetBSD: pdq.c,v 1.33 2001/11/13 13:14:43 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995,1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/pdq/pdq_freebsd.h b/sys/dev/pdq/pdq_freebsd.h index a556b36afffb9..a1c0cde9f0e3e 100644 --- a/sys/dev/pdq/pdq_freebsd.h +++ b/sys/dev/pdq/pdq_freebsd.h @@ -1,6 +1,8 @@ /* $NetBSD: pdqvar.h,v 1.27 2000/05/03 19:17:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/pdq/pdq_ifsubr.c b/sys/dev/pdq/pdq_ifsubr.c index f8df3a7b2b76a..f4543056d98ee 100644 --- a/sys/dev/pdq/pdq_ifsubr.c +++ b/sys/dev/pdq/pdq_ifsubr.c @@ -1,6 +1,8 @@ /* $NetBSD: pdq_ifsubr.c,v 1.38 2001/12/21 23:21:47 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index a4dea690b1548..aa067975c26ce 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -1,6 +1,8 @@ /* $NetBSD: pdqreg.h,v 1.14 2001/06/13 10:46:03 wiz Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/pdq/pdqvar.h b/sys/dev/pdq/pdqvar.h index db532732f27af..8f45fdcccf579 100644 --- a/sys/dev/pdq/pdqvar.h +++ b/sys/dev/pdq/pdqvar.h @@ -1,6 +1,8 @@ /* $NetBSD: pdqvar.h,v 1.27 2000/05/03 19:17:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> * All rights reserved. * diff --git a/sys/dev/powermac_nvram/powermac_nvram.c b/sys/dev/powermac_nvram/powermac_nvram.c index 53650e9a02461..2402933326a54 100644 --- a/sys/dev/powermac_nvram/powermac_nvram.c +++ b/sys/dev/powermac_nvram/powermac_nvram.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Maxim Sobolev <sobomax@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/powermac_nvram/powermac_nvramvar.h b/sys/dev/powermac_nvram/powermac_nvramvar.h index c326e3c5b5d6d..1073e50242e75 100644 --- a/sys/dev/powermac_nvram/powermac_nvramvar.h +++ b/sys/dev/powermac_nvram/powermac_nvramvar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Maxim Sobolev <sobomax@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index 7a9d9b0e45791..8b573254cb12b 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/dev/ppbus/immio.c b/sys/dev/ppbus/immio.c index 8b0c8de62c70b..ec0809c346ca2 100644 --- a/sys/dev/ppbus/immio.c +++ b/sys/dev/ppbus/immio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/ppbus/lpbb.c b/sys/dev/ppbus/lpbb.c index 0c85620675bf0..5ad1c2c6667a6 100644 --- a/sys/dev/ppbus/lpbb.c +++ b/sys/dev/ppbus/lpbb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu, Marc Bouget * All rights reserved. * diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index ce08ccc605c23..9fc3b1b481043 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 William F. Jolitz, TeleMuse * All rights reserved. * diff --git a/sys/dev/ppbus/lpt.h b/sys/dev/ppbus/lpt.h index c5a0f24a84462..97628f334ac41 100644 --- a/sys/dev/ppbus/lpt.h +++ b/sys/dev/ppbus/lpt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index 65612a21de4c1..7997e2883b6bb 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Sascha Schumann. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index 5e869774c7851..cd46b36c54730 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_1284.h b/sys/dev/ppbus/ppb_1284.h index 5c4010f88bf52..1ad05158fef9f 100644 --- a/sys/dev/ppbus/ppb_1284.h +++ b/sys/dev/ppbus/ppb_1284.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_base.c b/sys/dev/ppbus/ppb_base.c index b87b5975769f6..20782385acc03 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index 8aba5ec3504d0..7eb6df4073841 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_msq.h b/sys/dev/ppbus/ppb_msq.h index 1ee55e56d4bfa..a015194129515 100644 --- a/sys/dev/ppbus/ppb_msq.h +++ b/sys/dev/ppbus/ppb_msq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index b5b74b46243a7..23a16ff7444d2 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h index 8ac578e013801..c026bf4574d0c 100644 --- a/sys/dev/ppbus/ppbconf.h +++ b/sys/dev/ppbus/ppbconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppbio.h b/sys/dev/ppbus/ppbio.h index 2794eddc1dea3..ad019524a7814 100644 --- a/sys/dev/ppbus/ppbio.h +++ b/sys/dev/ppbus/ppbio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index 2ee8fa6702163..bf6a4268fdb89 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu, Michael Smith * All rights reserved. * diff --git a/sys/dev/ppbus/ppi.h b/sys/dev/ppbus/ppi.h index 9e9d86a6f8baf..4fb16e9211797 100644 --- a/sys/dev/ppbus/ppi.h +++ b/sys/dev/ppbus/ppi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c index c8585c86e69bc..723417f47bda5 100644 --- a/sys/dev/ppbus/vpo.c +++ b/sys/dev/ppbus/vpo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index a989e8d10339f..40afe4156d065 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Nicolas Souchu * Copyright (c) 2000 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/ppbus/vpoio.h b/sys/dev/ppbus/vpoio.h index a264c66e9259d..574afba38f6d6 100644 --- a/sys/dev/ppbus/vpoio.h +++ b/sys/dev/ppbus/vpoio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index 9d93cf63a0102..854fd045539ee 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/ppc/ppc_acpi.c b/sys/dev/ppc/ppc_acpi.c index b0a30b44331b3..582638183f13f 100644 --- a/sys/dev/ppc/ppc_acpi.c +++ b/sys/dev/ppc/ppc_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ppc/ppc_isa.c b/sys/dev/ppc/ppc_isa.c index a40fc8e8ef368..96bfc9bd18afc 100644 --- a/sys/dev/ppc/ppc_isa.c +++ b/sys/dev/ppc/ppc_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * Copyright (c) 2006 Marcel Moolenaar diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index 64f31823139ce..b3a2826c6f0c2 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index 361d9b70af7ea..5acdd1f05b838 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu diff --git a/sys/dev/ppc/ppcreg.h b/sys/dev/ppc/ppcreg.h index a7295033d7318..ddd036ff6eb8d 100644 --- a/sys/dev/ppc/ppcreg.h +++ b/sys/dev/ppc/ppcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppc/ppcvar.h b/sys/dev/ppc/ppcvar.h index 792111e8e23d1..08d7a6af4f33a 100644 --- a/sys/dev/ppc/ppcvar.h +++ b/sys/dev/ppc/ppcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 65f9267c29d81..15fbf36b63283 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2002,2003 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/pst/pst-iop.h b/sys/dev/pst/pst-iop.h index 65320845bd266..0cb18957a3dca 100644 --- a/sys/dev/pst/pst-iop.h +++ b/sys/dev/pst/pst-iop.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2002,2003 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index 4cc579636ec5b..0a09e1de79f39 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2002,2003 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index 084d32ce0158b..2c16064981ab5 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001,2002,2003 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/pty/pty.c b/sys/dev/pty/pty.c index ad34e1188d5da..656e05e18fba5 100644 --- a/sys/dev/pty/pty.c +++ b/sys/dev/pty/pty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 3d3c3fabfbada..f45493145be90 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_bfe.h b/sys/dev/puc/puc_bfe.h index 912958b3becb4..68678d3771e13 100644 --- a/sys/dev/puc/puc_bfe.h +++ b/sys/dev/puc/puc_bfe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_bus.h b/sys/dev/puc/puc_bus.h index 59da93da9b6ef..71af1cfd4ce33 100644 --- a/sys/dev/puc/puc_bus.h +++ b/sys/dev/puc/puc_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_cfg.c b/sys/dev/puc/puc_cfg.c index 99d98163b4edd..e7f7f775dc7ee 100644 --- a/sys/dev/puc/puc_cfg.c +++ b/sys/dev/puc/puc_cfg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_cfg.h b/sys/dev/puc/puc_cfg.h index 3599d4c9429ce..490358053db72 100644 --- a/sys/dev/puc/puc_cfg.h +++ b/sys/dev/puc/puc_cfg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c index 232741e589d51..6aa115ed583fa 100644 --- a/sys/dev/puc/puc_pccard.c +++ b/sys/dev/puc/puc_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Poul-Henning Kamp. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index 618a3ae036911..d6b126f0f92bd 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -1,6 +1,8 @@ /* $NetBSD: puc.c,v 1.7 2000/07/29 17:43:38 jlam Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2002 JF Hay. All rights reserved. * Copyright (c) 2000 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d8ca2584ab667..5a949becd98ca 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_dbg.c b/sys/dev/qlxgb/qla_dbg.c index bdbe8687f9566..b0e359f33ce5b 100644 --- a/sys/dev/qlxgb/qla_dbg.c +++ b/sys/dev/qlxgb/qla_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_dbg.h b/sys/dev/qlxgb/qla_dbg.h index 893b13f7fdae6..8fd4ede8baea8 100644 --- a/sys/dev/qlxgb/qla_dbg.h +++ b/sys/dev/qlxgb/qla_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_def.h b/sys/dev/qlxgb/qla_def.h index 77b678c7bc83c..bf7e9c1639765 100644 --- a/sys/dev/qlxgb/qla_def.h +++ b/sys/dev/qlxgb/qla_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_glbl.h b/sys/dev/qlxgb/qla_glbl.h index 9f045839313c0..e9179685dc644 100644 --- a/sys/dev/qlxgb/qla_glbl.h +++ b/sys/dev/qlxgb/qla_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_hw.c b/sys/dev/qlxgb/qla_hw.c index cebe05aed81ad..94a007d227c3e 100644 --- a/sys/dev/qlxgb/qla_hw.c +++ b/sys/dev/qlxgb/qla_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_hw.h b/sys/dev/qlxgb/qla_hw.h index 57012dddbc72f..e60b239b75f96 100644 --- a/sys/dev/qlxgb/qla_hw.h +++ b/sys/dev/qlxgb/qla_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_inline.h b/sys/dev/qlxgb/qla_inline.h index 1f8bf6f51ee80..807bae765a384 100644 --- a/sys/dev/qlxgb/qla_inline.h +++ b/sys/dev/qlxgb/qla_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_ioctl.c b/sys/dev/qlxgb/qla_ioctl.c index 5afb1a477e160..615ef662c19a0 100644 --- a/sys/dev/qlxgb/qla_ioctl.c +++ b/sys/dev/qlxgb/qla_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_ioctl.h b/sys/dev/qlxgb/qla_ioctl.h index 4f100518d0e8c..860a1290f0177 100644 --- a/sys/dev/qlxgb/qla_ioctl.h +++ b/sys/dev/qlxgb/qla_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_isr.c b/sys/dev/qlxgb/qla_isr.c index d9670fb3f8f01..3633303b6e9e1 100644 --- a/sys/dev/qlxgb/qla_isr.c +++ b/sys/dev/qlxgb/qla_isr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_misc.c b/sys/dev/qlxgb/qla_misc.c index afed7a1a49856..9b265252f8373 100644 --- a/sys/dev/qlxgb/qla_misc.c +++ b/sys/dev/qlxgb/qla_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_os.c b/sys/dev/qlxgb/qla_os.c index da1e34f0c5b94..47322acfc7a10 100644 --- a/sys/dev/qlxgb/qla_os.c +++ b/sys/dev/qlxgb/qla_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_os.h b/sys/dev/qlxgb/qla_os.h index 6c1e6f74b9814..548719de890da 100644 --- a/sys/dev/qlxgb/qla_os.h +++ b/sys/dev/qlxgb/qla_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_reg.h b/sys/dev/qlxgb/qla_reg.h index 0cc66b0008431..fae144185c8a1 100644 --- a/sys/dev/qlxgb/qla_reg.h +++ b/sys/dev/qlxgb/qla_reg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_ver.h b/sys/dev/qlxgb/qla_ver.h index e32bd496f7d2c..84aa3d00ceb41 100644 --- a/sys/dev/qlxgb/qla_ver.h +++ b/sys/dev/qlxgb/qla_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_dbg.c b/sys/dev/qlxgbe/ql_dbg.c index 0e9ec2d64c56e..0a7e29fd26ded 100644 --- a/sys/dev/qlxgbe/ql_dbg.c +++ b/sys/dev/qlxgbe/ql_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_dbg.h b/sys/dev/qlxgbe/ql_dbg.h index 863a7c8f26873..1ccf7bdc995ba 100644 --- a/sys/dev/qlxgbe/ql_dbg.h +++ b/sys/dev/qlxgbe/ql_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_def.h b/sys/dev/qlxgbe/ql_def.h index 1ede2084efa4d..6bdc75136615c 100644 --- a/sys/dev/qlxgbe/ql_def.h +++ b/sys/dev/qlxgbe/ql_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_glbl.h b/sys/dev/qlxgbe/ql_glbl.h index 9a5bbb669d4bd..4643017c596d0 100644 --- a/sys/dev/qlxgbe/ql_glbl.h +++ b/sys/dev/qlxgbe/ql_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_hw.c b/sys/dev/qlxgbe/ql_hw.c index 683407f32d59e..7d34d0e75d1e8 100644 --- a/sys/dev/qlxgbe/ql_hw.c +++ b/sys/dev/qlxgbe/ql_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_hw.h b/sys/dev/qlxgbe/ql_hw.h index f59af522d0e3a..dcaa4ac9808ef 100644 --- a/sys/dev/qlxgbe/ql_hw.h +++ b/sys/dev/qlxgbe/ql_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_inline.h b/sys/dev/qlxgbe/ql_inline.h index 41093de21811c..3018326034b41 100644 --- a/sys/dev/qlxgbe/ql_inline.h +++ b/sys/dev/qlxgbe/ql_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_ioctl.c b/sys/dev/qlxgbe/ql_ioctl.c index 377c28ecbcce8..101d05f44604c 100644 --- a/sys/dev/qlxgbe/ql_ioctl.c +++ b/sys/dev/qlxgbe/ql_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_ioctl.h b/sys/dev/qlxgbe/ql_ioctl.h index 3a8150b637abd..43c6756d7edce 100644 --- a/sys/dev/qlxgbe/ql_ioctl.h +++ b/sys/dev/qlxgbe/ql_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_isr.c b/sys/dev/qlxgbe/ql_isr.c index 539a1e4105245..587daa66fd724 100644 --- a/sys/dev/qlxgbe/ql_isr.c +++ b/sys/dev/qlxgbe/ql_isr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_misc.c b/sys/dev/qlxgbe/ql_misc.c index 18528200841e5..840e28b53abe2 100644 --- a/sys/dev/qlxgbe/ql_misc.c +++ b/sys/dev/qlxgbe/ql_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_os.c b/sys/dev/qlxgbe/ql_os.c index 522a1532a1f84..0927496aa8b7e 100644 --- a/sys/dev/qlxgbe/ql_os.c +++ b/sys/dev/qlxgbe/ql_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_os.h b/sys/dev/qlxgbe/ql_os.h index 4a5c32b0f506b..74e808d8abaca 100644 --- a/sys/dev/qlxgbe/ql_os.h +++ b/sys/dev/qlxgbe/ql_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_reset.c b/sys/dev/qlxgbe/ql_reset.c index 76e2462c7b014..16d1b88554244 100644 --- a/sys/dev/qlxgbe/ql_reset.c +++ b/sys/dev/qlxgbe/ql_reset.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_tmplt.h b/sys/dev/qlxgbe/ql_tmplt.h index 39f54dd67acd9..2658931b7d877 100644 --- a/sys/dev/qlxgbe/ql_tmplt.h +++ b/sys/dev/qlxgbe/ql_tmplt.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_ver.h b/sys/dev/qlxgbe/ql_ver.h index 9887ac6c4adce..d9e26b56f936d 100644 --- a/sys/dev/qlxgbe/ql_ver.h +++ b/sys/dev/qlxgbe/ql_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dbg.c b/sys/dev/qlxge/qls_dbg.c index 04eff20e57e0a..8978519a6b4d0 100644 --- a/sys/dev/qlxge/qls_dbg.c +++ b/sys/dev/qlxge/qls_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dbg.h b/sys/dev/qlxge/qls_dbg.h index e4d7a416285de..63f7810cca1d6 100644 --- a/sys/dev/qlxge/qls_dbg.h +++ b/sys/dev/qlxge/qls_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_def.h b/sys/dev/qlxge/qls_def.h index 815946fafd5fd..956e6edcf0373 100644 --- a/sys/dev/qlxge/qls_def.h +++ b/sys/dev/qlxge/qls_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dump.c b/sys/dev/qlxge/qls_dump.c index f829a85e3cf33..aec54beecdcea 100644 --- a/sys/dev/qlxge/qls_dump.c +++ b/sys/dev/qlxge/qls_dump.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dump.h b/sys/dev/qlxge/qls_dump.h index 9ae3b55e1a48e..ee9ebe1d94f46 100644 --- a/sys/dev/qlxge/qls_dump.h +++ b/sys/dev/qlxge/qls_dump.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_glbl.h b/sys/dev/qlxge/qls_glbl.h index b7527742c0434..de3ff44fc3d5a 100644 --- a/sys/dev/qlxge/qls_glbl.h +++ b/sys/dev/qlxge/qls_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_hw.c b/sys/dev/qlxge/qls_hw.c index b77d20e6f6593..b29d62c5b0e47 100644 --- a/sys/dev/qlxge/qls_hw.c +++ b/sys/dev/qlxge/qls_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_hw.h b/sys/dev/qlxge/qls_hw.h index 6805f1e94a704..36e21ee2a2afe 100644 --- a/sys/dev/qlxge/qls_hw.h +++ b/sys/dev/qlxge/qls_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_inline.h b/sys/dev/qlxge/qls_inline.h index 6445567dd300a..f280bf5fb7018 100644 --- a/sys/dev/qlxge/qls_inline.h +++ b/sys/dev/qlxge/qls_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ioctl.c b/sys/dev/qlxge/qls_ioctl.c index 6b39fc96781e9..bad4307eb4ca4 100644 --- a/sys/dev/qlxge/qls_ioctl.c +++ b/sys/dev/qlxge/qls_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ioctl.h b/sys/dev/qlxge/qls_ioctl.h index af3091f1a51b4..972ba31f2bddd 100644 --- a/sys/dev/qlxge/qls_ioctl.h +++ b/sys/dev/qlxge/qls_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_isr.c b/sys/dev/qlxge/qls_isr.c index 9b571f5910649..523b32fd34d19 100644 --- a/sys/dev/qlxge/qls_isr.c +++ b/sys/dev/qlxge/qls_isr.c @@ -1,4 +1,8 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_os.c b/sys/dev/qlxge/qls_os.c index 878a0e635b81d..e3a5b8f1caa53 100644 --- a/sys/dev/qlxge/qls_os.c +++ b/sys/dev/qlxge/qls_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_os.h b/sys/dev/qlxge/qls_os.h index c72410745e47b..b52b1c8b9ebd7 100644 --- a/sys/dev/qlxge/qls_os.h +++ b/sys/dev/qlxge/qls_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ver.h b/sys/dev/qlxge/qls_ver.h index afac640c81044..de3b66fb62ddb 100644 --- a/sys/dev/qlxge/qls_ver.h +++ b/sys/dev/qlxge/qls_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/quicc/quicc_bfe.h b/sys/dev/quicc/quicc_bfe.h index a08e4cf3f8d0d..ea791bc277e3a 100644 --- a/sys/dev/quicc/quicc_bfe.h +++ b/sys/dev/quicc/quicc_bfe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2006 by Juniper Networks. * All rights reserved. * diff --git a/sys/dev/quicc/quicc_bfe_fdt.c b/sys/dev/quicc/quicc_bfe_fdt.c index a7cd35424bea6..06d737cbfd8c4 100644 --- a/sys/dev/quicc/quicc_bfe_fdt.c +++ b/sys/dev/quicc/quicc_bfe_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Juniper Networks. * All rights reserved. * diff --git a/sys/dev/quicc/quicc_bus.h b/sys/dev/quicc/quicc_bus.h index 6271ba5e298a1..a12e6d681b87a 100644 --- a/sys/dev/quicc/quicc_bus.h +++ b/sys/dev/quicc/quicc_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/quicc/quicc_core.c b/sys/dev/quicc/quicc_core.c index b0e22b4e5913c..1a5a15e1e2b16 100644 --- a/sys/dev/quicc/quicc_core.c +++ b/sys/dev/quicc/quicc_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2006 by Juniper Networks. * All rights reserved. * diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 24b851a99ae88..0c5eb19651d7c 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/rc/rcreg.h b/sys/dev/rc/rcreg.h index 8ba287e7251c0..9489257d9f8da 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 071b55b101460..2d3f23c095e35 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998-2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 88f414a48aa7a..5d2490af11dba 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -1,6 +1,8 @@ /* $OpenBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/rndtest/rndtest.h b/sys/dev/rndtest/rndtest.h index 5a284e9a91de5..786f0a442a982 100644 --- a/sys/dev/rndtest/rndtest.h +++ b/sys/dev/rndtest/rndtest.h @@ -2,6 +2,8 @@ /* $OpenBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c index 5027694d54ec9..71e309625a253 100644 --- a/sys/dev/rp/rp.c +++ b/sys/dev/rp/rp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rp_isa.c b/sys/dev/rp/rp_isa.c index 9ea7fc04e2776..74a84fc78b911 100644 --- a/sys/dev/rp/rp_isa.c +++ b/sys/dev/rp/rp_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rp_pci.c b/sys/dev/rp/rp_pci.c index 3479ab7c020d6..cfc53b726cdf7 100644 --- a/sys/dev/rp/rp_pci.c +++ b/sys/dev/rp/rp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h index c5a8cac7b079a..bd1de316028d0 100644 --- a/sys/dev/rp/rpreg.h +++ b/sys/dev/rp/rpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rpvar.h b/sys/dev/rp/rpvar.h index fd5faf3d85c01..a93f48971469f 100644 --- a/sys/dev/rp/rpvar.h +++ b/sys/dev/rp/rpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rt/if_rt.c b/sys/dev/rt/if_rt.c index e4e09564bdca8..62298fd52afcd 100644 --- a/sys/dev/rt/if_rt.c +++ b/sys/dev/rt/if_rt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015-2016, Stanislav Galabov * Copyright (c) 2014, Aleksandr A. Mityaev * Copyright (c) 2011, Aleksandr Rybalko diff --git a/sys/dev/rt/if_rtreg.h b/sys/dev/rt/if_rtreg.h index 56047ef6ec659..cbb70b06ae5e9 100644 --- a/sys/dev/rt/if_rtreg.h +++ b/sys/dev/rt/if_rtreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Aleksandr Rybalko * All rights reserved. * diff --git a/sys/dev/rt/if_rtvar.h b/sys/dev/rt/if_rtvar.h index b2869c5e61ea5..83b0de37e9514 100644 --- a/sys/dev/rt/if_rtvar.h +++ b/sys/dev/rt/if_rtvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Aleksandr Rybalko <ray@ddteam.net> * Copyright (c) 2009-2010 Alexander Egorenkov <egorenar@gmail.com> * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index 93714ca322764..0fec8d40935d6 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Sam Leffler, Errno Consulting * Copyright (c) 2003 Global Technology Associates, Inc. * All rights reserved. diff --git a/sys/dev/safe/safereg.h b/sys/dev/safe/safereg.h index 6d07999eb10e3..e7b92c9f459f7 100644 --- a/sys/dev/safe/safereg.h +++ b/sys/dev/safe/safereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Sam Leffler, Errno Consulting * Copyright (c) 2003 Global Technology Associates, Inc. * All rights reserved. diff --git a/sys/dev/safe/safevar.h b/sys/dev/safe/safevar.h index aadf30dd6e638..6386e9b71daf9 100644 --- a/sys/dev/safe/safevar.h +++ b/sys/dev/safe/safevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Sam Leffler, Errno Consulting * Copyright (c) 2003 Global Technology Associates, Inc. * All rights reserved. diff --git a/sys/dev/scc/scc_bfe.h b/sys/dev/scc/scc_bfe.h index be52707bd1104..d6ddd6775a3c1 100644 --- a/sys/dev/scc/scc_bfe.h +++ b/sys/dev/scc/scc_bfe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_ebus.c b/sys/dev/scc/scc_bfe_ebus.c index def832af5ead8..365eb28444ee0 100644 --- a/sys/dev/scc/scc_bfe_ebus.c +++ b/sys/dev/scc/scc_bfe_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c index bdba908324a0f..51a8ed61f0f5e 100644 --- a/sys/dev/scc/scc_bfe_macio.c +++ b/sys/dev/scc/scc_bfe_macio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_quicc.c b/sys/dev/scc/scc_bfe_quicc.c index d776e839f2b9a..6f047b75a4ee5 100644 --- a/sys/dev/scc/scc_bfe_quicc.c +++ b/sys/dev/scc/scc_bfe_quicc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_sbus.c b/sys/dev/scc/scc_bfe_sbus.c index d776513f507da..b6f0f1a0e8b80 100644 --- a/sys/dev/scc/scc_bfe_sbus.c +++ b/sys/dev/scc/scc_bfe_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bus.h b/sys/dev/scc/scc_bus.h index 1e5138af9220f..47a43db01a65c 100644 --- a/sys/dev/scc/scc_bus.h +++ b/sys/dev/scc/scc_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_core.c b/sys/dev/scc/scc_core.c index 4471b9a20f729..a4971f8039a9c 100644 --- a/sys/dev/scc/scc_core.c +++ b/sys/dev/scc/scc_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_dev_quicc.c b/sys/dev/scc/scc_dev_quicc.c index 59c2f97037d3a..9c372e8e33c42 100644 --- a/sys/dev/scc/scc_dev_quicc.c +++ b/sys/dev/scc/scc_dev_quicc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_dev_sab82532.c b/sys/dev/scc/scc_dev_sab82532.c index bbc8bd4b9812a..2885c7152e305 100644 --- a/sys/dev/scc/scc_dev_sab82532.c +++ b/sys/dev/scc/scc_dev_sab82532.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_dev_z8530.c b/sys/dev/scc/scc_dev_z8530.c index 764819f9d726a..da070dfc79227 100644 --- a/sys/dev/scc/scc_dev_z8530.c +++ b/sys/dev/scc/scc_dev_z8530.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index 597bfe75f4edc..0cad75f9cf73e 100644 --- a/sys/dev/sdhci/sdhci.c +++ b/sys/dev/sdhci/sdhci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 2017 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sdhci/sdhci.h b/sys/dev/sdhci/sdhci.h index cdd4f8b8fa713..fda2449fdf5f5 100644 --- a/sys/dev/sdhci/sdhci.h +++ b/sys/dev/sdhci/sdhci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sdhci/sdhci_fdt.c b/sys/dev/sdhci/sdhci_fdt.c index 2e1b30e4b3773..bb8a2eadfcaee 100644 --- a/sys/dev/sdhci/sdhci_fdt.c +++ b/sys/dev/sdhci/sdhci_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Thomas Skibo * Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sdhci/sdhci_pci.c b/sys/dev/sdhci/sdhci_pci.c index ab831bd43da24..366a64d2302b2 100644 --- a/sys/dev/sdhci/sdhci_pci.c +++ b/sys/dev/sdhci/sdhci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sec/sec.c b/sys/dev/sec/sec.c index b83e7ebb78432..3d01bd99e4b71 100644 --- a/sys/dev/sec/sec.c +++ b/sys/dev/sec/sec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik * All rights reserved. * diff --git a/sys/dev/sec/sec.h b/sys/dev/sec/sec.h index fecfd86cb98d1..105b49a49e281 100644 --- a/sys/dev/sec/sec.h +++ b/sys/dev/sec/sec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik * All rights reserved. * diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 2d0df0ffa5d8b..ef07f5db7fc28 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sf/if_sfreg.h b/sys/dev/sf/if_sfreg.h index 0ed20acb6e15a..bec92f1c813c7 100644 --- a/sys/dev/sf/if_sfreg.h +++ b/sys/dev/sf/if_sfreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sfxge/common/efsys.h b/sys/dev/sfxge/common/efsys.h index 953330fcfac8b..0b4ae1603ca54 100644 --- a/sys/dev/sfxge/common/efsys.h +++ b/sys/dev/sfxge/common/efsys.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx.h b/sys/dev/sfxge/common/efx.h index 0f91b4fa62003..1eb647b2f3c53 100644 --- a/sys/dev/sfxge/common/efx.h +++ b/sys/dev/sfxge/common/efx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_bootcfg.c b/sys/dev/sfxge/common/efx_bootcfg.c index d024a0c508d28..f7b562e9d73c7 100644 --- a/sys/dev/sfxge/common/efx_bootcfg.c +++ b/sys/dev/sfxge/common/efx_bootcfg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_ev.c b/sys/dev/sfxge/common/efx_ev.c index 1ca0941b968e9..0abfed02734ab 100644 --- a/sys/dev/sfxge/common/efx_ev.c +++ b/sys/dev/sfxge/common/efx_ev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_filter.c b/sys/dev/sfxge/common/efx_filter.c index 49770d301320b..fee0879345ea1 100644 --- a/sys/dev/sfxge/common/efx_filter.c +++ b/sys/dev/sfxge/common/efx_filter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h index a2963e5586802..7d699420aeb8a 100644 --- a/sys/dev/sfxge/common/efx_impl.h +++ b/sys/dev/sfxge/common/efx_impl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_intr.c b/sys/dev/sfxge/common/efx_intr.c index ee9301d768d56..db021ac514f81 100644 --- a/sys/dev/sfxge/common/efx_intr.c +++ b/sys/dev/sfxge/common/efx_intr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mac.c b/sys/dev/sfxge/common/efx_mac.c index fa49e9849b9a5..4a79a0458ae3d 100644 --- a/sys/dev/sfxge/common/efx_mac.c +++ b/sys/dev/sfxge/common/efx_mac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mcdi.c b/sys/dev/sfxge/common/efx_mcdi.c index 4e7ff53dcbed1..9cafc383d4093 100644 --- a/sys/dev/sfxge/common/efx_mcdi.c +++ b/sys/dev/sfxge/common/efx_mcdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mcdi.h b/sys/dev/sfxge/common/efx_mcdi.h index ee11789e83aa2..0045865450cb5 100644 --- a/sys/dev/sfxge/common/efx_mcdi.h +++ b/sys/dev/sfxge/common/efx_mcdi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mon.c b/sys/dev/sfxge/common/efx_mon.c index 5cbb4552b605e..19f9a1f5adf30 100644 --- a/sys/dev/sfxge/common/efx_mon.c +++ b/sys/dev/sfxge/common/efx_mon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_nic.c b/sys/dev/sfxge/common/efx_nic.c index 7e5bf1363178b..9176f88c2267c 100644 --- a/sys/dev/sfxge/common/efx_nic.c +++ b/sys/dev/sfxge/common/efx_nic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_nvram.c b/sys/dev/sfxge/common/efx_nvram.c index 60169fc31cdf7..54efc6bbf7b88 100644 --- a/sys/dev/sfxge/common/efx_nvram.c +++ b/sys/dev/sfxge/common/efx_nvram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_phy.c b/sys/dev/sfxge/common/efx_phy.c index 1db2300141c0d..13f7a75d4c816 100644 --- a/sys/dev/sfxge/common/efx_phy.c +++ b/sys/dev/sfxge/common/efx_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_port.c b/sys/dev/sfxge/common/efx_port.c index febbfa2e0d3d9..ce1e14229499e 100644 --- a/sys/dev/sfxge/common/efx_port.c +++ b/sys/dev/sfxge/common/efx_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_regs.h b/sys/dev/sfxge/common/efx_regs.h index b817db7eee21f..62d17ec1421f6 100644 --- a/sys/dev/sfxge/common/efx_regs.h +++ b/sys/dev/sfxge/common/efx_regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_regs_ef10.h b/sys/dev/sfxge/common/efx_regs_ef10.h index df03a9643646a..7c7e3c8027aa6 100644 --- a/sys/dev/sfxge/common/efx_regs_ef10.h +++ b/sys/dev/sfxge/common/efx_regs_ef10.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_regs_mcdi.h b/sys/dev/sfxge/common/efx_regs_mcdi.h index 370a9ef05ac3c..33134e6abb9c2 100644 --- a/sys/dev/sfxge/common/efx_regs_mcdi.h +++ b/sys/dev/sfxge/common/efx_regs_mcdi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008-2013 Solarflare Communications Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sfxge/common/efx_regs_pci.h b/sys/dev/sfxge/common/efx_regs_pci.h index f274b0b976e2e..4d63c4a84b2df 100644 --- a/sys/dev/sfxge/common/efx_regs_pci.h +++ b/sys/dev/sfxge/common/efx_regs_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_rx.c b/sys/dev/sfxge/common/efx_rx.c index 5ae2c0928e345..2716c32ea3f4b 100644 --- a/sys/dev/sfxge/common/efx_rx.c +++ b/sys/dev/sfxge/common/efx_rx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_sram.c b/sys/dev/sfxge/common/efx_sram.c index beb24a408e536..9a6cfa4860b32 100644 --- a/sys/dev/sfxge/common/efx_sram.c +++ b/sys/dev/sfxge/common/efx_sram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_tx.c b/sys/dev/sfxge/common/efx_tx.c index cb976af2c56ab..cfaf22076ad7f 100644 --- a/sys/dev/sfxge/common/efx_tx.c +++ b/sys/dev/sfxge/common/efx_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_types.h b/sys/dev/sfxge/common/efx_types.h index fb5d5507806fc..932d8dd5fde49 100644 --- a/sys/dev/sfxge/common/efx_types.h +++ b/sys/dev/sfxge/common/efx_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_vpd.c b/sys/dev/sfxge/common/efx_vpd.c index 091dfb5b21d39..df9c1b4670cbe 100644 --- a/sys/dev/sfxge/common/efx_vpd.c +++ b/sys/dev/sfxge/common/efx_vpd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_flash.h b/sys/dev/sfxge/common/siena_flash.h index 18e8779612d6e..72d989ac7c36f 100644 --- a/sys/dev/sfxge/common/siena_flash.h +++ b/sys/dev/sfxge/common/siena_flash.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_impl.h b/sys/dev/sfxge/common/siena_impl.h index 9458dca70d075..dea0c6a6dba88 100644 --- a/sys/dev/sfxge/common/siena_impl.h +++ b/sys/dev/sfxge/common/siena_impl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_mac.c b/sys/dev/sfxge/common/siena_mac.c index 7646f09c57669..da982c6a72659 100644 --- a/sys/dev/sfxge/common/siena_mac.c +++ b/sys/dev/sfxge/common/siena_mac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_nic.c b/sys/dev/sfxge/common/siena_nic.c index 39922a7ddcf71..55566bf7b8a88 100644 --- a/sys/dev/sfxge/common/siena_nic.c +++ b/sys/dev/sfxge/common/siena_nic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_nvram.c b/sys/dev/sfxge/common/siena_nvram.c index 8567c19700b2b..28262c9b5caee 100644 --- a/sys/dev/sfxge/common/siena_nvram.c +++ b/sys/dev/sfxge/common/siena_nvram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_phy.c b/sys/dev/sfxge/common/siena_phy.c index 390e06d25c87c..f8857462b99ae 100644 --- a/sys/dev/sfxge/common/siena_phy.c +++ b/sys/dev/sfxge/common/siena_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_sram.c b/sys/dev/sfxge/common/siena_sram.c index 6f4dbf462f1d3..b3d17e2fac3a0 100644 --- a/sys/dev/sfxge/common/siena_sram.c +++ b/sys/dev/sfxge/common/siena_sram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_vpd.c b/sys/dev/sfxge/common/siena_vpd.c index f7d685e75c24d..1cea8dc5172aa 100644 --- a/sys/dev/sfxge/common/siena_vpd.c +++ b/sys/dev/sfxge/common/siena_vpd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge.c b/sys/dev/sfxge/sfxge.c index 94b7035182487..9aa1ff8ab0063 100644 --- a/sys/dev/sfxge/sfxge.c +++ b/sys/dev/sfxge/sfxge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge.h b/sys/dev/sfxge/sfxge.h index ed8b49d6fb28d..679d51e392005 100644 --- a/sys/dev/sfxge/sfxge.h +++ b/sys/dev/sfxge/sfxge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_dma.c b/sys/dev/sfxge/sfxge_dma.c index afe4917795979..f75fab016897d 100644 --- a/sys/dev/sfxge/sfxge_dma.c +++ b/sys/dev/sfxge/sfxge_dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_ev.c b/sys/dev/sfxge/sfxge_ev.c index a5d2de436e447..2cfe98f1220d0 100644 --- a/sys/dev/sfxge/sfxge_ev.c +++ b/sys/dev/sfxge/sfxge_ev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_intr.c b/sys/dev/sfxge/sfxge_intr.c index 821aa3f0edafc..bcff90b23f48e 100644 --- a/sys/dev/sfxge/sfxge_intr.c +++ b/sys/dev/sfxge/sfxge_intr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_mcdi.c b/sys/dev/sfxge/sfxge_mcdi.c index 4a437bbc08912..025bed0d73dea 100644 --- a/sys/dev/sfxge/sfxge_mcdi.c +++ b/sys/dev/sfxge/sfxge_mcdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_port.c b/sys/dev/sfxge/sfxge_port.c index 5723f31b507a2..63bf4cd57994c 100644 --- a/sys/dev/sfxge/sfxge_port.c +++ b/sys/dev/sfxge/sfxge_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_rx.c b/sys/dev/sfxge/sfxge_rx.c index 3ec05e8cd4eb2..b65c5c4839144 100644 --- a/sys/dev/sfxge/sfxge_rx.c +++ b/sys/dev/sfxge/sfxge_rx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_rx.h b/sys/dev/sfxge/sfxge_rx.h index 2196c4e93144f..ba7deeb2971f5 100644 --- a/sys/dev/sfxge/sfxge_rx.h +++ b/sys/dev/sfxge/sfxge_rx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_tx.c b/sys/dev/sfxge/sfxge_tx.c index dd78e6e8a24ff..32d7a47c3708b 100644 --- a/sys/dev/sfxge/sfxge_tx.c +++ b/sys/dev/sfxge/sfxge_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_tx.h b/sys/dev/sfxge/sfxge_tx.h index 3750243d73d34..430ba1f4f8bf2 100644 --- a/sys/dev/sfxge/sfxge_tx.h +++ b/sys/dev/sfxge/sfxge_tx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sge/if_sge.c b/sys/dev/sge/if_sge.c index 9aefce1e32e53..7c9bdd9547000 100644 --- a/sys/dev/sge/if_sge.c +++ b/sys/dev/sge/if_sge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2008-2010 Nikolay Denev <ndenev@gmail.com> * Copyright (c) 2007-2008 Alexander Pohoyda <alexander.pohoyda@gmx.net> * Copyright (c) 1997, 1998, 1999 diff --git a/sys/dev/sge/if_sgereg.h b/sys/dev/sge/if_sgereg.h index a72d1a5a5646b..5b7d75ed6913f 100644 --- a/sys/dev/sge/if_sgereg.h +++ b/sys/dev/sge/if_sgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2008, 2009, 2010 Nikolay Denev <ndenev@gmail.com> * Copyright (c) 2007, 2008 Alexander Pohoyda <alexander.pohoyda@gmx.net> * Copyright (c) 1997, 1998, 1999 diff --git a/sys/dev/siba/siba_bwn.c b/sys/dev/siba/siba_bwn.c index 42069396fc2d6..cb70283d8e02d 100644 --- a/sys/dev/siba/siba_bwn.c +++ b/sys/dev/siba/siba_bwn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/siba/siba_core.c b/sys/dev/siba/siba_core.c index 6674878381942..6bfc4f315894f 100644 --- a/sys/dev/siba/siba_core.c +++ b/sys/dev/siba/siba_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/siba/siba_ids.h b/sys/dev/siba/siba_ids.h index b5aaf3419c755..d90206292ac75 100644 --- a/sys/dev/siba/siba_ids.h +++ b/sys/dev/siba/siba_ids.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siba/sibareg.h b/sys/dev/siba/sibareg.h index 1b10a91d9ef90..bc6d0f149c02a 100644 --- a/sys/dev/siba/sibareg.h +++ b/sys/dev/siba/sibareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siba/sibavar.h b/sys/dev/siba/sibavar.h index c4b34173c6612..b3bda80683f33 100644 --- a/sys/dev/siba/sibavar.h +++ b/sys/dev/siba/sibavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index 8b5b3c69d1bae..6727a99b31419 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/siis/siis.h b/sys/dev/siis/siis.h index d0e0d88df713a..383b0e0b98ac4 100644 --- a/sys/dev/siis/siis.h +++ b/sys/dev/siis/siis.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index ed4cbf17cd628..acd2595eaaa23 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index fd2b49d32eec3..8c9fae8918288 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index 7bdb755d8051d..fcabc5e032ddc 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index a693536d33cd1..3f1a79ae9ac4d 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sio/sio_puc.c b/sys/dev/sio/sio_puc.c index 0ae0e7d6424d7..f31027ae3f250 100644 --- a/sys/dev/sio/sio_puc.c +++ b/sys/dev/sio/sio_puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 JF Hay. All rights reserved. * Copyright (c) 2001 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h index 7b00452c88ce9..87413b4a1fe33 100644 --- a/sys/dev/sio/sioreg.h +++ b/sys/dev/sio/sioreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/sio/siovar.h b/sys/dev/sio/siovar.h index 22a6019d8e62e..b61283484fb3f 100644 --- a/sys/dev/sio/siovar.h +++ b/sys/dev/sio/siovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/sis/if_sis.c b/sys/dev/sis/if_sis.c index 71593e6b9b005..cf719ec310dcc 100644 --- a/sys/dev/sis/if_sis.c +++ b/sys/dev/sis/if_sis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 Poul-Henning Kamp <phk@FreeBSD.org> * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. diff --git a/sys/dev/sis/if_sisreg.h b/sys/dev/sis/if_sisreg.h index 6256fde33f040..9523af1d2ec87 100644 --- a/sys/dev/sis/if_sisreg.h +++ b/sys/dev/sis/if_sisreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index b0a46c9d97ef5..ae3c86251ad84 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -1,6 +1,8 @@ /* $OpenBSD: if_sk.c,v 2.33 2003/08/12 05:23:06 nate Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h index 49c958320b900..85d3f14ea625e 100644 --- a/sys/dev/sk/if_skreg.h +++ b/sys/dev/sk/if_skreg.h @@ -1,6 +1,8 @@ /* $OpenBSD: if_skreg.h,v 1.10 2003/08/12 05:23:06 nate Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sk/xmaciireg.h b/sys/dev/sk/xmaciireg.h index 604073b72a38a..30bd16c9a749f 100644 --- a/sys/dev/sk/xmaciireg.h +++ b/sys/dev/sk/xmaciireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index 262973340b208..fc24d8f67c91c 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smb.h b/sys/dev/smbus/smb.h index b766a656d2778..ed01adc663d33 100644 --- a/sys/dev/smbus/smb.h +++ b/sys/dev/smbus/smb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 06d225a03869d..da994e8fc4dd7 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h index e994606c549c3..37eb1ab6ab67c 100644 --- a/sys/dev/smbus/smbconf.h +++ b/sys/dev/smbus/smbconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index 328c4520a798e..7341f3bf5bdd4 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbus.h b/sys/dev/smbus/smbus.h index 2093aa013602c..9f15c7741e7f6 100644 --- a/sys/dev/smbus/smbus.h +++ b/sys/dev/smbus/smbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smc/if_smc.c b/sys/dev/smc/if_smc.c index ecb97c4fa5c08..ae59cfcda6427 100644 --- a/sys/dev/smc/if_smc.c +++ b/sys/dev/smc/if_smc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/smc/if_smcreg.h b/sys/dev/smc/if_smcreg.h index 4b9390763807f..4642966f0d490 100644 --- a/sys/dev/smc/if_smcreg.h +++ b/sys/dev/smc/if_smcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/smc/if_smcvar.h b/sys/dev/smc/if_smcvar.h index fd42edbb22261..a58eb0df0374c 100644 --- a/sys/dev/smc/if_smcvar.h +++ b/sys/dev/smc/if_smcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 0306089c86298..46cd32ebaadcf 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com> * All rights reserved. * diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c index ca4b1f48046eb..dd71e1f78ca03 100644 --- a/sys/dev/sn/if_sn_isa.c +++ b/sys/dev/sn/if_sn_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 13f48622b2701..bd144a94ff635 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh <imp@village.org> * All rights reserved. * diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h index 9fab405a99aa4..bd4dc63010bdb 100644 --- a/sys/dev/sn/if_snreg.h +++ b/sys/dev/sn/if_snreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com> * All rights reserved. * diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index bd4f31285c65c..acc8da22795bc 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh <imp@village.org> * All rights reserved. * diff --git a/sys/dev/sn/ositech.h b/sys/dev/sn/ositech.h index 18ce6780151ea..c33690861b24f 100644 --- a/sys/dev/sn/ositech.h +++ b/sys/dev/sn/ositech.h @@ -3,6 +3,8 @@ (Special thanks to Kevin MacPherson of OSITECH) (Thanks to Ositech Communications for permitting for BSDL distribution) + SPDX-License-Identifier: BSD-2-Clause + Copyright 2002 Ositech Communications Inc. All Rights Reserved Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 1c02660bec1db..14f82dc6b1aa9 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/chip.h b/sys/dev/sound/chip.h index 012910c978d30..6b3200354fd98 100644 --- a/sys/dev/sound/chip.h +++ b/sys/dev/sound/chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/clone.c b/sys/dev/sound/clone.c index 8b6c53ca5fbda..125d80152c36e 100644 --- a/sys/dev/sound/clone.c +++ b/sys/dev/sound/clone.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/clone.h b/sys/dev/sound/clone.h index 18149ba266db6..67aaf63b75858 100644 --- a/sys/dev/sound/clone.h +++ b/sys/dev/sound/clone.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c index 470ee7476c671..bd25cfd5a6dc0 100644 --- a/sys/dev/sound/driver.c +++ b/sys/dev/sound/driver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index 32a7d47779c7d..e8a8199b50084 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright (c) 1997,1998 Luigi Rizzo * Copyright (c) 1994,1995 Hannu Savolainen diff --git a/sys/dev/sound/isa/ad1816.h b/sys/dev/sound/isa/ad1816.h index b21d3cda1997f..d21bba9ba8ded 100644 --- a/sys/dev/sound/isa/ad1816.h +++ b/sys/dev/sound/isa/ad1816.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Luigi Rizzo * All rights reserved. * diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index 7c1ae3091eab9..6849830efc0bc 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright (c) 1997,1998 Luigi Rizzo * diff --git a/sys/dev/sound/isa/gusc.c b/sys/dev/sound/isa/gusc.c index 239fd042223aa..62dc227036752 100644 --- a/sys/dev/sound/isa/gusc.c +++ b/sys/dev/sound/isa/gusc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * Copyright (c) 1999 Ville-Pertti Keinonen * All rights reserved. diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 4f5548e91ff56..79a013ae9dc6b 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 George Reid <greid@ukug.uk.freebsd.org> * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright (c) 1997,1998 Luigi Rizzo diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index bfece0773f853..ea9d8177db766 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Doug Rabson * Copyright (c) 1997 Luigi Rizzo * All rights reserved. diff --git a/sys/dev/sound/isa/sb.h b/sys/dev/sound/isa/sb.h index 020f2baf02831..b077a5bc6a302 100644 --- a/sys/dev/sound/isa/sb.h +++ b/sys/dev/sound/isa/sb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Luigi Rizzo * All rights reserved. * diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index 141ea01717509..cf7dd54199dc2 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright (c) 1997,1998 Luigi Rizzo * diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index 047e11d255dab..9cdc1b230ab41 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright (c) 1997,1998 Luigi Rizzo * diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index 6a8e1d34f144f..68922a1fd4d8a 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/isa/sndbuf_dma.c b/sys/dev/sound/isa/sndbuf_dma.c index 4333217829c48..9d41c5292970e 100644 --- a/sys/dev/sound/isa/sndbuf_dma.c +++ b/sys/dev/sound/isa/sndbuf_dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/macio/aoa.c b/sys/dev/sound/macio/aoa.c index 5c012d32699cc..65911bcac8b6e 100644 --- a/sys/dev/sound/macio/aoa.c +++ b/sys/dev/sound/macio/aoa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/aoa.h b/sys/dev/sound/macio/aoa.h index 285ae51549f2b..59b8bc0d61de2 100644 --- a/sys/dev/sound/macio/aoa.h +++ b/sys/dev/sound/macio/aoa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/davbus.c b/sys/dev/sound/macio/davbus.c index 46c731b08a304..c498be157d1f9 100644 --- a/sys/dev/sound/macio/davbus.c +++ b/sys/dev/sound/macio/davbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/davbusreg.h b/sys/dev/sound/macio/davbusreg.h index a7ccdf16e495d..c8307d9f35c24 100644 --- a/sys/dev/sound/macio/davbusreg.h +++ b/sys/dev/sound/macio/davbusreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/i2s.c b/sys/dev/sound/macio/i2s.c index e35a262be88cb..9cf4c5a6cd348 100644 --- a/sys/dev/sound/macio/i2s.c +++ b/sys/dev/sound/macio/i2s.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/onyx.c b/sys/dev/sound/macio/onyx.c index 05eef0f91b198..c258723c84196 100644 --- a/sys/dev/sound/macio/onyx.c +++ b/sys/dev/sound/macio/onyx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 by Andreas Tobler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/snapper.c b/sys/dev/sound/macio/snapper.c index bfbd1b068a439..74ed823493b17 100644 --- a/sys/dev/sound/macio/snapper.c +++ b/sys/dev/sound/macio/snapper.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/tumbler.c b/sys/dev/sound/macio/tumbler.c index 3045a2cd4c50c..24519eae3e5c4 100644 --- a/sys/dev/sound/macio/tumbler.c +++ b/sys/dev/sound/macio/tumbler.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 4c6fe2e7c8bcd..3251062003208 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/sound/midi/midi.h b/sys/dev/sound/midi/midi.h index c694b7b4851d4..eb72d1c18359a 100644 --- a/sys/dev/sound/midi/midi.h +++ b/sys/dev/sound/midi/midi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/midiq.h b/sys/dev/sound/midi/midiq.h index 6b3017542cca5..ea19c06bae633 100644 --- a/sys/dev/sound/midi/midiq.h +++ b/sys/dev/sound/midi/midiq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c index 5ce6648b207c8..ce4b4400cb84a 100644 --- a/sys/dev/sound/midi/mpu401.c +++ b/sys/dev/sound/midi/mpu401.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/mpu401.h b/sys/dev/sound/midi/mpu401.h index 9ac99a6c9dd55..fd244447dadb7 100644 --- a/sys/dev/sound/midi/mpu401.h +++ b/sys/dev/sound/midi/mpu401.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index 180894964ec1c..32ba8c881bda0 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1993 Hannu Savolainen * All rights reserved. diff --git a/sys/dev/sound/midi/sequencer.h b/sys/dev/sound/midi/sequencer.h index 97ce47ade607c..7a53e62455807 100644 --- a/sys/dev/sound/midi/sequencer.h +++ b/sys/dev/sound/midi/sequencer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1999 Seigo Tanimura * All rights reserved. diff --git a/sys/dev/sound/pci/allegro_code.h b/sys/dev/sound/pci/allegro_code.h index 4d5c1736c85a3..4a46012cd242c 100644 --- a/sys/dev/sound/pci/allegro_code.h +++ b/sys/dev/sound/pci/allegro_code.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996-2008, 4Front Technologies * Copyright (C) 1997-1999 ESS Technology, Inc * All rights reserved. diff --git a/sys/dev/sound/pci/allegro_reg.h b/sys/dev/sound/pci/allegro_reg.h index 759e8e866b2ef..5a219bb5c832e 100644 --- a/sys/dev/sound/pci/allegro_reg.h +++ b/sys/dev/sound/pci/allegro_reg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-2008, 4Front Technologies * Copyright (C) 1992-2000 Don Kim (don.kim@esstech.com) * All rights reserved. diff --git a/sys/dev/sound/pci/als4000.c b/sys/dev/sound/pci/als4000.c index de5952283cdce..7bca1d058691e 100644 --- a/sys/dev/sound/pci/als4000.c +++ b/sys/dev/sound/pci/als4000.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson <oho@acm.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/als4000.h b/sys/dev/sound/pci/als4000.h index 00661a039b453..64b609ec1e254 100644 --- a/sys/dev/sound/pci/als4000.h +++ b/sys/dev/sound/pci/als4000.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c index ca9a539aa6c4b..f1aba8730510b 100644 --- a/sys/dev/sound/pci/atiixp.c +++ b/sys/dev/sound/pci/atiixp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/atiixp.h b/sys/dev/sound/pci/atiixp.h index 1eb48f5796c97..0ea872ebbb85f 100644 --- a/sys/dev/sound/pci/atiixp.h +++ b/sys/dev/sound/pci/atiixp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index f38ba12daceef..486964c00c49d 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/aureal.h b/sys/dev/sound/pci/aureal.h index e835c7119fcb3..0ca1caf97bc38 100644 --- a/sys/dev/sound/pci/aureal.h +++ b/sys/dev/sound/pci/aureal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/cmi.c b/sys/dev/sound/pci/cmi.c index 3e4b048c54091..35b3257a00f81 100644 --- a/sys/dev/sound/pci/cmi.c +++ b/sys/dev/sound/pci/cmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/cmireg.h b/sys/dev/sound/pci/cmireg.h index 5c468b55ed8b8..5b0b8b2cb9612 100644 --- a/sys/dev/sound/pci/cmireg.h +++ b/sys/dev/sound/pci/cmireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c index 4750daf3b9691..fe73e14edb295 100644 --- a/sys/dev/sound/pci/cs4281.c +++ b/sys/dev/sound/pci/cs4281.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/cs4281.h b/sys/dev/sound/pci/cs4281.h index c7b3799ab89db..bc0f00997ff8e 100644 --- a/sys/dev/sound/pci/cs4281.h +++ b/sys/dev/sound/pci/cs4281.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/cs461x_dsp.h b/sys/dev/sound/pci/cs461x_dsp.h index c5dcf6191927e..23c4d0aa3ec3f 100644 --- a/sys/dev/sound/pci/cs461x_dsp.h +++ b/sys/dev/sound/pci/cs461x_dsp.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996-2008, 4Front Technologies * All rights reserved. * diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 5dbc7be0c586e..6b074018727d6 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index 5a1544da7de09..a0b35c909931b 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index d8e111b2a6c54..85ca663e76738 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csavar.h b/sys/dev/sound/pci/csavar.h index c8e3697ba9480..a3d8079be8a7b 100644 --- a/sys/dev/sound/pci/csavar.h +++ b/sys/dev/sound/pci/csavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/ds1-fw.h b/sys/dev/sound/pci/ds1-fw.h index 13c4745ebe5c0..96fa231d27a37 100644 --- a/sys/dev/sound/pci/ds1-fw.h +++ b/sys/dev/sound/pci/ds1-fw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * ============================================================================= * Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved. * diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 23f3d5cfe9154..9c7c75cb175be 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index e03127cbddb3d..028f100c59538 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David O'Brien <obrien@FreeBSD.org> * Copyright (c) 2003 Orlando Bassotto <orlando.bassotto@ieo-research.it> * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> diff --git a/sys/dev/sound/pci/emu10kx-midi.c b/sys/dev/sound/pci/emu10kx-midi.c index 0d5fa305cba2d..778d17013a05f 100644 --- a/sys/dev/sound/pci/emu10kx-midi.c +++ b/sys/dev/sound/pci/emu10kx-midi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * Copyright (c) 2003 Mathew Kanner * Copyright (c) 2003-2006 Yuriy Tsibizov <yuriy.tsibizov@gfk.ru> diff --git a/sys/dev/sound/pci/emu10kx-pcm.c b/sys/dev/sound/pci/emu10kx-pcm.c index 406a85ff77cc5..0099b0f044d01 100644 --- a/sys/dev/sound/pci/emu10kx-pcm.c +++ b/sys/dev/sound/pci/emu10kx-pcm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> * Copyright (c) 2003-2007 Yuriy Tsibizov <yuriy.tsibizov@gfk.ru> * All rights reserved. diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c index ca96ba6b33d0d..94159f583d399 100644 --- a/sys/dev/sound/pci/emu10kx.c +++ b/sys/dev/sound/pci/emu10kx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright (c) 2003-2007 Yuriy Tsibizov <yuriy.tsibizov@gfk.ru> * All rights reserved. diff --git a/sys/dev/sound/pci/emu10kx.h b/sys/dev/sound/pci/emu10kx.h index cfdb69774943f..b4cfd7d6bab94 100644 --- a/sys/dev/sound/pci/emu10kx.h +++ b/sys/dev/sound/pci/emu10kx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> * Copyright (c) 2003-2006 Yuriy Tsibizov <yuriy.tsibizov@gfk.ru> * All rights reserved. diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c index 9272a95c984f4..f70019b47e595 100644 --- a/sys/dev/sound/pci/envy24.c +++ b/sys/dev/sound/pci/envy24.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. * diff --git a/sys/dev/sound/pci/envy24.h b/sys/dev/sound/pci/envy24.h index 5a3a3730b5631..0587fc5a46414 100644 --- a/sys/dev/sound/pci/envy24.h +++ b/sys/dev/sound/pci/envy24.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. * diff --git a/sys/dev/sound/pci/envy24ht.c b/sys/dev/sound/pci/envy24ht.c index fe1fb19064811..a4d3370dc31cb 100644 --- a/sys/dev/sound/pci/envy24ht.c +++ b/sys/dev/sound/pci/envy24ht.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/envy24ht.h b/sys/dev/sound/pci/envy24ht.h index 943599401e69b..9b9c19e52a3ca 100644 --- a/sys/dev/sound/pci/envy24ht.h +++ b/sys/dev/sound/pci/envy24ht.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index 7032c84f6e9e2..e11240a9e07e1 100644 --- a/sys/dev/sound/pci/es137x.c +++ b/sys/dev/sound/pci/es137x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (c) 1999 Russell Cattelan <cattelan@thebarn.com> * Copyright (c) 1998 Joachim Kuebart <joachim.kuebart@gmx.net> * All rights reserved. diff --git a/sys/dev/sound/pci/es137x.h b/sys/dev/sound/pci/es137x.h index 01cb53d0a9484..e1e2fe4e933d4 100644 --- a/sys/dev/sound/pci/es137x.h +++ b/sys/dev/sound/pci/es137x.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Joachim Kuebart <joachim.kuebart@gmx.net> * All rights reserved. * diff --git a/sys/dev/sound/pci/fm801.c b/sys/dev/sound/pci/fm801.c index c1b6393cd754a..8dd6a3f8ce333 100644 --- a/sys/dev/sound/pci/fm801.c +++ b/sys/dev/sound/pci/fm801.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Dmitry Dicky diwil@dataart.com * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hda_reg.h b/sys/dev/sound/pci/hda/hda_reg.h index c60a74da70a6b..0be933ed896d1 100644 --- a/sys/dev/sound/pci/hda/hda_reg.h +++ b/sys/dev/sound/pci/hda/hda_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c index 9bc9b3e4bd9dc..261a0ce29629a 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * Copyright (c) 2006 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> diff --git a/sys/dev/sound/pci/hda/hdaa.h b/sys/dev/sound/pci/hda/hdaa.h index a85e14f0dee50..ca6b30d750d0a 100644 --- a/sys/dev/sound/pci/hda/hdaa.h +++ b/sys/dev/sound/pci/hda/hdaa.h @@ -1,4 +1,6 @@ -/*-7 +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * Copyright (c) 2006 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> diff --git a/sys/dev/sound/pci/hda/hdaa_patches.c b/sys/dev/sound/pci/hda/hdaa_patches.c index abcb0d131b0c2..e897e993bf85d 100644 --- a/sys/dev/sound/pci/hda/hdaa_patches.c +++ b/sys/dev/sound/pci/hda/hdaa_patches.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * Copyright (c) 2006 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index d569e1453c8a1..ff06e5dd023f3 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * Copyright (c) 2006 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h index 0adc6ddce85f9..213d5a98d47f7 100644 --- a/sys/dev/sound/pci/hda/hdac.h +++ b/sys/dev/sound/pci/hda/hdac.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hdac_private.h b/sys/dev/sound/pci/hda/hdac_private.h index b8798d7e3b373..1406f94a8e4f8 100644 --- a/sys/dev/sound/pci/hda/hdac_private.h +++ b/sys/dev/sound/pci/hda/hdac_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/pci/hda/hdac_reg.h b/sys/dev/sound/pci/hda/hdac_reg.h index 893e3d22efa6a..6ce9f76494ac5 100644 --- a/sys/dev/sound/pci/hda/hdac_reg.h +++ b/sys/dev/sound/pci/hda/hdac_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hdacc.c b/sys/dev/sound/pci/hda/hdacc.c index e7c4e012b77bf..f7b10d77bb9c1 100644 --- a/sys/dev/sound/pci/hda/hdacc.c +++ b/sys/dev/sound/pci/hda/hdacc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin <sepotvin@videotron.ca> * Copyright (c) 2006 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> diff --git a/sys/dev/sound/pci/hdspe-pcm.c b/sys/dev/sound/pci/hdspe-pcm.c index d84712d4dbe90..c5c70e44d1a37 100644 --- a/sys/dev/sound/pci/hdspe-pcm.c +++ b/sys/dev/sound/pci/hdspe-pcm.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012 Ruslan Bukin <br@bsdpad.com> + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -83,10 +85,14 @@ static int hdspe_hw_mixer(struct sc_chinfo *ch, unsigned int dst, unsigned int src, unsigned short data) { - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; - int offs = 0; + struct sc_pcminfo *scp; + struct sc_info *sc; + int offs; + + scp = ch->parent; + sc = scp->sc; + offs = 0; if (ch->dir == PCMDIR_PLAY) offs = 64; @@ -94,7 +100,7 @@ hdspe_hw_mixer(struct sc_chinfo *ch, unsigned int dst, ((offs + src + 128 * dst) * sizeof(uint32_t)), data & 0xFFFF); - return 0; + return (0); }; static int @@ -106,18 +112,20 @@ hdspechan_setgain(struct sc_chinfo *ch) hdspe_hw_mixer(ch, ch->rslot, ch->rslot, ch->rvol * HDSPE_MAX_GAIN / 100); - return 0; + return (0); } static int hdspemixer_init(struct snd_mixer *m) { - struct sc_pcminfo *scp = mix_getdevinfo(m); - struct sc_info *sc = scp->sc; + struct sc_pcminfo *scp; + struct sc_info *sc; int mask; + scp = mix_getdevinfo(m); + sc = scp->sc; if (sc == NULL) - return -1; + return (-1); mask = SOUND_MASK_PCM; @@ -132,20 +140,22 @@ hdspemixer_init(struct snd_mixer *m) mix_setdevs(m, mask); snd_mtxunlock(sc->lock); - return 0; + return (0); } static int hdspemixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) { - struct sc_pcminfo *scp = mix_getdevinfo(m); + struct sc_pcminfo *scp; struct sc_chinfo *ch; int i; + scp = mix_getdevinfo(m); + #if 0 device_printf(scp->dev, "hdspemixer_set() %d %d\n", - left,right); + left, right); #endif for (i = 0; i < scp->chnum; i++) { @@ -159,7 +169,7 @@ hdspemixer_set(struct snd_mixer *m, unsigned dev, } } - return 0; + return (0); } static kobj_method_t hdspemixer_methods[] = { @@ -172,10 +182,13 @@ MIXER_DECLARE(hdspemixer); static void hdspechan_enable(struct sc_chinfo *ch, int value) { - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; + struct sc_pcminfo *scp; + struct sc_info *sc; int reg; + scp = ch->parent; + sc = scp->sc; + if (ch->dir == PCMDIR_PLAY) reg = HDSPE_OUT_ENABLE_BASE; else @@ -192,8 +205,10 @@ hdspe_running(struct sc_info *sc) { struct sc_pcminfo *scp; struct sc_chinfo *ch; - int i, j, devcount, err; device_t *devlist; + int devcount; + int i, j; + int err; if ((err = device_get_children(sc->dev, &devlist, &devcount)) != 0) goto bad; @@ -208,15 +223,17 @@ hdspe_running(struct sc_info *sc) } free(devlist, M_TEMP); - return 0; + + return (0); bad: #if 0 - device_printf(sc->dev,"hdspe is running\n"); + device_printf(sc->dev, "hdspe is running\n"); #endif free(devlist, M_TEMP); - return 1; + + return (1); } static void @@ -242,12 +259,16 @@ hdspe_stop_audio(struct sc_info *sc) static void buffer_copy(struct sc_chinfo *ch) { - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; - int length,src,dst; + struct sc_pcminfo *scp; + struct sc_info *sc; int ssize, dsize; + int src, dst; + int length; int i; + scp = ch->parent; + sc = scp->sc; + length = sndbuf_getready(ch->buffer) / (4 /* Bytes per sample. */ * 2 /* channels */); @@ -289,10 +310,15 @@ buffer_copy(struct sc_chinfo *ch) } static int -clean(struct sc_chinfo *ch){ - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; - uint32_t *buf = sc->rbuf; +clean(struct sc_chinfo *ch) +{ + struct sc_pcminfo *scp; + struct sc_info *sc; + uint32_t *buf; + + scp = ch->parent; + sc = scp->sc; + buf = sc->rbuf; if (ch->dir == PCMDIR_PLAY) { buf = sc->pbuf; @@ -301,20 +327,23 @@ clean(struct sc_chinfo *ch){ bzero(buf + HDSPE_CHANBUF_SAMPLES * ch->lslot, HDSPE_CHANBUF_SIZE); bzero(buf + HDSPE_CHANBUF_SAMPLES * ch->rslot, HDSPE_CHANBUF_SIZE); - return 0; + return (0); } /* Channel interface. */ static void * hdspechan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, - struct pcm_channel *c, int dir) + struct pcm_channel *c, int dir) { - struct sc_pcminfo *scp = devinfo; - struct sc_info *sc = scp->sc; + struct sc_pcminfo *scp; struct sc_chinfo *ch; + struct sc_info *sc; int num; + scp = devinfo; + sc = scp->sc; + snd_mtxlock(sc->lock); num = scp->chnum; @@ -338,18 +367,22 @@ hdspechan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, if (sndbuf_setup(ch->buffer, ch->data, ch->size) != 0) { device_printf(scp->dev, "Can't setup sndbuf.\n"); - return NULL; + return (NULL); } - return ch; + return (ch); } static int hdspechan_trigger(kobj_t obj, void *data, int go) { - struct sc_chinfo *ch = data; - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; + struct sc_pcminfo *scp; + struct sc_chinfo *ch; + struct sc_info *sc; + + ch = data; + scp = ch->parent; + sc = scp->sc; snd_mtxlock(sc->lock); switch (go) { @@ -381,17 +414,21 @@ hdspechan_trigger(kobj_t obj, void *data, int go) snd_mtxunlock(sc->lock); - return 0; + return (0); } static uint32_t hdspechan_getptr(kobj_t obj, void *data) { - struct sc_chinfo *ch = data; - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; + struct sc_pcminfo *scp; + struct sc_chinfo *ch; + struct sc_info *sc; uint32_t ret, pos; + ch = data; + scp = ch->parent; + sc = scp->sc; + snd_mtxlock(sc->lock); ret = hdspe_read_2(sc, HDSPE_STATUS_REG); snd_mtxunlock(sc->lock); @@ -399,19 +436,24 @@ hdspechan_getptr(kobj_t obj, void *data) pos = ret & HDSPE_BUF_POSITION_MASK; pos *= 2; /* Hardbuf twice bigger. */ - return pos; + return (pos); } static int hdspechan_free(kobj_t obj, void *data) { - struct sc_chinfo *ch = data; - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; + struct sc_pcminfo *scp; + struct sc_chinfo *ch; + struct sc_info *sc; + + ch = data; + scp = ch->parent; + sc = scp->sc; #if 0 device_printf(scp->dev, "hdspechan_free()\n"); #endif + snd_mtxlock(sc->lock); if (ch->data != NULL) { free(ch->data, M_HDSPE); @@ -419,13 +461,15 @@ hdspechan_free(kobj_t obj, void *data) } snd_mtxunlock(sc->lock); - return 0; + return (0); } static int hdspechan_setformat(kobj_t obj, void *data, uint32_t format) { - struct sc_chinfo *ch = data; + struct sc_chinfo *ch; + + ch = data; #if 0 struct sc_pcminfo *scp = ch->parent; @@ -434,20 +478,25 @@ hdspechan_setformat(kobj_t obj, void *data, uint32_t format) ch->format = format; - return 0; + return (0); } static uint32_t hdspechan_setspeed(kobj_t obj, void *data, uint32_t speed) { - struct sc_chinfo *ch = data; - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; - struct hdspe_rate *hr = NULL; + struct sc_pcminfo *scp; + struct hdspe_rate *hr; + struct sc_chinfo *ch; + struct sc_info *sc; long long period; int threshold; int i; + ch = data; + scp = ch->parent; + sc = scp->sc; + hr = NULL; + #if 0 device_printf(scp->dev, "hdspechan_setspeed(%d)\n", speed); #endif @@ -499,19 +548,25 @@ hdspechan_setspeed(kobj_t obj, void *data, uint32_t speed) sc->speed = hr->speed; end: - return sc->speed; + + return (sc->speed); } static uint32_t hdspechan_setblocksize(kobj_t obj, void *data, uint32_t blocksize) { - struct sc_chinfo *ch = data; - struct sc_pcminfo *scp = ch->parent; - struct sc_info *sc = scp->sc; - struct hdspe_latency *hl = NULL; + struct hdspe_latency *hl; + struct sc_pcminfo *scp; + struct sc_chinfo *ch; + struct sc_info *sc; int threshold; int i; + ch = data; + scp = ch->parent; + sc = scp->sc; + hl = NULL; + #if 0 device_printf(scp->dev, "hdspechan_setblocksize(%d)\n", blocksize); #endif @@ -558,7 +613,8 @@ hdspechan_setblocksize(kobj_t obj, void *data, uint32_t blocksize) sndbuf_resize(ch->buffer, (HDSPE_CHANBUF_SIZE * 2) / (sc->period * 4), (sc->period * 4)); end: - return sndbuf_getblksz(ch->buffer); + + return (sndbuf_getblksz(ch->buffer)); } static uint32_t hdspe_rfmt[] = { @@ -578,15 +634,17 @@ static struct pcmchan_caps hdspe_pcaps = {32000, 192000, hdspe_pfmt, 0}; static struct pcmchan_caps * hdspechan_getcaps(kobj_t obj, void *data) { - struct sc_chinfo *ch = data; + struct sc_chinfo *ch; + + ch = data; #if 0 struct sc_pcminfo *scl = ch->parent; device_printf(scp->dev, "hdspechan_getcaps()\n"); #endif - return (ch->dir == PCMDIR_PLAY) ? - &hdspe_pcaps : &hdspe_rcaps; + return ((ch->dir == PCMDIR_PLAY) ? + &hdspe_pcaps : &hdspe_rcaps); } static kobj_method_t hdspechan_methods[] = { @@ -611,15 +669,18 @@ hdspe_pcm_probe(device_t dev) device_printf(dev,"hdspe_pcm_probe()\n"); #endif - return 0; + return (0); } static uint32_t -hdspe_pcm_intr(struct sc_pcminfo *scp) { +hdspe_pcm_intr(struct sc_pcminfo *scp) +{ struct sc_chinfo *ch; - struct sc_info *sc = scp->sc; + struct sc_info *sc; int i; + sc = scp->sc; + for (i = 0; i < scp->chnum; i++) { ch = &scp->chan[i]; snd_mtxunlock(sc->lock); @@ -627,14 +688,14 @@ hdspe_pcm_intr(struct sc_pcminfo *scp) { snd_mtxlock(sc->lock); } - return 0; + return (0); } static int hdspe_pcm_attach(device_t dev) { - struct sc_pcminfo *scp; char status[SND_STATUSLEN]; + struct sc_pcminfo *scp; char desc[64]; int i, err; @@ -654,7 +715,7 @@ hdspe_pcm_attach(device_t dev) err = pcm_register(dev, scp, scp->hc->play, scp->hc->rec); if (err) { device_printf(dev, "Can't register pcm.\n"); - return ENXIO; + return (ENXIO); } scp->chnum = 0; @@ -676,7 +737,7 @@ hdspe_pcm_attach(device_t dev) mixer_init(dev, &hdspemixer_class, scp); - return 0; + return (0); } static int @@ -687,10 +748,10 @@ hdspe_pcm_detach(device_t dev) err = pcm_unregister(dev); if (err) { device_printf(dev, "Can't unregister device.\n"); - return err; + return (err); } - return 0; + return (0); } static device_method_t hdspe_pcm_methods[] = { diff --git a/sys/dev/sound/pci/hdspe.c b/sys/dev/sound/pci/hdspe.c index 06411a1917d13..6eb0436816a6f 100644 --- a/sys/dev/sound/pci/hdspe.c +++ b/sys/dev/sound/pci/hdspe.c @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012 Ruslan Bukin <br@bsdpad.com> + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -87,11 +89,15 @@ static struct hdspe_channel chan_map_rd[] = { static void hdspe_intr(void *p) { - struct sc_info *sc = (struct sc_info *)p; struct sc_pcminfo *scp; + struct sc_info *sc; device_t *devlist; - int devcount, status; - int i, err; + int devcount; + int status; + int err; + int i; + + sc = (struct sc_info *)p; snd_mtxlock(sc->lock); @@ -116,8 +122,11 @@ hdspe_intr(void *p) static void hdspe_dmapsetmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) { + struct sc_info *sc; + + sc = (struct sc_info *)arg; + #if 0 - struct sc_info *sc = (struct sc_info *)arg; device_printf(sc->dev, "hdspe_dmapsetmap()\n"); #endif } @@ -135,10 +144,10 @@ hdspe_alloc_resources(struct sc_info *sc) device_printf(sc->dev, "Unable to map SYS_RES_MEMORY.\n"); return (ENXIO); } + sc->cst = rman_get_bustag(sc->cs); sc->csh = rman_get_bushandle(sc->cs); - /* Allocate interrupt resource. */ sc->irqid = 0; sc->irq = bus_alloc_resource_any(sc->dev, SYS_RES_IRQ, &sc->irqid, @@ -207,7 +216,7 @@ hdspe_alloc_resources(struct sc_info *sc) static void hdspe_map_dmabuf(struct sc_info *sc) { - uint32_t paddr,raddr; + uint32_t paddr, raddr; int i; paddr = vtophys(sc->pbuf); @@ -232,10 +241,10 @@ hdspe_probe(device_t dev) switch (rev) { case PCI_REVISION_AIO: device_set_desc(dev, "RME HDSPe AIO"); - return 0; + return (0); case PCI_REVISION_RAYDAT: device_set_desc(dev, "RME HDSPe RayDAT"); - return 0; + return (0); } } @@ -277,15 +286,15 @@ hdspe_init(struct sc_info *sc) sc->settings_register = 0; hdspe_write_4(sc, HDSPE_SETTINGS_REG, sc->settings_register); - return 0; + return (0); } static int hdspe_attach(device_t dev) { - struct sc_info *sc; - struct sc_pcminfo *scp; struct hdspe_channel *chan_map; + struct sc_pcminfo *scp; + struct sc_info *sc; uint32_t rev; int i, err; @@ -310,18 +319,18 @@ hdspe_attach(device_t dev) chan_map = chan_map_rd; break; default: - return ENXIO; + return (ENXIO); } /* Allocate resources. */ err = hdspe_alloc_resources(sc); if (err) { device_printf(dev, "Unable to allocate system resources.\n"); - return ENXIO; + return (ENXIO); } if (hdspe_init(sc) != 0) - return ENXIO; + return (ENXIO); for (i = 0; i < HDSPE_MAX_CHANS && chan_map[i].descr != NULL; i++) { scp = malloc(sizeof(struct sc_pcminfo), M_DEVBUF, M_NOWAIT | M_ZERO); @@ -356,7 +365,7 @@ hdspe_detach(device_t dev) sc = device_get_softc(dev); if (sc == NULL) { device_printf(dev,"Can't detach: softc is null.\n"); - return 0; + return (0); } err = device_delete_children(dev); @@ -376,7 +385,7 @@ hdspe_detach(device_t dev) if (sc->lock) snd_mtxfree(sc->lock); - return 0; + return (0); } static device_method_t hdspe_methods[] = { diff --git a/sys/dev/sound/pci/hdspe.h b/sys/dev/sound/pci/hdspe.h index c2654c8f49259..2fbff2adcc65b 100644 --- a/sys/dev/sound/pci/hdspe.h +++ b/sys/dev/sound/pci/hdspe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com> * All rights reserved. * diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 61b6781662bc4..03af77aca0a41 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. diff --git a/sys/dev/sound/pci/ich.h b/sys/dev/sound/pci/ich.h index be3f3fca3b4a3..89cbd49d90a7f 100644 --- a/sys/dev/sound/pci/ich.h +++ b/sys/dev/sound/pci/ich.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index fbadf3b3f7bb4..20f40e3c444ed 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2004 Taku YAMAMOTO <taku@tackymt.homeip.net> * All rights reserved. * diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c index 5bab021fdf1a4..d530d0db1c853 100644 --- a/sys/dev/sound/pci/maestro3.c +++ b/sys/dev/sound/pci/maestro3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Scott Long <scottl@freebsd.org> * Copyright (c) 2001 Darrell Anderson <anderson@cs.duke.edu> * All rights reserved. diff --git a/sys/dev/sound/pci/maestro_reg.h b/sys/dev/sound/pci/maestro_reg.h index ab3542368484d..7db2127f95091 100644 --- a/sys/dev/sound/pci/maestro_reg.h +++ b/sys/dev/sound/pci/maestro_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2000 Taku YAMAMOTO <taku@cent.saitama-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic-coeff.h b/sys/dev/sound/pci/neomagic-coeff.h index 2fec6427ae145..b7fc1ade8d3e6 100644 --- a/sys/dev/sound/pci/neomagic-coeff.h +++ b/sys/dev/sound/pci/neomagic-coeff.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c index e2db543be3a66..5e3805645cf21 100644 --- a/sys/dev/sound/pci/neomagic.c +++ b/sys/dev/sound/pci/neomagic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic.h b/sys/dev/sound/pci/neomagic.h index 0b87f99cbf977..78257c3059e5b 100644 --- a/sys/dev/sound/pci/neomagic.h +++ b/sys/dev/sound/pci/neomagic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 75d1ad41ff476..abaf74be459c2 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/pci/spicds.c b/sys/dev/sound/pci/spicds.c index 1e7e60020c30e..23a24461a0699 100644 --- a/sys/dev/sound/pci/spicds.c +++ b/sys/dev/sound/pci/spicds.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/spicds.h b/sys/dev/sound/pci/spicds.h index f98bf93d804f9..a8bbbb3919b86 100644 --- a/sys/dev/sound/pci/spicds.h +++ b/sys/dev/sound/pci/spicds.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c index 6530b5b685fab..a7c5cd2be6b90 100644 --- a/sys/dev/sound/pci/t4dwave.c +++ b/sys/dev/sound/pci/t4dwave.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 4a2ec626c5083..bdab0be534e38 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/via8233.c b/sys/dev/sound/pci/via8233.c index 2bd54e4cb296c..217d61e91e0ab 100644 --- a/sys/dev/sound/pci/via8233.c +++ b/sys/dev/sound/pci/via8233.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Orion Hodson <orion@freebsd.org> * Portions of this code derived from via82c686.c: * Copyright (c) 2000 David Jones <dej@ox.org> diff --git a/sys/dev/sound/pci/via8233.h b/sys/dev/sound/pci/via8233.h index a38afc96255c3..774f946db6be0 100644 --- a/sys/dev/sound/pci/via8233.h +++ b/sys/dev/sound/pci/via8233.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Orion Hodson <orion@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/via82c686.c b/sys/dev/sound/pci/via82c686.c index 4c4a4120dd06c..88f92d1277ab5 100644 --- a/sys/dev/sound/pci/via82c686.c +++ b/sys/dev/sound/pci/via82c686.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 David Jones <dej@ox.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/via82c686.h b/sys/dev/sound/pci/via82c686.h index 43dcb41313052..02af2d38937d6 100644 --- a/sys/dev/sound/pci/via82c686.h +++ b/sys/dev/sound/pci/via82c686.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 22c84c8128a2e..a46efb061a8f4 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/vibes.h b/sys/dev/sound/pci/vibes.h index d1eac407efbe4..37230720be91a 100644 --- a/sys/dev/sound/pci/vibes.h +++ b/sys/dev/sound/pci/vibes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index bc36948c9fe9f..70316c34b72b7 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h index 3112cc0d474e4..4789448d28226 100644 --- a/sys/dev/sound/pcm/ac97.h +++ b/sys/dev/sound/pcm/ac97.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c index e5ae55c1494b5..a88d54b825045 100644 --- a/sys/dev/sound/pcm/ac97_patch.c +++ b/sys/dev/sound/pcm/ac97_patch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97_patch.h b/sys/dev/sound/pcm/ac97_patch.h index c8df443e36278..dbcc309a49ccf 100644 --- a/sys/dev/sound/pcm/ac97_patch.h +++ b/sys/dev/sound/pcm/ac97_patch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index cd59a355163ba..b86b67e44344e 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h index 8cee01237ad37..74a684b9a4acd 100644 --- a/sys/dev/sound/pcm/buffer.h +++ b/sys/dev/sound/pcm/buffer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 83ec6c1e729c3..ecf89df4c9a27 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index 45f43b55498bf..cd6e14d390750 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index 5b92963375f4c..314329de022f2 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h index 5a0880a6acd0e..d46334a1052ca 100644 --- a/sys/dev/sound/pcm/dsp.h +++ b/sys/dev/sound/pcm/dsp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c index 720f6763147bb..7b15c00c41709 100644 --- a/sys/dev/sound/pcm/feeder.c +++ b/sys/dev/sound/pcm/feeder.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h index 88e35d2c20f1a..dd73b050b7a1e 100644 --- a/sys/dev/sound/pcm/feeder.h +++ b/sys/dev/sound/pcm/feeder.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/pcm/feeder_chain.c b/sys/dev/sound/pcm/feeder_chain.c index 308d5f2e8b617..73922ab553968 100644 --- a/sys/dev/sound/pcm/feeder_chain.c +++ b/sys/dev/sound/pcm/feeder_chain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_eq.c b/sys/dev/sound/pcm/feeder_eq.c index f71e7956ef684..4c3cf0f14de30 100644 --- a/sys/dev/sound/pcm/feeder_eq.c +++ b/sys/dev/sound/pcm/feeder_eq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_format.c b/sys/dev/sound/pcm/feeder_format.c index f6a4c937a782f..354c7e51df635 100644 --- a/sys/dev/sound/pcm/feeder_format.c +++ b/sys/dev/sound/pcm/feeder_format.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_matrix.c b/sys/dev/sound/pcm/feeder_matrix.c index 5274ed46b79b4..5e2bdbcb84717 100644 --- a/sys/dev/sound/pcm/feeder_matrix.c +++ b/sys/dev/sound/pcm/feeder_matrix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_mixer.c b/sys/dev/sound/pcm/feeder_mixer.c index 8e6ba27f77a5e..b2a173a654851 100644 --- a/sys/dev/sound/pcm/feeder_mixer.c +++ b/sys/dev/sound/pcm/feeder_mixer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c index da6c1be2969d7..35622d84d26af 100644 --- a/sys/dev/sound/pcm/feeder_rate.c +++ b/sys/dev/sound/pcm/feeder_rate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_volume.c b/sys/dev/sound/pcm/feeder_volume.c index 1bd3789bcd532..322d7f6b2c84c 100644 --- a/sys/dev/sound/pcm/feeder_volume.c +++ b/sys/dev/sound/pcm/feeder_volume.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/g711.h b/sys/dev/sound/pcm/g711.h index 49d7636e54898..039f5692bfbcf 100644 --- a/sys/dev/sound/pcm/g711.h +++ b/sys/dev/sound/pcm/g711.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/intpcm.h b/sys/dev/sound/pcm/intpcm.h index 99a7335362e88..f7574718f8c80 100644 --- a/sys/dev/sound/pcm/intpcm.h +++ b/sys/dev/sound/pcm/intpcm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/matrix.h b/sys/dev/sound/pcm/matrix.h index 6ff1074ade528..5a489a37c635d 100644 --- a/sys/dev/sound/pcm/matrix.h +++ b/sys/dev/sound/pcm/matrix.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/matrix_map.h b/sys/dev/sound/pcm/matrix_map.h index ff79e958a444e..0d239c5554497 100644 --- a/sys/dev/sound/pcm/matrix_map.h +++ b/sys/dev/sound/pcm/matrix_map.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 0e651f47fa2ca..15c12c1a782f8 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index 0fb2e914433b1..1100e3aceda07 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/pcm/pcm.h b/sys/dev/sound/pcm/pcm.h index a3a4ec385c7aa..15119fe16d95f 100644 --- a/sys/dev/sound/pcm/pcm.h +++ b/sys/dev/sound/pcm/pcm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c index e0cb5df13fc1a..0237c8e3311c5 100644 --- a/sys/dev/sound/pcm/sndstat.c +++ b/sys/dev/sound/pcm/sndstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2001 Cameron Grant <cg@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/pcm/sndstat.h b/sys/dev/sound/pcm/sndstat.h index 0bdb96ac01fab..026b37722449f 100644 --- a/sys/dev/sound/pcm/sndstat.h +++ b/sys/dev/sound/pcm/sndstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 44b77ee4e7ee1..378cf085e4b80 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 2897aed185081..da355bf7ff335 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> * Copyright (c) 1995 Hannu Savolainen diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index e561bb710d8fd..d8e3509d0ebd6 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2001 Cameron Grant <cg@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/pcm/vchan.h b/sys/dev/sound/pcm/vchan.h index 04c2b4fd39e69..44e666249219b 100644 --- a/sys/dev/sound/pcm/vchan.h +++ b/sys/dev/sound/pcm/vchan.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> * Copyright (c) 2001 Cameron Grant <cg@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/sound/sbus/apcdmareg.h b/sys/dev/sound/sbus/apcdmareg.h index d4296adbe9feb..719da7d09d121 100644 --- a/sys/dev/sound/sbus/apcdmareg.h +++ b/sys/dev/sound/sbus/apcdmareg.h @@ -2,6 +2,8 @@ /* $OpenBSD: apcdmareg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c index 83f70f3a4813b..ffa4845d87e25 100644 --- a/sys/dev/sound/sbus/cs4231.c +++ b/sys/dev/sound/sbus/cs4231.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Jason L. Wright (jason@thought.net) * Copyright (c) 2004 Pyun YongHyeon * All rights reserved. diff --git a/sys/dev/sound/sbus/cs4231.h b/sys/dev/sound/sbus/cs4231.h index d1e9185d31c6f..717e7792712ee 100644 --- a/sys/dev/sound/sbus/cs4231.h +++ b/sys/dev/sound/sbus/cs4231.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/unit.c b/sys/dev/sound/unit.c index f263e042c4a24..c95d8db227fc4 100644 --- a/sys/dev/sound/unit.c +++ b/sys/dev/sound/unit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/unit.h b/sys/dev/sound/unit.h index e49e8f8e9bb19..fb7a85612456f 100644 --- a/sys/dev/sound/unit.h +++ b/sys/dev/sound/unit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index ac83d65f5a42d..5de4038d297e5 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h index 2d9a87568b486..a3641e2178d1d 100644 --- a/sys/dev/sound/usb/uaudio.h +++ b/sys/dev/sound/usb/uaudio.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/usb/uaudio_pcm.c b/sys/dev/sound/usb/uaudio_pcm.c index 10e8cc430f900..6bcbe6c2a52a2 100644 --- a/sys/dev/sound/usb/uaudio_pcm.c +++ b/sys/dev/sound/usb/uaudio_pcm.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> * Copyright (c) 2006 Hans Petter Selasky * diff --git a/sys/dev/sound/usb/uaudioreg.h b/sys/dev/sound/usb/uaudioreg.h index 637b5b1c0f23a..fd395ac8605e6 100644 --- a/sys/dev/sound/usb/uaudioreg.h +++ b/sys/dev/sound/usb/uaudioreg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/version.h b/sys/dev/sound/version.h index 6dee6a2ca02e7..c36bc1a2d3539 100644 --- a/sys/dev/sound/version.h +++ b/sys/dev/sound/version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah <ariff@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/spibus/ofw_spibus.c b/sys/dev/spibus/ofw_spibus.c index c89db2cf9949e..3e4106f25792b 100644 --- a/sys/dev/spibus/ofw_spibus.c +++ b/sys/dev/spibus/ofw_spibus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause-FreeBSD + * * Copyright (c) 2009, Nathan Whitehorn <nwhitehorn@FreeBSD.org> * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/ste/if_ste.c b/sys/dev/ste/if_ste.c index e6cffb3d23b28..0005615a63043 100644 --- a/sys/dev/ste/if_ste.c +++ b/sys/dev/ste/if_ste.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/ste/if_stereg.h b/sys/dev/ste/if_stereg.h index e3aa51bff2669..a27cb0a89a254 100644 --- a/sys/dev/ste/if_stereg.h +++ b/sys/dev/ste/if_stereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index 4479fa29de5b4..add97a571373b 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -6,6 +6,8 @@ #define STG_IO_CONTROL_FLAGS (STG_FIFO_INTERRUPTS | STG_WAIT_FOR_SELECT) /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index e44a8b0e4df06..242db310fd891 100644 --- a/sys/dev/stg/tmc18c30_isa.c +++ b/sys/dev/stg/tmc18c30_isa.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index a172d52067b6e..4b665b9308c48 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/stg/tmc18c30_pci.c b/sys/dev/stg/tmc18c30_pci.c index 0ff2e62212a27..5d82a45b5c33e 100644 --- a/sys/dev/stg/tmc18c30_pci.c +++ b/sys/dev/stg/tmc18c30_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Bob Bishop * All rights reserved. * [Ported for FreeBSD] diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c index 98cf1b4240961..7444f4d6fc9dc 100644 --- a/sys/dev/stg/tmc18c30_subr.c +++ b/sys/dev/stg/tmc18c30_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/stg/tmc18c30reg.h b/sys/dev/stg/tmc18c30reg.h index 93c9940ba6492..599dbf5a2c88f 100644 --- a/sys/dev/stg/tmc18c30reg.h +++ b/sys/dev/stg/tmc18c30reg.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h index 06a454b8e776f..c7d1b163cca1d 100644 --- a/sys/dev/stg/tmc18c30var.h +++ b/sys/dev/stg/tmc18c30var.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index 1ebb05d895ba2..4a4fb1ac74dff 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -1,6 +1,8 @@ /* $NetBSD: if_stge.c,v 1.32 2005/12/11 12:22:49 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/stge/if_stgereg.h b/sys/dev/stge/if_stgereg.h index f14142a38beb9..9082a2c0793c8 100644 --- a/sys/dev/stge/if_stgereg.h +++ b/sys/dev/stge/if_stgereg.h @@ -1,6 +1,8 @@ /* $NetBSD: if_stgereg.h,v 1.3 2003/02/10 21:10:07 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h index b1b2102a9a319..135b0e85992f5 100644 --- a/sys/dev/sym/sym_conf.h +++ b/sys/dev/sym/sym_conf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h index 483350439b156..db0768b0e6c9c 100644 --- a/sys/dev/sym/sym_defs.h +++ b/sys/dev/sym/sym_defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_fw.h b/sys/dev/sym/sym_fw.h index 2c349ca5270a4..ce97c9252c296 100644 --- a/sys/dev/sym/sym_fw.h +++ b/sys/dev/sym/sym_fw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index 4d0e99cd86bc2..cab8c979cd056 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index b14ee83fe324b..5858fa9ed5423 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index a9c2070aeec67..31140050f876c 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index 567b452e0b2ea..efecf7327a384 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Nick Sayer (who stole shamelessly from blank_saver) * All rights reserved. * diff --git a/sys/dev/syscons/blank/blank_saver.c b/sys/dev/syscons/blank/blank_saver.c index 38ce540b43abb..93a05226eecd5 100644 --- a/sys/dev/syscons/blank/blank_saver.c +++ b/sys/dev/syscons/blank/blank_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/daemon/daemon_saver.c b/sys/dev/syscons/daemon/daemon_saver.c index 1a92ff9afef14..e453fe538c170 100644 --- a/sys/dev/syscons/daemon/daemon_saver.c +++ b/sys/dev/syscons/daemon/daemon_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Sandro Sigala, Brescia, Italy. * Copyright (c) 1997 Chris Shenton * Copyright (c) 1995 Søren Schmidt diff --git a/sys/dev/syscons/dragon/dragon_saver.c b/sys/dev/syscons/dragon/dragon_saver.c index 6294daa77615f..96f6a740db7e3 100644 --- a/sys/dev/syscons/dragon/dragon_saver.c +++ b/sys/dev/syscons/dragon/dragon_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Chiharu Shibata * All rights reserved. * diff --git a/sys/dev/syscons/fade/fade_saver.c b/sys/dev/syscons/fade/fade_saver.c index 0bcc9e8ac7d31..222a1139f0fd5 100644 --- a/sys/dev/syscons/fade/fade_saver.c +++ b/sys/dev/syscons/fade/fade_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/fire/fire_saver.c b/sys/dev/syscons/fire/fire_saver.c index 4c995efcd6404..3b777d48ac819 100644 --- a/sys/dev/syscons/fire/fire_saver.c +++ b/sys/dev/syscons/fire/fire_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Brad Forschinger * All rights reserved. * diff --git a/sys/dev/syscons/green/green_saver.c b/sys/dev/syscons/green/green_saver.c index 792a561ed413f..8dbd8e9e99e75 100644 --- a/sys/dev/syscons/green/green_saver.c +++ b/sys/dev/syscons/green/green_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/logo/logo_saver.c b/sys/dev/syscons/logo/logo_saver.c index 5828d7e44bd61..e5125441804d1 100644 --- a/sys/dev/syscons/logo/logo_saver.c +++ b/sys/dev/syscons/logo/logo_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/syscons/rain/rain_saver.c b/sys/dev/syscons/rain/rain_saver.c index ff2892416b971..03363e576a8f8 100644 --- a/sys/dev/syscons/rain/rain_saver.c +++ b/sys/dev/syscons/rain/rain_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index 20679b70d452d..9f3941b748ca2 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/schistory.c b/sys/dev/syscons/schistory.c index be4998377f5c8..8da242c8a9f88 100644 --- a/sys/dev/syscons/schistory.c +++ b/sys/dev/syscons/schistory.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. diff --git a/sys/dev/syscons/scmouse.c b/sys/dev/syscons/scmouse.c index db26787c264ee..97f4dc7f7b15f 100644 --- a/sys/dev/syscons/scmouse.c +++ b/sys/dev/syscons/scmouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/scterm-teken.c b/sys/dev/syscons/scterm-teken.c index 43f16faff9829..f24e52a04c29c 100644 --- a/sys/dev/syscons/scterm-teken.c +++ b/sys/dev/syscons/scterm-teken.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/scterm.c b/sys/dev/syscons/scterm.c index f0f56b5475a6e..1a66f3fa763ff 100644 --- a/sys/dev/syscons/scterm.c +++ b/sys/dev/syscons/scterm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index b896484bb76e1..74e7428eefb33 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index 3542042e728ac..3ae92e189f3d0 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 6ae923dfe291e..2ca2e375e90f6 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/scvtb.c b/sys/dev/syscons/scvtb.c index 8d2b224b36dd8..44b667b8ab82e 100644 --- a/sys/dev/syscons/scvtb.c +++ b/sys/dev/syscons/scvtb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/snake/snake_saver.c b/sys/dev/syscons/snake/snake_saver.c index 15f8edde43504..af2d2c315536a 100644 --- a/sys/dev/syscons/snake/snake_saver.c +++ b/sys/dev/syscons/snake/snake_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c index 56bfc011eb508..631a2dca7347b 100644 --- a/sys/dev/syscons/star/star_saver.c +++ b/sys/dev/syscons/star/star_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 695ff33a06595..a5c2159ae9f65 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index f507be5492103..96e7fc8e2d82d 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index 8ea0939eb575e..8174dd95223d9 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/syscons/warp/warp_saver.c b/sys/dev/syscons/warp/warp_saver.c index a800118774aa9..3355e9f9f654e 100644 --- a/sys/dev/syscons/warp/warp_saver.c +++ b/sys/dev/syscons/warp/warp_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_io.h b/sys/dev/tdfx/tdfx_io.h index faec61e11771d..ced08f3e8a440 100644 --- a/sys/dev/tdfx/tdfx_io.h +++ b/sys/dev/tdfx/tdfx_io.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 8a6399ff56040..e20763b376471 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 The FreeBSD Project * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_linux.h b/sys/dev/tdfx/tdfx_linux.h index a3235cc8ba028..4a29e5a8dc114 100644 --- a/sys/dev/tdfx/tdfx_linux.h +++ b/sys/dev/tdfx/tdfx_linux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index be423751ca357..4156e23b88d6e 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_pci.h b/sys/dev/tdfx/tdfx_pci.h index 0c60e5a2b6c12..9998d9e820461 100644 --- a/sys/dev/tdfx/tdfx_pci.h +++ b/sys/dev/tdfx/tdfx_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h index 1e10e3c3a669d..6eda3797a2cb4 100644 --- a/sys/dev/tdfx/tdfx_vars.h +++ b/sys/dev/tdfx/tdfx_vars.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led.c b/sys/dev/terasic/de4led/terasic_de4led.c index bcef7aff8bd3f..ee99bd541233d 100644 --- a/sys/dev/terasic/de4led/terasic_de4led.c +++ b/sys/dev/terasic/de4led/terasic_de4led.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led.h b/sys/dev/terasic/de4led/terasic_de4led.h index 4475e9b3b91a7..873a531ff3e1d 100644 --- a/sys/dev/terasic/de4led/terasic_de4led.h +++ b/sys/dev/terasic/de4led/terasic_de4led.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led_fdt.c b/sys/dev/terasic/de4led/terasic_de4led_fdt.c index feab93342d7d0..d8473f7d0fbf4 100644 --- a/sys/dev/terasic/de4led/terasic_de4led_fdt.c +++ b/sys/dev/terasic/de4led/terasic_de4led_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led_nexus.c b/sys/dev/terasic/de4led/terasic_de4led_nexus.c index a8eb5f1af0d26..33ea2377cc036 100644 --- a/sys/dev/terasic/de4led/terasic_de4led_nexus.c +++ b/sys/dev/terasic/de4led/terasic_de4led_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl.c b/sys/dev/terasic/mtl/terasic_mtl.c index 2a0744bce197e..10e3b413ca96f 100644 --- a/sys/dev/terasic/mtl/terasic_mtl.c +++ b/sys/dev/terasic/mtl/terasic_mtl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl.h b/sys/dev/terasic/mtl/terasic_mtl.h index f03e6f05cb807..2ab6de00b7a05 100644 --- a/sys/dev/terasic/mtl/terasic_mtl.h +++ b/sys/dev/terasic/mtl/terasic_mtl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_fdt.c b/sys/dev/terasic/mtl/terasic_mtl_fdt.c index e592521fe8ede..d6b198ee0b9c4 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_fdt.c +++ b/sys/dev/terasic/mtl/terasic_mtl_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_nexus.c b/sys/dev/terasic/mtl/terasic_mtl_nexus.c index e88dc06bf6868..dd136be4870ac 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_nexus.c +++ b/sys/dev/terasic/mtl/terasic_mtl_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_pixel.c b/sys/dev/terasic/mtl/terasic_mtl_pixel.c index a7cbbde2c4afd..a4e4735f6da0f 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_pixel.c +++ b/sys/dev/terasic/mtl/terasic_mtl_pixel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_reg.c b/sys/dev/terasic/mtl/terasic_mtl_reg.c index e5bac611dec70..8fe4855ef9078 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_reg.c +++ b/sys/dev/terasic/mtl/terasic_mtl_reg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_syscons.c b/sys/dev/terasic/mtl/terasic_mtl_syscons.c index 97d989161f911..18d4f980aa4f7 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_syscons.c +++ b/sys/dev/terasic/mtl/terasic_mtl_syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_text.c b/sys/dev/terasic/mtl/terasic_mtl_text.c index 905e62f25ca96..b437702ce2ee6 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_text.c +++ b/sys/dev/terasic/mtl/terasic_mtl_text.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 421f5fd161458..c966302c7136d 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/ti/if_tireg.h b/sys/dev/ti/if_tireg.h index d55e1507fff0b..a6b358bc1ea94 100644 --- a/sys/dev/ti/if_tireg.h +++ b/sys/dev/ti/if_tireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/tl/if_tl.c b/sys/dev/tl/if_tl.c index b80e81f7af1b5..3aae008c1b5cb 100644 --- a/sys/dev/tl/if_tl.c +++ b/sys/dev/tl/if_tl.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/tl/if_tlreg.h b/sys/dev/tl/if_tlreg.h index 4a82cc5d9727b..51fb6820bd8e8 100644 --- a/sys/dev/tl/if_tlreg.h +++ b/sys/dev/tl/if_tlreg.h @@ -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/trm/trm.c b/sys/dev/trm/trm.c index 5374807f2c116..484b14965fc6b 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 f72335ae23980..e1f629a632857 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 diff --git a/sys/dev/tsec/if_tsec.c b/sys/dev/tsec/if_tsec.c index 3fd872659f508..9950f8e895edf 100644 --- a/sys/dev/tsec/if_tsec.c +++ b/sys/dev/tsec/if_tsec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007-2008 Semihalf, Rafal Jaworowski * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. diff --git a/sys/dev/tsec/if_tsec.h b/sys/dev/tsec/if_tsec.h index d13f46398b06e..ae0a7330779fa 100644 --- a/sys/dev/tsec/if_tsec.h +++ b/sys/dev/tsec/if_tsec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. * diff --git a/sys/dev/tsec/if_tsec_fdt.c b/sys/dev/tsec/if_tsec_fdt.c index 7f25a42e16240..cfad15b533cf4 100644 --- a/sys/dev/tsec/if_tsec_fdt.c +++ b/sys/dev/tsec/if_tsec_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007-2008 Semihalf, Rafal Jaworowski * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. diff --git a/sys/dev/tsec/if_tsecreg.h b/sys/dev/tsec/if_tsecreg.h index 1994298cd534c..18a81df71432c 100644 --- a/sys/dev/tsec/if_tsecreg.h +++ b/sys/dev/tsec/if_tsecreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. diff --git a/sys/dev/twa/tw_cl.h b/sys/dev/twa/tw_cl.h index ab1936d730216..82aba006ea7e3 100644 --- a/sys/dev/twa/tw_cl.h +++ b/sys/dev/twa/tw_cl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_externs.h b/sys/dev/twa/tw_cl_externs.h index 9fd2a3280b9fc..1c5a313f03f43 100644 --- a/sys/dev/twa/tw_cl_externs.h +++ b/sys/dev/twa/tw_cl_externs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_fwif.h b/sys/dev/twa/tw_cl_fwif.h index 52f76bfeab14b..2e3f9048a6f66 100644 --- a/sys/dev/twa/tw_cl_fwif.h +++ b/sys/dev/twa/tw_cl_fwif.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_init.c b/sys/dev/twa/tw_cl_init.c index a39da75b7ffd7..29ed60e58b7d9 100644 --- a/sys/dev/twa/tw_cl_init.c +++ b/sys/dev/twa/tw_cl_init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_intr.c b/sys/dev/twa/tw_cl_intr.c index a7c90d39555f6..aa89f79d92a98 100644 --- a/sys/dev/twa/tw_cl_intr.c +++ b/sys/dev/twa/tw_cl_intr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_io.c b/sys/dev/twa/tw_cl_io.c index 1e1ca6cd676d0..77d69a3a37c4c 100644 --- a/sys/dev/twa/tw_cl_io.c +++ b/sys/dev/twa/tw_cl_io.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_ioctl.h b/sys/dev/twa/tw_cl_ioctl.h index aab7fd958154b..6c10b0bcefa15 100644 --- a/sys/dev/twa/tw_cl_ioctl.h +++ b/sys/dev/twa/tw_cl_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_misc.c b/sys/dev/twa/tw_cl_misc.c index b0bf8e4aa272c..4a0c5f3839eaf 100644 --- a/sys/dev/twa/tw_cl_misc.c +++ b/sys/dev/twa/tw_cl_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_share.h b/sys/dev/twa/tw_cl_share.h index 727684984c563..087e8022f939e 100644 --- a/sys/dev/twa/tw_cl_share.h +++ b/sys/dev/twa/tw_cl_share.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h index bed16cda68ffd..27289fc0de1e2 100644 --- a/sys/dev/twa/tw_osl.h +++ b/sys/dev/twa/tw_osl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_cam.c b/sys/dev/twa/tw_osl_cam.c index 699c0f468eabd..62a47874509f2 100644 --- a/sys/dev/twa/tw_osl_cam.c +++ b/sys/dev/twa/tw_osl_cam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_externs.h b/sys/dev/twa/tw_osl_externs.h index 08963e5b2f7bb..bd8250312c5e7 100644 --- a/sys/dev/twa/tw_osl_externs.h +++ b/sys/dev/twa/tw_osl_externs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c index 1bb7574c0820c..71cfdf0e6a21a 100644 --- a/sys/dev/twa/tw_osl_freebsd.c +++ b/sys/dev/twa/tw_osl_freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * Copyright (c) 2000 Michael Smith diff --git a/sys/dev/twa/tw_osl_includes.h b/sys/dev/twa/tw_osl_includes.h index 21f662e9dd3be..06b69f1a95b47 100644 --- a/sys/dev/twa/tw_osl_includes.h +++ b/sys/dev/twa/tw_osl_includes.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_inline.h b/sys/dev/twa/tw_osl_inline.h index 74d100d9636f1..43fe0c72772e8 100644 --- a/sys/dev/twa/tw_osl_inline.h +++ b/sys/dev/twa/tw_osl_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_ioctl.h b/sys/dev/twa/tw_osl_ioctl.h index 10066a71288d3..3d26cbb642da7 100644 --- a/sys/dev/twa/tw_osl_ioctl.h +++ b/sys/dev/twa/tw_osl_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h index c17d8cc28b51b..13f2a62eba7f2 100644 --- a/sys/dev/twa/tw_osl_share.h +++ b/sys/dev/twa/tw_osl_share.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_types.h b/sys/dev/twa/tw_osl_types.h index 7fcfd4ca75153..913aca0ccf9a7 100644 --- a/sys/dev/twa/tw_osl_types.h +++ b/sys/dev/twa/tw_osl_types.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index cdb218032f10a..1419d4ffa8366 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twe_compat.h b/sys/dev/twe/twe_compat.h index ae6d501ef7bca..51d0216570123 100644 --- a/sys/dev/twe/twe_compat.h +++ b/sys/dev/twe/twe_compat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twe_freebsd.c b/sys/dev/twe/twe_freebsd.c index ea9a1f18a25ab..99c944ee077c2 100644 --- a/sys/dev/twe/twe_freebsd.c +++ b/sys/dev/twe/twe_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twe_tables.h b/sys/dev/twe/twe_tables.h index 3ba83c972c4b7..408dcebe717ae 100644 --- a/sys/dev/twe/twe_tables.h +++ b/sys/dev/twe/twe_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/tweio.h b/sys/dev/twe/tweio.h index 1b78472495ab3..5946360073d69 100644 --- a/sys/dev/twe/tweio.h +++ b/sys/dev/twe/tweio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twereg.h b/sys/dev/twe/twereg.h index f6e7db6e1a03b..5397ad92e7d8d 100644 --- a/sys/dev/twe/twereg.h +++ b/sys/dev/twe/twereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twevar.h b/sys/dev/twe/twevar.h index 616f12b89ca5f..9512f7921e15f 100644 --- a/sys/dev/twe/twevar.h +++ b/sys/dev/twe/twevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/tws/tws.c b/sys/dev/tws/tws.c index bf9e143c72f5f..54985b40cb363 100644 --- a/sys/dev/tws/tws.c +++ b/sys/dev/tws/tws.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws.h b/sys/dev/tws/tws.h index 0af50c4f425d3..5ed3fadb4a051 100644 --- a/sys/dev/tws/tws.h +++ b/sys/dev/tws/tws.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_cam.c b/sys/dev/tws/tws_cam.c index 7475152c39261..f948af0928192 100644 --- a/sys/dev/tws/tws_cam.c +++ b/sys/dev/tws/tws_cam.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah <manjunath.ranganathaiah@lsi.com> diff --git a/sys/dev/tws/tws_hdm.c b/sys/dev/tws/tws_hdm.c index 83d5a50b812d4..d6671d9f1a621 100644 --- a/sys/dev/tws/tws_hdm.c +++ b/sys/dev/tws/tws_hdm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_hdm.h b/sys/dev/tws/tws_hdm.h index 5cacf19b93266..76d14bb3c9f4b 100644 --- a/sys/dev/tws/tws_hdm.h +++ b/sys/dev/tws/tws_hdm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_services.c b/sys/dev/tws/tws_services.c index 243585b6b223a..db1e9e002c250 100644 --- a/sys/dev/tws/tws_services.c +++ b/sys/dev/tws/tws_services.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_services.h b/sys/dev/tws/tws_services.h index f9016daa64ee3..9fa3c37999946 100644 --- a/sys/dev/tws/tws_services.h +++ b/sys/dev/tws/tws_services.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_user.c b/sys/dev/tws/tws_user.c index 5c93a4b93f78c..a3970f0af4081 100644 --- a/sys/dev/tws/tws_user.c +++ b/sys/dev/tws/tws_user.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tws/tws_user.h b/sys/dev/tws/tws_user.h index 5ae29bc2d2dac..96410f68f2f2d 100644 --- a/sys/dev/tws/tws_user.h +++ b/sys/dev/tws/tws_user.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 72a4c08958bbf..e1af1acc325ff 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Semen Ustimenko (semenu@FreeBSD.org) * All rights reserved. * diff --git a/sys/dev/tx/if_txreg.h b/sys/dev/tx/if_txreg.h index 059c2c0491533..3905104be8194 100644 --- a/sys/dev/tx/if_txreg.h +++ b/sys/dev/tx/if_txreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Semen Ustimenko * All rights reserved. * diff --git a/sys/dev/tx/if_txvar.h b/sys/dev/tx/if_txvar.h index 1a6d766976fcc..00fdee6edffdb 100644 --- a/sys/dev/tx/if_txvar.h +++ b/sys/dev/tx/if_txvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Semen Ustimenko * All rights reserved. * diff --git a/sys/dev/txp/3c990img.h b/sys/dev/txp/3c990img.h index 0667aaea2ee63..6cdc49ceffbaf 100644 --- a/sys/dev/txp/3c990img.h +++ b/sys/dev/txp/3c990img.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 1999-2003 3Com Corporation. All Rights Reserved. * * Redistribution and use in source and binary forms of the 3c990img.h diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 8f63f19bc59fb..7511269c5fa2b 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -1,6 +1,8 @@ /* $OpenBSD: if_txp.c,v 1.48 2001/06/27 06:34:50 kjc Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 * Jason L. Wright <jason@thought.net>, Theo de Raadt, and * Aaron Campbell <aaron@monkey.org>. All rights reserved. diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h index 0937deb2fe3bc..6dec2a05105c2 100644 --- a/sys/dev/txp/if_txpreg.h +++ b/sys/dev/txp/if_txpreg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. * All rights reserved. * diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index c40846b758de0..ebaf77e7c2ac1 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index d46c28dd4e53b..8a55eefa136dc 100644 --- a/sys/dev/uart/uart_bus.h +++ b/sys/dev/uart/uart_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 018e6b91d7364..3749e8ecb8a1b 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/uart/uart_bus_ebus.c b/sys/dev/uart/uart_bus_ebus.c index c79c91e908ef8..827981a411645 100644 --- a/sys/dev/uart/uart_bus_ebus.c +++ b/sys/dev/uart/uart_bus_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/uart/uart_bus_fdt.c b/sys/dev/uart/uart_bus_fdt.c index faea2cfb32e59..70ade3530a947 100644 --- a/sys/dev/uart/uart_bus_fdt.c +++ b/sys/dev/uart/uart_bus_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index af9b0f10a39b5..85c4a891655db 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 TAKAHASHI Yoshihiro * Copyright (c) 2008 Marcel Moolenaar * Copyright (c) 2001 M. Warner Losh diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index edd3f29f25d25..7e92637d1783f 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * Copyright (c) 2003 Norikatsu Shigemura, Takenori Watanabe All rights reserved. * diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index c2d22afa19729..535b03165794a 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * Copyright (c) 2001 M. Warner Losh * All rights reserved. diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index dff35b30dee5c..23ee72815b334 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar. All rights reserved. * Copyright (c) 2002 JF Hay. All rights reserved. * Copyright (c) 2001 M. Warner Losh. All rights reserved. diff --git a/sys/dev/uart/uart_bus_scc.c b/sys/dev/uart/uart_bus_scc.c index 07808e6cd3dc6..d56b1ee5078fb 100644 --- a/sys/dev/uart/uart_bus_scc.c +++ b/sys/dev/uart/uart_bus_scc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 9650dd501e68a..800f5f5f6f85d 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h index d9e5410eacec5..7eebc0fc5213e 100644 --- a/sys/dev/uart/uart_cpu.h +++ b/sys/dev/uart/uart_cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu_fdt.c b/sys/dev/uart/uart_cpu_fdt.c index 4e5ff43cdb515..e73dafa59ef3a 100644 --- a/sys/dev/uart/uart_cpu_fdt.c +++ b/sys/dev/uart/uart_cpu_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu_powerpc.c b/sys/dev/uart/uart_cpu_powerpc.c index d3155b08c54fe..f1dac960765bc 100644 --- a/sys/dev/uart/uart_cpu_powerpc.c +++ b/sys/dev/uart/uart_cpu_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu_sparc64.c b/sys/dev/uart/uart_cpu_sparc64.c index 6cbfbe20858c7..17a2ca84bb6c6 100644 --- a/sys/dev/uart/uart_cpu_sparc64.c +++ b/sys/dev/uart/uart_cpu_sparc64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004 Marcel Moolenaar * Copyright (c) 2004 - 2006 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/uart/uart_cpu_x86.c b/sys/dev/uart/uart_cpu_x86.c index ce9cf7d61f1c2..5b28df144fe80 100644 --- a/sys/dev/uart/uart_cpu_x86.c +++ b/sys/dev/uart/uart_cpu_x86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index e2c7831244b17..ece433b4695c0 100644 --- a/sys/dev/uart/uart_dbg.c +++ b/sys/dev/uart/uart_dbg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_imx.c b/sys/dev/uart/uart_dev_imx.c index bc25df37f2d10..35d6788f0c23c 100644 --- a/sys/dev/uart/uart_dev_imx.c +++ b/sys/dev/uart/uart_dev_imx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_lpc.c b/sys/dev/uart/uart_dev_lpc.c index 48d7be3d02db3..d74e1889f8da5 100644 --- a/sys/dev/uart/uart_dev_lpc.c +++ b/sys/dev/uart/uart_dev_lpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index cad5366fdc294..9b6486cd26831 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_ns8250.h b/sys/dev/uart/uart_dev_ns8250.h index 0046dfefd875f..906d920e205dc 100644 --- a/sys/dev/uart/uart_dev_ns8250.h +++ b/sys/dev/uart/uart_dev_ns8250.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c index e90e7f8d4e748..fa148d72099a5 100644 --- a/sys/dev/uart/uart_dev_pl011.c +++ b/sys/dev/uart/uart_dev_pl011.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Semihalf. * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_quicc.c b/sys/dev/uart/uart_dev_quicc.c index 0237d6402ee19..835f9fe56c529 100644 --- a/sys/dev/uart/uart_dev_quicc.c +++ b/sys/dev/uart/uart_dev_quicc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Juniper Networks * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_sab82532.c b/sys/dev/uart/uart_dev_sab82532.c index 59a963924953d..9cf41be5d7ab8 100644 --- a/sys/dev/uart/uart_dev_sab82532.c +++ b/sys/dev/uart/uart_dev_sab82532.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_ti8250.c b/sys/dev/uart/uart_dev_ti8250.c index e82dbb7e2904a..f5a230908da3a 100644 --- a/sys/dev/uart/uart_dev_ti8250.c +++ b/sys/dev/uart/uart_dev_ti8250.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index 5bacd4012e0c6..e57ae525ffd94 100644 --- a/sys/dev/uart/uart_dev_z8530.c +++ b/sys/dev/uart/uart_dev_z8530.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_kbd_sun.c b/sys/dev/uart/uart_kbd_sun.c index cf5cd5bb91dd1..9cc15452f1aaf 100644 --- a/sys/dev/uart/uart_kbd_sun.c +++ b/sys/dev/uart/uart_kbd_sun.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/uart/uart_kbd_sun.h b/sys/dev/uart/uart_kbd_sun.h index 84b55536b6e3a..05a4597930f9d 100644 --- a/sys/dev/uart/uart_kbd_sun.h +++ b/sys/dev/uart/uart_kbd_sun.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index f3dc50ceb26c5..dcdaf9f1929cb 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 27ceb5b193438..7eaf2f7745c29 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index 53e3ef8d4e2ea..94c7b0506045e 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -1,6 +1,8 @@ /* $OpenBSD: ubsec.c,v 1.115 2002/09/24 18:33:26 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Jason L. Wright (jason@thought.net) * Copyright (c) 2000 Theo de Raadt (deraadt@openbsd.org) * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) diff --git a/sys/dev/ubsec/ubsecreg.h b/sys/dev/ubsec/ubsecreg.h index f78dc450f4cd3..57533ae6d335d 100644 --- a/sys/dev/ubsec/ubsecreg.h +++ b/sys/dev/ubsec/ubsecreg.h @@ -2,6 +2,8 @@ /* $OpenBSD: ubsecreg.h,v 1.27 2002/09/11 22:40:31 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Theo de Raadt * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) * diff --git a/sys/dev/ubsec/ubsecvar.h b/sys/dev/ubsec/ubsecvar.h index 4a9fa0bfd3555..acbf32a29736f 100644 --- a/sys/dev/ubsec/ubsecvar.h +++ b/sys/dev/ubsec/ubsecvar.h @@ -2,6 +2,8 @@ /* $OpenBSD: ubsecvar.h,v 1.35 2002/09/24 18:33:26 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Theo de Raadt * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) * diff --git a/sys/dev/usb/controller/at91dci.c b/sys/dev/usb/controller/at91dci.c index 169595cd74128..010f58589813e 100644 --- a/sys/dev/usb/controller/at91dci.c +++ b/sys/dev/usb/controller/at91dci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h index 964e062f670b9..ac504c9b10212 100644 --- a/sys/dev/usb/controller/at91dci.h +++ b/sys/dev/usb/controller/at91dci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 ATMEL * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/usb/controller/at91dci_atmelarm.c b/sys/dev/usb/controller/at91dci_atmelarm.c index 0dc1f9f192944..5aa51884a6e19 100644 --- a/sys/dev/usb/controller/at91dci_atmelarm.c +++ b/sys/dev/usb/controller/at91dci_atmelarm.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/at91dci_fdt.c b/sys/dev/usb/controller/at91dci_fdt.c index 431b502bd2528..384114e0faceb 100644 --- a/sys/dev/usb/controller/at91dci_fdt.c +++ b/sys/dev/usb/controller/at91dci_fdt.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/atmegadci.c b/sys/dev/usb/controller/atmegadci.c index 8afdc92431c25..8bc27fb51ae53 100644 --- a/sys/dev/usb/controller/atmegadci.c +++ b/sys/dev/usb/controller/atmegadci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/atmegadci.h b/sys/dev/usb/controller/atmegadci.h index 91ba030661f9f..38e2e53229313 100644 --- a/sys/dev/usb/controller/atmegadci.h +++ b/sys/dev/usb/controller/atmegadci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/atmegadci_atmelarm.c b/sys/dev/usb/controller/atmegadci_atmelarm.c index d89ba8b70bcfd..4a85d82a3e756 100644 --- a/sys/dev/usb/controller/atmegadci_atmelarm.c +++ b/sys/dev/usb/controller/atmegadci_atmelarm.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/avr32dci.c b/sys/dev/usb/controller/avr32dci.c index f5456f41eff3b..b8c22a6ab01f4 100644 --- a/sys/dev/usb/controller/avr32dci.c +++ b/sys/dev/usb/controller/avr32dci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/avr32dci.h b/sys/dev/usb/controller/avr32dci.h index 2d80344fd4858..b46893b390f60 100644 --- a/sys/dev/usb/controller/avr32dci.h +++ b/sys/dev/usb/controller/avr32dci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/dwc_otg.c b/sys/dev/usb/controller/dwc_otg.c index 5560f070dc962..b649d31d0c2e2 100644 --- a/sys/dev/usb/controller/dwc_otg.c +++ b/sys/dev/usb/controller/dwc_otg.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Daisuke Aoyama. All rights reserved. * Copyright (c) 2012-2015 Hans Petter Selasky. All rights reserved. * Copyright (c) 2010-2011 Aleksandr Rybalko. All rights reserved. diff --git a/sys/dev/usb/controller/dwc_otg.h b/sys/dev/usb/controller/dwc_otg.h index 038b072aeef70..9d0b0eea77cd2 100644 --- a/sys/dev/usb/controller/dwc_otg.h +++ b/sys/dev/usb/controller/dwc_otg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/dwc_otg_fdt.c b/sys/dev/usb/controller/dwc_otg_fdt.c index 80d3388050ff6..fd9a42bd6495b 100644 --- a/sys/dev/usb/controller/dwc_otg_fdt.c +++ b/sys/dev/usb/controller/dwc_otg_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/dwc_otgreg.h b/sys/dev/usb/controller/dwc_otgreg.h index 8b9538aef0be2..3c50ca58a6dc2 100644 --- a/sys/dev/usb/controller/dwc_otgreg.h +++ b/sys/dev/usb/controller/dwc_otgreg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010,2011 Aleksandr Rybalko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/ehci.c b/sys/dev/usb/controller/ehci.c index e7c85a18d2792..4229d96ab2044 100644 --- a/sys/dev/usb/controller/ehci.c +++ b/sys/dev/usb/controller/ehci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 2004 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 2004 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/controller/ehci.h b/sys/dev/usb/controller/ehci.h index 0d1e19a39e525..9d460e6f9f743 100644 --- a/sys/dev/usb/controller/ehci.h +++ b/sys/dev/usb/controller/ehci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ehci_fsl.c b/sys/dev/usb/controller/ehci_fsl.c index a877d5ea5fd1d..525a2c49a8c32 100644 --- a/sys/dev/usb/controller/ehci_fsl.c +++ b/sys/dev/usb/controller/ehci_fsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/usb/controller/ehci_imx.c b/sys/dev/usb/controller/ehci_imx.c index 6dcebdef76df4..c116cb9b31ee9 100644 --- a/sys/dev/usb/controller/ehci_imx.c +++ b/sys/dev/usb/controller/ehci_imx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf * Copyright (c) 2012 The FreeBSD Foundation * Copyright (c) 2013 Ian Lepore <ian@freebsd.org> diff --git a/sys/dev/usb/controller/ehci_ixp4xx.c b/sys/dev/usb/controller/ehci_ixp4xx.c index 02554ecf1d403..52d45a33b0bdc 100644 --- a/sys/dev/usb/controller/ehci_ixp4xx.c +++ b/sys/dev/usb/controller/ehci_ixp4xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/ehci_mv.c b/sys/dev/usb/controller/ehci_mv.c index f433b4be9c557..0c898f488c016 100644 --- a/sys/dev/usb/controller/ehci_mv.c +++ b/sys/dev/usb/controller/ehci_mv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2008 MARVELL INTERNATIONAL LTD. * All rights reserved. * diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 49f00c732ffc3..61efbee453c4b 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ehcireg.h b/sys/dev/usb/controller/ehcireg.h index 2394b2c17c9a2..81939e203df89 100644 --- a/sys/dev/usb/controller/ehcireg.h +++ b/sys/dev/usb/controller/ehcireg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index c7bc8b3fdfd6e..d2dea9fcbaa9e 100644 --- a/sys/dev/usb/controller/musb_otg.c +++ b/sys/dev/usb/controller/musb_otg.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/musb_otg.h b/sys/dev/usb/controller/musb_otg.h index 7fe19a7ce6541..55ab7aa6c6463 100644 --- a/sys/dev/usb/controller/musb_otg.h +++ b/sys/dev/usb/controller/musb_otg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/musb_otg_atmelarm.c b/sys/dev/usb/controller/musb_otg_atmelarm.c index b752e630f48f0..81859b70f9dcb 100644 --- a/sys/dev/usb/controller/musb_otg_atmelarm.c +++ b/sys/dev/usb/controller/musb_otg_atmelarm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/ohci.c b/sys/dev/usb/controller/ohci.c index a33ce04733bb6..ae9ae4488b89f 100644 --- a/sys/dev/usb/controller/ohci.c +++ b/sys/dev/usb/controller/ohci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 9d8ac7dc83214..50bc1a7f0dd84 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c index 31a1f57b99293..27929aa25ff0a 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ohci_s3c24x0.c b/sys/dev/usb/controller/ohci_s3c24x0.c index 2e0682766fc3b..6255ae19df17a 100644 --- a/sys/dev/usb/controller/ohci_s3c24x0.c +++ b/sys/dev/usb/controller/ohci_s3c24x0.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2009 Andrew Turner. All rights reserved. * diff --git a/sys/dev/usb/controller/ohcireg.h b/sys/dev/usb/controller/ohcireg.h index 7f14875c62737..c6ea41135cc4a 100644 --- a/sys/dev/usb/controller/ohcireg.h +++ b/sys/dev/usb/controller/ohcireg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c index 013a5f3104226..16ffa77568786 100644 --- a/sys/dev/usb/controller/uhci.c +++ b/sys/dev/usb/controller/uhci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/controller/uhci.h b/sys/dev/usb/controller/uhci.h index 801952a73f6fa..fd6a71e0338b0 100644 --- a/sys/dev/usb/controller/uhci.h +++ b/sys/dev/usb/controller/uhci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index 2f8b4647cc1da..c24a34eda2834 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/uhcireg.h b/sys/dev/usb/controller/uhcireg.h index 95eae494e71b4..fa0e4eb9ce873 100644 --- a/sys/dev/usb/controller/uhcireg.h +++ b/sys/dev/usb/controller/uhcireg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c index 9f7ce24618167..154717537da86 100644 --- a/sys/dev/usb/controller/usb_controller.c +++ b/sys/dev/usb/controller/usb_controller.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c index f4d06b783c71b..f8e48b9a5a9c0 100644 --- a/sys/dev/usb/controller/uss820dci.c +++ b/sys/dev/usb/controller/uss820dci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/controller/uss820dci.h b/sys/dev/usb/controller/uss820dci.h index bc9cbc14c7352..13001b1d3924d 100644 --- a/sys/dev/usb/controller/uss820dci.h +++ b/sys/dev/usb/controller/uss820dci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/controller/uss820dci_atmelarm.c b/sys/dev/usb/controller/uss820dci_atmelarm.c index 2684d38d49dbe..465a3a1c65942 100644 --- a/sys/dev/usb/controller/uss820dci_atmelarm.c +++ b/sys/dev/usb/controller/uss820dci_atmelarm.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c index b773c28a20b6a..12ecdefffd818 100644 --- a/sys/dev/usb/controller/xhci.c +++ b/sys/dev/usb/controller/xhci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index 8ca628580c946..b2459d9f3e587 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 44e6cbea39efa..2a56cd5462807 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/xhcireg.h b/sys/dev/usb/controller/xhcireg.h index 0e588ecba3610..b49bc09a8e7a6 100644 --- a/sys/dev/usb/controller/xhcireg.h +++ b/sys/dev/usb/controller/xhcireg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_audio.c b/sys/dev/usb/gadget/g_audio.c index d1bee0e673c12..afb997944bdfa 100644 --- a/sys/dev/usb/gadget/g_audio.c +++ b/sys/dev/usb/gadget/g_audio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_audio.h b/sys/dev/usb/gadget/g_audio.h index 530e0c46dc37a..111071cda0ad9 100644 --- a/sys/dev/usb/gadget/g_audio.h +++ b/sys/dev/usb/gadget/g_audio.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_keyboard.c b/sys/dev/usb/gadget/g_keyboard.c index a1ad566275c44..3a5980a8e9bc4 100644 --- a/sys/dev/usb/gadget/g_keyboard.c +++ b/sys/dev/usb/gadget/g_keyboard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_keyboard.h b/sys/dev/usb/gadget/g_keyboard.h index 669bf8ac6ef36..3e24462c2fe50 100644 --- a/sys/dev/usb/gadget/g_keyboard.h +++ b/sys/dev/usb/gadget/g_keyboard.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_modem.c b/sys/dev/usb/gadget/g_modem.c index cc480ecc1e005..9ffa63bbb6828 100644 --- a/sys/dev/usb/gadget/g_modem.c +++ b/sys/dev/usb/gadget/g_modem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_modem.h b/sys/dev/usb/gadget/g_modem.h index c0d7e332e71d8..c7add7a8ffc1a 100644 --- a/sys/dev/usb/gadget/g_modem.h +++ b/sys/dev/usb/gadget/g_modem.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_mouse.c b/sys/dev/usb/gadget/g_mouse.c index 6aa5413291de8..f041edb85555a 100644 --- a/sys/dev/usb/gadget/g_mouse.c +++ b/sys/dev/usb/gadget/g_mouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_mouse.h b/sys/dev/usb/gadget/g_mouse.h index 6e763bcf486c4..3d256b0a0de1b 100644 --- a/sys/dev/usb/gadget/g_mouse.h +++ b/sys/dev/usb/gadget/g_mouse.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c index 2d93d09d6a862..5d6c0dffd31c9 100644 --- a/sys/dev/usb/input/atp.c +++ b/sys/dev/usb/input/atp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Rohit Grover * All rights reserved. * diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c index cdcad09f1fdd3..b3e2b4d5f8bae 100644 --- a/sys/dev/usb/input/uep.c +++ b/sys/dev/usb/input/uep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010, Gleb Smirnoff <glebius@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 88c68a7bff5d4..2a903c82f4f1d 100644 --- a/sys/dev/usb/input/uhid.c +++ b/sys/dev/usb/input/uhid.c @@ -8,6 +8,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index f6d16f33a3b15..b7f93c1385d95 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -3,6 +3,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index c393f31a94e71..0db7812372665 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/usb_rdesc.h b/sys/dev/usb/input/usb_rdesc.h index 23ea620b73e94..00eea1223f303 100644 --- a/sys/dev/usb/input/usb_rdesc.h +++ b/sys/dev/usb/input/usb_rdesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Nick Hibma <n_hibma@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/input/wsp.c b/sys/dev/usb/input/wsp.c index 6a02618e01f90..e9d8cf73ae0b6 100644 --- a/sys/dev/usb/input/wsp.c +++ b/sys/dev/usb/input/wsp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Huang Wen Hui * All rights reserved. * diff --git a/sys/dev/usb/misc/udbp.c b/sys/dev/usb/misc/udbp.c index 3c07931bc068c..c7106a1fdcf7c 100644 --- a/sys/dev/usb/misc/udbp.c +++ b/sys/dev/usb/misc/udbp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-2000 Whistle Communications, Inc. * All rights reserved. * diff --git a/sys/dev/usb/misc/ufm.c b/sys/dev/usb/misc/ufm.c index e7423b2688459..aecff8ed8bd5c 100644 --- a/sys/dev/usb/misc/ufm.c +++ b/sys/dev/usb/misc/ufm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/usb/net/if_aue.c b/sys/dev/usb/net/if_aue.c index a756820bf3584..5669e3fc4b473 100644 --- a/sys/dev/usb/net/if_aue.c +++ b/sys/dev/usb/net/if_aue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_auereg.h b/sys/dev/usb/net/if_auereg.h index 4d0843eb8b1ab..dfbaac424bf80 100644 --- a/sys/dev/usb/net/if_auereg.h +++ b/sys/dev/usb/net/if_auereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_axe.c b/sys/dev/usb/net/if_axe.c index aa1ce0ed4c372..68f4479d8e217 100644 --- a/sys/dev/usb/net/if_axe.c +++ b/sys/dev/usb/net/if_axe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/usb/net/if_axereg.h b/sys/dev/usb/net/if_axereg.h index 64cb2352485a6..2654bbbab9af4 100644 --- a/sys/dev/usb/net/if_axereg.h +++ b/sys/dev/usb/net/if_axereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/usb/net/if_axge.c b/sys/dev/usb/net/if_axge.c index eb025c72a8022..a92b69fa14b79 100644 --- a/sys/dev/usb/net/if_axge.c +++ b/sys/dev/usb/net/if_axge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Kevin Lo * All rights reserved. * diff --git a/sys/dev/usb/net/if_axgereg.h b/sys/dev/usb/net/if_axgereg.h index 1825d3b0994bf..f8eec25346c25 100644 --- a/sys/dev/usb/net/if_axgereg.h +++ b/sys/dev/usb/net/if_axgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Kevin Lo * All rights reserved. * diff --git a/sys/dev/usb/net/if_cdce.c b/sys/dev/usb/net/if_cdce.c index 8b220ae84051d..d3662fe22e863 100644 --- a/sys/dev/usb/net/if_cdce.c +++ b/sys/dev/usb/net/if_cdce.c @@ -1,6 +1,8 @@ /* $NetBSD: if_cdce.c,v 1.4 2004/10/24 12:50:54 augustss Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul@windriver.com> * Copyright (c) 2003-2005 Craig Boston * Copyright (c) 2004 Daniel Hartmeier diff --git a/sys/dev/usb/net/if_cdcereg.h b/sys/dev/usb/net/if_cdcereg.h index 1bc2d6039dc18..26d037c593b83 100644 --- a/sys/dev/usb/net/if_cdcereg.h +++ b/sys/dev/usb/net/if_cdcereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003-2005 Craig Boston * All rights reserved. * diff --git a/sys/dev/usb/net/if_cue.c b/sys/dev/usb/net/if_cue.c index 1190f98231e28..9d66e51289b93 100644 --- a/sys/dev/usb/net/if_cue.c +++ b/sys/dev/usb/net/if_cue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_cuereg.h b/sys/dev/usb/net/if_cuereg.h index ff245c0513ebb..b5cccee42c194 100644 --- a/sys/dev/usb/net/if_cuereg.h +++ b/sys/dev/usb/net/if_cuereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_ipheth.c b/sys/dev/usb/net/if_ipheth.c index d7035881e0973..ab323bfeacac7 100644 --- a/sys/dev/usb/net/if_ipheth.c +++ b/sys/dev/usb/net/if_ipheth.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * Copyright (c) 2009 Diego Giagio. All rights reserved. * diff --git a/sys/dev/usb/net/if_iphethvar.h b/sys/dev/usb/net/if_iphethvar.h index 65b0c940c6007..4f9901891e622 100644 --- a/sys/dev/usb/net/if_iphethvar.h +++ b/sys/dev/usb/net/if_iphethvar.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * Copyright (c) 2009 Diego Giagio. All rights reserved. * diff --git a/sys/dev/usb/net/if_kue.c b/sys/dev/usb/net/if_kue.c index 562ead2809e7a..4c07043e1712e 100644 --- a/sys/dev/usb/net/if_kue.c +++ b/sys/dev/usb/net/if_kue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_kuefw.h b/sys/dev/usb/net/if_kuefw.h index 2b055a92ed7b6..8b799f01f850d 100644 --- a/sys/dev/usb/net/if_kuefw.h +++ b/sys/dev/usb/net/if_kuefw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_kuereg.h b/sys/dev/usb/net/if_kuereg.h index 16ad044d07ef8..2f5d7ccb3b383 100644 --- a/sys/dev/usb/net/if_kuereg.h +++ b/sys/dev/usb/net/if_kuereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_mos.c b/sys/dev/usb/net/if_mos.c index e6aaac95cc76b..14619eccdf39b 100644 --- a/sys/dev/usb/net/if_mos.c +++ b/sys/dev/usb/net/if_mos.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: 0BSD AND BSD-4-Clause + * * Copyright (c) 2011 Rick van der Zwet <info@rickvanderzwet.nl> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/dev/usb/net/if_mosreg.h b/sys/dev/usb/net/if_mosreg.h index c811d55279e39..b8034feb8e44b 100644 --- a/sys/dev/usb/net/if_mosreg.h +++ b/sys/dev/usb/net/if_mosreg.h @@ -32,6 +32,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/usb/net/if_rue.c b/sys/dev/usb/net/if_rue.c index 9b86e88474b87..3766c993e4edf 100644 --- a/sys/dev/usb/net/if_rue.c +++ b/sys/dev/usb/net/if_rue.c @@ -25,6 +25,8 @@ * SUCH DAMAGE. */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/usb/net/if_ruereg.h b/sys/dev/usb/net/if_ruereg.h index c90a9692156e8..688ee24e51eb4 100644 --- a/sys/dev/usb/net/if_ruereg.h +++ b/sys/dev/usb/net/if_ruereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/net/if_smsc.c b/sys/dev/usb/net/if_smsc.c index 25a737795ae7d..27ed2f56f482d 100644 --- a/sys/dev/usb/net/if_smsc.c +++ b/sys/dev/usb/net/if_smsc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 * Ben Gray <bgray@freebsd.org>. * All rights reserved. diff --git a/sys/dev/usb/net/if_smscreg.h b/sys/dev/usb/net/if_smscreg.h index 31a63828badfb..5ad79b9e13ea6 100644 --- a/sys/dev/usb/net/if_smscreg.h +++ b/sys/dev/usb/net/if_smscreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 * Ben Gray <bgray@freebsd.org>. * All rights reserved. diff --git a/sys/dev/usb/net/if_udav.c b/sys/dev/usb/net/if_udav.c index 7357425351648..92a9d4008f0dd 100644 --- a/sys/dev/usb/net/if_udav.c +++ b/sys/dev/usb/net/if_udav.c @@ -2,6 +2,8 @@ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. * diff --git a/sys/dev/usb/net/if_udavreg.h b/sys/dev/usb/net/if_udavreg.h index 7c35829b5d63b..d892700620bfe 100644 --- a/sys/dev/usb/net/if_udavreg.h +++ b/sys/dev/usb/net/if_udavreg.h @@ -2,6 +2,8 @@ /* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. * diff --git a/sys/dev/usb/net/if_usie.c b/sys/dev/usb/net/if_usie.c index 528c1e47697ed..9a809cd96d42e 100644 --- a/sys/dev/usb/net/if_usie.c +++ b/sys/dev/usb/net/if_usie.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Anybots Inc * written by Akinori Furukoshi <moonlightakkiy@yahoo.ca> * - ucom part is based on u3g.c diff --git a/sys/dev/usb/net/if_usievar.h b/sys/dev/usb/net/if_usievar.h index 9ba0dc8b12ac8..8dc0506affbc9 100644 --- a/sys/dev/usb/net/if_usievar.h +++ b/sys/dev/usb/net/if_usievar.h @@ -2,6 +2,8 @@ /*- * Copyright (c) 2011 Anybots Inc + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * written by Akinori Furukoshi <moonlightakkiy@yahoo.ca> * - ucom part is based on u3g.c * diff --git a/sys/dev/usb/net/ruephy.c b/sys/dev/usb/net/ruephy.c index 746ddbae6aa7b..017d07c3c1346 100644 --- a/sys/dev/usb/net/ruephy.c +++ b/sys/dev/usb/net/ruephy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/net/ruephyreg.h b/sys/dev/usb/net/ruephyreg.h index 01d3cc172246b..38c508d5f01cd 100644 --- a/sys/dev/usb/net/ruephyreg.h +++ b/sys/dev/usb/net/ruephyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index c94e67625a945..7f40233b33a26 100644 --- a/sys/dev/usb/net/uhso.c +++ b/sys/dev/usb/net/uhso.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Fredrik Lindberg <fli@shapeshifter.se> * All rights reserved. * diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 0b0350cea34b6..53c40302d491d 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andrew Thompson (thompsa@FreeBSD.org) * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/net/usb_ethernet.h b/sys/dev/usb/net/usb_ethernet.h index af7cad437f97c..59c41a9171b0b 100644 --- a/sys/dev/usb/net/usb_ethernet.h +++ b/sys/dev/usb/net/usb_ethernet.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c index 42b7cc78011c6..ea46871760d7f 100644 --- a/sys/dev/usb/quirk/usb_quirk.c +++ b/sys/dev/usb/quirk/usb_quirk.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/quirk/usb_quirk.h b/sys/dev/usb/quirk/usb_quirk.h index bb9fe190e166b..e7f2e02f60848 100644 --- a/sys/dev/usb/quirk/usb_quirk.h +++ b/sys/dev/usb/quirk/usb_quirk.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/serial/ubsa.c b/sys/dev/usb/serial/ubsa.c index 74159687e76c6..b03024ef2deab 100644 --- a/sys/dev/usb/serial/ubsa.c +++ b/sys/dev/usb/serial/ubsa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/ubser.c b/sys/dev/usb/serial/ubser.c index 10fb564c430b2..8a3ea4f33a772 100644 --- a/sys/dev/usb/serial/ubser.c +++ b/sys/dev/usb/serial/ubser.c @@ -8,6 +8,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/uchcom.c b/sys/dev/usb/serial/uchcom.c index e3fdeedc8a23a..42baecf5d6414 100644 --- a/sys/dev/usb/serial/uchcom.c +++ b/sys/dev/usb/serial/uchcom.c @@ -1,6 +1,8 @@ /* $NetBSD: uchcom.c,v 1.1 2007/09/03 17:57:37 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2007, Takanori Watanabe * All rights reserved. * diff --git a/sys/dev/usb/serial/ucycom.c b/sys/dev/usb/serial/ucycom.c index 66aedecd1041c..b8c3a0189b377 100644 --- a/sys/dev/usb/serial/ucycom.c +++ b/sys/dev/usb/serial/ucycom.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/usb/serial/ufoma.c b/sys/dev/usb/serial/ufoma.c index dfb41e1871d0e..c27232eca218b 100644 --- a/sys/dev/usb/serial/ufoma.c +++ b/sys/dev/usb/serial/ufoma.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); #define UFOMA_HANDSFREE /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2005, Takanori Watanabe * Copyright (c) 2003, M. Warner Losh <imp@FreeBSD.org>. * All rights reserved. diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c index bdad31891390d..da141a1c494a4 100644 --- a/sys/dev/usb/serial/uftdi.c +++ b/sys/dev/usb/serial/uftdi.c @@ -1,6 +1,8 @@ /* $NetBSD: uftdi.c,v 1.13 2002/09/23 05:51:23 simonb Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/ugensa.c b/sys/dev/usb/serial/ugensa.c index d78c326c9a917..19bcfca05b7ac 100644 --- a/sys/dev/usb/serial/ugensa.c +++ b/sys/dev/usb/serial/ugensa.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: ugensa.c,v 1.9.2.1 2007/03/24 14:55:50 yamt Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/uipaq.c b/sys/dev/usb/serial/uipaq.c index d483ce59017f9..ba83ad7d2ac8b 100644 --- a/sys/dev/usb/serial/uipaq.c +++ b/sys/dev/usb/serial/uipaq.c @@ -1,7 +1,9 @@ /* $NetBSD: uipaq.c,v 1.4 2006/11/16 01:33:27 christos Exp $ */ /* $OpenBSD: uipaq.c,v 1.1 2005/06/17 23:50:33 deraadt Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000-2005 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/ulpt.c b/sys/dev/usb/serial/ulpt.c index 529f835544571..80873b985cc35 100644 --- a/sys/dev/usb/serial/ulpt.c +++ b/sys/dev/usb/serial/ulpt.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/umcs.c b/sys/dev/usb/serial/umcs.c index c5ac0d6c52aa3..bcff8190344d3 100644 --- a/sys/dev/usb/serial/umcs.c +++ b/sys/dev/usb/serial/umcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Lev Serebryakov <lev@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/umcs.h b/sys/dev/usb/serial/umcs.h index 8ba57c1387818..288988c2d9b62 100644 --- a/sys/dev/usb/serial/umcs.h +++ b/sys/dev/usb/serial/umcs.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Lev Serebryakov <lev@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/umct.c b/sys/dev/usb/serial/umct.c index 251e0790fce77..5ec06ec76b3bc 100644 --- a/sys/dev/usb/serial/umct.c +++ b/sys/dev/usb/serial/umct.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Scott Long * All rights reserved. * diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c index b9f798b479ae6..654a8e9539098 100644 --- a/sys/dev/usb/serial/umodem.c +++ b/sys/dev/usb/serial/umodem.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2003, M. Warner Losh <imp@FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index 1bcf131dd29b6..9854e4e7884b6 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/usb_serial.c b/sys/dev/usb/serial/usb_serial.c index 4c4f8f2870789..f9255cdb82fcd 100644 --- a/sys/dev/usb/serial/usb_serial.c +++ b/sys/dev/usb/serial/usb_serial.c @@ -1,6 +1,8 @@ /* $NetBSD: ucom.c,v 1.40 2001/11/13 06:24:54 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2003, 2005, 2008 * Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. diff --git a/sys/dev/usb/serial/usb_serial.h b/sys/dev/usb/serial/usb_serial.h index 2b3e258d50ae0..4ad35e79140e6 100644 --- a/sys/dev/usb/serial/usb_serial.h +++ b/sys/dev/usb/serial/usb_serial.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/serial/uvisor.c b/sys/dev/usb/serial/uvisor.c index 4d72e38d9df46..83b3657798cdb 100644 --- a/sys/dev/usb/serial/uvisor.c +++ b/sys/dev/usb/serial/uvisor.c @@ -14,6 +14,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/uvscom.c b/sys/dev/usb/serial/uvscom.c index 0a6e7146a436b..201cea923057e 100644 --- a/sys/dev/usb/serial/uvscom.c +++ b/sys/dev/usb/serial/uvscom.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. * diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index acec1c9da528e..a789b85c155bc 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>, * Nick Hibma <n_hibma@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/usb/storage/urio.c b/sys/dev/usb/storage/urio.c index 7de31324b7756..b205bff0c1a32 100644 --- a/sys/dev/usb/storage/urio.c +++ b/sys/dev/usb/storage/urio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Iwasa Kazmi * All rights reserved. * diff --git a/sys/dev/usb/storage/ustorage_fs.c b/sys/dev/usb/storage/ustorage_fs.c index 69c3d2087f0e8..b2958e584f986 100644 --- a/sys/dev/usb/storage/ustorage_fs.c +++ b/sys/dev/usb/storage/ustorage_fs.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2003-2005 Alan Stern * Copyright (C) 2008 Hans Petter Selasky * All rights reserved. diff --git a/sys/dev/usb/template/usb_template.c b/sys/dev/usb/template/usb_template.c index 9bebbf6eb8bce..f94b92519b347 100644 --- a/sys/dev/usb/template/usb_template.c +++ b/sys/dev/usb/template/usb_template.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template.h b/sys/dev/usb/template/usb_template.h index 1b320c689f1b4..f9268f7ab7b55 100644 --- a/sys/dev/usb/template/usb_template.h +++ b/sys/dev/usb/template/usb_template.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/template/usb_template_audio.c b/sys/dev/usb/template/usb_template_audio.c index 7c7cebe333670..8abdbb1d8e1d0 100644 --- a/sys/dev/usb/template/usb_template_audio.c +++ b/sys/dev/usb/template/usb_template_audio.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_cdce.c b/sys/dev/usb/template/usb_template_cdce.c index 68f69d0ad5731..3defec8540c7e 100644 --- a/sys/dev/usb/template/usb_template_cdce.c +++ b/sys/dev/usb/template/usb_template_cdce.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/template/usb_template_kbd.c b/sys/dev/usb/template/usb_template_kbd.c index 306b2fee155ce..6737aba30528e 100644 --- a/sys/dev/usb/template/usb_template_kbd.c +++ b/sys/dev/usb/template/usb_template_kbd.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_modem.c b/sys/dev/usb/template/usb_template_modem.c index 6a976f7cbf173..d64c20f07b76a 100644 --- a/sys/dev/usb/template/usb_template_modem.c +++ b/sys/dev/usb/template/usb_template_modem.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_mouse.c b/sys/dev/usb/template/usb_template_mouse.c index a48ccf4d61d6e..302b69a3eda5b 100644 --- a/sys/dev/usb/template/usb_template_mouse.c +++ b/sys/dev/usb/template/usb_template_mouse.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c index 6809e63ff6e4b..12226a2b22165 100644 --- a/sys/dev/usb/template/usb_template_msc.c +++ b/sys/dev/usb/template/usb_template_msc.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/template/usb_template_mtp.c b/sys/dev/usb/template/usb_template_mtp.c index d428e992f0626..a2bfc04c2dc7c 100644 --- a/sys/dev/usb/template/usb_template_mtp.c +++ b/sys/dev/usb/template/usb_template_mtp.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/ufm_ioctl.h b/sys/dev/usb/ufm_ioctl.h index 5a233883546c8..599d36d4c620c 100644 --- a/sys/dev/usb/ufm_ioctl.h +++ b/sys/dev/usb/ufm_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index bcea2ac8bd194..0e549ae4b05e3 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/usb_bus.h b/sys/dev/usb/usb_bus.h index 3ceeb1efa7e31..710436c16eb9c 100644 --- a/sys/dev/usb/usb_bus.h +++ b/sys/dev/usb/usb_bus.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_busdma.c b/sys/dev/usb/usb_busdma.c index a52a9098e46b9..643891e2cad30 100644 --- a/sys/dev/usb/usb_busdma.c +++ b/sys/dev/usb/usb_busdma.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_busdma.h b/sys/dev/usb/usb_busdma.h index 077bf8b86417a..d75e67eee8feb 100644 --- a/sys/dev/usb/usb_busdma.h +++ b/sys/dev/usb/usb_busdma.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_cdc.h b/sys/dev/usb/usb_cdc.h index 86f3517073596..d77c24bb7ad8d 100644 --- a/sys/dev/usb/usb_cdc.h +++ b/sys/dev/usb/usb_cdc.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/usb_controller.h b/sys/dev/usb/usb_controller.h index 6a2f6b03edda6..59139e64bd99c 100644 --- a/sys/dev/usb/usb_controller.h +++ b/sys/dev/usb/usb_controller.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_core.c b/sys/dev/usb/usb_core.c index 1516e77425dfb..bb7408a680dfb 100644 --- a/sys/dev/usb/usb_core.c +++ b/sys/dev/usb/usb_core.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_core.h b/sys/dev/usb/usb_core.h index 739a0039160da..b19cb5b9df4b1 100644 --- a/sys/dev/usb/usb_core.h +++ b/sys/dev/usb/usb_core.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_debug.c b/sys/dev/usb/usb_debug.c index 9c7fa6e1d062f..7e4760cd636ef 100644 --- a/sys/dev/usb/usb_debug.c +++ b/sys/dev/usb/usb_debug.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h index e30f2c2c83d88..87c0dcfe3d5f0 100644 --- a/sys/dev/usb/usb_debug.h +++ b/sys/dev/usb/usb_debug.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dev.c b/sys/dev/usb/usb_dev.c index 47ab5a03edd30..de07b99b503d7 100644 --- a/sys/dev/usb/usb_dev.c +++ b/sys/dev/usb/usb_dev.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dev.h b/sys/dev/usb/usb_dev.h index f87ba53bc1a2d..ae851153efb1b 100644 --- a/sys/dev/usb/usb_dev.h +++ b/sys/dev/usb/usb_dev.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index c33069bb145ac..19b439e2f953d 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h index 22e15606380f5..1cf48ea14a3a6 100644 --- a/sys/dev/usb/usb_device.h +++ b/sys/dev/usb/usb_device.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dynamic.c b/sys/dev/usb/usb_dynamic.c index 24c13f9f5dc19..1f4370ad2d53d 100644 --- a/sys/dev/usb/usb_dynamic.c +++ b/sys/dev/usb/usb_dynamic.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dynamic.h b/sys/dev/usb/usb_dynamic.h index e52c46fb75b8d..2d46afc835609 100644 --- a/sys/dev/usb/usb_dynamic.h +++ b/sys/dev/usb/usb_dynamic.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_endian.h b/sys/dev/usb/usb_endian.h index 0bbcb9bf828cd..5976176772820 100644 --- a/sys/dev/usb/usb_endian.h +++ b/sys/dev/usb/usb_endian.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_error.c b/sys/dev/usb/usb_error.c index 5987d8107c4db..b2b44e18fa507 100644 --- a/sys/dev/usb/usb_error.c +++ b/sys/dev/usb/usb_error.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h index 3bc9d2c1eb52c..fc06f6980fb84 100644 --- a/sys/dev/usb/usb_freebsd.h +++ b/sys/dev/usb/usb_freebsd.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_freebsd_loader.h b/sys/dev/usb/usb_freebsd_loader.h index aa26008bbe40e..9f7c5821b76cd 100644 --- a/sys/dev/usb/usb_freebsd_loader.h +++ b/sys/dev/usb/usb_freebsd_loader.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_generic.c b/sys/dev/usb/usb_generic.c index 73b62a7ee5e3a..42387a95f3170 100644 --- a/sys/dev/usb/usb_generic.c +++ b/sys/dev/usb/usb_generic.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_generic.h b/sys/dev/usb/usb_generic.h index 835ec72afd09b..d03f25cd94553 100644 --- a/sys/dev/usb/usb_generic.h +++ b/sys/dev/usb/usb_generic.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_handle_request.c b/sys/dev/usb/usb_handle_request.c index fcbdf95f748a7..58088644f0900 100644 --- a/sys/dev/usb/usb_handle_request.c +++ b/sys/dev/usb/usb_handle_request.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_hid.c b/sys/dev/usb/usb_hid.c index 2c045dbed4428..b68a364e6892b 100644 --- a/sys/dev/usb/usb_hid.c +++ b/sys/dev/usb/usb_hid.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /* $NetBSD: hid.c,v 1.17 2001/11/13 06:24:53 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/usb_hub.c b/sys/dev/usb/usb_hub.c index 4b2c984cd84e3..7caa4fbcf3a92 100644 --- a/sys/dev/usb/usb_hub.c +++ b/sys/dev/usb/usb_hub.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. * Copyright (c) 2008-2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/usb_hub.h b/sys/dev/usb/usb_hub.h index 16430d9b29a78..3d4e08373107f 100644 --- a/sys/dev/usb/usb_hub.h +++ b/sys/dev/usb/usb_hub.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index 683f3e61b8589..7cf90649db009 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/usb_lookup.c b/sys/dev/usb/usb_lookup.c index 86e1a82a74c0f..f3faf7e8ac422 100644 --- a/sys/dev/usb/usb_lookup.c +++ b/sys/dev/usb/usb_lookup.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_mbuf.c b/sys/dev/usb/usb_mbuf.c index ff2f6da2afdad..eacef78be4ccb 100644 --- a/sys/dev/usb/usb_mbuf.c +++ b/sys/dev/usb/usb_mbuf.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_mbuf.h b/sys/dev/usb/usb_mbuf.h index 3b331ffce68b4..2466e2e4c4dc9 100644 --- a/sys/dev/usb/usb_mbuf.h +++ b/sys/dev/usb/usb_mbuf.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_msctest.c b/sys/dev/usb/usb_msctest.c index b99fd2918e351..0db7015549ad2 100644 --- a/sys/dev/usb/usb_msctest.c +++ b/sys/dev/usb/usb_msctest.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008,2011 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_msctest.h b/sys/dev/usb/usb_msctest.h index d3f26c2b193c8..6b5d3283738b0 100644 --- a/sys/dev/usb/usb_msctest.h +++ b/sys/dev/usb/usb_msctest.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_parse.c b/sys/dev/usb/usb_parse.c index 07446966fccf0..5cace00fadc77 100644 --- a/sys/dev/usb/usb_parse.c +++ b/sys/dev/usb/usb_parse.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_pci.h b/sys/dev/usb/usb_pci.h index 6eebc55175bf3..86e8cb397e4d5 100644 --- a/sys/dev/usb/usb_pci.h +++ b/sys/dev/usb/usb_pci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_pf.c b/sys/dev/usb/usb_pf.c index 82ad8e4e9cbb0..7c7d9ec452960 100644 --- a/sys/dev/usb/usb_pf.c +++ b/sys/dev/usb/usb_pf.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/usb/usb_pf.h b/sys/dev/usb/usb_pf.h index 9d51e98c05005..36dfa833c1d27 100644 --- a/sys/dev/usb/usb_pf.h +++ b/sys/dev/usb/usb_pf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index 16d93b4b8615f..99c20090263bd 100644 --- a/sys/dev/usb/usb_process.c +++ b/sys/dev/usb/usb_process.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h index dd20afd4e65a3..7be78917b8f0f 100644 --- a/sys/dev/usb/usb_process.h +++ b/sys/dev/usb/usb_process.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_request.c b/sys/dev/usb/usb_request.c index 7c02282f65382..074372d390c30 100644 --- a/sys/dev/usb/usb_request.c +++ b/sys/dev/usb/usb_request.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h index 9f0a4e644d550..7c65313265ef4 100644 --- a/sys/dev/usb/usb_request.h +++ b/sys/dev/usb/usb_request.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_transfer.c b/sys/dev/usb/usb_transfer.c index a2ca28b643a7f..dec306cdfda2a 100644 --- a/sys/dev/usb/usb_transfer.c +++ b/sys/dev/usb/usb_transfer.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_transfer.h b/sys/dev/usb/usb_transfer.h index f035240b2b47d..da632a738262d 100644 --- a/sys/dev/usb/usb_transfer.h +++ b/sys/dev/usb/usb_transfer.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_util.c b/sys/dev/usb/usb_util.c index cc9ede184bf4b..8a85bf6506bb7 100644 --- a/sys/dev/usb/usb_util.c +++ b/sys/dev/usb/usb_util.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h index 7e52404f1fd31..87e54d35150ea 100644 --- a/sys/dev/usb/usb_util.h +++ b/sys/dev/usb/usb_util.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 1a59fbb8cad47..02ff4ceb8cf33 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andrew Thompson * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index 1e450f8f4ff22..d0ee6f9d330a9 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andrew Thompson * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 31aa7ea4b2d89..8870e2918df12 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index 470be6fcdead4..dff4e5c201b87 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND 0BSD + * * Copyright (c) 2006 Sam Leffler, Errno Consulting * Copyright (c) 2008-2009 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. diff --git a/sys/dev/usb/wlan/if_zydfw.h b/sys/dev/usb/wlan/if_zydfw.h index 46f5c2aba7516..f18442e924bf2 100644 --- a/sys/dev/usb/wlan/if_zydfw.h +++ b/sys/dev/usb/wlan/if_zydfw.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001, 2002, 2003,2004 ZyDAS Technology Corporation. * All rights reserved. * diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c index 315f273eef9de..e0ae98fa0b397 100644 --- a/sys/dev/vge/if_vge.c +++ b/sys/dev/vge/if_vge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/vge/if_vgereg.h b/sys/dev/vge/if_vgereg.h index c8b3f1bb459b3..88e6f22f31241 100644 --- a/sys/dev/vge/if_vgereg.h +++ b/sys/dev/vge/if_vgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/vge/if_vgevar.h b/sys/dev/vge/if_vgevar.h index ca899cc5fc0a1..6e707e2d59653 100644 --- a/sys/dev/vge/if_vgevar.h +++ b/sys/dev/vge/if_vgevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/sys/dev/viawd/viawd.c b/sys/dev/viawd/viawd.c index 46d7644f77eaf..95a4a11117809 100644 --- a/sys/dev/viawd/viawd.c +++ b/sys/dev/viawd/viawd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Fabien Thomas <fabient@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/viawd/viawd.h b/sys/dev/viawd/viawd.h index d311b8848dc20..4771a8663079a 100644 --- a/sys/dev/viawd/viawd.h +++ b/sys/dev/viawd/viawd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Fabien Thomas <fabient@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/balloon/virtio_balloon.c b/sys/dev/virtio/balloon/virtio_balloon.c index 6d00ef38bfa30..678a25ce21d09 100644 --- a/sys/dev/virtio/balloon/virtio_balloon.c +++ b/sys/dev/virtio/balloon/virtio_balloon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/balloon/virtio_balloon.h b/sys/dev/virtio/balloon/virtio_balloon.h index f143341572cd2..b871dfb01c564 100644 --- a/sys/dev/virtio/balloon/virtio_balloon.h +++ b/sys/dev/virtio/balloon/virtio_balloon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. * diff --git a/sys/dev/virtio/block/virtio_blk.c b/sys/dev/virtio/block/virtio_blk.c index 7b273641a5dd2..6fb64cf326054 100644 --- a/sys/dev/virtio/block/virtio_blk.c +++ b/sys/dev/virtio/block/virtio_blk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/block/virtio_blk.h b/sys/dev/virtio/block/virtio_blk.h index 8ce6e159b49b2..c27bc371d06ea 100644 --- a/sys/dev/virtio/block/virtio_blk.h +++ b/sys/dev/virtio/block/virtio_blk.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. * diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c index 37189753012e2..63bbc29c9efb4 100644 --- a/sys/dev/virtio/network/if_vtnet.c +++ b/sys/dev/virtio/network/if_vtnet.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/network/if_vtnetvar.h b/sys/dev/virtio/network/if_vtnetvar.h index 15436d983ca95..bd6938b1c9fe3 100644 --- a/sys/dev/virtio/network/if_vtnetvar.h +++ b/sys/dev/virtio/network/if_vtnetvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/network/virtio_net.h b/sys/dev/virtio/network/virtio_net.h index f4f9febf59a23..b0c80b58c7320 100644 --- a/sys/dev/virtio/network/virtio_net.h +++ b/sys/dev/virtio/network/virtio_net.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. * diff --git a/sys/dev/virtio/pci/virtio_pci.c b/sys/dev/virtio/pci/virtio_pci.c index 121351fda26b3..100b44cd1843d 100644 --- a/sys/dev/virtio/pci/virtio_pci.c +++ b/sys/dev/virtio/pci/virtio_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/pci/virtio_pci.h b/sys/dev/virtio/pci/virtio_pci.h index f071ad638d4cc..8212e36bb733e 100644 --- a/sys/dev/virtio/pci/virtio_pci.h +++ b/sys/dev/virtio/pci/virtio_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright IBM Corp. 2007 * * Authors: diff --git a/sys/dev/virtio/random/virtio_random.c b/sys/dev/virtio/random/virtio_random.c index 8c08853f35006..18326891f05e8 100644 --- a/sys/dev/virtio/random/virtio_random.c +++ b/sys/dev/virtio/random/virtio_random.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/scsi/virtio_scsi.c b/sys/dev/virtio/scsi/virtio_scsi.c index 0c08b84a14618..102758f8ab449 100644 --- a/sys/dev/virtio/scsi/virtio_scsi.c +++ b/sys/dev/virtio/scsi/virtio_scsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/scsi/virtio_scsi.h b/sys/dev/virtio/scsi/virtio_scsi.h index caf7aaf84e64a..9a9c5232dfee9 100644 --- a/sys/dev/virtio/scsi/virtio_scsi.h +++ b/sys/dev/virtio/scsi/virtio_scsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. * diff --git a/sys/dev/virtio/scsi/virtio_scsivar.h b/sys/dev/virtio/scsi/virtio_scsivar.h index f30f66751b81a..3e4109e658709 100644 --- a/sys/dev/virtio/scsi/virtio_scsivar.h +++ b/sys/dev/virtio/scsi/virtio_scsivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c index b19c288d4e6a4..9cdfd5e665f4d 100644 --- a/sys/dev/virtio/virtio.c +++ b/sys/dev/virtio/virtio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/virtio.h b/sys/dev/virtio/virtio.h index 05fb0c6ca5ea1..94aa8fa1f1313 100644 --- a/sys/dev/virtio/virtio.h +++ b/sys/dev/virtio/virtio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2014, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/virtio_ring.h b/sys/dev/virtio/virtio_ring.h index 8e902ab59c2bc..ee2609685d06d 100644 --- a/sys/dev/virtio/virtio_ring.h +++ b/sys/dev/virtio/virtio_ring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright Rusty Russell IBM Corporation 2007. * * This header is BSD licensed so anyone can use the definitions to implement diff --git a/sys/dev/virtio/virtqueue.c b/sys/dev/virtio/virtqueue.c index e25d39e6b5d72..9434298ce2318 100644 --- a/sys/dev/virtio/virtqueue.c +++ b/sys/dev/virtio/virtqueue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/virtio/virtqueue.h b/sys/dev/virtio/virtqueue.h index cefb84845592a..7a70dc781694e 100644 --- a/sys/dev/virtio/virtqueue.h +++ b/sys/dev/virtio/virtqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/vkbd/vkbd.c b/sys/dev/vkbd/vkbd.c index 6bfd5e9f298c8..f6454916368b0 100644 --- a/sys/dev/vkbd/vkbd.c +++ b/sys/dev/vkbd/vkbd.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/sys/dev/vkbd/vkbd_var.h b/sys/dev/vkbd/vkbd_var.h index 51e7ff467d17b..d5f3ec81d03bc 100644 --- a/sys/dev/vkbd/vkbd_var.h +++ b/sys/dev/vkbd/vkbd_var.h @@ -1,6 +1,8 @@ /*- * vkbd_var.h * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index 5ffee24c15884..b1c7b540155cf 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.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/vr/if_vrreg.h b/sys/dev/vr/if_vrreg.h index 3618c1bae9369..fdb581ace0a20 100644 --- a/sys/dev/vr/if_vrreg.h +++ b/sys/dev/vr/if_vrreg.h @@ -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/vt/colors/vt_termcolors.c b/sys/dev/vt/colors/vt_termcolors.c index 40b4c7f1215dc..fabec41387c20 100644 --- a/sys/dev/vt/colors/vt_termcolors.c +++ b/sys/dev/vt/colors/vt_termcolors.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/colors/vt_termcolors.h b/sys/dev/vt/colors/vt_termcolors.h index fd54733dd3203..dbea54a1c75b3 100644 --- a/sys/dev/vt/colors/vt_termcolors.h +++ b/sys/dev/vt/colors/vt_termcolors.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/font/vt_font_default.c b/sys/dev/vt/font/vt_font_default.c index 636103b373a47..4fe00a3269e59 100644 --- a/sys/dev/vt/font/vt_font_default.c +++ b/sys/dev/vt/font/vt_font_default.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014 Dimitar Toshkov Zhekov. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/vt/font/vt_mouse_cursor.c b/sys/dev/vt/font/vt_mouse_cursor.c index 5e012150c2d3d..386fe99a1f48c 100644 --- a/sys/dev/vt/font/vt_mouse_cursor.c +++ b/sys/dev/vt/font/vt_mouse_cursor.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c index 9c9904088a1ef..7b8b88cad51ab 100644 --- a/sys/dev/vt/hw/efifb/efifb.c +++ b/sys/dev/vt/hw/efifb/efifb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c index 3eddfba48021a..29306f336e4a7 100644 --- a/sys/dev/vt/hw/fb/vt_early_fb.c +++ b/sys/dev/vt/hw/fb/vt_early_fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c index 1a9bbecd2e353..6145940b24765 100644 --- a/sys/dev/vt/hw/fb/vt_fb.c +++ b/sys/dev/vt/hw/fb/vt_fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/fb/vt_fb.h b/sys/dev/vt/hw/fb/vt_fb.h index 98ecefa77f6c9..6a185bab0dcb5 100644 --- a/sys/dev/vt/hw/fb/vt_fb.h +++ b/sys/dev/vt/hw/fb/vt_fb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c index 0776a8e622db0..5c9c0695ce94f 100644 --- a/sys/dev/vt/hw/ofwfb/ofwfb.c +++ b/sys/dev/vt/hw/ofwfb/ofwfb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/vt/logo/logo_freebsd.c b/sys/dev/vt/logo/logo_freebsd.c index beb3f0c4990be..f6d141f09cfc3 100644 --- a/sys/dev/vt/logo/logo_freebsd.c +++ b/sys/dev/vt/logo/logo_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index 0ca6dbe7c7197..cea9191ae7ad6 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/vt/vt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_buf.c b/sys/dev/vt/vt_buf.c index ce3e621cb22a7..ae6251a59eebf 100644 --- a/sys/dev/vt/vt_buf.c +++ b/sys/dev/vt/vt_buf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_consolectl.c b/sys/dev/vt/vt_consolectl.c index a7042fd147062..4353271255ffa 100644 --- a/sys/dev/vt/vt_consolectl.c +++ b/sys/dev/vt/vt_consolectl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c index 20d87f039e413..5bd88b71e742e 100644 --- a/sys/dev/vt/vt_core.c +++ b/sys/dev/vt/vt_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_font.c b/sys/dev/vt/vt_font.c index 4c369c68bdb20..c51385e3891ca 100644 --- a/sys/dev/vt/vt_font.c +++ b/sys/dev/vt/vt_font.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_sysmouse.c b/sys/dev/vt/vt_sysmouse.c index 019050b7694e4..4afb9e1e126b4 100644 --- a/sys/dev/vt/vt_sysmouse.c +++ b/sys/dev/vt/vt_sysmouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/vte/if_vte.c b/sys/dev/vte/if_vte.c index d3eb06a6ba386..b0f588888a4aa 100644 --- a/sys/dev/vte/if_vte.c +++ b/sys/dev/vte/if_vte.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/vte/if_vtereg.h b/sys/dev/vte/if_vtereg.h index 536617b88c1a8..2d90525010dcd 100644 --- a/sys/dev/vte/if_vtereg.h +++ b/sys/dev/vte/if_vtereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/vte/if_vtevar.h b/sys/dev/vte/if_vtevar.h index a8e79d09c68a5..9f2f7dda5bbf4 100644 --- a/sys/dev/vte/if_vtevar.h +++ b/sys/dev/vte/if_vtevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index a1ba239a7b9e2..75769fd70a006 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> * All rights reserved. * diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index 72fff6aed21a7..6fd165d081342 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1996 Naoki Hamada <nao@tom-yam.or.jp> * All rights reserved. * diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index 08ac4088abac5..80894cf877dd0 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/vx/if_vxvar.h b/sys/dev/vx/if_vxvar.h index 8c312e2cbe97b..e4a3ab7aa846d 100644 --- a/sys/dev/vx/if_vxvar.h +++ b/sys/dev/vx/if_vxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/vxge/include/vxge-debug.h b/sys/dev/vxge/include/vxge-debug.h index a4ba89443a3ae..175fb2e1c3172 100644 --- a/sys/dev/vxge/include/vxge-debug.h +++ b/sys/dev/vxge/include/vxge-debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxge-defs.h b/sys/dev/vxge/include/vxge-defs.h index a533a903211ea..ef94ef2ea9848 100644 --- a/sys/dev/vxge/include/vxge-defs.h +++ b/sys/dev/vxge/include/vxge-defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxge-list.h b/sys/dev/vxge/include/vxge-list.h index 56ad02c6e508b..3f1c5070b2652 100644 --- a/sys/dev/vxge/include/vxge-list.h +++ b/sys/dev/vxge/include/vxge-list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxge-os-debug.h b/sys/dev/vxge/include/vxge-os-debug.h index 1608ddbcfe96e..af60012560c9a 100644 --- a/sys/dev/vxge/include/vxge-os-debug.h +++ b/sys/dev/vxge/include/vxge-os-debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxge-os-pal.h b/sys/dev/vxge/include/vxge-os-pal.h index 32a64dfeb4fb4..b91d8ca24dffd 100644 --- a/sys/dev/vxge/include/vxge-os-pal.h +++ b/sys/dev/vxge/include/vxge-os-pal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxge-queue.h b/sys/dev/vxge/include/vxge-queue.h index 4745403f2cc02..057047f06191f 100644 --- a/sys/dev/vxge/include/vxge-queue.h +++ b/sys/dev/vxge/include/vxge-queue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-config.h b/sys/dev/vxge/include/vxgehal-config.h index 7f5c6dbeec311..303d14b5a7b1d 100644 --- a/sys/dev/vxge/include/vxgehal-config.h +++ b/sys/dev/vxge/include/vxgehal-config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-ll.h b/sys/dev/vxge/include/vxgehal-ll.h index 7e034485721fe..78a7e97f23ab6 100644 --- a/sys/dev/vxge/include/vxgehal-ll.h +++ b/sys/dev/vxge/include/vxgehal-ll.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-mgmt.h b/sys/dev/vxge/include/vxgehal-mgmt.h index effc9ab0a1cfd..1c99a2f608786 100644 --- a/sys/dev/vxge/include/vxgehal-mgmt.h +++ b/sys/dev/vxge/include/vxgehal-mgmt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-mgmtaux.h b/sys/dev/vxge/include/vxgehal-mgmtaux.h index 8ded696d2a757..47d5795ccb4d2 100644 --- a/sys/dev/vxge/include/vxgehal-mgmtaux.h +++ b/sys/dev/vxge/include/vxgehal-mgmtaux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-stats.h b/sys/dev/vxge/include/vxgehal-stats.h index 9dae119540a96..c486da193f5e4 100644 --- a/sys/dev/vxge/include/vxgehal-stats.h +++ b/sys/dev/vxge/include/vxgehal-stats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-status.h b/sys/dev/vxge/include/vxgehal-status.h index 851974f9dfbef..6dcac9dd6da08 100644 --- a/sys/dev/vxge/include/vxgehal-status.h +++ b/sys/dev/vxge/include/vxgehal-status.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-types.h b/sys/dev/vxge/include/vxgehal-types.h index 04cb1284c6040..891964932db54 100644 --- a/sys/dev/vxge/include/vxgehal-types.h +++ b/sys/dev/vxge/include/vxgehal-types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/include/vxgehal-version.h b/sys/dev/vxge/include/vxgehal-version.h index e58f0a1fc6fbc..5d6a27b94ace0 100644 --- a/sys/dev/vxge/include/vxgehal-version.h +++ b/sys/dev/vxge/include/vxgehal-version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxge-firmware.h b/sys/dev/vxge/vxge-firmware.h index 61eb440ac7440..e58243533bfe9 100644 --- a/sys/dev/vxge/vxge-firmware.h +++ b/sys/dev/vxge/vxge-firmware.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxge-osdep.h b/sys/dev/vxge/vxge-osdep.h index 66caaeb04201f..4d8ae718d62fc 100644 --- a/sys/dev/vxge/vxge-osdep.h +++ b/sys/dev/vxge/vxge-osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxge.c b/sys/dev/vxge/vxge.c index 166577f524047..115fedb0d3193 100644 --- a/sys/dev/vxge/vxge.c +++ b/sys/dev/vxge/vxge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxge.h b/sys/dev/vxge/vxge.h index 37ab88b9f074b..27ef68c6b2360 100644 --- a/sys/dev/vxge/vxge.h +++ b/sys/dev/vxge/vxge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxge-queue.c b/sys/dev/vxge/vxgehal/vxge-queue.c index c2a2b5aa19cb8..32a775a98cb4c 100644 --- a/sys/dev/vxge/vxgehal/vxge-queue.c +++ b/sys/dev/vxge/vxgehal/vxge-queue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-blockpool.c b/sys/dev/vxge/vxgehal/vxgehal-blockpool.c index cc5150455220f..3da5dc66da5a3 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-blockpool.c +++ b/sys/dev/vxge/vxgehal/vxgehal-blockpool.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-blockpool.h b/sys/dev/vxge/vxgehal/vxgehal-blockpool.h index fb3a2aa1dbc35..837623b5d227a 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-blockpool.h +++ b/sys/dev/vxge/vxgehal/vxgehal-blockpool.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-channel.c b/sys/dev/vxge/vxgehal/vxgehal-channel.c index d497843ee91de..95f5c496d6b02 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-channel.c +++ b/sys/dev/vxge/vxgehal/vxgehal-channel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-channel.h b/sys/dev/vxge/vxgehal/vxgehal-channel.h index 552b550e4d8fa..4c17c468f18f1 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-channel.h +++ b/sys/dev/vxge/vxgehal/vxgehal-channel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-common-reg.h b/sys/dev/vxge/vxgehal/vxgehal-common-reg.h index 19be2595377c5..124be2741daeb 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-common-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-common-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-config-priv.h b/sys/dev/vxge/vxgehal/vxgehal-config-priv.h index f593358654d50..7b1f7bc454f82 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-config-priv.h +++ b/sys/dev/vxge/vxgehal/vxgehal-config-priv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-config.c b/sys/dev/vxge/vxgehal/vxgehal-config.c index 15a48e216ffa7..fdd5823f963a0 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-config.c +++ b/sys/dev/vxge/vxgehal/vxgehal-config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-debug.h b/sys/dev/vxge/vxgehal/vxgehal-debug.h index 57e39f46215d6..89e959ec800fe 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-debug.h +++ b/sys/dev/vxge/vxgehal/vxgehal-debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-device.c b/sys/dev/vxge/vxgehal/vxgehal-device.c index faa5f79308d8f..d7216c9b124d5 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-device.c +++ b/sys/dev/vxge/vxgehal/vxgehal-device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-device.h b/sys/dev/vxge/vxgehal/vxgehal-device.h index e44f8f28b27b6..c7587a99d4a78 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-device.h +++ b/sys/dev/vxge/vxgehal/vxgehal-device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-doorbells.c b/sys/dev/vxge/vxgehal/vxgehal-doorbells.c index ab53e028d35c4..060610787aa4e 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-doorbells.c +++ b/sys/dev/vxge/vxgehal/vxgehal-doorbells.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-doorbells.h b/sys/dev/vxge/vxgehal/vxgehal-doorbells.h index fa0006d8f6ec9..7b0bd7ea13161 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-doorbells.h +++ b/sys/dev/vxge/vxgehal/vxgehal-doorbells.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-driver.c b/sys/dev/vxge/vxgehal/vxgehal-driver.c index ce3ae75687c10..51d87ed30c68d 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-driver.c +++ b/sys/dev/vxge/vxgehal/vxgehal-driver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-driver.h b/sys/dev/vxge/vxgehal/vxgehal-driver.h index 6aa6def9d374e..23cdbdf2752cd 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-driver.h +++ b/sys/dev/vxge/vxgehal/vxgehal-driver.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-fifo.c b/sys/dev/vxge/vxgehal/vxgehal-fifo.c index 30dfa3d5557b4..3e45c8db3b42c 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-fifo.c +++ b/sys/dev/vxge/vxgehal/vxgehal-fifo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-fifo.h b/sys/dev/vxge/vxgehal/vxgehal-fifo.h index 5cb20bc36568d..b4b70a8aebc21 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-fifo.h +++ b/sys/dev/vxge/vxgehal/vxgehal-fifo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c b/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c index 1bcdbf2a3d610..541b006eed178 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c +++ b/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h b/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h index b9529fe99dbdc..1ae0e6b12f013 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h b/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h index 6e03af356e476..db37799d43d3e 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h b/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h index 213d196e5884e..7986363f82b53 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mgmt.c b/sys/dev/vxge/vxgehal/vxgehal-mgmt.c index c58ddb29ca922..0414f25ad6eed 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mgmt.c +++ b/sys/dev/vxge/vxgehal/vxgehal-mgmt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c b/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c index 995cbc7073f44..342cb52672a3b 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c +++ b/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mm.c b/sys/dev/vxge/vxgehal/vxgehal-mm.c index 4a8eb0869fb3a..27fbbaccc2182 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mm.c +++ b/sys/dev/vxge/vxgehal/vxgehal-mm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mm.h b/sys/dev/vxge/vxgehal/vxgehal-mm.h index 549b814d11adf..9694a542c7cbc 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mm.h +++ b/sys/dev/vxge/vxgehal/vxgehal-mm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h b/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h index 0c8d68d122469..d871e5b5d1145 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c b/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c index 38527637eb03d..7bdc9fd108d8a 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c +++ b/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h b/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h index 324130e8f34ea..eddc3a889f08a 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h +++ b/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h b/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h index 62ac39e4f98ce..9f7940df50b45 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-regdefs.h b/sys/dev/vxge/vxgehal/vxgehal-regdefs.h index 9ba8e5751427f..ac0ac81790274 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-regdefs.h +++ b/sys/dev/vxge/vxgehal/vxgehal-regdefs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-regs.h b/sys/dev/vxge/vxgehal/vxgehal-regs.h index a18e97b0ffa02..2b7271c094b69 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-regs.h +++ b/sys/dev/vxge/vxgehal/vxgehal-regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-ring.c b/sys/dev/vxge/vxgehal/vxgehal-ring.c index 1570dea178152..1278ad6e4ab46 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-ring.c +++ b/sys/dev/vxge/vxgehal/vxgehal-ring.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-ring.h b/sys/dev/vxge/vxgehal/vxgehal-ring.h index 223116728b279..40554a8b57f47 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-ring.h +++ b/sys/dev/vxge/vxgehal/vxgehal-ring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h b/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h index 18414e26c5555..84f6d7e294403 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-srpcim.c b/sys/dev/vxge/vxgehal/vxgehal-srpcim.c index 64c5288d46d51..da2ba1ae4b56d 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-srpcim.c +++ b/sys/dev/vxge/vxgehal/vxgehal-srpcim.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-srpcim.h b/sys/dev/vxge/vxgehal/vxgehal-srpcim.h index a0973209e85ad..409d11a92062a 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-srpcim.h +++ b/sys/dev/vxge/vxgehal/vxgehal-srpcim.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-swapper.c b/sys/dev/vxge/vxgehal/vxgehal-swapper.c index 475317d93fba5..6290a57d0133b 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-swapper.c +++ b/sys/dev/vxge/vxgehal/vxgehal-swapper.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-swapper.h b/sys/dev/vxge/vxgehal/vxgehal-swapper.h index 97a5d56dbd504..71a4c35c794c8 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-swapper.h +++ b/sys/dev/vxge/vxgehal/vxgehal-swapper.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h b/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h index 748f4b0574998..b273af5031e6a 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c index c4067e984a5a5..a299b14170726 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c +++ b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h index 09afc65fefe56..4dc41598c5c4f 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h +++ b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h b/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h index 20eeedd7a8a27..65eed0594335d 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h b/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h index 2b958ae61f4ad..57cf371acb21f 100644 --- a/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h +++ b/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgehal/vxgehal.h b/sys/dev/vxge/vxgehal/vxgehal.h index 3a7b4e39edf14..46d534e1b99b4 100644 --- a/sys/dev/vxge/vxgehal/vxgehal.h +++ b/sys/dev/vxge/vxgehal/vxgehal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/vxge/vxgell-version.h b/sys/dev/vxge/vxgell-version.h index d229d5f5cc81d..a311cb3dce623 100644 --- a/sys/dev/vxge/vxgell-version.h +++ b/sys/dev/vxge/vxgell-version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index f385f8158bbab..44e2aaad1a33a 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Poul-Henning Kamp * Copyright (c) 2013 iXsystems.com, * author: Alfred Perlstein <alfred@freebsd.org> diff --git a/sys/dev/wb/if_wb.c b/sys/dev/wb/if_wb.c index 4215d9e6aa716..a65b883ca62c4 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. * diff --git a/sys/dev/wbwd/wbwd.c b/sys/dev/wbwd/wbwd.c index 6216b15e0c942..fd88aa9e248ef 100644 --- a/sys/dev/wbwd/wbwd.c +++ b/sys/dev/wbwd/wbwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Sandvine Incorporated ULC. * Copyright (c) 2012 iXsystems, Inc. * All rights reserved. diff --git a/sys/dev/wi/if_wavelan_ieee.h b/sys/dev/wi/if_wavelan_ieee.h index c2a8e1b2fd464..dd8a9883eda38 100644 --- a/sys/dev/wi/if_wavelan_ieee.h +++ b/sys/dev/wi/if_wavelan_ieee.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/wi/if_wi_macio.c b/sys/dev/wi/if_wi_macio.c index 6f25553af013c..96d2f9906fa49 100644 --- a/sys/dev/wi/if_wi_macio.c +++ b/sys/dev/wi/if_wi_macio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2013 Justin Hibbits * All rights reserved. * Copyright (c) 1997, 1998, 1999 diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index 82c1680bd08f7..22bd0d6f8dfa7 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index 0478a6d42b25e..c347f2b3f0d3e 100644 --- a/sys/dev/wi/if_wi_pci.c +++ b/sys/dev/wi/if_wi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index d5e12cabe514e..4bc504e3bb9d3 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h index 55151fe9a43d5..ce9a07ad61f24 100644 --- a/sys/dev/wi/if_wivar.h +++ b/sys/dev/wi/if_wivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 * M Warner Losh <imp@freebsd.org>. All rights reserved. * Copyright (c) 1997, 1998, 1999 diff --git a/sys/dev/wtap/if_medium.c b/sys/dev/wtap/if_medium.c index 74faa5b149d5c..f4b84d3784de1 100644 --- a/sys/dev/wtap/if_medium.c +++ b/sys/dev/wtap/if_medium.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_medium.h b/sys/dev/wtap/if_medium.h index 0650a5ee0efb7..03d6e2ffefc09 100644 --- a/sys/dev/wtap/if_medium.h +++ b/sys/dev/wtap/if_medium.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtap.c b/sys/dev/wtap/if_wtap.c index 96461298fcb78..e9cb3d418fe85 100644 --- a/sys/dev/wtap/if_wtap.c +++ b/sys/dev/wtap/if_wtap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtap_module.c b/sys/dev/wtap/if_wtap_module.c index c03293eafe3d4..043e42ea74e12 100644 --- a/sys/dev/wtap/if_wtap_module.c +++ b/sys/dev/wtap/if_wtap_module.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtapioctl.h b/sys/dev/wtap/if_wtapioctl.h index 23d0f17adb005..5aabcacb0b2b7 100644 --- a/sys/dev/wtap/if_wtapioctl.h +++ b/sys/dev/wtap/if_wtapioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtapvar.h b/sys/dev/wtap/if_wtapvar.h index a5cfd4946971b..d081ecd358f44 100644 --- a/sys/dev/wtap/if_wtapvar.h +++ b/sys/dev/wtap/if_wtapvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/visibility.c b/sys/dev/wtap/plugins/visibility.c index 82ce5e8a119ea..de94e710b2622 100644 --- a/sys/dev/wtap/plugins/visibility.c +++ b/sys/dev/wtap/plugins/visibility.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/visibility.h b/sys/dev/wtap/plugins/visibility.h index a5e84b06876cb..920c495fcf05b 100644 --- a/sys/dev/wtap/plugins/visibility.h +++ b/sys/dev/wtap/plugins/visibility.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/visibility_ioctl.h b/sys/dev/wtap/plugins/visibility_ioctl.h index 08760c6c5c072..7c53fcd69c888 100644 --- a/sys/dev/wtap/plugins/visibility_ioctl.h +++ b/sys/dev/wtap/plugins/visibility_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/wtap_plugin.h b/sys/dev/wtap/plugins/wtap_plugin.h index 3ced37f7f7617..aa286e82accf3 100644 --- a/sys/dev/wtap/plugins/wtap_plugin.h +++ b/sys/dev/wtap/plugins/wtap_plugin.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/wtap_hal/hal.c b/sys/dev/wtap/wtap_hal/hal.c index 6014e3963a6d4..b76fae1d6299b 100644 --- a/sys/dev/wtap/wtap_hal/hal.c +++ b/sys/dev/wtap/wtap_hal/hal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/wtap_hal/hal.h b/sys/dev/wtap/wtap_hal/hal.h index f41aed9672b4b..f03e92de4d232 100644 --- a/sys/dev/wtap/wtap_hal/hal.h +++ b/sys/dev/wtap/wtap_hal/hal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/wtap_hal/handler.h b/sys/dev/wtap/wtap_hal/handler.h index ef645fe2a94b8..6ffc58af36ed5 100644 --- a/sys/dev/wtap/wtap_hal/handler.h +++ b/sys/dev/wtap/wtap_hal/handler.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index e18af8ca2b2e1..3cd050b70dcac 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1998, 1999, 2003 Scott Mitchell * All rights reserved. * diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c index fb2cff608e0a3..ba6277d209c9e 100644 --- a/sys/dev/xe/if_xe_pccard.c +++ b/sys/dev/xe/if_xe_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Takeshi Shibagaki * All rights reserved. * diff --git a/sys/dev/xe/if_xereg.h b/sys/dev/xe/if_xereg.h index b81ae6b1f745f..820d10603efb2 100644 --- a/sys/dev/xe/if_xereg.h +++ b/sys/dev/xe/if_xereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Scott Mitchell * All rights reserved. * diff --git a/sys/dev/xe/if_xevar.h b/sys/dev/xe/if_xevar.h index 616b52c2e918e..57211dc479466 100644 --- a/sys/dev/xe/if_xevar.h +++ b/sys/dev/xe/if_xevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Scott Mitchell * All rights reserved. * diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index 9c9735e5b24fd..bd7a013f80398 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012 Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index d5aa97e03b731..45cabf43c44d1 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (c) 2010 Justin T. Gibbs, Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c index 1e030138cdd3d..11b9d845234ec 100644 --- a/sys/dev/xen/netback/netback.c +++ b/sys/dev/xen/netback/netback.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2011 Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/netback/netback_unit_tests.c b/sys/dev/xen/netback/netback_unit_tests.c index 79e7454879e6e..bdb1a8c82706b 100644 --- a/sys/dev/xen/netback/netback_unit_tests.c +++ b/sys/dev/xen/netback/netback_unit_tests.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2011 Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c index e7ce7b9f5769e..b972161a8b299 100644 --- a/sys/dev/xen/netfront/netfront.c +++ b/sys/dev/xen/netfront/netfront.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Kip Macy * Copyright (c) 2015 Wei Liu <wei.liu2@citrix.com> * All rights reserved. diff --git a/sys/dev/xen/pcifront/pcifront.c b/sys/dev/xen/pcifront/pcifront.c index 833e38bd7e2f9..ca445d10ede10 100644 --- a/sys/dev/xen/pcifront/pcifront.c +++ b/sys/dev/xen/pcifront/pcifront.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006, Cisco Systems, Inc. * All rights reserved. * diff --git a/sys/dev/xen/timer/timer.c b/sys/dev/xen/timer/timer.c index 7acc8451d83dc..465d978fbbb97 100644 --- a/sys/dev/xen/timer/timer.c +++ b/sys/dev/xen/timer/timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Adrian Chadd * Copyright (c) 2012 Spectra Logic Corporation * All rights reserved. diff --git a/sys/dev/xen/timer/timer.h b/sys/dev/xen/timer/timer.h index 38518cb394c60..d618cae2bbad8 100644 --- a/sys/dev/xen/timer/timer.h +++ b/sys/dev/xen/timer/timer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Roger Pau Monné <roger.pau@citrix.com> * All rights reserved. * diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index 3a596b4a4f98a..4093c033c6012 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Citrix Systems, Inc. * All rights reserved. * diff --git a/sys/dev/xen/xenpci/xenpcivar.h b/sys/dev/xen/xenpci/xenpcivar.h index 45d12159ed098..ece80f18f1590 100644 --- a/sys/dev/xen/xenpci/xenpcivar.h +++ b/sys/dev/xen/xenpci/xenpcivar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Citrix Systems, Inc. * All rights reserved. * diff --git a/sys/dev/xl/if_xl.c b/sys/dev/xl/if_xl.c index e82fe1c0228ed..464e3d4b9c593 100644 --- a/sys/dev/xl/if_xl.c +++ b/sys/dev/xl/if_xl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/xl/if_xlreg.h b/sys/dev/xl/if_xlreg.h index b27e038e25805..56d073a6e2e82 100644 --- a/sys/dev/xl/if_xlreg.h +++ b/sys/dev/xl/if_xlreg.h @@ -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/xl/xlphy.c b/sys/dev/xl/xlphy.c index a5555c7ff3f98..77c853751beb3 100644 --- a/sys/dev/xl/xlphy.c +++ b/sys/dev/xl/xlphy.c @@ -1,6 +1,8 @@ /* $NetBSD: exphy.c,v 1.16 1999/04/23 04:24:32 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c index 3fa216c971ff0..36c16487dd7c3 100644 --- a/sys/fs/cd9660/cd9660_bmap.c +++ b/sys/fs/cd9660/cd9660_bmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_lookup.c b/sys/fs/cd9660/cd9660_lookup.c index 274fb3e05c22d..349a7d2bce614 100644 --- a/sys/fs/cd9660/cd9660_lookup.c +++ b/sys/fs/cd9660/cd9660_lookup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_mount.h b/sys/fs/cd9660/cd9660_mount.h index f59dfc0c6875d..83ae8ec2a0a79 100644 --- a/sys/fs/cd9660/cd9660_mount.h +++ b/sys/fs/cd9660/cd9660_mount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index 19d723e1e6e22..1b6a676f51dd2 100644 --- a/sys/fs/cd9660/cd9660_node.c +++ b/sys/fs/cd9660/cd9660_node.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1994, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_node.h b/sys/fs/cd9660/cd9660_node.h index 80e233e769be6..067202ff16d88 100644 --- a/sys/fs/cd9660/cd9660_node.h +++ b/sys/fs/cd9660/cd9660_node.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_rrip.c b/sys/fs/cd9660/cd9660_rrip.c index a6880393c01c1..1336981af1001 100644 --- a/sys/fs/cd9660/cd9660_rrip.c +++ b/sys/fs/cd9660/cd9660_rrip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_rrip.h b/sys/fs/cd9660/cd9660_rrip.h index f6fa050368d2f..222f136ee8015 100644 --- a/sys/fs/cd9660/cd9660_rrip.h +++ b/sys/fs/cd9660/cd9660_rrip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_util.c b/sys/fs/cd9660/cd9660_util.c index fdce1dabe0ff5..95a28f73efc64 100644 --- a/sys/fs/cd9660/cd9660_util.c +++ b/sys/fs/cd9660/cd9660_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index a558464033169..e79418db60ec3 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index b3ea48a04338b..5c82bd6a22b94 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/iso.h b/sys/fs/cd9660/iso.h index a831d7b881c46..56693e20b425d 100644 --- a/sys/fs/cd9660/iso.h +++ b/sys/fs/cd9660/iso.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/cd9660/iso_rrip.h b/sys/fs/cd9660/iso_rrip.h index 75c004c40b626..844131c50cd32 100644 --- a/sys/fs/cd9660/iso_rrip.h +++ b/sys/fs/cd9660/iso_rrip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/deadfs/dead_vnops.c b/sys/fs/deadfs/dead_vnops.c index c7de6afc34e66..ddc0e1831bb2c 100644 --- a/sys/fs/deadfs/dead_vnops.c +++ b/sys/fs/deadfs/dead_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_alloc.c b/sys/fs/ext2fs/ext2_alloc.c index 4ab370539d179..3ae306aeff2b1 100644 --- a/sys/fs/ext2fs/ext2_alloc.c +++ b/sys/fs/ext2fs/ext2_alloc.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_balloc.c b/sys/fs/ext2fs/ext2_balloc.c index e2f4f84ceb65d..b4b570588e366 100644 --- a/sys/fs/ext2fs/ext2_balloc.c +++ b/sys/fs/ext2fs/ext2_balloc.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_bmap.c b/sys/fs/ext2fs/ext2_bmap.c index ef603dd7bc5f9..28c5ba90a46d7 100644 --- a/sys/fs/ext2fs/ext2_bmap.c +++ b/sys/fs/ext2fs/ext2_bmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/fs/ext2fs/ext2_extern.h b/sys/fs/ext2fs/ext2_extern.h index c981927e5cdb9..ce2f7c6cb43ec 100644 --- a/sys/fs/ext2fs/ext2_extern.h +++ b/sys/fs/ext2fs/ext2_extern.h @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_inode.c b/sys/fs/ext2fs/ext2_inode.c index 0157ea6caee5a..24c99c24e3fe6 100644 --- a/sys/fs/ext2fs/ext2_inode.c +++ b/sys/fs/ext2fs/ext2_inode.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_lookup.c b/sys/fs/ext2fs/ext2_lookup.c index 64a8350729043..65b43f2b9bf49 100644 --- a/sys/fs/ext2fs/ext2_lookup.c +++ b/sys/fs/ext2fs/ext2_lookup.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/fs/ext2fs/ext2_mount.h b/sys/fs/ext2fs/ext2_mount.h index 4fc70b387362a..0ce13021fd0e1 100644 --- a/sys/fs/ext2fs/ext2_mount.h +++ b/sys/fs/ext2fs/ext2_mount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_subr.c b/sys/fs/ext2fs/ext2_subr.c index bbd7d9ce58cd1..7de82983b36c6 100644 --- a/sys/fs/ext2fs/ext2_subr.c +++ b/sys/fs/ext2fs/ext2_subr.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_vfsops.c b/sys/fs/ext2fs/ext2_vfsops.c index 99ae4d60980ca..840311decb69e 100644 --- a/sys/fs/ext2fs/ext2_vfsops.c +++ b/sys/fs/ext2fs/ext2_vfsops.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_vnops.c b/sys/fs/ext2fs/ext2_vnops.c index 01479a8aa1c24..8bb33474d7b9a 100644 --- a/sys/fs/ext2fs/ext2_vnops.c +++ b/sys/fs/ext2fs/ext2_vnops.c @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/fs/ext2fs/fs.h b/sys/fs/ext2fs/fs.h index c69847867e405..6907cc27bb743 100644 --- a/sys/fs/ext2fs/fs.h +++ b/sys/fs/ext2fs/fs.h @@ -5,6 +5,8 @@ * University of Utah, Department of Computer Science */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ext2fs/inode.h b/sys/fs/ext2fs/inode.h index 1468864b48cfa..0cc5ec5d24ebe 100644 --- a/sys/fs/ext2fs/inode.h +++ b/sys/fs/ext2fs/inode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/fs/fdescfs/fdesc.h b/sys/fs/fdescfs/fdesc.h index 3d4cfb4e574dc..b578b7309130c 100644 --- a/sys/fs/fdescfs/fdesc.h +++ b/sys/fs/fdescfs/fdesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index f63eea35581c7..2097ddcee4b1e 100644 --- a/sys/fs/fdescfs/fdesc_vfsops.c +++ b/sys/fs/fdescfs/fdesc_vfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index e0f948c4d498b..6e5ffef68080b 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index c194de356593c..bf79138ea3fb5 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1995 * The Regents of the University of California. * Copyright (c) 2005 Robert N. M. Watson diff --git a/sys/fs/fuse/fuse.h b/sys/fs/fuse/fuse.h index ef9d561e78da8..8275076f03d9d 100644 --- a/sys/fs/fuse/fuse.h +++ b/sys/fs/fuse/fuse.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. * All rights reserved. * diff --git a/sys/fs/fuse/fuse_debug.h b/sys/fs/fuse/fuse_debug.h index 254e15bff611d..7876f2ec2d6db 100644 --- a/sys/fs/fuse/fuse_debug.h +++ b/sys/fs/fuse/fuse_debug.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. * All rights reserved. * diff --git a/sys/fs/fuse/fuse_device.c b/sys/fs/fuse/fuse_device.c index 53f0ceaee8c80..0b851d424efde 100644 --- a/sys/fs/fuse/fuse_device.c +++ b/sys/fs/fuse/fuse_device.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. * All rights reserved. * diff --git a/sys/fs/fuse/fuse_file.c b/sys/fs/fuse/fuse_file.c index 376e5f599b144..aa2f56144eb51 100644 --- a/sys/fs/fuse/fuse_file.c +++ b/sys/fs/fuse/fuse_file.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_file.h b/sys/fs/fuse/fuse_file.h index 097cf18d43e69..0c84ee39c3baa 100644 --- a/sys/fs/fuse/fuse_file.h +++ b/sys/fs/fuse/fuse_file.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c index 4e0a163708ed1..b4fab5521bc3a 100644 --- a/sys/fs/fuse/fuse_internal.c +++ b/sys/fs/fuse/fuse_internal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_internal.h b/sys/fs/fuse/fuse_internal.h index 187245cbd9071..aeea9028125f7 100644 --- a/sys/fs/fuse/fuse_internal.h +++ b/sys/fs/fuse/fuse_internal.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_io.c b/sys/fs/fuse/fuse_io.c index 1497220e72253..494ea52c3f711 100644 --- a/sys/fs/fuse/fuse_io.c +++ b/sys/fs/fuse/fuse_io.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. * All rights reserved. * diff --git a/sys/fs/fuse/fuse_io.h b/sys/fs/fuse/fuse_io.h index b56e14a6a7794..b59de06394a73 100644 --- a/sys/fs/fuse/fuse_io.h +++ b/sys/fs/fuse/fuse_io.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. * All rights reserved. * diff --git a/sys/fs/fuse/fuse_ipc.c b/sys/fs/fuse/fuse_ipc.c index 376dab6b8ecd7..87104b5dac8c0 100644 --- a/sys/fs/fuse/fuse_ipc.c +++ b/sys/fs/fuse/fuse_ipc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_ipc.h b/sys/fs/fuse/fuse_ipc.h index cd08969c61b72..49a14c2cc004d 100644 --- a/sys/fs/fuse/fuse_ipc.h +++ b/sys/fs/fuse/fuse_ipc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_kernel.h b/sys/fs/fuse/fuse_kernel.h index 07cd4a999588f..ccaee2e0e4725 100644 --- a/sys/fs/fuse/fuse_kernel.h +++ b/sys/fs/fuse/fuse_kernel.h @@ -1,4 +1,4 @@ -/*- +/*-- * This file defines the kernel interface of FUSE * Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> * diff --git a/sys/fs/fuse/fuse_main.c b/sys/fs/fuse/fuse_main.c index d09e1c394515d..fe38085d56069 100644 --- a/sys/fs/fuse/fuse_main.c +++ b/sys/fs/fuse/fuse_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. * All rights reserved. * diff --git a/sys/fs/fuse/fuse_node.c b/sys/fs/fuse/fuse_node.c index 1ba95992385dd..25d8be16d2e98 100644 --- a/sys/fs/fuse/fuse_node.c +++ b/sys/fs/fuse/fuse_node.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_node.h b/sys/fs/fuse/fuse_node.h index dcdc9ff201008..bb80be5378ede 100644 --- a/sys/fs/fuse/fuse_node.h +++ b/sys/fs/fuse/fuse_node.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_param.h b/sys/fs/fuse/fuse_param.h index 493c3859aaf20..1ba68f9e04630 100644 --- a/sys/fs/fuse/fuse_param.h +++ b/sys/fs/fuse/fuse_param.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_vfsops.c b/sys/fs/fuse/fuse_vfsops.c index 0a3337303d9f5..700d4450c2e7f 100644 --- a/sys/fs/fuse/fuse_vfsops.c +++ b/sys/fs/fuse/fuse_vfsops.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c index 36ea4cf91077f..3cb6ceca985ec 100644 --- a/sys/fs/fuse/fuse_vnops.c +++ b/sys/fs/fuse/fuse_vnops.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Google Inc. and Amit Singh * All rights reserved. * diff --git a/sys/fs/nfs/nfs.h b/sys/fs/nfs/nfs.h index 066b6a70baf12..941efc1cbdef9 100644 --- a/sys/fs/nfs/nfs.h +++ b/sys/fs/nfs/nfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfs_commonkrpc.c b/sys/fs/nfs/nfs_commonkrpc.c index 11fcd623dacc3..39c9d634d2b1b 100644 --- a/sys/fs/nfs/nfs_commonkrpc.c +++ b/sys/fs/nfs/nfs_commonkrpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c index 376c837c8eac9..3a184159e0f9e 100644 --- a/sys/fs/nfs/nfs_commonport.c +++ b/sys/fs/nfs/nfs_commonport.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfs_commonsubs.c b/sys/fs/nfs/nfs_commonsubs.c index ade5436dc2117..867f150485a8b 100644 --- a/sys/fs/nfs/nfs_commonsubs.c +++ b/sys/fs/nfs/nfs_commonsubs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfs_var.h b/sys/fs/nfs/nfs_var.h index 1db88d69344b5..609a49f521953 100644 --- a/sys/fs/nfs/nfs_var.h +++ b/sys/fs/nfs/nfs_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfsm_subs.h b/sys/fs/nfs/nfsm_subs.h index 5f102d3579145..f582afe37debe 100644 --- a/sys/fs/nfs/nfsm_subs.h +++ b/sys/fs/nfs/nfsm_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h index 16c578bad195d..1bbab2da7daa3 100644 --- a/sys/fs/nfs/nfsport.h +++ b/sys/fs/nfs/nfsport.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfsproto.h b/sys/fs/nfs/nfsproto.h index 136f6dd1409ec..948500ed668a9 100644 --- a/sys/fs/nfs/nfsproto.h +++ b/sys/fs/nfs/nfsproto.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/nfsrvcache.h b/sys/fs/nfs/nfsrvcache.h index 119a68dc10945..5bf3fd5a70262 100644 --- a/sys/fs/nfs/nfsrvcache.h +++ b/sys/fs/nfs/nfsrvcache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/rpcv2.h b/sys/fs/nfs/rpcv2.h index d2174ac722cd8..7b3a999d46080 100644 --- a/sys/fs/nfs/rpcv2.h +++ b/sys/fs/nfs/rpcv2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfs/xdr_subs.h b/sys/fs/nfs/xdr_subs.h index a3e69f9669767..9b65cd90709e7 100644 --- a/sys/fs/nfs/xdr_subs.h +++ b/sys/fs/nfs/xdr_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs.h b/sys/fs/nfsclient/nfs.h index e05e553734275..e46411d0494a8 100644 --- a/sys/fs/nfsclient/nfs.h +++ b/sys/fs/nfsclient/nfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c index 69cda19b05021..c924ebd1bb83a 100644 --- a/sys/fs/nfsclient/nfs_clbio.c +++ b/sys/fs/nfsclient/nfs_clbio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clcomsubs.c b/sys/fs/nfsclient/nfs_clcomsubs.c index 82c4fc4684312..b8c8ce46aed4c 100644 --- a/sys/fs/nfsclient/nfs_clcomsubs.c +++ b/sys/fs/nfsclient/nfs_clcomsubs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clkrpc.c b/sys/fs/nfsclient/nfs_clkrpc.c index d60370c18445f..22ddee7d6f07a 100644 --- a/sys/fs/nfsclient/nfs_clkrpc.c +++ b/sys/fs/nfsclient/nfs_clkrpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clnfsiod.c b/sys/fs/nfsclient/nfs_clnfsiod.c index 25ff694aa4697..024c8aab70a22 100644 --- a/sys/fs/nfsclient/nfs_clnfsiod.c +++ b/sys/fs/nfsclient/nfs_clnfsiod.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clnode.c b/sys/fs/nfsclient/nfs_clnode.c index 87d6d61107158..830848a2dd496 100644 --- a/sys/fs/nfsclient/nfs_clnode.c +++ b/sys/fs/nfsclient/nfs_clnode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clport.c b/sys/fs/nfsclient/nfs_clport.c index aea87b6441f3b..f4b9c0c1c82d8 100644 --- a/sys/fs/nfsclient/nfs_clport.c +++ b/sys/fs/nfsclient/nfs_clport.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c index 373e1c98a4f72..9bfd044e665ba 100644 --- a/sys/fs/nfsclient/nfs_clrpcops.c +++ b/sys/fs/nfsclient/nfs_clrpcops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clsubs.c b/sys/fs/nfsclient/nfs_clsubs.c index 352e0fe8d69aa..7212494489f95 100644 --- a/sys/fs/nfsclient/nfs_clsubs.c +++ b/sys/fs/nfsclient/nfs_clsubs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clvfsops.c b/sys/fs/nfsclient/nfs_clvfsops.c index 0e424885ac87f..9e9d9f0f63a53 100644 --- a/sys/fs/nfsclient/nfs_clvfsops.c +++ b/sys/fs/nfsclient/nfs_clvfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfs_clvnops.c b/sys/fs/nfsclient/nfs_clvnops.c index 5a6f2228db112..86239577e2f85 100644 --- a/sys/fs/nfsclient/nfs_clvnops.c +++ b/sys/fs/nfsclient/nfs_clvnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfsmount.h b/sys/fs/nfsclient/nfsmount.h index 370dbc45b60f2..3a41d13f635bc 100644 --- a/sys/fs/nfsclient/nfsmount.h +++ b/sys/fs/nfsclient/nfsmount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsclient/nfsnode.h b/sys/fs/nfsclient/nfsnode.h index 1bb06f2894b70..c7e5f81db07f9 100644 --- a/sys/fs/nfsclient/nfsnode.h +++ b/sys/fs/nfsclient/nfsnode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsserver/nfs_nfsdcache.c b/sys/fs/nfsserver/nfs_nfsdcache.c index 0b7bf8f3e1fbb..08e29fd21ee85 100644 --- a/sys/fs/nfsserver/nfs_nfsdcache.c +++ b/sys/fs/nfsserver/nfs_nfsdcache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsserver/nfs_nfsdkrpc.c b/sys/fs/nfsserver/nfs_nfsdkrpc.c index fc34969b9596b..c9b5cf0f714ae 100644 --- a/sys/fs/nfsserver/nfs_nfsdkrpc.c +++ b/sys/fs/nfsserver/nfs_nfsdkrpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsserver/nfs_nfsdport.c b/sys/fs/nfsserver/nfs_nfsdport.c index 49e9a22a3e74d..9fd3eb78c5660 100644 --- a/sys/fs/nfsserver/nfs_nfsdport.c +++ b/sys/fs/nfsserver/nfs_nfsdport.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsserver/nfs_nfsdserv.c b/sys/fs/nfsserver/nfs_nfsdserv.c index d47a74c8e8265..68d59aebc6c3b 100644 --- a/sys/fs/nfsserver/nfs_nfsdserv.c +++ b/sys/fs/nfsserver/nfs_nfsdserv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsserver/nfs_nfsdsocket.c b/sys/fs/nfsserver/nfs_nfsdsocket.c index f45bba4986d30..c079ef6ce9895 100644 --- a/sys/fs/nfsserver/nfs_nfsdsocket.c +++ b/sys/fs/nfsserver/nfs_nfsdsocket.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nfsserver/nfs_nfsdsubs.c b/sys/fs/nfsserver/nfs_nfsdsubs.c index eafaa58fe41a3..0dc2a81804ef4 100644 --- a/sys/fs/nfsserver/nfs_nfsdsubs.c +++ b/sys/fs/nfsserver/nfs_nfsdsubs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null.h b/sys/fs/nullfs/null.h index 0972dfc409c39..5bda76a1514ec 100644 --- a/sys/fs/nullfs/null.h +++ b/sys/fs/nullfs/null.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c index 39aa689708837..adf7abf34dec8 100644 --- a/sys/fs/nullfs/null_subr.c +++ b/sys/fs/nullfs/null_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 87b89da199886..36b19ba3d1503 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 4ee6b4546c087..55f216d40ee17 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/procfs/procfs.c b/sys/fs/procfs/procfs.c index a41e7d1ba1b81..c3ae1f60f7af7 100644 --- a/sys/fs/procfs/procfs.c +++ b/sys/fs/procfs/procfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Dag-Erling Smørgrav * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h index 259822451b0d2..62c4a1d93f067 100644 --- a/sys/fs/procfs/procfs.h +++ b/sys/fs/procfs/procfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_dbregs.c b/sys/fs/procfs/procfs_dbregs.c index 1598443bce902..bd81decf55caa 100644 --- a/sys/fs/procfs/procfs_dbregs.c +++ b/sys/fs/procfs/procfs_dbregs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Brian Scott Dean, brdean@unx.sas.com. * All rights reserved. * diff --git a/sys/fs/procfs/procfs_fpregs.c b/sys/fs/procfs/procfs_fpregs.c index d2f01535eb577..7b00084c019ab 100644 --- a/sys/fs/procfs/procfs_fpregs.c +++ b/sys/fs/procfs/procfs_fpregs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_map.c b/sys/fs/procfs/procfs_map.c index 9fb46383c92f0..605fef98cac90 100644 --- a/sys/fs/procfs/procfs_map.c +++ b/sys/fs/procfs/procfs_map.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c index d4a789635b01c..8889697527a68 100644 --- a/sys/fs/procfs/procfs_mem.c +++ b/sys/fs/procfs/procfs_mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 Sean Eric Fagan * Copyright (c) 1993 diff --git a/sys/fs/procfs/procfs_note.c b/sys/fs/procfs/procfs_note.c index 16c917e787959..abf6d887d69d3 100644 --- a/sys/fs/procfs/procfs_note.c +++ b/sys/fs/procfs/procfs_note.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_osrel.c b/sys/fs/procfs/procfs_osrel.c index d32bd6d537d29..7d7ebb7115949 100644 --- a/sys/fs/procfs/procfs_osrel.c +++ b/sys/fs/procfs/procfs_osrel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009 Konstantin Belousov * All rights reserved. * diff --git a/sys/fs/procfs/procfs_regs.c b/sys/fs/procfs/procfs_regs.c index 3f784782d8973..f12559479b11a 100644 --- a/sys/fs/procfs/procfs_regs.c +++ b/sys/fs/procfs/procfs_regs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_rlimit.c b/sys/fs/procfs/procfs_rlimit.c index 3885f566f6eaf..8e16b8939e6c5 100644 --- a/sys/fs/procfs/procfs_rlimit.c +++ b/sys/fs/procfs/procfs_rlimit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1999 Adrian Chadd * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c index defdec39ca722..3dbd1ee084861 100644 --- a/sys/fs/procfs/procfs_status.c +++ b/sys/fs/procfs/procfs_status.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_type.c b/sys/fs/procfs/procfs_type.c index 80cecc5c0179e..5ed664e9fc9ba 100644 --- a/sys/fs/procfs/procfs_type.c +++ b/sys/fs/procfs/procfs_type.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h index 38820595c7069..af3a972dede51 100644 --- a/sys/fs/unionfs/union.h +++ b/sys/fs/unionfs/union.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 The Regents of the University of California. * Copyright (c) 1994 Jan-Simon Pendry. * Copyright (c) 2005, 2006 Masanori Ozawa <ozawa@ongs.co.jp>, ONGS Inc. diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c index 6f53473e778ef..de1e73701c7fc 100644 --- a/sys/fs/unionfs/union_subr.c +++ b/sys/fs/unionfs/union_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Jan-Simon Pendry * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 2ba4f06206fe3..5912281697e9d 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994, 1995 The Regents of the University of California. * Copyright (c) 1994, 1995 Jan-Simon Pendry. * Copyright (c) 2005, 2006, 2012 Masanori Ozawa <ozawa@ongs.co.jp>, ONGS Inc. diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index 16cc438a2205c..3766dc8cbad67 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry. * Copyright (c) 1992, 1993, 1994, 1995 * The Regents of the University of California. diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c index eb70c28bcc63c..5ca245a405543 100644 --- a/sys/geom/vinum/geom_vinum_share.c +++ b/sys/geom/vinum/geom_vinum_share.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004, 2007 Lukas Ertl * Copyright (c) 1997, 1998, 1999 * Nan Yang Computer Services Limited. All rights reserved. diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index a2642c29ece7c..6e65a65f3389e 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004, 2007 Lukas Ertl * Copyright (c) 2007, 2009 Ulf Lilleengen * Copyright (c) 1997, 1998, 1999 diff --git a/sys/geom/vinum/geom_vinum_var.h b/sys/geom/vinum/geom_vinum_var.h index 350661c73236a..ee4e30ba53d11 100644 --- a/sys/geom/vinum/geom_vinum_var.h +++ b/sys/geom/vinum/geom_vinum_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004, 2007 Lukas Ertl * Copyright (c) 1997, 1998, 1999 * Nan Yang Computer Services Limited. All rights reserved. @@ -7,7 +9,7 @@ * Parts written by Greg Lehey. * * This software is distributed under the so-called ``Berkeley - * License'': * + * License'': * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c index 4c79691dbeeed..b0c4680f15a5f 100644 --- a/sys/i386/acpica/acpi_machdep.c +++ b/sys/i386/acpica/acpi_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mitsuru IWASAKI * All rights reserved. * diff --git a/sys/i386/bios/smapi.c b/sys/i386/bios/smapi.c index ef1ba426b1419..5b82df87e980b 100644 --- a/sys/i386/bios/smapi.c +++ b/sys/i386/bios/smapi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Matthew N. Dodd <winter@jurai.net> * All rights reserved. * diff --git a/sys/i386/i386/atomic.c b/sys/i386/i386/atomic.c index 1b4ff7eaa6937..26d853dfeb58d 100644 --- a/sys/i386/i386/atomic.c +++ b/sys/i386/i386/atomic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Peter Jeremy * All rights reserved. * diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c index 6502749a2cef7..9fd52007793fc 100644 --- a/sys/i386/i386/bios.c +++ b/sys/i386/i386/bios.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Michael Smith * Copyright (c) 1998 Jonathan Lemon * All rights reserved. diff --git a/sys/i386/i386/bpf_jit_machdep.c b/sys/i386/i386/bpf_jit_machdep.c index e0aaf018cc4e3..979f9d1fdf88c 100644 --- a/sys/i386/i386/bpf_jit_machdep.c +++ b/sys/i386/i386/bpf_jit_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/i386/i386/bpf_jit_machdep.h b/sys/i386/i386/bpf_jit_machdep.h index 4ae5494a72aa9..909d1c2ef55f7 100644 --- a/sys/i386/i386/bpf_jit_machdep.h +++ b/sys/i386/i386/bpf_jit_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c index fcac38a00b487..a69776ae2d092 100644 --- a/sys/i386/i386/elf_machdep.c +++ b/sys/i386/i386/elf_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/i386/i386/gdb_machdep.c b/sys/i386/i386/gdb_machdep.c index 06809ad2a4b86..d501b847fda94 100644 --- a/sys/i386/i386/gdb_machdep.c +++ b/sys/i386/i386/gdb_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index c4c61ed3ac901..b4a52001ea9ed 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/i386/geode.c b/sys/i386/i386/geode.c index 86dc734ea6f2b..c5a2b8e533d0b 100644 --- a/sys/i386/i386/geode.c +++ b/sys/i386/i386/geode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2004 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/i386/i386/in_cksum.c b/sys/i386/i386/in_cksum.c index c0e92d6e7ff79..b597baf525b9a 100644 --- a/sys/i386/i386/in_cksum.c +++ b/sys/i386/i386/in_cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c index ce861338973a2..bde411b5122fd 100644 --- a/sys/i386/i386/initcpu.c +++ b/sys/i386/i386/initcpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) KATO Takenori, 1997, 1998. * * All rights reserved. Unpublished rights reserved under the copyright diff --git a/sys/i386/i386/io.c b/sys/i386/i386/io.c index 152f6b1dc5e62..7cc9179d44722 100644 --- a/sys/i386/i386/io.c +++ b/sys/i386/i386/io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/i386/i386/k6_mem.c b/sys/i386/i386/k6_mem.c index c99cf277489a6..843a371a14e3b 100644 --- a/sys/i386/i386/k6_mem.c +++ b/sys/i386/i386/k6_mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Brian Fundakowski Feldman * All rights reserved. * diff --git a/sys/i386/i386/longrun.c b/sys/i386/i386/longrun.c index 08fe3b1b27b11..d298ba06bacfa 100644 --- a/sys/i386/i386/longrun.c +++ b/sys/i386/i386/longrun.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Tamotsu Hattori. * Copyright (c) 2001 Mitsuru IWASAKI. * All rights reserved. diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index cd41673079f0d..2dabb9dc6be79 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index accd092f1c574..f5cc84a2f7f5e 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/i386/i386/minidump_machdep.c b/sys/i386/i386/minidump_machdep.c index 6fd11f3721ac2..16fb506256f70 100644 --- a/sys/i386/i386/minidump_machdep.c +++ b/sys/i386/i386/minidump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * All rights reserved. * diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index ddfe57fc9bc88..3165919d7a8e3 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, by Steve Passe * All rights reserved. * diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 4fa4dd318e627..00c97dd90fbc6 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/i386/i386/ptrace_machdep.c b/sys/i386/i386/ptrace_machdep.c index 7ab685c5ea357..5dbaa5811ff4c 100644 --- a/sys/i386/i386/ptrace_machdep.c +++ b/sys/i386/i386/ptrace_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Doug Rabson * All rights reserved. * diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 7dee9eef78562..e630f5cbe692c 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 38bddf6477e32..7aa085f37d0a7 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/i386/i386/uio_machdep.c b/sys/i386/i386/uio_machdep.c index 5e857db0a801b..8ebb27ad7f407 100644 --- a/sys/i386/i386/uio_machdep.c +++ b/sys/i386/i386/uio_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/i386/i386/vm86.c b/sys/i386/i386/vm86.c index baa1912d44f88..bb36d3bcfb897 100644 --- a/sys/i386/i386/vm86.c +++ b/sys/i386/i386/vm86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Jonathan Lemon * All rights reserved. * diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index e06d8857a7c15..05f22943f3587 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson diff --git a/sys/i386/ibcs2/coff.h b/sys/i386/ibcs2/coff.h index 552751575fb4a..d99112544cb73 100644 --- a/sys/i386/ibcs2/coff.h +++ b/sys/i386/ibcs2/coff.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Sean Eric Fagan * Copyright (c) 1994 Søren Schmidt * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_dirent.h b/sys/i386/ibcs2/ibcs2_dirent.h index 918adf1adc8e1..1d28797e5f43d 100644 --- a/sys/i386/ibcs2/ibcs2_dirent.h +++ b/sys/i386/ibcs2/ibcs2_dirent.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_errno.c b/sys/i386/ibcs2/ibcs2_errno.c index c3b385af49b5e..6511ac59e1c10 100644 --- a/sys/i386/ibcs2/ibcs2_errno.c +++ b/sys/i386/ibcs2/ibcs2_errno.c @@ -1,5 +1,7 @@ /*- * ibcs2_errno.c + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_errno.h b/sys/i386/ibcs2/ibcs2_errno.h index 1e38f40ef4ba9..0ef1adf1637c8 100644 --- a/sys/i386/ibcs2/ibcs2_errno.h +++ b/sys/i386/ibcs2/ibcs2_errno.h @@ -1,5 +1,7 @@ /*- * ibcs2_errno.h + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_fcntl.c b/sys/i386/ibcs2/ibcs2_fcntl.c index 5d06d4d32e9b3..391568210555d 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.c +++ b/sys/i386/ibcs2/ibcs2_fcntl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_fcntl.h b/sys/i386/ibcs2/ibcs2_fcntl.h index 75a2b62e3836d..ee12d2a6aea34 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.h +++ b/sys/i386/ibcs2/ibcs2_fcntl.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_ioctl.c b/sys/i386/ibcs2/ibcs2_ioctl.c index 3275303a9109a..75352a51e248c 100644 --- a/sys/i386/ibcs2/ibcs2_ioctl.c +++ b/sys/i386/ibcs2/ibcs2_ioctl.c @@ -1,6 +1,8 @@ /* $NetBSD: ibcs2_ioctl.c,v 1.6 1995/03/14 15:12:28 scottb Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1994, 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_ipc.c b/sys/i386/ibcs2/ibcs2_ipc.c index 4bf3dd1de3898..0ecfe20c10040 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.c +++ b/sys/i386/ibcs2/ibcs2_ipc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 Scott Bartram * Copyright (c) 1995 Steven Wallace * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_ipc.h b/sys/i386/ibcs2/ibcs2_ipc.h index 9f35e67c9ec20..e6de18b488048 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.h +++ b/sys/i386/ibcs2/ibcs2_ipc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Steven Wallace * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c index 5b25c12e3983a..04480548603e2 100644 --- a/sys/i386/ibcs2/ibcs2_isc.c +++ b/sys/i386/ibcs2/ibcs2_isc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Søren Schmidt * Copyright (c) 1994 Sean Eric Fagan * Copyright (c) 1995 Steven Wallace diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index ccf5190b0a71d..9792292ae250e 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Steven Wallace * Copyright (c) 1994, 1995 Scott Bartram * Copyright (c) 1992, 1993 diff --git a/sys/i386/ibcs2/ibcs2_mount.h b/sys/i386/ibcs2/ibcs2_mount.h index 67161482c1147..050511ac55d22 100644 --- a/sys/i386/ibcs2/ibcs2_mount.h +++ b/sys/i386/ibcs2/ibcs2_mount.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_msg.c b/sys/i386/ibcs2/ibcs2_msg.c index 0492beff74eb4..4e47adc0b2902 100644 --- a/sys/i386/ibcs2/ibcs2_msg.c +++ b/sys/i386/ibcs2/ibcs2_msg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 Steven Wallace * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_other.c b/sys/i386/ibcs2/ibcs2_other.c index b49e605eb2320..77f3ae7aaa597 100644 --- a/sys/i386/ibcs2/ibcs2_other.c +++ b/sys/i386/ibcs2/ibcs2_other.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 Steven Wallace * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_signal.c b/sys/i386/ibcs2/ibcs2_signal.c index 6776df19e29ed..1e188b0b9dda0 100644 --- a/sys/i386/ibcs2/ibcs2_signal.c +++ b/sys/i386/ibcs2/ibcs2_signal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Scott Bartram * Copyright (c) 1995 Steven Wallace * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_signal.h b/sys/i386/ibcs2/ibcs2_signal.h index 59070aa0640f7..6d47b63722bc6 100644 --- a/sys/i386/ibcs2/ibcs2_signal.h +++ b/sys/i386/ibcs2/ibcs2_signal.h @@ -1,6 +1,8 @@ /* $NetBSD: ibcs2_signal.h,v 1.7 1995/08/14 02:26:01 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_socksys.c b/sys/i386/ibcs2/ibcs2_socksys.c index 80b121614b8c6..6918afbf9f7b6 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.c +++ b/sys/i386/ibcs2/ibcs2_socksys.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, 1995 Scott Bartram * Copyright (c) 1994 Arne H Juul * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_socksys.h b/sys/i386/ibcs2/ibcs2_socksys.h index 533a4827b8d9a..b403063fedce6 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.h +++ b/sys/i386/ibcs2/ibcs2_socksys.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, 1995 Scott Bartram * Copyright (c) 1994 Arne H Juul * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_stat.c b/sys/i386/ibcs2/ibcs2_stat.c index 115c2ae2ac295..4f0a073e6a998 100644 --- a/sys/i386/ibcs2/ibcs2_stat.c +++ b/sys/i386/ibcs2/ibcs2_stat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Scott Bartram * Copyright (c) 1995 Steven Wallace * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_stat.h b/sys/i386/ibcs2/ibcs2_stat.h index 1ab76fb97e476..e22143a7b57ca 100644 --- a/sys/i386/ibcs2/ibcs2_stat.h +++ b/sys/i386/ibcs2/ibcs2_stat.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_statfs.h b/sys/i386/ibcs2/ibcs2_statfs.h index 51eb84413fd88..b5fd047213c45 100644 --- a/sys/i386/ibcs2/ibcs2_statfs.h +++ b/sys/i386/ibcs2/ibcs2_statfs.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_stropts.h b/sys/i386/ibcs2/ibcs2_stropts.h index 7623da3531200..d05d6932b92b5 100644 --- a/sys/i386/ibcs2/ibcs2_stropts.h +++ b/sys/i386/ibcs2/ibcs2_stropts.h @@ -1,5 +1,7 @@ /*- * ibcs2_stropts.h + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_sysi86.c b/sys/i386/ibcs2/ibcs2_sysi86.c index 17964af5a7b09..7dae55ca2fab6 100644 --- a/sys/i386/ibcs2/ibcs2_sysi86.c +++ b/sys/i386/ibcs2/ibcs2_sysi86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Søren Schmidt * Copyright (c) 1995 Steven Wallace * All rights reserved. diff --git a/sys/i386/ibcs2/ibcs2_sysvec.c b/sys/i386/ibcs2/ibcs2_sysvec.c index 83482f2af6d9c..c254a37cff966 100644 --- a/sys/i386/ibcs2/ibcs2_sysvec.c +++ b/sys/i386/ibcs2/ibcs2_sysvec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Steven Wallace * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_termios.h b/sys/i386/ibcs2/ibcs2_termios.h index bce259fcb3744..3f956eca430e3 100644 --- a/sys/i386/ibcs2/ibcs2_termios.h +++ b/sys/i386/ibcs2/ibcs2_termios.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_time.h b/sys/i386/ibcs2/ibcs2_time.h index 15b23fa587b29..7ba81a3a1c35e 100644 --- a/sys/i386/ibcs2/ibcs2_time.h +++ b/sys/i386/ibcs2/ibcs2_time.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_types.h b/sys/i386/ibcs2/ibcs2_types.h index f80a83c6cc7b6..e3e03267dab0f 100644 --- a/sys/i386/ibcs2/ibcs2_types.h +++ b/sys/i386/ibcs2/ibcs2_types.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_unistd.h b/sys/i386/ibcs2/ibcs2_unistd.h index 77e5afd2738e4..68eb031366921 100644 --- a/sys/i386/ibcs2/ibcs2_unistd.h +++ b/sys/i386/ibcs2/ibcs2_unistd.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_ustat.h b/sys/i386/ibcs2/ibcs2_ustat.h index 19af5bb638c85..ef853bf3bfa44 100644 --- a/sys/i386/ibcs2/ibcs2_ustat.h +++ b/sys/i386/ibcs2/ibcs2_ustat.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_util.c b/sys/i386/ibcs2/ibcs2_util.c index d63a640f92b3c..2a040183af884 100644 --- a/sys/i386/ibcs2/ibcs2_util.c +++ b/sys/i386/ibcs2/ibcs2_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Christos Zoulas * Copyright (c) 1995 Frank van der Linden * Copyright (c) 1995 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_util.h b/sys/i386/ibcs2/ibcs2_util.h index be43fa6f4be68..226d923c439ac 100644 --- a/sys/i386/ibcs2/ibcs2_util.h +++ b/sys/i386/ibcs2/ibcs2_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Christos Zoulas * Copyright (c) 1995 Frank van der Linden * Copyright (c) 1995 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_utime.h b/sys/i386/ibcs2/ibcs2_utime.h index b0a43498188f1..d2c06862a923b 100644 --- a/sys/i386/ibcs2/ibcs2_utime.h +++ b/sys/i386/ibcs2/ibcs2_utime.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_utsname.h b/sys/i386/ibcs2/ibcs2_utsname.h index 748c17b4c6968..fe9a6a0402038 100644 --- a/sys/i386/ibcs2/ibcs2_utsname.h +++ b/sys/i386/ibcs2/ibcs2_utsname.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Scott Bartram * All rights reserved. * diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c index 829f6abba8140..6e417386cb065 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.c +++ b/sys/i386/ibcs2/ibcs2_xenix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Sean Eric Fagan * Copyright (c) 1994 Søren Schmidt * Copyright (c) 1995 Steven Wallace diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index 3a5611df0daac..ef2d3af9e00b0 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Sean Eric Fagan * Copyright (c) 1994 Søren Schmidt * All rights reserved. diff --git a/sys/i386/include/_bus.h b/sys/i386/include/_bus.h index 49bdd5a307577..2f0b84220b534 100644 --- a/sys/i386/include/_bus.h +++ b/sys/i386/include/_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/i386/include/asm.h b/sys/i386/include/asm.h index b2d4a6b289023..85dbe79a9586b 100644 --- a/sys/i386/include/asm.h +++ b/sys/i386/include/asm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index e7ddf134e4d3d..c22f980f64187 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/include/asmacros.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/atomic.h b/sys/i386/include/atomic.h index 13d2f4da17b41..8e068162be749 100644 --- a/sys/i386/include/atomic.h +++ b/sys/i386/include/atomic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h index ef595d5f52be0..71cc5dc4a348e 100644 --- a/sys/i386/include/bootinfo.h +++ b/sys/i386/include/bootinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994 by Rodney W. Grimes, Milwaukie, Oregon 97222 * All rights reserved. * diff --git a/sys/i386/include/bus_dma.h b/sys/i386/include/bus_dma.h index 95e98a7e43c23..8b55695f8593b 100644 --- a/sys/i386/include/bus_dma.h +++ b/sys/i386/include/bus_dma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Scott Long * All rights reserved. * diff --git a/sys/i386/include/counter.h b/sys/i386/include/counter.h index 73b49cefc5be8..4b83b10f983dc 100644 --- a/sys/i386/include/counter.h +++ b/sys/i386/include/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index e0662450d039d..4b500d70501bf 100644 --- a/sys/i386/include/cpu.h +++ b/sys/i386/include/cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 23be5a3cdd007..e9d4abba8b9c8 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h index 02af4f14d6310..a5c4e4ccdbc2b 100644 --- a/sys/i386/include/cputypes.h +++ b/sys/i386/include/cputypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Christopher G. Demetriou * All rights reserved. * diff --git a/sys/i386/include/elan_mmcr.h b/sys/i386/include/elan_mmcr.h index a02d4b2c90ff7..a337d83839229 100644 --- a/sys/i386/include/elan_mmcr.h +++ b/sys/i386/include/elan_mmcr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 John Birrell * All rights reserved. * diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h index 8d07887be252b..34c06e3ee2782 100644 --- a/sys/i386/include/exec.h +++ b/sys/i386/include/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index cda9e46230cab..b7c154743d0ca 100644 --- a/sys/i386/include/floatingpoint.h +++ b/sys/i386/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * diff --git a/sys/i386/include/gdb_machdep.h b/sys/i386/include/gdb_machdep.h index a60ba18d04481..2036323bb0d05 100644 --- a/sys/i386/include/gdb_machdep.h +++ b/sys/i386/include/gdb_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/i386/include/ieeefp.h b/sys/i386/include/ieeefp.h index c676c4541831d..9ece4e968c7b0 100644 --- a/sys/i386/include/ieeefp.h +++ b/sys/i386/include/ieeefp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 Andrew Moore, Talke Studio * All rights reserved. diff --git a/sys/i386/include/if_wl_wavelan.h b/sys/i386/include/if_wl_wavelan.h index c917681313940..44d3e3f032ab8 100644 --- a/sys/i386/include/if_wl_wavelan.h +++ b/sys/i386/include/if_wl_wavelan.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/i386/include/in_cksum.h b/sys/i386/include/in_cksum.h index 8816f3c8ddea9..360b324aac623 100644 --- a/sys/i386/include/in_cksum.h +++ b/sys/i386/include/in_cksum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/intr_machdep.h b/sys/i386/include/intr_machdep.h index a8dd45642f944..17d54c4ccd3b6 100644 --- a/sys/i386/include/intr_machdep.h +++ b/sys/i386/include/intr_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h index ca83a36cdb5a4..1d137071211c5 100644 --- a/sys/i386/include/ioctl_bt848.h +++ b/sys/i386/include/ioctl_bt848.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David O'Brien * All rights reserved. * diff --git a/sys/i386/include/ioctl_meteor.h b/sys/i386/include/ioctl_meteor.h index 0322f1ede2c17..377d8257164b1 100644 --- a/sys/i386/include/ioctl_meteor.h +++ b/sys/i386/include/ioctl_meteor.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David O'Brien * All rights reserved. * diff --git a/sys/i386/include/iodev.h b/sys/i386/include/iodev.h index 9f53cacff001b..5aced158609eb 100644 --- a/sys/i386/include/iodev.h +++ b/sys/i386/include/iodev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/i386/include/kdb.h b/sys/i386/include/kdb.h index 1b407cbc5e7d0..beb2bd0e4132a 100644 --- a/sys/i386/include/kdb.h +++ b/sys/i386/include/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index 35eea1f619dee..8d437add22d2c 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index 2347f73487de6..63a6232614b8d 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce D. Evans. * All rights reserved. * diff --git a/sys/i386/include/memdev.h b/sys/i386/include/memdev.h index 649b5576f306e..41e34da792642 100644 --- a/sys/i386/include/memdev.h +++ b/sys/i386/include/memdev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/i386/include/minidump.h b/sys/i386/include/minidump.h index 55508a370e70c..341ec0892a534 100644 --- a/sys/i386/include/minidump.h +++ b/sys/i386/include/minidump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * All rights reserved. * diff --git a/sys/i386/include/mp_watchdog.h b/sys/i386/include/mp_watchdog.h index bcec051a942fd..e1fc0742ee1ec 100644 --- a/sys/i386/include/mp_watchdog.h +++ b/sys/i386/include/mp_watchdog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Robert N. M. Watson * All rights reserved. * diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h index 05572285cde24..d3b92aef1acc9 100644 --- a/sys/i386/include/npx.h +++ b/sys/i386/include/npx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index f7968f8308006..e493db2482c18 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h index 355dc615ecd04..a3fe8d54368e5 100644 --- a/sys/i386/include/pc/bios.h +++ b/sys/i386/include/pc/bios.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Michael Smith * Copyright (c) 1998 Jonathan Lemon * All rights reserved. diff --git a/sys/i386/include/pcaudioio.h b/sys/i386/include/pcaudioio.h index c67d866cd9448..0802fcf6cb145 100644 --- a/sys/i386/include/pcaudioio.h +++ b/sys/i386/include/pcaudioio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 Søren Schmidt * All rights reserved. * diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h index 558565b872cbf..39c053de71713 100644 --- a/sys/i386/include/pcb.h +++ b/sys/i386/include/pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/pcb_ext.h b/sys/i386/include/pcb_ext.h index 81e1bed513b43..850b5e532e221 100644 --- a/sys/i386/include/pcb_ext.h +++ b/sys/i386/include/pcb_ext.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Jonathan Lemon * All rights reserved. * diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h index 1ec6f580ea0f0..fbbbc40df243b 100644 --- a/sys/i386/include/pcpu.h +++ b/sys/i386/include/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) Peter Wemm * All rights reserved. * diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index 6e417d95839d1..e0ba0f639236f 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/pmc_mdep.h b/sys/i386/include/pmc_mdep.h index ff057cec166ac..0f52cc6fcfea7 100644 --- a/sys/i386/include/pmc_mdep.h +++ b/sys/i386/include/pmc_mdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2005,2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/i386/include/ppireg.h b/sys/i386/include/ppireg.h index 5774757ce67a7..9794504da499e 100644 --- a/sys/i386/include/ppireg.h +++ b/sys/i386/include/ppireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 TAKAHASHI Yoshihiro. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index 8fe7a6cdc2547..de2968e201009 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/profile.h b/sys/i386/include/profile.h index d4db0c9d829df..aead6e01746e7 100644 --- a/sys/i386/include/profile.h +++ b/sys/i386/include/profile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/i386/include/reloc.h b/sys/i386/include/reloc.h index 1883193233997..690802a075d3c 100644 --- a/sys/i386/include/reloc.h +++ b/sys/i386/include/reloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/i386/include/runq.h b/sys/i386/include/runq.h index e906fa192c6c1..ba21b9ab43164 100644 --- a/sys/i386/include/runq.h +++ b/sys/i386/include/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/i386/include/segments.h b/sys/i386/include/segments.h index 635dffc48f342..5b24d0fe895cb 100644 --- a/sys/i386/include/segments.h +++ b/sys/i386/include/segments.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1990 William F. Jolitz * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/i386/include/sf_buf.h b/sys/i386/include/sf_buf.h index f1f1cd3ee2438..e66bf4cbe185a 100644 --- a/sys/i386/include/sf_buf.h +++ b/sys/i386/include/sf_buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Gleb Smirnoff <glebius@FreeBSD.org> * All rights reserved. * diff --git a/sys/i386/include/sigframe.h b/sys/i386/include/sigframe.h index 8de466452e472..922100edb3adc 100644 --- a/sys/i386/include/sigframe.h +++ b/sys/i386/include/sigframe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/i386/include/signal.h b/sys/i386/include/signal.h index 26c1ee6363835..f5c6983dc5ead 100644 --- a/sys/i386/include/signal.h +++ b/sys/i386/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/i386/include/smapi.h b/sys/i386/include/smapi.h index 63b9927016b21..72edd9202d19e 100644 --- a/sys/i386/include/smapi.h +++ b/sys/i386/include/smapi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Matthew N. Dodd <winter@freebsd.org> * All rights reserved. * diff --git a/sys/i386/include/timerreg.h b/sys/i386/include/timerreg.h index cf5f281c0aa1e..77e6cad5775d4 100644 --- a/sys/i386/include/timerreg.h +++ b/sys/i386/include/timerreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005 TAKAHASHI Yoshihiro. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index 29907d4204981..c672f4362ec1e 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/i386/include/ucontext.h b/sys/i386/include/ucontext.h index fe21b3462665a..6a72e568c9cda 100644 --- a/sys/i386/include/ucontext.h +++ b/sys/i386/include/ucontext.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/i386/include/varargs.h b/sys/i386/include/varargs.h index a71b2ffc8a047..7d1524b4e55ff 100644 --- a/sys/i386/include/varargs.h +++ b/sys/i386/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/i386/include/vm.h b/sys/i386/include/vm.h index 22d2ecafe211b..2e9c30da9936b 100644 --- a/sys/i386/include/vm.h +++ b/sys/i386/include/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hudson River Trading LLC * Written by: John H. Baldwin <jhb@FreeBSD.org> * All rights reserved. diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h index 2253d5c504cde..42e8516c42742 100644 --- a/sys/i386/include/vm86.h +++ b/sys/i386/include/vm86.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Jonathan Lemon * All rights reserved. * diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h index 987ac624abab5..1361b26add7cc 100644 --- a/sys/i386/include/vmparam.h +++ b/sys/i386/include/vmparam.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/i386/isa/ccbque.h b/sys/i386/isa/ccbque.h index 72375b087db1e..0388dca861b7c 100644 --- a/sys/i386/isa/ccbque.h +++ b/sys/i386/isa/ccbque.h @@ -1,5 +1,7 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC98 series] * Copyright (c) 1994, 1995, 1996 NetBSD/pc98 porting staff. * All rights reserved. diff --git a/sys/i386/isa/elink.c b/sys/i386/isa/elink.c index 5fbfd363192bf..42b27693d9552 100644 --- a/sys/i386/isa/elink.c +++ b/sys/i386/isa/elink.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Charles Hannum. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/i386/isa/elink.h b/sys/i386/isa/elink.h index 9b27088e78995..1ab9065a3323f 100644 --- a/sys/i386/isa/elink.h +++ b/sys/i386/isa/elink.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Charles Hannum. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/i386/isa/pmtimer.c b/sys/i386/isa/pmtimer.c index b5a030266db04..ceba1d7807eb6 100644 --- a/sys/i386/isa/pmtimer.c +++ b/sys/i386/isa/pmtimer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org> * All rights reserved. * diff --git a/sys/i386/isa/prof_machdep.c b/sys/i386/isa/prof_machdep.c index bdcd7e427d062..430e10cc53349 100644 --- a/sys/i386/isa/prof_machdep.c +++ b/sys/i386/isa/prof_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996 Bruce D. Evans. * All rights reserved. * diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c index 9363b474b7ccf..6435997beccf8 100644 --- a/sys/i386/linux/imgact_linux.c +++ b/sys/i386/linux/imgact_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1996 Søren Schmidt * All rights reserved. * diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index c483350483c60..2f2ba6e631863 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1996 Søren Schmidt * All rights reserved. * diff --git a/sys/i386/linux/linux_dummy.c b/sys/i386/linux/linux_dummy.c index 1867cfebdd2cf..769308a9e25cb 100644 --- a/sys/i386/linux/linux_dummy.c +++ b/sys/i386/linux/linux_dummy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1995 Søren Schmidt * All rights reserved. * diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c index 36e8df2043344..5d94329240564 100644 --- a/sys/i386/linux/linux_machdep.c +++ b/sys/i386/linux/linux_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Marcel Moolenaar * All rights reserved. * diff --git a/sys/i386/linux/linux_ptrace.c b/sys/i386/linux/linux_ptrace.c index a4b39b37aeb1e..ea08d9154f0cf 100644 --- a/sys/i386/linux/linux_ptrace.c +++ b/sys/i386/linux/linux_ptrace.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Alexander Kabaev * All rights reserved. * diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 7b1b35f4caf57..11a536707c131 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1996 Søren Schmidt * All rights reserved. * diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index 288bcb9dd8fd8..d3e5439fdbcda 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index 6aeaae3502be2..a2d73f77ff8a6 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h index c959d74128d07..7410ddd796ec5 100644 --- a/sys/isa/isareg.h +++ b/sys/isa/isareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/isa/pnpreg.h b/sys/isa/pnpreg.h index abd181198d412..955fd4996b4e9 100644 --- a/sys/isa/pnpreg.h +++ b/sys/isa/pnpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, Sujal M. Patel * All rights reserved. * diff --git a/sys/isa/rtc.h b/sys/isa/rtc.h index f9664e74c99d9..64c7b36279cae 100644 --- a/sys/isa/rtc.h +++ b/sys/isa/rtc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 2599ff4ce7a4c..41502434f1cb8 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Terrence R. Lambert * All rights reserved. * diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 035251d332c2c..5e8e3d76cdad1 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 8daa022712ce0..7ab34d2f96fda 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_cons.c b/sys/kern/kern_cons.c index d219c81f7dc7f..3c139a2bd2787 100644 --- a/sys/kern/kern_cons.c +++ b/sys/kern/kern_cons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * Copyright (c) 1999 Michael Smith diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index e194eb27598d9..f6cbd42c79024 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index 6c8fb3eb24187..1e2c8c83f26df 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index e165ed5200ab4..851b345bcfd94 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c index 0d76d5b800629..8623f11972c80 100644 --- a/sys/kern/kern_ktrace.c +++ b/sys/kern/kern_ktrace.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. * Copyright (c) 2005 Robert N. M. Watson diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index fdffd83a0e1cd..a9cdd0320b127 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Isilon Inc http://www.isilon.com/ * Authors: Doug Rabson <dfr@rabson.org> * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org> diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 410a971e968ed..527fa328ed85c 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991, 1993 * The Regents of the University of California. * Copyright (c) 2005-2009 Robert N. M. Watson diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c index 875d2b97c9988..b3ce6a6cf7646 100644 --- a/sys/kern/kern_mib.c +++ b/sys/kern/kern_mib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 9947fbd6007ff..ed910f2cc1e61 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index d96da436a86af..3cf25b23864f6 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1990, 1991, 1993 * The Regents of the University of California. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index dfe68a52b921d..0d7f898cd2636 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_rmlock.c b/sys/kern/kern_rmlock.c index 7af547b3a5dc3..1e678b832a8dc 100644 --- a/sys/kern/kern_rmlock.c +++ b/sys/kern/kern_rmlock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Stephan Uphoff <ups@FreeBSD.org> * All rights reserved. * diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index f30e43600422b..29941cac74db0 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 5c1b79c293017..982592a6ce44e 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index dbdf0302862ef..ad7102f6a03af 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index 5e116a086c35b..963247db3912f 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index b2e9f9c189f2a..e0ad6b6a88591 100644 --- a/sys/kern/kern_time.c +++ b/sys/kern/kern_time.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index fe69bde0cc97e..01d9c2714fdde 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c index 095e3ff882dc1..92d9c9197608d 100644 --- a/sys/kern/kern_xxx.c +++ b/sys/kern/kern_xxx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/ksched.c b/sys/kern/ksched.c index 27aea72a3e946..bf03a46315c2b 100644 --- a/sys/kern/ksched.c +++ b/sys/kern/ksched.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 * HD Associates, Inc. All rights reserved. * diff --git a/sys/kern/p1003_1b.c b/sys/kern/p1003_1b.c index ac6cd60a5d6ea..09788936644ba 100644 --- a/sys/kern/p1003_1b.c +++ b/sys/kern/p1003_1b.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998 * HD Associates, Inc. All rights reserved. * diff --git a/sys/kern/posix4_mib.c b/sys/kern/posix4_mib.c index a4d7951305d79..f95b1be832edf 100644 --- a/sys/kern/posix4_mib.c +++ b/sys/kern/posix4_mib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 * HD Associates, Inc. All rights reserved. * diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 9e821532c181a..52c96c816c689 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 53fad8111bab1..ee01750783dcc 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index eb2011cb33eba..62632e01da7f2 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Matthew Dillon. All Rights Reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c index 94146c12449cd..1d55c34713e31 100644 --- a/sys/kern/subr_clock.c +++ b/sys/kern/subr_clock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/kern/subr_hash.c b/sys/kern/subr_hash.c index 2aae04359b05d..b61f2baddc9a4 100644 --- a/sys/kern/subr_hash.c +++ b/sys/kern/subr_hash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 1e6127425d57c..c50ff9302d41e 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c index 21220ca938de1..b4505c356ff50 100644 --- a/sys/kern/subr_mchain.c +++ b/sys/kern/subr_mchain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000, 2001 Boris Popov * All rights reserved. * diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index 8c147a8cf4ea7..75361da437006 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/subr_pcpu.c b/sys/kern/subr_pcpu.c index fbfa1a6474712..b88caa92e7ba3 100644 --- a/sys/kern/subr_pcpu.c +++ b/sys/kern/subr_pcpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Wind River Systems, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 576c4199a91af..5d5ca44a99de0 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 56b17f5c4c210..761511ecfa8d7 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/subr_rtc.c b/sys/kern/subr_rtc.c index 30b865f6f33b8..3f849248be5f0 100644 --- a/sys/kern/subr_rtc.c +++ b/sys/kern/subr_rtc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1990, 1993 * The Regents of the University of California. diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index 806ca4ff75cc0..9987980e01c11 100644 --- a/sys/kern/subr_scanf.c +++ b/sys/kern/subr_scanf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/subr_sglist.c b/sys/kern/subr_sglist.c index 0d371a48ded39..94307905bf671 100644 --- a/sys/kern/subr_sglist.c +++ b/sys/kern/subr_sglist.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/kern/subr_syscall.c b/sys/kern/subr_syscall.c index 0182884e82064..06e92b521dfaf 100644 --- a/sys/kern/subr_syscall.c +++ b/sys/kern/subr_syscall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 1c9db438f7a1a..be0c01363cd95 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c index c00a9017bc738..5e33f496a95ff 100644 --- a/sys/kern/subr_uio.c +++ b/sys/kern/subr_uio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c index 60e628f660b6c..c73e4b29c2265 100644 --- a/sys/kern/sys_generic.c +++ b/sys/kern/sys_generic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index edc64aac80434..82e226fecb785 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index 6dce01d0b6d60..221690c3e2654 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/tty_info.c b/sys/kern/tty_info.c index 6849d0b06ed13..5eca2905e3284 100644 --- a/sys/kern/tty_info.c +++ b/sys/kern/tty_info.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index a80b974c1aafd..c014a268ef1b4 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 5f103eb6c583e..6b34ffc9937fb 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c index 8b7f4fdd516ce..2b7bb47408528 100644 --- a/sys/kern/uipc_mbuf2.c +++ b/sys/kern/uipc_mbuf2.c @@ -2,6 +2,8 @@ /* $NetBSD: uipc_mbuf.c,v 1.40 1999/04/01 00:23:25 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index 547238ff43d72..513cf3d0b3369 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 15ca984393d9b..0740af7835b1b 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993 * The Regents of the University of California. * Copyright (c) 2004 The FreeBSD Foundation diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 72ca38a226d74..542bb5ae50813 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 0ff3540e846ad..a9faf1a3b4819 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. * Copyright (c) 2004-2009 Robert N. M. Watson diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 586aaeef443f3..b0a5875f98e79 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index f6be7a7e53dcb..8214134e52328 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * Modifications/enhancements: diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 78e9565bb6b7c..5f8225d440865 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index e7a709d0e1e65..3cce417002db2 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 9ac193a9ebd5f..380ed20bf479b 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c index 80f23db756402..49fa8ed6af480 100644 --- a/sys/kern/vfs_lookup.c +++ b/sys/kern/vfs_lookup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 6f8da3c7b1534..11150815787aa 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2004 Poul-Henning Kamp * Copyright (c) 1999 Michael Smith * Copyright (c) 1989, 1993 diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c index ae561d4125a23..1dae7d3f26059 100644 --- a/sys/kern/vfs_mountroot.c +++ b/sys/kern/vfs_mountroot.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010 Marcel Moolenaar * Copyright (c) 1999-2004 Poul-Henning Kamp * Copyright (c) 1999 Michael Smith diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 8ef878ee9cf41..0b603f32aa6e4 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 89a94e3a29be5..d64e699b3cf28 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 49af86d804016..7a13375ef8708 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/libkern/arm/muldi3.c b/sys/libkern/arm/muldi3.c index 8cdb478be9b62..b7a6d1099f2d1 100644 --- a/sys/libkern/arm/muldi3.c +++ b/sys/libkern/arm/muldi3.c @@ -1,6 +1,8 @@ /* $NetBSD: muldi3.c,v 1.8 2003/08/07 16:32:09 agc Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/ashldi3.c b/sys/libkern/ashldi3.c index 4ad69745c21a9..6d9f8f7b282ab 100644 --- a/sys/libkern/ashldi3.c +++ b/sys/libkern/ashldi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/ashrdi3.c b/sys/libkern/ashrdi3.c index 1eab1d60d99f2..f42c521edf02e 100644 --- a/sys/libkern/ashrdi3.c +++ b/sys/libkern/ashrdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/bcmp.c b/sys/libkern/bcmp.c index cd00ba9e6b524..f0b534780fa57 100644 --- a/sys/libkern/bcmp.c +++ b/sys/libkern/bcmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index cbac2fb762b22..5043c0206aff3 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/cmpdi2.c b/sys/libkern/cmpdi2.c index 9a2b5e3f4fbc0..b7267b4275ba9 100644 --- a/sys/libkern/cmpdi2.c +++ b/sys/libkern/cmpdi2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/divdi3.c b/sys/libkern/divdi3.c index 27b1cf0a04294..ff9c41dcb8041 100644 --- a/sys/libkern/divdi3.c +++ b/sys/libkern/divdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/ffs.c b/sys/libkern/ffs.c index 6bd9c7c928b65..4dfc7fbab67b7 100644 --- a/sys/libkern/ffs.c +++ b/sys/libkern/ffs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/ffsl.c b/sys/libkern/ffsl.c index a0278b1117b81..0ebf3207e663a 100644 --- a/sys/libkern/ffsl.c +++ b/sys/libkern/ffsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/fls.c b/sys/libkern/fls.c index 46b7481826ea3..57b7abe19f4ed 100644 --- a/sys/libkern/fls.c +++ b/sys/libkern/fls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/flsl.c b/sys/libkern/flsl.c index 04c3f4fe16abf..08808455862b5 100644 --- a/sys/libkern/flsl.c +++ b/sys/libkern/flsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/flsll.c b/sys/libkern/flsll.c index ed5ec92000339..cb30d0bd5551d 100644 --- a/sys/libkern/flsll.c +++ b/sys/libkern/flsll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/fnmatch.c b/sys/libkern/fnmatch.c index 5e7bda6ecec93..9ae236bebb9cb 100644 --- a/sys/libkern/fnmatch.c +++ b/sys/libkern/fnmatch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/lshrdi3.c b/sys/libkern/lshrdi3.c index 4701394196534..122c706399e9b 100644 --- a/sys/libkern/lshrdi3.c +++ b/sys/libkern/lshrdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index e26f6fab3428d..4b2491b5159ae 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/memchr.c b/sys/libkern/memchr.c index a00ea6d40912b..a615f21f7dacf 100644 --- a/sys/libkern/memchr.c +++ b/sys/libkern/memchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/memcmp.c b/sys/libkern/memcmp.c index 6a6e69cb614f4..c10645f31006a 100644 --- a/sys/libkern/memcmp.c +++ b/sys/libkern/memcmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/moddi3.c b/sys/libkern/moddi3.c index 050d47e255be3..b228654ba43e8 100644 --- a/sys/libkern/moddi3.c +++ b/sys/libkern/moddi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/qdivrem.c b/sys/libkern/qdivrem.c index b4cc91f1cff25..0963486d23874 100644 --- a/sys/libkern/qdivrem.c +++ b/sys/libkern/qdivrem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/qsort.c b/sys/libkern/qsort.c index 9c83f608d430c..c645f0767522b 100644 --- a/sys/libkern/qsort.c +++ b/sys/libkern/qsort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h index 4850d89cb7cbb..fc4ca32f5aa02 100644 --- a/sys/libkern/quad.h +++ b/sys/libkern/quad.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/random.c b/sys/libkern/random.c index 22a14ef5021f3..9c580fee20309 100644 --- a/sys/libkern/random.c +++ b/sys/libkern/random.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/scanc.c b/sys/libkern/scanc.c index a7800d0eeb558..3b8ce57f1ee18 100644 --- a/sys/libkern/scanc.c +++ b/sys/libkern/scanc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strcasecmp.c b/sys/libkern/strcasecmp.c index a7bba221d02d3..cfa2d8ed9a59e 100644 --- a/sys/libkern/strcasecmp.c +++ b/sys/libkern/strcasecmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strcat.c b/sys/libkern/strcat.c index 13738f97e26cd..0b6638bac3729 100644 --- a/sys/libkern/strcat.c +++ b/sys/libkern/strcat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strchr.c b/sys/libkern/strchr.c index 6ee479833890f..a7049e2304655 100644 --- a/sys/libkern/strchr.c +++ b/sys/libkern/strchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strcmp.c b/sys/libkern/strcmp.c index 43a06d9be5871..3a90e0f630f5e 100644 --- a/sys/libkern/strcmp.c +++ b/sys/libkern/strcmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strcpy.c b/sys/libkern/strcpy.c index 4b902c281b232..51de8a1ba5c98 100644 --- a/sys/libkern/strcpy.c +++ b/sys/libkern/strcpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strncmp.c b/sys/libkern/strncmp.c index 268ffbe4fe777..17e81bf5cef80 100644 --- a/sys/libkern/strncmp.c +++ b/sys/libkern/strncmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strncpy.c b/sys/libkern/strncpy.c index d4d0964317bac..fd523584ef02a 100644 --- a/sys/libkern/strncpy.c +++ b/sys/libkern/strncpy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strrchr.c b/sys/libkern/strrchr.c index 6ff7eb45b943b..78ef6796564b4 100644 --- a/sys/libkern/strrchr.c +++ b/sys/libkern/strrchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c index 46122697e8bbb..e9fab7f7bfa34 100644 --- a/sys/libkern/strsep.c +++ b/sys/libkern/strsep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strstr.c b/sys/libkern/strstr.c index 12c2a9189aab5..228e7525528ef 100644 --- a/sys/libkern/strstr.c +++ b/sys/libkern/strstr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strtol.c b/sys/libkern/strtol.c index ea7dd55672853..4523eb2ad01cc 100644 --- a/sys/libkern/strtol.c +++ b/sys/libkern/strtol.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strtoq.c b/sys/libkern/strtoq.c index e83adb1f0e355..759910c0a2267 100644 --- a/sys/libkern/strtoq.c +++ b/sys/libkern/strtoq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strtoul.c b/sys/libkern/strtoul.c index 44adf5a30118f..d5ae6de0d5d2f 100644 --- a/sys/libkern/strtoul.c +++ b/sys/libkern/strtoul.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c index 49c3750b2a8a6..4c89339cba9f0 100644 --- a/sys/libkern/strtouq.c +++ b/sys/libkern/strtouq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/ucmpdi2.c b/sys/libkern/ucmpdi2.c index cd41c697014f5..e07c7343ccdac 100644 --- a/sys/libkern/ucmpdi2.c +++ b/sys/libkern/ucmpdi2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/udivdi3.c b/sys/libkern/udivdi3.c index 71c9272364d88..d3019e54d7f9c 100644 --- a/sys/libkern/udivdi3.c +++ b/sys/libkern/udivdi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/libkern/umoddi3.c b/sys/libkern/umoddi3.c index e3776413722ce..2fdc6ec3ddba1 100644 --- a/sys/libkern/umoddi3.c +++ b/sys/libkern/umoddi3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/adm5120/adm5120_machdep.c b/sys/mips/adm5120/adm5120_machdep.c index 2713618607eb8..b1c1e3a273a47 100644 --- a/sys/mips/adm5120/adm5120_machdep.c +++ b/sys/mips/adm5120/adm5120_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/adm5120/adm5120reg.h b/sys/mips/adm5120/adm5120reg.h index 2f15e46752338..ce8a4d5b7bd93 100644 --- a/sys/mips/adm5120/adm5120reg.h +++ b/sys/mips/adm5120/adm5120reg.h @@ -1,6 +1,8 @@ /* $NetBSD: adm5120reg.h,v 1.1 2007/03/20 08:52:03 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * All rights reserved. * diff --git a/sys/mips/adm5120/admpci.c b/sys/mips/adm5120/admpci.c index 0fb0b54ca5cd3..b1d6efa697856 100644 --- a/sys/mips/adm5120/admpci.c +++ b/sys/mips/adm5120/admpci.c @@ -1,6 +1,8 @@ /* $NetBSD: admpci.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 David Young. All rights reserved. * * Redistribution and use in source and binary forms, with or diff --git a/sys/mips/adm5120/console.c b/sys/mips/adm5120/console.c index 20cd53dfccba7..89495c3954c4b 100644 --- a/sys/mips/adm5120/console.c +++ b/sys/mips/adm5120/console.c @@ -1,6 +1,8 @@ /* $NetBSD: uart.c,v 1.2 2007/03/23 20:05:47 dogcow Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * All rights reserved. * diff --git a/sys/mips/adm5120/if_admsw.c b/sys/mips/adm5120/if_admsw.c index 65f522fff8de9..545b9e5d5550c 100644 --- a/sys/mips/adm5120/if_admsw.c +++ b/sys/mips/adm5120/if_admsw.c @@ -1,6 +1,8 @@ /* $NetBSD: if_admsw.c,v 1.3 2007/04/22 19:26:25 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * All rights reserved. * diff --git a/sys/mips/adm5120/if_admswreg.h b/sys/mips/adm5120/if_admswreg.h index a4cfa338e06be..28ec5156a2cfb 100644 --- a/sys/mips/adm5120/if_admswreg.h +++ b/sys/mips/adm5120/if_admswreg.h @@ -1,6 +1,8 @@ /* $NetBSD: if_admswreg.h,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * All rights reserved. * diff --git a/sys/mips/adm5120/if_admswvar.h b/sys/mips/adm5120/if_admswvar.h index 1304fac4dd02b..d7d341ade4e56 100644 --- a/sys/mips/adm5120/if_admswvar.h +++ b/sys/mips/adm5120/if_admswvar.h @@ -1,6 +1,8 @@ /* $NetBSD: if_admswvar.h,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * All rights reserved. * diff --git a/sys/mips/adm5120/obio.c b/sys/mips/adm5120/obio.c index 90216c19349f8..a52b405c7f147 100644 --- a/sys/mips/adm5120/obio.c +++ b/sys/mips/adm5120/obio.c @@ -1,6 +1,8 @@ /* $NetBSD: obio.c,v 1.11 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/adm5120/obiovar.h b/sys/mips/adm5120/obiovar.h index f09972c6b71e5..8a688bfb22066 100644 --- a/sys/mips/adm5120/obiovar.h +++ b/sys/mips/adm5120/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/adm5120/uart_bus_adm5120.c b/sys/mips/adm5120/uart_bus_adm5120.c index 8d7943f235105..926c9b217f7c7 100644 --- a/sys/mips/adm5120/uart_bus_adm5120.c +++ b/sys/mips/adm5120/uart_bus_adm5120.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/mips/adm5120/uart_cpu_adm5120.c b/sys/mips/adm5120/uart_cpu_adm5120.c index 935d109fe16f6..a9d93500297ac 100644 --- a/sys/mips/adm5120/uart_cpu_adm5120.c +++ b/sys/mips/adm5120/uart_cpu_adm5120.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/adm5120/uart_dev_adm5120.c b/sys/mips/adm5120/uart_dev_adm5120.c index 5c3e691b02364..d7c8186898d6b 100644 --- a/sys/mips/adm5120/uart_dev_adm5120.c +++ b/sys/mips/adm5120/uart_dev_adm5120.c @@ -1,6 +1,8 @@ /* $NetBSD: uart.c,v 1.2 2007/03/23 20:05:47 dogcow Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * Copyright (c) 2007 Oleksandr Tymoshenko. * All rights reserved. diff --git a/sys/mips/adm5120/uart_dev_adm5120.h b/sys/mips/adm5120/uart_dev_adm5120.h index e7165f18d81ee..e63434be360e5 100644 --- a/sys/mips/adm5120/uart_dev_adm5120.h +++ b/sys/mips/adm5120/uart_dev_adm5120.h @@ -1,6 +1,8 @@ /* $NetBSD: uart.h,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * All rights reserved. * diff --git a/sys/mips/alchemy/alchemy_machdep.c b/sys/mips/alchemy/alchemy_machdep.c index d7f242ae0ad94..14f0845b6ea5b 100644 --- a/sys/mips/alchemy/alchemy_machdep.c +++ b/sys/mips/alchemy/alchemy_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/alchemy/aureg.h b/sys/mips/alchemy/aureg.h index dfa21032763a9..f8e181695b052 100644 --- a/sys/mips/alchemy/aureg.h +++ b/sys/mips/alchemy/aureg.h @@ -1,6 +1,8 @@ /* $NetBSD: aureg.h,v 1.18 2006/10/02 06:44:00 gdamore Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2002 Wasabi Systems, Inc. * All rights reserved. * @@ -33,6 +35,8 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. + * + * $FreeBSD$ */ #ifndef _MIPS_ALCHEMY_AUREG_H diff --git a/sys/mips/alchemy/obio.c b/sys/mips/alchemy/obio.c index 740445ff6e4a5..924cb08907d98 100644 --- a/sys/mips/alchemy/obio.c +++ b/sys/mips/alchemy/obio.c @@ -1,6 +1,8 @@ /* $NetBSD: obio.c,v 1.11 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/alchemy/uart_bus_alchemy.c b/sys/mips/alchemy/uart_bus_alchemy.c index 5c2315b8b7ce5..3c96916c28ff1 100644 --- a/sys/mips/alchemy/uart_bus_alchemy.c +++ b/sys/mips/alchemy/uart_bus_alchemy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/mips/alchemy/uart_cpu_alchemy.c b/sys/mips/alchemy/uart_cpu_alchemy.c index c995130ccd2ca..7ef3ec6f8fc6e 100644 --- a/sys/mips/alchemy/uart_cpu_alchemy.c +++ b/sys/mips/alchemy/uart_cpu_alchemy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/apb.c b/sys/mips/atheros/apb.c index ef9b96455c2bf..ba323c0fa11e6 100644 --- a/sys/mips/atheros/apb.c +++ b/sys/mips/atheros/apb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/apbvar.h b/sys/mips/atheros/apbvar.h index f9af6ffa1bfdc..5d7a1c5ad02dd 100644 --- a/sys/mips/atheros/apbvar.h +++ b/sys/mips/atheros/apbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_bus_space_reversed.c b/sys/mips/atheros/ar71xx_bus_space_reversed.c index e03ade628f5df..f889de30773c4 100644 --- a/sys/mips/atheros/ar71xx_bus_space_reversed.c +++ b/sys/mips/atheros/ar71xx_bus_space_reversed.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_bus_space_reversed.h b/sys/mips/atheros/ar71xx_bus_space_reversed.h index c8d28dc703500..cd23b7d61f037 100644 --- a/sys/mips/atheros/ar71xx_bus_space_reversed.h +++ b/sys/mips/atheros/ar71xx_bus_space_reversed.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * @@ -23,6 +25,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #ifndef __AR71XX_BUS_SPACE_REVERSEDH__ diff --git a/sys/mips/atheros/ar71xx_chip.c b/sys/mips/atheros/ar71xx_chip.c index 94cbce753b346..b6975989f083b 100644 --- a/sys/mips/atheros/ar71xx_chip.c +++ b/sys/mips/atheros/ar71xx_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_chip.h b/sys/mips/atheros/ar71xx_chip.h index a9b4804299d15..64f80a7fa9afd 100644 --- a/sys/mips/atheros/ar71xx_chip.h +++ b/sys/mips/atheros/ar71xx_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_cpudef.h b/sys/mips/atheros/ar71xx_cpudef.h index 4b2c9fbc52a9c..53454764a5d6e 100644 --- a/sys/mips/atheros/ar71xx_cpudef.h +++ b/sys/mips/atheros/ar71xx_cpudef.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_ehci.c b/sys/mips/atheros/ar71xx_ehci.c index 19e9a0e204462..a8d93da531ba5 100644 --- a/sys/mips/atheros/ar71xx_ehci.c +++ b/sys/mips/atheros/ar71xx_ehci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/atheros/ar71xx_fixup.c b/sys/mips/atheros/ar71xx_fixup.c index 27747bdb4892c..cf25d10aee888 100644 --- a/sys/mips/atheros/ar71xx_fixup.c +++ b/sys/mips/atheros/ar71xx_fixup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_fixup.h b/sys/mips/atheros/ar71xx_fixup.h index f81840f7bc81b..8e4b4c1f6baa9 100644 --- a/sys/mips/atheros/ar71xx_fixup.h +++ b/sys/mips/atheros/ar71xx_fixup.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_gpio.c b/sys/mips/atheros/ar71xx_gpio.c index 59ac13fd6f9c8..5cb1ea632d817 100644 --- a/sys/mips/atheros/ar71xx_gpio.c +++ b/sys/mips/atheros/ar71xx_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2009, Luiz Otavio O Souza. * All rights reserved. diff --git a/sys/mips/atheros/ar71xx_gpiovar.h b/sys/mips/atheros/ar71xx_gpiovar.h index 47b6e64f41d03..8279618f9be4f 100644 --- a/sys/mips/atheros/ar71xx_gpiovar.h +++ b/sys/mips/atheros/ar71xx_gpiovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2009, Luiz Otavio O Souza. * All rights reserved. diff --git a/sys/mips/atheros/ar71xx_machdep.c b/sys/mips/atheros/ar71xx_machdep.c index 58218da76b3c2..f9eb4034bf741 100644 --- a/sys/mips/atheros/ar71xx_machdep.c +++ b/sys/mips/atheros/ar71xx_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_ohci.c b/sys/mips/atheros/ar71xx_ohci.c index aac32ec584034..22a15745e6bca 100644 --- a/sys/mips/atheros/ar71xx_ohci.c +++ b/sys/mips/atheros/ar71xx_ohci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_pci.c b/sys/mips/atheros/ar71xx_pci.c index f8fc255f1aec5..cff621b797f21 100644 --- a/sys/mips/atheros/ar71xx_pci.c +++ b/sys/mips/atheros/ar71xx_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_pci_bus_space.c b/sys/mips/atheros/ar71xx_pci_bus_space.c index 554018196735e..99b81be24d2ae 100644 --- a/sys/mips/atheros/ar71xx_pci_bus_space.c +++ b/sys/mips/atheros/ar71xx_pci_bus_space.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_pci_bus_space.h b/sys/mips/atheros/ar71xx_pci_bus_space.h index 5dead02a1ece1..35de2fc22b045 100644 --- a/sys/mips/atheros/ar71xx_pci_bus_space.h +++ b/sys/mips/atheros/ar71xx_pci_bus_space.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * @@ -23,6 +25,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #ifndef __AR71XX_PCI_BUS_SPACEH__ diff --git a/sys/mips/atheros/ar71xx_setup.c b/sys/mips/atheros/ar71xx_setup.c index 09ab02c3e94d3..d3a330c7f2d5f 100644 --- a/sys/mips/atheros/ar71xx_setup.c +++ b/sys/mips/atheros/ar71xx_setup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_setup.h b/sys/mips/atheros/ar71xx_setup.h index 39db494d5a7ae..3b6fd327d6575 100644 --- a/sys/mips/atheros/ar71xx_setup.h +++ b/sys/mips/atheros/ar71xx_setup.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_spi.c b/sys/mips/atheros/ar71xx_spi.c index aa2cf21fa0dbc..3112f66b1284a 100644 --- a/sys/mips/atheros/ar71xx_spi.c +++ b/sys/mips/atheros/ar71xx_spi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xx_wdog.c b/sys/mips/atheros/ar71xx_wdog.c index bf1ebc606a11c..4a51e7f5df838 100644 --- a/sys/mips/atheros/ar71xx_wdog.c +++ b/sys/mips/atheros/ar71xx_wdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar71xxreg.h b/sys/mips/atheros/ar71xxreg.h index e1f533bc00869..bc426de258e5a 100644 --- a/sys/mips/atheros/ar71xxreg.h +++ b/sys/mips/atheros/ar71xxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/atheros/ar724x_chip.c b/sys/mips/atheros/ar724x_chip.c index a365c524e5d92..cbd831b4095b7 100644 --- a/sys/mips/atheros/ar724x_chip.c +++ b/sys/mips/atheros/ar724x_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar724x_chip.h b/sys/mips/atheros/ar724x_chip.h index 11b30b7a217c4..0ee95ab88f901 100644 --- a/sys/mips/atheros/ar724x_chip.h +++ b/sys/mips/atheros/ar724x_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar724x_pci.c b/sys/mips/atheros/ar724x_pci.c index 12419d16ad024..22b07d09e6ad8 100644 --- a/sys/mips/atheros/ar724x_pci.c +++ b/sys/mips/atheros/ar724x_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2011, Luiz Otavio O Souza. * All rights reserved. diff --git a/sys/mips/atheros/ar724xreg.h b/sys/mips/atheros/ar724xreg.h index 28cb40d9efc28..8e2e1329f8a8b 100644 --- a/sys/mips/atheros/ar724xreg.h +++ b/sys/mips/atheros/ar724xreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar91xx_chip.c b/sys/mips/atheros/ar91xx_chip.c index 645d51a99d39a..216ef2b9c1bee 100644 --- a/sys/mips/atheros/ar91xx_chip.c +++ b/sys/mips/atheros/ar91xx_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar91xx_chip.h b/sys/mips/atheros/ar91xx_chip.h index a98c2649fefd8..e75f6cc406b35 100644 --- a/sys/mips/atheros/ar91xx_chip.h +++ b/sys/mips/atheros/ar91xx_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar91xxreg.h b/sys/mips/atheros/ar91xxreg.h index 2dfaeb5936c0a..e4815e4034ab4 100644 --- a/sys/mips/atheros/ar91xxreg.h +++ b/sys/mips/atheros/ar91xxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adrian Chadd * All rights reserved. * diff --git a/sys/mips/atheros/ar933x_chip.c b/sys/mips/atheros/ar933x_chip.c index 0113588f145b4..791a999ab2316 100644 --- a/sys/mips/atheros/ar933x_chip.c +++ b/sys/mips/atheros/ar933x_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar933x_chip.h b/sys/mips/atheros/ar933x_chip.h index 925b781750cbf..3b1545ab0e2d0 100644 --- a/sys/mips/atheros/ar933x_chip.h +++ b/sys/mips/atheros/ar933x_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar933x_uart.h b/sys/mips/atheros/ar933x_uart.h index 5062ad044bcb7..7cdf0ebc75ea2 100644 --- a/sys/mips/atheros/ar933x_uart.h +++ b/sys/mips/atheros/ar933x_uart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar933xreg.h b/sys/mips/atheros/ar933xreg.h index 3f31088102ec9..ffd778ab686d0 100644 --- a/sys/mips/atheros/ar933xreg.h +++ b/sys/mips/atheros/ar933xreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar934x_chip.c b/sys/mips/atheros/ar934x_chip.c index f59d4aaa5285c..640854875c868 100644 --- a/sys/mips/atheros/ar934x_chip.c +++ b/sys/mips/atheros/ar934x_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar934x_chip.h b/sys/mips/atheros/ar934x_chip.h index ba21b25f6eec3..1f9a792a235da 100644 --- a/sys/mips/atheros/ar934x_chip.h +++ b/sys/mips/atheros/ar934x_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/ar934xreg.h b/sys/mips/atheros/ar934xreg.h index 313465eb06cb9..e93d1f3ed4d0c 100644 --- a/sys/mips/atheros/ar934xreg.h +++ b/sys/mips/atheros/ar934xreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c index db14ab3c9aa6d..2dd173847318c 100644 --- a/sys/mips/atheros/if_arge.c +++ b/sys/mips/atheros/if_arge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/atheros/if_argevar.h b/sys/mips/atheros/if_argevar.h index b58acb096641b..5e284cc2b8148 100644 --- a/sys/mips/atheros/if_argevar.h +++ b/sys/mips/atheros/if_argevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/atheros/pcf2123_rtc.c b/sys/mips/atheros/pcf2123_rtc.c index 0cb4c8fdc1602..0717e35970919 100644 --- a/sys/mips/atheros/pcf2123_rtc.c +++ b/sys/mips/atheros/pcf2123_rtc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/pcf2123reg.h b/sys/mips/atheros/pcf2123reg.h index bd97e6c8f493a..e20ca86acd645 100644 --- a/sys/mips/atheros/pcf2123reg.h +++ b/sys/mips/atheros/pcf2123reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/uart_bus_ar71xx.c b/sys/mips/atheros/uart_bus_ar71xx.c index 73361521f1b0a..e71b20036bf9e 100644 --- a/sys/mips/atheros/uart_bus_ar71xx.c +++ b/sys/mips/atheros/uart_bus_ar71xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/uart_bus_ar933x.c b/sys/mips/atheros/uart_bus_ar933x.c index 1ce6c624169d8..f4a3371d04411 100644 --- a/sys/mips/atheros/uart_bus_ar933x.c +++ b/sys/mips/atheros/uart_bus_ar933x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/uart_cpu_ar71xx.c b/sys/mips/atheros/uart_cpu_ar71xx.c index f004c1fea4001..62d7dd69e80a3 100644 --- a/sys/mips/atheros/uart_cpu_ar71xx.c +++ b/sys/mips/atheros/uart_cpu_ar71xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/atheros/uart_cpu_ar933x.c b/sys/mips/atheros/uart_cpu_ar933x.c index c4f942e410885..53879b5a5dcad 100644 --- a/sys/mips/atheros/uart_cpu_ar933x.c +++ b/sys/mips/atheros/uart_cpu_ar933x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/uart_dev_ar933x.c b/sys/mips/atheros/uart_dev_ar933x.c index e769cbed4d2f4..6545ec64fb371 100644 --- a/sys/mips/atheros/uart_dev_ar933x.c +++ b/sys/mips/atheros/uart_dev_ar933x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/atheros/uart_dev_ar933x.h b/sys/mips/atheros/uart_dev_ar933x.h index d41b43ea24322..f6f8a4bdb61e0 100644 --- a/sys/mips/atheros/uart_dev_ar933x.h +++ b/sys/mips/atheros/uart_dev_ar933x.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd <adrian@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/beri/beri_machdep.c b/sys/mips/beri/beri_machdep.c index 2c153e47c7981..32c317d48af49 100644 --- a/sys/mips/beri/beri_machdep.c +++ b/sys/mips/beri/beri_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * Copyright (c) 2012-2014 Robert N. M. Watson * All rights reserved. diff --git a/sys/mips/beri/beri_pic.c b/sys/mips/beri/beri_pic.c index 008732fb66e42..ac8e98fd254f3 100644 --- a/sys/mips/beri/beri_pic.c +++ b/sys/mips/beri/beri_pic.c @@ -1,4 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2017 Ruslan Bukin <br@bsdpad.com> * Copyright (c) 2013 SRI International * All rights reserved. * @@ -28,6 +31,8 @@ * SUCH DAMAGE. */ +#include "opt_platform.h" + #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -37,221 +42,118 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <sys/module.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <sys/systm.h> #include <sys/bus.h> #include <machine/bus.h> -#include <machine/intr_machdep.h> +#include <machine/intr.h> -#include <dev/ofw/ofw_bus.h> -#include <dev/ofw/ofw_bus_subr.h> +#ifdef SMP +#include <mips/beri/beri_mp.h> +#endif #include <dev/fdt/fdt_common.h> +#include <dev/ofw/openfirm.h> +#include <dev/ofw/ofw_bus.h> +#include <dev/ofw/ofw_bus_subr.h> -#include "fdt_ic_if.h" - -struct beripic_softc; - -static uint64_t bp_read_cfg(struct beripic_softc *, int); -static void bp_write_cfg(struct beripic_softc *, int, uint64_t); -static void bp_detach_resources(device_t); -static char *bp_strconfig(uint64_t, char *, size_t); -static void bp_config_source(device_t, int, int, u_long, u_long); -#ifdef __mips__ -static void bp_set_counter_name(device_t, device_t, int); -#endif - -static int beripic_fdt_probe(device_t); -static int beripic_fdt_attach(device_t); +#include "pic_if.h" -static int beripic_activate_intr(device_t, struct resource *); -static struct resource * - beripic_alloc_intr(device_t, device_t, int *, u_long, u_int); -static int beripic_config_intr(device_t, int, enum intr_trigger, - enum intr_polarity); -static int beripic_release_intr(device_t, struct resource *); -static int beripic_setup_intr(device_t, device_t, struct resource *, - int, driver_filter_t *, driver_intr_t *, void *, void **); -static int beripic_teardown_intr(device_t, device_t, struct resource *, - void *); +#define BP_NUM_HARD_IRQS 5 +#define BP_NUM_IRQS 32 +/* We use hard irqs 15-31 as soft */ +#define BP_FIRST_SOFT 16 -static int beripic_filter(void *); -static void beripic_intr(void *); +#define BP_CFG_IRQ_S 0 +#define BP_CFG_IRQ_M (0xf << BP_CFG_IRQ_S) +#define BP_CFG_TID_S 8 +#define BP_CFG_TID_M (0x7FFFFF << BP_CFG_TID_S) +#define BP_CFG_ENABLE (1 << 31) -#define BP_MAX_HARD_IRQS 6 -#define BP_FIRST_SOFT 64 +enum { + BP_CFG, + BP_IP_READ, + BP_IP_SET, + BP_IP_CLEAR +}; -struct beripic_softc { - device_t bp_dev; - struct resource *bp_cfg_res; - struct resource *bp_read_res; - struct resource *bp_set_res; - struct resource *bp_clear_res; - int bp_cfg_rid; - int bp_read_rid; - int bp_set_rid; - int bp_clear_rid; - bus_space_tag_t bp_cfg_bst; - bus_space_tag_t bp_read_bst; - bus_space_tag_t bp_set_bst; - bus_space_tag_t bp_clear_bst; - bus_space_handle_t bp_cfg_bsh; - bus_space_handle_t bp_read_bsh; - bus_space_handle_t bp_set_bsh; - bus_space_handle_t bp_clear_bsh; - - struct resource *bp_irqs[BP_MAX_HARD_IRQS]; - int bp_irq_rids[BP_MAX_HARD_IRQS]; - int bp_nirqs; - int bp_next_irq; - int bp_next_tid; - - int bp_nthreads; - - int bp_nhard; - int bp_nsoft; - int bp_nsrcs; - struct rman bp_src_rman; - -#ifdef __mips__ - mips_intrcnt_t *bp_counters; -#endif +struct beripic_softc; - struct mtx bp_cfgmtx; +struct beri_pic_isrc { + struct intr_irqsrc isrc; + u_int irq; + uint32_t mips_hard_irq; }; -struct beripic_intr_arg { - driver_filter_t *filter; - driver_intr_t *intr; - void *arg; - struct resource *irq; -#ifdef __mips__ - mips_intrcnt_t counter; -#endif +struct hirq { + uint32_t irq; + struct beripic_softc *sc; }; -struct beripic_cookie { - struct beripic_intr_arg *bpia; - struct resource *hirq; - void *cookie; +struct beripic_softc { + device_t dev; + uint32_t nirqs; + struct beri_pic_isrc irqs[BP_NUM_IRQS]; + struct resource *res[4 + BP_NUM_HARD_IRQS]; + void *ih[BP_NUM_HARD_IRQS]; + struct hirq hirq[BP_NUM_HARD_IRQS]; + uint8_t mips_hard_irq_idx; }; -#define BP_CFG_MASK_E 0x80000000ull -#define BP_CFG_SHIFT_E 31 -#define BP_CFG_MASK_TID 0x7FFFFF00ull /* Depends on CPU */ -#define BP_CFG_SHIFT_TID 8 -#define BP_CFG_MASK_IRQ 0x0000000Full -#define BP_CFG_SHIFT_IRQ 0 -#define BP_CFG_VALID (BP_CFG_MASK_E|BP_CFG_MASK_TID|BP_CFG_MASK_IRQ) -#define BP_CFG_RESERVED ~BP_CFG_VALID - -#define BP_CFG_ENABLED(cfg) (((cfg) & BP_CFG_MASK_E) >> BP_CFG_SHIFT_E) -#define BP_CFG_TID(cfg) (((cfg) & BP_CFG_MASK_TID) >> BP_CFG_SHIFT_TID) -#define BP_CFG_IRQ(cfg) (((cfg) & BP_CFG_MASK_IRQ) >> BP_CFG_SHIFT_IRQ) - -MALLOC_DEFINE(M_BERIPIC, "beripic", "beripic memory"); - -static uint64_t -bp_read_cfg(struct beripic_softc *sc, int irq) -{ - - KASSERT((irq >= 0 && irq < sc->bp_nsrcs), - ("IRQ of of range %d (0-%d)", irq, sc->bp_nsrcs - 1)); - return (bus_space_read_8(sc->bp_cfg_bst, sc->bp_cfg_bsh, irq * 8)); -} - -static void -bp_write_cfg(struct beripic_softc *sc, int irq, uint64_t config) -{ - - KASSERT((irq >= 0 && irq < sc->bp_nsrcs), - ("IRQ of of range %d (0-%d)", irq, sc->bp_nsrcs - 1)); - bus_space_write_8(sc->bp_cfg_bst, sc->bp_cfg_bsh, irq * 8, config); -} +static struct resource_spec beri_pic_spec[] = { + { SYS_RES_MEMORY, 0, RF_ACTIVE }, + { SYS_RES_MEMORY, 1, RF_ACTIVE }, + { SYS_RES_MEMORY, 2, RF_ACTIVE }, + { SYS_RES_MEMORY, 3, RF_ACTIVE }, + { SYS_RES_IRQ, 0, RF_ACTIVE }, + { SYS_RES_IRQ, 1, RF_ACTIVE }, + { SYS_RES_IRQ, 2, RF_ACTIVE }, + { SYS_RES_IRQ, 3, RF_ACTIVE }, + { SYS_RES_IRQ, 4, RF_ACTIVE }, + { -1, 0 } +}; -static void -bp_detach_resources(device_t dev) +static int +beri_pic_intr(void *arg) { struct beripic_softc *sc; + struct intr_irqsrc *isrc; + struct hirq *h; + uint64_t intr; + uint64_t reg; int i; - sc = device_get_softc(dev); + h = arg; + sc = h->sc; - if (sc->bp_cfg_res != NULL) { - bus_release_resource(dev, SYS_RES_MEMORY, sc->bp_cfg_rid, - sc->bp_cfg_res); - sc->bp_cfg_res = NULL; - } - if (sc->bp_read_res != NULL) { - bus_release_resource(dev, SYS_RES_MEMORY, sc->bp_read_rid, - sc->bp_read_res); - sc->bp_read_res = NULL; - } - if (sc->bp_set_res != NULL) { - bus_release_resource(dev, SYS_RES_MEMORY, sc->bp_set_rid, - sc->bp_set_res); - sc->bp_set_res = NULL; - } - if (sc->bp_clear_res != NULL) { - bus_release_resource(dev, SYS_RES_MEMORY, sc->bp_clear_rid, - sc->bp_clear_res); - sc->bp_clear_res = NULL; - } - for (i = sc->bp_nirqs - 1; i >= 0; i--) { - bus_release_resource(dev, SYS_RES_IRQ, sc->bp_irq_rids[i], - sc->bp_irqs[i]); - } - sc->bp_nirqs = 0; -} - -static char * -bp_strconfig(uint64_t config, char *configstr, size_t len) -{ - - if (snprintf(configstr, len, "%s tid: %llu hardintr %llu", - BP_CFG_ENABLED(config) ? "enabled" : "disabled", - BP_CFG_TID(config), BP_CFG_IRQ(config)) > len - 1) - return (NULL); - return (configstr); -} - -static void -bp_config_source(device_t ic, int src, int enable, u_long tid, u_long irq) -{ - struct beripic_softc *sc; - uint64_t config; - - sc = device_get_softc(ic); + intr = bus_read_8(sc->res[BP_IP_READ], 0); + while ((i = fls(intr)) != 0) { + i--; + intr &= ~(1u << i); - config = 0; - config |= enable << BP_CFG_SHIFT_E; - config |= tid << BP_CFG_SHIFT_TID; - config |= irq << BP_CFG_SHIFT_IRQ; + isrc = &sc->irqs[i].isrc; - bp_write_cfg(sc, src, config); -} + reg = bus_read_8(sc->res[BP_CFG], i * 8); + if ((reg & BP_CFG_IRQ_M) != h->irq) { + continue; + } + if ((reg & (BP_CFG_ENABLE)) == 0) { + continue; + } -#ifdef __mips__ -static void -bp_set_counter_name(device_t ic, device_t child, int src) -{ - struct beripic_softc *sc; - char name[MAXCOMLEN + 1]; + if (intr_isrc_dispatch(isrc, curthread->td_intr_frame) != 0) { + device_printf(sc->dev, "Stray interrupt %u detected\n", i); + } - sc = device_get_softc(ic); + bus_write_8(sc->res[BP_IP_CLEAR], 0, (1 << i)); + } - if (snprintf(name, sizeof(name), "bp%dsrc%d%s%s%s", - device_get_unit(ic), src, src < sc->bp_nhard ? "" : "s", - child == NULL ? "" : " ", - child == NULL ? " " : device_get_nameunit(child)) >= sizeof(name)) - name[sizeof(name) - 2] = '+'; - - mips_intrcnt_setname(sc->bp_counters[src], name); + return (FILTER_HANDLED); } -#endif static int -beripic_fdt_probe(device_t dev) +beripic_probe(device_t dev) { if (!ofw_bus_status_okay(dev)) @@ -261,443 +163,208 @@ beripic_fdt_probe(device_t dev) return (ENXIO); device_set_desc(dev, "BERI Programmable Interrupt Controller"); + return (BUS_PROBE_DEFAULT); } static int -beripic_fdt_attach(device_t dev) +beripic_attach(device_t dev) { - char configstr[64]; struct beripic_softc *sc; - struct fdt_ic *fic; - pcell_t nhard, nsoft; - phandle_t ph; - int error, i, src; - uint64_t config; + struct beri_pic_isrc *pic_isrc; + const char *name; + struct intr_irqsrc *isrc; + intptr_t xref; + uint32_t unit; + int err; + int i; sc = device_get_softc(dev); - sc->bp_dev = dev; - - mtx_init(&sc->bp_cfgmtx, "beripic config lock", NULL, MTX_DEF); + sc->dev = dev; - /* - * FDT lists CONFIG, IP_READ, IP_SET, and IP_CLEAR registers as - * seperate memory regions in that order. - */ - sc->bp_cfg_rid = 0; - sc->bp_cfg_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, - &sc->bp_cfg_rid, RF_ACTIVE); - if (sc->bp_cfg_res == NULL) { - device_printf(dev, "failed to map config memory"); - error = ENXIO; - goto err; - } - if (bootverbose) - device_printf(sc->bp_dev, "config region at mem %p-%p\n", - (void *)rman_get_start(sc->bp_cfg_res), - (void *)(rman_get_start(sc->bp_cfg_res) + - rman_get_size(sc->bp_cfg_res))); - - sc->bp_read_rid = 1; - sc->bp_read_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, - &sc->bp_read_rid, RF_ACTIVE); - if (sc->bp_read_res == NULL) { - device_printf(dev, "failed to map IP read memory"); - error = ENXIO; - goto err; - } - if (bootverbose) - device_printf(sc->bp_dev, "IP read region at mem %p-%p\n", - (void *)rman_get_start(sc->bp_read_res), - (void *)(rman_get_start(sc->bp_read_res) + - rman_get_size(sc->bp_read_res))); - - sc->bp_set_rid = 2; - sc->bp_set_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, - &sc->bp_set_rid, RF_ACTIVE); - if (sc->bp_set_res == NULL) { - device_printf(dev, "failed to map IP read memory"); - error = ENXIO; - goto err; - } - if (bootverbose) - device_printf(sc->bp_dev, "IP set region at mem %p-%p\n", - (void *)rman_get_start(sc->bp_set_res), - (void *)(rman_get_start(sc->bp_set_res) + - rman_get_size(sc->bp_set_res))); - - sc->bp_clear_rid = 3; - sc->bp_clear_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, - &sc->bp_clear_rid, RF_ACTIVE); - if (sc->bp_clear_res == NULL) { - device_printf(dev, "failed to map IP read memory"); - error = ENXIO; - goto err; - } - if (bootverbose) - device_printf(sc->bp_dev, "IP clear region at mem %p-%p\n", - (void *)rman_get_start(sc->bp_clear_res), - (void *)(rman_get_start(sc->bp_clear_res) + - rman_get_size(sc->bp_clear_res))); - - i = 0; - for (i = 0; i < BP_MAX_HARD_IRQS; i++) { - sc->bp_irq_rids[i] = i; - sc->bp_irqs[i] = bus_alloc_resource_any(dev, SYS_RES_IRQ, - &sc->bp_irq_rids[i], RF_ACTIVE | RF_SHAREABLE); - if (sc->bp_irqs[i] == NULL) - break; - } - if (i == 0) { - device_printf(dev, "failed to allocate any parent IRQs!"); - error = ENXIO; - goto err; + if (bus_alloc_resources(dev, beri_pic_spec, sc->res)) { + device_printf(dev, "could not allocate resources\n"); + return (ENXIO); } - sc->bp_nirqs = i; - - ph = ofw_bus_gen_get_node(device_get_parent(dev), dev); -#ifndef SMP - sc->bp_nthreads = 1; -#else - sc->bp_nthreads = 1; - /* XXX: get nthreads from cpu(s) somehow */ -#endif + xref = OF_xref_from_node(ofw_bus_get_node(dev)); + name = device_get_nameunit(dev); + unit = device_get_unit(dev); + sc->nirqs = BP_NUM_IRQS; + + for (i = 0; i < sc->nirqs; i++) { + sc->irqs[i].irq = i; + isrc = &sc->irqs[i].isrc; + + /* Assign mips hard irq number. */ + pic_isrc = (struct beri_pic_isrc *)isrc; + pic_isrc->mips_hard_irq = sc->mips_hard_irq_idx++; + /* Last IRQ is used for IPIs. */ + if (sc->mips_hard_irq_idx >= (BP_NUM_HARD_IRQS - 1)) { + sc->mips_hard_irq_idx = 0; + } - if (OF_getprop(ph, "hard-interrupt-sources", &nhard, sizeof(nhard)) - <= 0) { - device_printf(dev, "failed to get number of hard sources"); - error = ENXIO; - goto err; - } - if (OF_getprop(ph, "soft-interrupt-sources", &nsoft, sizeof(nsoft)) - <= 0) { - device_printf(dev, "failed to get number of soft sources"); - error = ENXIO; - goto err; + err = intr_isrc_register(isrc, sc->dev, + 0, "pic%d,%d", unit, i); + bus_write_8(sc->res[BP_CFG], i * 8, 0); } - sc->bp_nhard = nhard; - sc->bp_nsoft = nsoft; - sc->bp_nsrcs = sc->bp_nhard + sc->bp_nsoft; - /* XXX: should deal with gap between hard and soft */ - KASSERT(sc->bp_nhard <= BP_FIRST_SOFT, - ("too many hard sources")); - KASSERT(rman_get_size(sc->bp_cfg_res) / 8 == sc->bp_nsrcs, - ("config space size does not match sources")); - KASSERT(sc->bp_nhard % 64 == 0, - ("Non-multiple of 64 intr counts not supported")); - KASSERT(sc->bp_nsoft % 64 == 0, - ("Non-multiple of 64 intr counts not supported")); - if (bootverbose) - device_printf(dev, "%d hard and %d soft sources\n", - sc->bp_nhard, sc->bp_nsoft); - -#ifdef __mips__ - sc->bp_counters = malloc(sizeof(*sc->bp_counters) * sc->bp_nsrcs, - M_BERIPIC, M_WAITOK|M_ZERO); - for (i = 0; i < sc->bp_nsrcs; i++) { - sc->bp_counters[i] = mips_intrcnt_create(""); - bp_set_counter_name(dev, NULL, i); - } -#endif - - sc->bp_src_rman.rm_start = 0; - sc->bp_src_rman.rm_end = sc->bp_nsrcs - 1; - sc->bp_src_rman.rm_type = RMAN_ARRAY; - sc->bp_src_rman.rm_descr = "Interrupt source"; - if (rman_init(&(sc->bp_src_rman)) != 0 || - rman_manage_region(&(sc->bp_src_rman), 0, sc->bp_nsrcs - 1) != 0) { - device_printf(dev, "Failed to set up sources rman"); - error = ENXIO; - goto err; + /* + * Now, when everything is initialized, it's right time to + * register interrupt controller to interrupt framefork. + */ + if (intr_pic_register(dev, xref) == NULL) { + device_printf(dev, "could not register PIC\n"); + return (ENXIO); } - sc->bp_cfg_bst = rman_get_bustag(sc->bp_cfg_res); - sc->bp_cfg_bsh = rman_get_bushandle(sc->bp_cfg_res); - sc->bp_read_bst = rman_get_bustag(sc->bp_read_res); - sc->bp_read_bsh = rman_get_bushandle(sc->bp_read_res); - sc->bp_set_bst = rman_get_bustag(sc->bp_set_res); - sc->bp_set_bsh = rman_get_bushandle(sc->bp_set_res); - sc->bp_clear_bst = rman_get_bustag(sc->bp_clear_res); - sc->bp_clear_bsh = rman_get_bushandle(sc->bp_clear_res); - - for (src = 0; src < sc->bp_nsrcs; src++) { - config = bp_read_cfg(sc, src); - if (config == 0) - continue; - - if (bootverbose) { - device_printf(dev, "initial config: src %d: %s\n", src, - bp_strconfig(config, configstr, sizeof(configstr))); - if (config & BP_CFG_RESERVED) - device_printf(dev, - "reserved bits not 0: 0x%016jx\n", - (uintmax_t) config); + /* Last IRQ is used for IPIs. */ + for (i = 0; i < (BP_NUM_HARD_IRQS - 1); i++) { + sc->hirq[i].sc = sc; + sc->hirq[i].irq = i; + if (bus_setup_intr(dev, sc->res[4+i], INTR_TYPE_CLK, + beri_pic_intr, NULL, &sc->hirq[i], sc->ih[i])) { + device_printf(dev, "could not setup irq handler\n"); + intr_pic_deregister(dev, xref); + return (ENXIO); } - - bp_config_source(dev, src, 0, 0, 0); } - fic = malloc(sizeof(*fic), M_BERIPIC, M_WAITOK|M_ZERO); - fic->iph = ph; - fic->dev = dev; - SLIST_INSERT_HEAD(&fdt_ic_list_head, fic, fdt_ics); - return (0); -err: - bp_detach_resources(dev); - - return (error); } -static struct resource * -beripic_alloc_intr(device_t ic, device_t child, int *rid, u_long irq, - u_int flags) +static void +beri_pic_enable_intr(device_t dev, struct intr_irqsrc *isrc) { + struct beri_pic_isrc *pic_isrc; struct beripic_softc *sc; - struct resource *rv; - - sc = device_get_softc(ic); - - rv = rman_reserve_resource(&(sc->bp_src_rman), irq, irq, 1, flags, - child); - if (rv == NULL) - printf("%s: could not reserve source interrupt for %s\n", - __func__, device_get_nameunit(child)); - rman_set_rid(rv, *rid); - - if ((flags & RF_ACTIVE) && - beripic_activate_intr(ic, rv) != 0) { - printf("%s: could not activate interrupt\n", __func__); - rman_release_resource(rv); - return (NULL); - } + uint64_t reg; - return (rv); -} - -static int -beripic_release_intr(device_t ic, struct resource *r) -{ - - return (rman_release_resource(r)); -} - -static int -beripic_activate_intr(device_t ic, struct resource *r) -{ - - return (rman_activate_resource(r)); -} + sc = device_get_softc(dev); + pic_isrc = (struct beri_pic_isrc *)isrc; -static int -beripic_deactivate_intr(device_t ic, struct resource *r) -{ - - return (rman_deactivate_resource(r)); + reg = BP_CFG_ENABLE; + reg |= (pic_isrc->mips_hard_irq << BP_CFG_IRQ_S); + bus_write_8(sc->res[BP_CFG], pic_isrc->irq * 8, reg); } -static int -beripic_config_intr(device_t dev, int irq, enum intr_trigger trig, - enum intr_polarity pol) +static void +beri_pic_disable_intr(device_t dev, struct intr_irqsrc *isrc) { + struct beri_pic_isrc *pic_isrc; + struct beripic_softc *sc; + uint64_t reg; - if (trig != INTR_TRIGGER_CONFORM || pol != INTR_POLARITY_CONFORM) - return (EINVAL); + sc = device_get_softc(dev); + pic_isrc = (struct beri_pic_isrc *)isrc; - return (0); + reg = bus_read_8(sc->res[BP_CFG], pic_isrc->irq * 8); + reg &= ~BP_CFG_ENABLE; + bus_write_8(sc->res[BP_CFG], pic_isrc->irq * 8, reg); } static int -beripic_setup_intr(device_t ic, device_t child, struct resource *irq, - int flags, driver_filter_t *filter, driver_intr_t *intr, void *arg, - void **cookiep) +beri_pic_map_intr(device_t dev, struct intr_map_data *data, + struct intr_irqsrc **isrcp) { struct beripic_softc *sc; - struct beripic_intr_arg *bpia; - struct beripic_cookie *bpc; - int error; - u_long hirq, src, tid; - - sc = device_get_softc(ic); - - src = rman_get_start(irq); - - KASSERT(src < sc->bp_nsrcs, ("source (%lu) out of range 0-%d", - src, sc->bp_nsrcs - 1)); - - bpia = malloc(sizeof(*bpia), M_BERIPIC, M_WAITOK|M_ZERO); - bpia->filter = filter; - bpia->intr = intr; - bpia->arg = arg; - bpia->irq = irq; -#ifdef __mips__ - bpia->counter = sc->bp_counters[src]; - bp_set_counter_name(ic, child, src); -#endif - - bpc = malloc(sizeof(*bpc), M_BERIPIC, M_WAITOK|M_ZERO); - bpc->bpia = bpia; - - mtx_lock(&(sc->bp_cfgmtx)); - bpc->hirq = sc->bp_irqs[sc->bp_next_irq]; - hirq = rman_get_start(bpc->hirq); - tid = sc->bp_next_tid; + struct intr_map_data_fdt *daf; + uint32_t irq; - error = BUS_SETUP_INTR(device_get_parent(ic), ic, bpc->hirq, flags, - beripic_filter, intr == NULL ? NULL : beripic_intr, bpia, - &(bpc->cookie)); - if (error != 0) - goto err; + sc = device_get_softc(dev); + daf = (struct intr_map_data_fdt *)data; -#ifdef NOTYET -#ifdef SMP - /* XXX: bind ithread to cpu */ - sc->bp_next_tid++; - if (sc->bp_next_tid >= sc->bp_nthreads) - sc->bp_next_tid = 0; -#endif -#endif - if (sc->bp_next_tid == 0) { - sc->bp_next_irq++; - if (sc->bp_next_irq >= sc->bp_nirqs) - sc->bp_next_irq = 0; - } - mtx_unlock(&(sc->bp_cfgmtx)); + if (data == NULL || data->type != INTR_MAP_DATA_FDT || + daf->ncells != 1 || daf->cells[0] >= sc->nirqs) + return (EINVAL); - *cookiep = bpc; + irq = daf->cells[0]; - bp_config_source(ic, rman_get_start(irq), 1, tid, hirq); + *isrcp = &sc->irqs[irq].isrc; return (0); -err: - free(bpc, M_BERIPIC); - free(bpia, M_BERIPIC); - - return (error); -} - -static int -beripic_teardown_intr(device_t dev, device_t child, struct resource *irq, - void *cookie) -{ - struct beripic_cookie *bpc; - int error; - - bpc = cookie; - - bp_config_source(dev, rman_get_start(irq), 0, 0, 0); - - free(bpc->bpia, M_BERIPIC); - - error = BUS_TEARDOWN_INTR(device_get_parent(dev), dev, bpc->hirq, - bpc->cookie); - - free(bpc, M_BERIPIC); - - return (error); } -static int -beripic_filter(void *arg) +static void +beri_pic_post_ithread(device_t dev, struct intr_irqsrc *isrc) { - struct beripic_intr_arg *bpic; - - bpic = arg; - -#ifdef __mips__ - mips_intrcnt_inc(bpic->counter); -#endif - /* XXX: Add a check that our source is high */ - - if (bpic->filter == NULL) - return (FILTER_SCHEDULE_THREAD); - - return (bpic->filter(bpic->arg)); + beri_pic_enable_intr(dev, isrc); } static void -beripic_intr(void *arg) +beri_pic_pre_ithread(device_t dev, struct intr_irqsrc *isrc) { - struct beripic_intr_arg *bpic; - - bpic = arg; - KASSERT(bpic->intr != NULL, - ("%s installed, but no child intr", __func__)); - - bpic->intr(bpic->arg); + beri_pic_disable_intr(dev, isrc); } #ifdef SMP -static void -beripic_setup_ipi(device_t ic, u_int tid, u_int ipi_irq) +void +beripic_setup_ipi(device_t dev, u_int tid, u_int ipi_irq) { - - bp_config_source(ic, BP_FIRST_SOFT + tid, 1, tid, ipi_irq); + struct beripic_softc *sc; + uint64_t reg; + + sc = device_get_softc(dev); + + reg = (BP_CFG_ENABLE); + reg |= (ipi_irq << BP_CFG_IRQ_S); + reg |= (tid << BP_CFG_TID_S); + bus_write_8(sc->res[BP_CFG], ((BP_FIRST_SOFT + tid) * 8), reg); } -static void -beripic_send_ipi(device_t ic, u_int tid) +void +beripic_send_ipi(device_t dev, u_int tid) { struct beripic_softc *sc; uint64_t bit; - sc = device_get_softc(ic); + sc = device_get_softc(dev); - KASSERT(tid < sc->bp_nsoft, ("tid (%d) too large\n", tid)); + bit = (BP_FIRST_SOFT + tid); + KASSERT(bit < BP_NUM_IRQS, ("tid (%d) to large\n", tid)); - bit = 1ULL << (tid % 64); - bus_space_write_8(sc->bp_set_bst, sc->bp_set_bsh, - (BP_FIRST_SOFT / 8) + (tid / 64), bit); + bus_write_8(sc->res[BP_IP_SET], 0x0, (1 << bit)); } -static void -beripic_clear_ipi(device_t ic, u_int tid) +void +beripic_clear_ipi(device_t dev, u_int tid) { struct beripic_softc *sc; uint64_t bit; - sc = device_get_softc(ic); + sc = device_get_softc(dev); - KASSERT(tid < sc->bp_nsoft, ("tid (%d) to large\n", tid)); + bit = (BP_FIRST_SOFT + tid); + KASSERT(bit < BP_NUM_IRQS, ("tid (%d) to large\n", tid)); - bit = 1ULL << (tid % 64); - bus_space_write_8(sc->bp_clear_bst, sc->bp_clear_bsh, - (BP_FIRST_SOFT / 8) + (tid / 64), bit); + bus_write_8(sc->res[BP_IP_CLEAR], 0x0, (1 << bit)); } #endif -devclass_t beripic_devclass; - static device_method_t beripic_fdt_methods[] = { /* Device interface */ - DEVMETHOD(device_probe, beripic_fdt_probe), - DEVMETHOD(device_attach, beripic_fdt_attach), + DEVMETHOD(device_probe, beripic_probe), + DEVMETHOD(device_attach, beripic_attach), - DEVMETHOD(fdt_ic_activate_intr, beripic_activate_intr), - DEVMETHOD(fdt_ic_alloc_intr, beripic_alloc_intr), - DEVMETHOD(fdt_ic_config_intr, beripic_config_intr), - DEVMETHOD(fdt_ic_deactivate_intr, beripic_deactivate_intr), - DEVMETHOD(fdt_ic_release_intr, beripic_release_intr), - DEVMETHOD(fdt_ic_setup_intr, beripic_setup_intr), - DEVMETHOD(fdt_ic_teardown_intr, beripic_teardown_intr), + /* Interrupt controller interface */ + DEVMETHOD(pic_enable_intr, beri_pic_enable_intr), + DEVMETHOD(pic_disable_intr, beri_pic_disable_intr), + DEVMETHOD(pic_map_intr, beri_pic_map_intr), + DEVMETHOD(pic_post_ithread, beri_pic_post_ithread), + DEVMETHOD(pic_pre_ithread, beri_pic_pre_ithread), -#ifdef SMP - DEVMETHOD(fdt_ic_setup_ipi, beripic_setup_ipi), - DEVMETHOD(fdt_ic_clear_ipi, beripic_clear_ipi), - DEVMETHOD(fdt_ic_send_ipi, beripic_send_ipi), -#endif - - { 0, 0 }, + DEVMETHOD_END }; -static driver_t beripic_fdt_driver = { +devclass_t beripic_devclass; + +static driver_t beripic_driver = { "beripic", beripic_fdt_methods, sizeof(struct beripic_softc) }; -DRIVER_MODULE(beripic, simplebus, beripic_fdt_driver, beripic_devclass, 0, 0); +EARLY_DRIVER_MODULE(beripic, ofwbus, beripic_driver, beripic_devclass, 0, 0, + BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE); diff --git a/sys/mips/cavium/ciu.c b/sys/mips/cavium/ciu.c index b4726c58add48..0592e6a4cf994 100644 --- a/sys/mips/cavium/ciu.c +++ b/sys/mips/cavium/ciu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/cryptocteon/cavium_crypto.c b/sys/mips/cavium/cryptocteon/cavium_crypto.c index ea01b8dc95aa1..1137a4f408c35 100644 --- a/sys/mips/cavium/cryptocteon/cavium_crypto.c +++ b/sys/mips/cavium/cryptocteon/cavium_crypto.c @@ -1,7 +1,9 @@ /* * vim:sw=4 ts=8 */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2009 David McCullough <david.mccullough@securecomputing.com> * * Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights diff --git a/sys/mips/cavium/cvmx_config.h b/sys/mips/cavium/cvmx_config.h index e1976608e54d8..33720c772baf8 100644 --- a/sys/mips/cavium/cvmx_config.h +++ b/sys/mips/cavium/cvmx_config.h @@ -1,4 +1,6 @@ /***********************license start*************** + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2008 Cavium Networks (support@cavium.com). All rights * reserved. * diff --git a/sys/mips/cavium/if_octm.c b/sys/mips/cavium/if_octm.c index a689a0fe67261..4166dccd135ad 100644 --- a/sys/mips/cavium/if_octm.c +++ b/sys/mips/cavium/if_octm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/obio.c b/sys/mips/cavium/obio.c index 82e5c369ef64c..0d0dcb02d3c82 100644 --- a/sys/mips/cavium/obio.c +++ b/sys/mips/cavium/obio.c @@ -1,6 +1,8 @@ /* $NetBSD: obio.c,v 1.11 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/cavium/obiovar.h b/sys/mips/cavium/obiovar.h index 3b58fe631ad01..fbf33b508c6b7 100644 --- a/sys/mips/cavium/obiovar.h +++ b/sys/mips/cavium/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/cavium/octe/cavium-ethernet.h b/sys/mips/cavium/octe/cavium-ethernet.h index cc19faf051e18..37cba4eb51676 100644 --- a/sys/mips/cavium/octe/cavium-ethernet.h +++ b/sys/mips/cavium/octe/cavium-ethernet.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-common.c b/sys/mips/cavium/octe/ethernet-common.c index f18eabdfe0148..02a9fa3ecfcd7 100644 --- a/sys/mips/cavium/octe/ethernet-common.c +++ b/sys/mips/cavium/octe/ethernet-common.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-common.h b/sys/mips/cavium/octe/ethernet-common.h index cb5fc81b1349c..33e27c952d95a 100644 --- a/sys/mips/cavium/octe/ethernet-common.h +++ b/sys/mips/cavium/octe/ethernet-common.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-defines.h b/sys/mips/cavium/octe/ethernet-defines.h index 10b38c8ecd916..308233f9ff2bc 100644 --- a/sys/mips/cavium/octe/ethernet-defines.h +++ b/sys/mips/cavium/octe/ethernet-defines.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-headers.h b/sys/mips/cavium/octe/ethernet-headers.h index 3945e13ac678d..2a677aaf75081 100644 --- a/sys/mips/cavium/octe/ethernet-headers.h +++ b/sys/mips/cavium/octe/ethernet-headers.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-mdio.c b/sys/mips/cavium/octe/ethernet-mdio.c index c61a2a643bc68..e679d75cc0900 100644 --- a/sys/mips/cavium/octe/ethernet-mdio.c +++ b/sys/mips/cavium/octe/ethernet-mdio.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-mdio.h b/sys/mips/cavium/octe/ethernet-mdio.h index c2c4ec69230ed..d55fccb9233ec 100644 --- a/sys/mips/cavium/octe/ethernet-mdio.h +++ b/sys/mips/cavium/octe/ethernet-mdio.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-mem.c b/sys/mips/cavium/octe/ethernet-mem.c index 70c498690088a..99a11c4483da5 100644 --- a/sys/mips/cavium/octe/ethernet-mem.c +++ b/sys/mips/cavium/octe/ethernet-mem.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-mem.h b/sys/mips/cavium/octe/ethernet-mem.h index d9058d9b18c61..3751d99ddfd0b 100644 --- a/sys/mips/cavium/octe/ethernet-mem.h +++ b/sys/mips/cavium/octe/ethernet-mem.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-mv88e61xx.c b/sys/mips/cavium/octe/ethernet-mv88e61xx.c index 51c55f711e74a..d06b4a4571f53 100644 --- a/sys/mips/cavium/octe/ethernet-mv88e61xx.c +++ b/sys/mips/cavium/octe/ethernet-mv88e61xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/ethernet-mv88e61xx.h b/sys/mips/cavium/octe/ethernet-mv88e61xx.h index b61c05494d981..7ea2368de7f4f 100644 --- a/sys/mips/cavium/octe/ethernet-mv88e61xx.h +++ b/sys/mips/cavium/octe/ethernet-mv88e61xx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/ethernet-rgmii.c b/sys/mips/cavium/octe/ethernet-rgmii.c index e8df9ba848a93..530d8af864206 100644 --- a/sys/mips/cavium/octe/ethernet-rgmii.c +++ b/sys/mips/cavium/octe/ethernet-rgmii.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-rx.c b/sys/mips/cavium/octe/ethernet-rx.c index 492d3e0b3265c..5c07da49c4be9 100644 --- a/sys/mips/cavium/octe/ethernet-rx.c +++ b/sys/mips/cavium/octe/ethernet-rx.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-rx.h b/sys/mips/cavium/octe/ethernet-rx.h index 735d087243281..04952ccc6daf3 100644 --- a/sys/mips/cavium/octe/ethernet-rx.h +++ b/sys/mips/cavium/octe/ethernet-rx.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-sgmii.c b/sys/mips/cavium/octe/ethernet-sgmii.c index 76fe6c9dc5038..4f9e24e007992 100644 --- a/sys/mips/cavium/octe/ethernet-sgmii.c +++ b/sys/mips/cavium/octe/ethernet-sgmii.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-spi.c b/sys/mips/cavium/octe/ethernet-spi.c index dc9e9cce3ae64..6296481a7338a 100644 --- a/sys/mips/cavium/octe/ethernet-spi.c +++ b/sys/mips/cavium/octe/ethernet-spi.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-tx.c b/sys/mips/cavium/octe/ethernet-tx.c index b1d1f1435803d..a444aef3652a6 100644 --- a/sys/mips/cavium/octe/ethernet-tx.c +++ b/sys/mips/cavium/octe/ethernet-tx.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-tx.h b/sys/mips/cavium/octe/ethernet-tx.h index 0947cde41d2f6..749c30f83b186 100644 --- a/sys/mips/cavium/octe/ethernet-tx.h +++ b/sys/mips/cavium/octe/ethernet-tx.h @@ -1,4 +1,6 @@ /************************************************************************* + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-util.h b/sys/mips/cavium/octe/ethernet-util.h index 37b75bb2af595..add5f8918833c 100644 --- a/sys/mips/cavium/octe/ethernet-util.h +++ b/sys/mips/cavium/octe/ethernet-util.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet-xaui.c b/sys/mips/cavium/octe/ethernet-xaui.c index e1854b22b72f1..6e5a28df13853 100644 --- a/sys/mips/cavium/octe/ethernet-xaui.c +++ b/sys/mips/cavium/octe/ethernet-xaui.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/ethernet.c b/sys/mips/cavium/octe/ethernet.c index d473d822eb432..86776b807a887 100644 --- a/sys/mips/cavium/octe/ethernet.c +++ b/sys/mips/cavium/octe/ethernet.c @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octe/mv88e61xxphy.c b/sys/mips/cavium/octe/mv88e61xxphy.c index 6d018c7cb74cb..123cba7eae335 100644 --- a/sys/mips/cavium/octe/mv88e61xxphy.c +++ b/sys/mips/cavium/octe/mv88e61xxphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/mv88e61xxphyreg.h b/sys/mips/cavium/octe/mv88e61xxphyreg.h index 420741f2fe21c..022e66242998a 100644 --- a/sys/mips/cavium/octe/mv88e61xxphyreg.h +++ b/sys/mips/cavium/octe/mv88e61xxphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/octe.c b/sys/mips/cavium/octe/octe.c index 01b3152244855..05c60e7852d83 100644 --- a/sys/mips/cavium/octe/octe.c +++ b/sys/mips/cavium/octe/octe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/octebus.c b/sys/mips/cavium/octe/octebus.c index dde314d8d5b36..41e6fcd64932a 100644 --- a/sys/mips/cavium/octe/octebus.c +++ b/sys/mips/cavium/octe/octebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/octebusvar.h b/sys/mips/cavium/octe/octebusvar.h index bb488d4c91745..53f03e3fb824b 100644 --- a/sys/mips/cavium/octe/octebusvar.h +++ b/sys/mips/cavium/octe/octebusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octe/wrapper-cvmx-includes.h b/sys/mips/cavium/octe/wrapper-cvmx-includes.h index a7caf0963e2ab..3f5bf7c336107 100644 --- a/sys/mips/cavium/octe/wrapper-cvmx-includes.h +++ b/sys/mips/cavium/octe/wrapper-cvmx-includes.h @@ -1,4 +1,6 @@ /************************************************************************* +SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2003-2007 Cavium Networks (support@cavium.com). All rights reserved. diff --git a/sys/mips/cavium/octeon_cop2.h b/sys/mips/cavium/octeon_cop2.h index b7aa031807b3b..d7f852a13b3d7 100644 --- a/sys/mips/cavium/octeon_cop2.h +++ b/sys/mips/cavium/octeon_cop2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_ds1337.c b/sys/mips/cavium/octeon_ds1337.c index 73405a9390569..349ed7a783d6e 100644 --- a/sys/mips/cavium/octeon_ds1337.c +++ b/sys/mips/cavium/octeon_ds1337.c @@ -1,4 +1,6 @@ /***********************license start*************** + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2008 Cavium Networks (support@cavium.com). All rights * reserved. * diff --git a/sys/mips/cavium/octeon_ebt3000_cf.c b/sys/mips/cavium/octeon_ebt3000_cf.c index 987d9b4a1fd76..0faf05ce26bc9 100644 --- a/sys/mips/cavium/octeon_ebt3000_cf.c +++ b/sys/mips/cavium/octeon_ebt3000_cf.c @@ -1,4 +1,6 @@ /***********************license start*************** + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2008 Cavium Networks (support@cavium.com). All rights * reserved. * diff --git a/sys/mips/cavium/octeon_gpio.c b/sys/mips/cavium/octeon_gpio.c index 58aea5ad936e1..65a990ad7f436 100644 --- a/sys/mips/cavium/octeon_gpio.c +++ b/sys/mips/cavium/octeon_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_gpiovar.h b/sys/mips/cavium/octeon_gpiovar.h index 4cf007d3be64c..99a5c320b3853 100644 --- a/sys/mips/cavium/octeon_gpiovar.h +++ b/sys/mips/cavium/octeon_gpiovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_irq.h b/sys/mips/cavium/octeon_irq.h index ee949560ad52c..7ffeb82391114 100644 --- a/sys/mips/cavium/octeon_irq.h +++ b/sys/mips/cavium/octeon_irq.h @@ -1,4 +1,6 @@ /***********************license start*************** + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2010 Cavium Networks (support@cavium.com). All rights * reserved. * diff --git a/sys/mips/cavium/octeon_machdep.c b/sys/mips/cavium/octeon_machdep.c index 53a84427a0a6b..ae7926ad18c29 100644 --- a/sys/mips/cavium/octeon_machdep.c +++ b/sys/mips/cavium/octeon_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_mp.c b/sys/mips/cavium/octeon_mp.c index 783a45f81bc55..23534a47b4805 100644 --- a/sys/mips/cavium/octeon_mp.c +++ b/sys/mips/cavium/octeon_mp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_pci_console.c b/sys/mips/cavium/octeon_pci_console.c index cc381fb110bd6..bf7640e647df7 100644 --- a/sys/mips/cavium/octeon_pci_console.c +++ b/sys/mips/cavium/octeon_pci_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_pcmap_regs.h b/sys/mips/cavium/octeon_pcmap_regs.h index d8ef37066704f..6aad912755151 100644 --- a/sys/mips/cavium/octeon_pcmap_regs.h +++ b/sys/mips/cavium/octeon_pcmap_regs.h @@ -1,4 +1,6 @@ /***********************license start*************** + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2008 Cavium Networks (support@cavium.com). All rights * reserved. * diff --git a/sys/mips/cavium/octeon_pmc.c b/sys/mips/cavium/octeon_pmc.c index 688b154230b7f..2a0885b74b9b8 100644 --- a/sys/mips/cavium/octeon_pmc.c +++ b/sys/mips/cavium/octeon_pmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@freebsd.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_rnd.c b/sys/mips/cavium/octeon_rnd.c index ea4f041aab876..cf82057ec63bd 100644 --- a/sys/mips/cavium/octeon_rnd.c +++ b/sys/mips/cavium/octeon_rnd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_rtc.c b/sys/mips/cavium/octeon_rtc.c index b08d4db55696e..bd4a9088c5c00 100644 --- a/sys/mips/cavium/octeon_rtc.c +++ b/sys/mips/cavium/octeon_rtc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octeon_wdog.c b/sys/mips/cavium/octeon_wdog.c index d01cd905a360a..93658e2465f9c 100644 --- a/sys/mips/cavium/octeon_wdog.c +++ b/sys/mips/cavium/octeon_wdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2010-2011, Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. diff --git a/sys/mips/cavium/octopci.c b/sys/mips/cavium/octopci.c index 48ef7e150f5a8..ad1d2ea0daeb6 100644 --- a/sys/mips/cavium/octopci.c +++ b/sys/mips/cavium/octopci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/octopci_bus_space.c b/sys/mips/cavium/octopci_bus_space.c index 9c5b367fa9471..3fc5497801223 100644 --- a/sys/mips/cavium/octopci_bus_space.c +++ b/sys/mips/cavium/octopci_bus_space.c @@ -2,6 +2,8 @@ /*- * $Id: bus.h,v 1.6 2007/08/09 11:23:32 katta Exp $ * + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/cavium/octopcireg.h b/sys/mips/cavium/octopcireg.h index 2250309b87a04..e053ef80c209b 100644 --- a/sys/mips/cavium/octopcireg.h +++ b/sys/mips/cavium/octopcireg.h @@ -1,4 +1,6 @@ /***********************license start************************************ + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005-2007 Cavium Networks (support@cavium.com). All rights * reserved. * diff --git a/sys/mips/cavium/octopcivar.h b/sys/mips/cavium/octopcivar.h index 026e45ac91264..35e3b13e5a623 100644 --- a/sys/mips/cavium/octopcivar.h +++ b/sys/mips/cavium/octopcivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/uart_bus_octeonusart.c b/sys/mips/cavium/uart_bus_octeonusart.c index 4284c1b0f1ad3..95deae803e8a3 100644 --- a/sys/mips/cavium/uart_bus_octeonusart.c +++ b/sys/mips/cavium/uart_bus_octeonusart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/cavium/uart_cpu_octeonusart.c b/sys/mips/cavium/uart_cpu_octeonusart.c index 1fd1e000fb930..c81c2741a724e 100644 --- a/sys/mips/cavium/uart_cpu_octeonusart.c +++ b/sys/mips/cavium/uart_cpu_octeonusart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 M. Warner Losh <imp@FreeBSD.org> * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. diff --git a/sys/mips/cavium/uart_dev_oct16550.c b/sys/mips/cavium/uart_dev_oct16550.c index cfb347f063936..2c3772a3edeb6 100644 --- a/sys/mips/cavium/uart_dev_oct16550.c +++ b/sys/mips/cavium/uart_dev_oct16550.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/mips/cavium/usb/octusb.c b/sys/mips/cavium/usb/octusb.c index c4d4ac76d8ac0..56757973e1e5d 100644 --- a/sys/mips/cavium/usb/octusb.c +++ b/sys/mips/cavium/usb/octusb.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/cavium/usb/octusb.h b/sys/mips/cavium/usb/octusb.h index 8b8a5e27b3ede..b5846536bf475 100644 --- a/sys/mips/cavium/usb/octusb.h +++ b/sys/mips/cavium/usb/octusb.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/cavium/usb/octusb_octeon.c b/sys/mips/cavium/usb/octusb_octeon.c index 5852e14e146c4..88270dcee3927 100644 --- a/sys/mips/cavium/usb/octusb_octeon.c +++ b/sys/mips/cavium/usb/octusb_octeon.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/gxemul/gxemul_machdep.c b/sys/mips/gxemul/gxemul_machdep.c index a068efc7b4eda..f0fa38bafb9f6 100644 --- a/sys/mips/gxemul/gxemul_machdep.c +++ b/sys/mips/gxemul/gxemul_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/gxemul/mpreg.h b/sys/mips/gxemul/mpreg.h index f562d07cb5861..8197e9725c091 100644 --- a/sys/mips/gxemul/mpreg.h +++ b/sys/mips/gxemul/mpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/idt/idt_machdep.c b/sys/mips/idt/idt_machdep.c index b48931987d29e..f8976b5a1df86 100644 --- a/sys/mips/idt/idt_machdep.c +++ b/sys/mips/idt/idt_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/idt/idtpci.c b/sys/mips/idt/idtpci.c index 98d199697c71c..f43ba5c69a1e2 100644 --- a/sys/mips/idt/idtpci.c +++ b/sys/mips/idt/idtpci.c @@ -1,6 +1,8 @@ /* $NetBSD: idtpci.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 David Young. * Copyright (c) 2007 Oleskandr Tymoshenko. All rights reserved. * diff --git a/sys/mips/idt/idtreg.h b/sys/mips/idt/idtreg.h index 3a088e74e5e10..e04bb7f94d74f 100644 --- a/sys/mips/idt/idtreg.h +++ b/sys/mips/idt/idtreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/idt/if_kr.c b/sys/mips/idt/if_kr.c index 4b5d3bfb43d07..9d6d499313488 100644 --- a/sys/mips/idt/if_kr.c +++ b/sys/mips/idt/if_kr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 * Oleksandr Tymoshenko <gonzo@freebsd.org>. All rights reserved. * diff --git a/sys/mips/idt/if_krreg.h b/sys/mips/idt/if_krreg.h index b20900ad905fa..59a2913a3bc26 100644 --- a/sys/mips/idt/if_krreg.h +++ b/sys/mips/idt/if_krreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 * Oleksandr Tymoshenko <gonzo@freebsd.org>. All rights reserved. * diff --git a/sys/mips/idt/obio.c b/sys/mips/idt/obio.c index 54abbb128a4d2..3c3d281058312 100644 --- a/sys/mips/idt/obio.c +++ b/sys/mips/idt/obio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2007, Oleksandr Tymoshenko <gonzo@freebsd.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/idt/obiovar.h b/sys/mips/idt/obiovar.h index 526efac89e669..b5b6392d03cb3 100644 --- a/sys/mips/idt/obiovar.h +++ b/sys/mips/idt/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/idt/uart_bus_rc32434.c b/sys/mips/idt/uart_bus_rc32434.c index 40e47705fc07c..15f3c1f460d7a 100644 --- a/sys/mips/idt/uart_bus_rc32434.c +++ b/sys/mips/idt/uart_bus_rc32434.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/mips/idt/uart_cpu_rc32434.c b/sys/mips/idt/uart_cpu_rc32434.c index 51be944df7e38..52fa702a2f70d 100644 --- a/sys/mips/idt/uart_cpu_rc32434.c +++ b/sys/mips/idt/uart_cpu_rc32434.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/_align.h b/sys/mips/include/_align.h index f945164d260cf..67585a471cb2b 100644 --- a/sys/mips/include/_align.h +++ b/sys/mips/include/_align.h @@ -1,6 +1,8 @@ /* $OpenBSD: param.h,v 1.11 1998/08/30 22:05:35 millert Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/_bus.h b/sys/mips/include/_bus.h index b7018021148a4..866c19f45664e 100644 --- a/sys/mips/include/_bus.h +++ b/sys/mips/include/_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/mips/include/_inttypes.h b/sys/mips/include/_inttypes.h index 7bea1644254de..2f95e3b626b6e 100644 --- a/sys/mips/include/_inttypes.h +++ b/sys/mips/include/_inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/include/_limits.h b/sys/mips/include/_limits.h index 87559081b2020..c0ba430616aa7 100644 --- a/sys/mips/include/_limits.h +++ b/sys/mips/include/_limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/_stdint.h b/sys/mips/include/_stdint.h index ebf6eb5fcbbeb..83455b7780d1a 100644 --- a/sys/mips/include/_stdint.h +++ b/sys/mips/include/_stdint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h index d37b1bc99886a..1f654c4894f58 100644 --- a/sys/mips/include/_types.h +++ b/sys/mips/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h index 8a7d640f9e12b..1712f1b16311d 100644 --- a/sys/mips/include/asm.h +++ b/sys/mips/include/asm.h @@ -1,6 +1,8 @@ /* $NetBSD: asm.h,v 1.29 2000/12/14 21:29:51 jeffs Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/atomic.h b/sys/mips/include/atomic.h index 79f6dfe0fe013..d299fb4a1bba6 100644 --- a/sys/mips/include/atomic.h +++ b/sys/mips/include/atomic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/mips/include/bootinfo.h b/sys/mips/include/bootinfo.h index 38225a2223ec1..05d17879dbd02 100644 --- a/sys/mips/include/bootinfo.h +++ b/sys/mips/include/bootinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2013 Robert N. M. Watson * Copyright (C) 1994 by Rodney W. Grimes, Milwaukie, Oregon 97222 * All rights reserved. diff --git a/sys/mips/include/bus.h b/sys/mips/include/bus.h index 5e85b17be6d4a..9a3de385f9ec5 100644 --- a/sys/mips/include/bus.h +++ b/sys/mips/include/bus.h @@ -1,6 +1,8 @@ /* $NetBSD: bus.h,v 1.11 2003/07/28 17:35:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/include/bus_dma.h b/sys/mips/include/bus_dma.h index 35dfba26ebd29..2a9fc81f5dbf6 100644 --- a/sys/mips/include/bus_dma.h +++ b/sys/mips/include/bus_dma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Scott Long * All rights reserved. * diff --git a/sys/mips/include/cache.h b/sys/mips/include/cache.h index 9fc91595a10d8..2a028326ed6be 100644 --- a/sys/mips/include/cache.h +++ b/sys/mips/include/cache.h @@ -1,6 +1,8 @@ /* $NetBSD: cache.h,v 1.6 2003/02/17 11:35:01 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/include/cache_mipsNN.h b/sys/mips/include/cache_mipsNN.h index 200e6859bdaa2..80af7b075eb76 100644 --- a/sys/mips/include/cache_mipsNN.h +++ b/sys/mips/include/cache_mipsNN.h @@ -1,6 +1,8 @@ /* $NetBSD: cache_mipsNN.h,v 1.4 2003/02/17 11:35:02 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/include/cache_r4k.h b/sys/mips/include/cache_r4k.h index 0ab504ecfa232..e01be2495c691 100644 --- a/sys/mips/include/cache_r4k.h +++ b/sys/mips/include/cache_r4k.h @@ -1,6 +1,8 @@ /* $NetBSD: cache_r4k.h,v 1.10 2003/03/08 04:43:26 rafal Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/include/counter.h b/sys/mips/include/counter.h index b293b296360c4..4f75781180b42 100644 --- a/sys/mips/include/counter.h +++ b/sys/mips/include/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/cpu.h b/sys/mips/include/cpu.h index 2691cf2c88e20..4056368308f82 100644 --- a/sys/mips/include/cpu.h +++ b/sys/mips/include/cpu.h @@ -1,6 +1,8 @@ /* $OpenBSD: cpu.h,v 1.4 1998/09/15 10:50:12 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/cpufunc.h b/sys/mips/include/cpufunc.h index 3ebb8c14b448e..8f28009c29f94 100644 --- a/sys/mips/include/cpufunc.h +++ b/sys/mips/include/cpufunc.h @@ -1,6 +1,8 @@ /* $OpenBSD: pio.h,v 1.2 1998/09/15 10:50:12 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (c) 2002-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/include/cpuinfo.h b/sys/mips/include/cpuinfo.h index deeb93bd6d28c..29643a764ff1e 100644 --- a/sys/mips/include/cpuinfo.h +++ b/sys/mips/include/cpuinfo.h @@ -1,6 +1,8 @@ /* $NetBSD: cpu.h,v 1.70 2003/01/17 23:36:08 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/cpuregs.h b/sys/mips/include/cpuregs.h index a1d9bc0195dab..d1bcb6eb50f64 100644 --- a/sys/mips/include/cpuregs.h +++ b/sys/mips/include/cpuregs.h @@ -1,6 +1,8 @@ /* $NetBSD: cpuregs.h,v 1.70 2006/05/15 02:26:54 simonb Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/db_machdep.h b/sys/mips/include/db_machdep.h index a4959553d9a4d..3039b64e82299 100644 --- a/sys/mips/include/db_machdep.h +++ b/sys/mips/include/db_machdep.h @@ -1,6 +1,8 @@ /* $OpenBSD: db_machdep.h,v 1.2 1998/09/15 10:50:12 pefo Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Per Fogelstrom, Opsycon AB * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/include/elf.h b/sys/mips/include/elf.h index 26c4799cec5e2..1944000a16eaa 100644 --- a/sys/mips/include/elf.h +++ b/sys/mips/include/elf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2013 M. Warner Losh. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/include/endian.h b/sys/mips/include/endian.h index ead6dc40bb8ea..09aaa7a64459d 100644 --- a/sys/mips/include/endian.h +++ b/sys/mips/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/include/exec.h b/sys/mips/include/exec.h index 4650090f569b5..35ab6ed03ca9a 100644 --- a/sys/mips/include/exec.h +++ b/sys/mips/include/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/fdt.h b/sys/mips/include/fdt.h index 62356b8e84164..ef92de89d8491 100644 --- a/sys/mips/include/fdt.h +++ b/sys/mips/include/fdt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/mips/include/float.h b/sys/mips/include/float.h index 86efd02b975c0..0410d8c12fc23 100644 --- a/sys/mips/include/float.h +++ b/sys/mips/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/include/floatingpoint.h b/sys/mips/include/floatingpoint.h index cda9e46230cab..b7c154743d0ca 100644 --- a/sys/mips/include/floatingpoint.h +++ b/sys/mips/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * diff --git a/sys/mips/include/fls64.h b/sys/mips/include/fls64.h index e49c087c995df..3a2fa63edc721 100644 --- a/sys/mips/include/fls64.h +++ b/sys/mips/include/fls64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * @@ -26,6 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ * RMI_BSD */ #ifndef _MIPS_FLS64_H_ #define _MIPS_FLS64_H_ diff --git a/sys/mips/include/frame.h b/sys/mips/include/frame.h index c04888e1b5ac6..726b12995acef 100644 --- a/sys/mips/include/frame.h +++ b/sys/mips/include/frame.h @@ -1,6 +1,8 @@ /* $OpenBSD: frame.h,v 1.3 1998/09/15 10:50:12 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Per Fogelstrom, Opsycon AB * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/include/gdb_machdep.h b/sys/mips/include/gdb_machdep.h index a76a8244a31df..ee81255fa81cd 100644 --- a/sys/mips/include/gdb_machdep.h +++ b/sys/mips/include/gdb_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/mips/include/hwfunc.h b/sys/mips/include/hwfunc.h index 5c797fc4ec456..f1ac55520df15 100644 --- a/sys/mips/include/hwfunc.h +++ b/sys/mips/include/hwfunc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/include/ieee.h b/sys/mips/include/ieee.h index a7411dd2332ae..02c5aafd7ec12 100644 --- a/sys/mips/include/ieee.h +++ b/sys/mips/include/ieee.h @@ -1,6 +1,8 @@ /* $NetBSD: ieee754.h,v 1.4 2003/10/27 02:30:26 simonb Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/in_cksum.h b/sys/mips/include/in_cksum.h index 72edfba910419..d55b838b42ed1 100644 --- a/sys/mips/include/in_cksum.h +++ b/sys/mips/include/in_cksum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/include/intr_machdep.h b/sys/mips/include/intr_machdep.h index 186533cc60df8..7619ef5a36f2b 100644 --- a/sys/mips/include/intr_machdep.h +++ b/sys/mips/include/intr_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/kdb.h b/sys/mips/include/kdb.h index 6ca665413e89e..33e54bc5fc05e 100644 --- a/sys/mips/include/kdb.h +++ b/sys/mips/include/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/mips/include/limits.h b/sys/mips/include/limits.h index 238155311cd46..0272414f31f2d 100644 --- a/sys/mips/include/limits.h +++ b/sys/mips/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/md_var.h b/sys/mips/include/md_var.h index 622781d11b128..7fa2286d020eb 100644 --- a/sys/mips/include/md_var.h +++ b/sys/mips/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce D. Evans. * All rights reserved. * diff --git a/sys/mips/include/memdev.h b/sys/mips/include/memdev.h index f30945da1cee4..b08bae904021d 100644 --- a/sys/mips/include/memdev.h +++ b/sys/mips/include/memdev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/mips/include/metadata.h b/sys/mips/include/metadata.h index 779c2f6a47447..620017260ae99 100644 --- a/sys/mips/include/metadata.h +++ b/sys/mips/include/metadata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm <peter@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/minidump.h b/sys/mips/include/minidump.h index b2d75d8929790..a4ceb02be6eaa 100644 --- a/sys/mips/include/minidump.h +++ b/sys/mips/include/minidump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Peter Wemm * All rights reserved. * diff --git a/sys/mips/include/mips_opcode.h b/sys/mips/include/mips_opcode.h index fd0e9763e4afc..df1faa8b19ab0 100644 --- a/sys/mips/include/mips_opcode.h +++ b/sys/mips/include/mips_opcode.h @@ -1,6 +1,8 @@ /* $OpenBSD: mips_opcode.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/octeon_cop2.h b/sys/mips/include/octeon_cop2.h index d5161dcef8ed2..9bba74d591a3a 100644 --- a/sys/mips/include/octeon_cop2.h +++ b/sys/mips/include/octeon_cop2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/ofw_machdep.h b/sys/mips/include/ofw_machdep.h index f14cfdfd4c64e..1f73f67f8c1c9 100644 --- a/sys/mips/include/ofw_machdep.h +++ b/sys/mips/include/ofw_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h index 7c5e667858fea..1dc3112230524 100644 --- a/sys/mips/include/param.h +++ b/sys/mips/include/param.h @@ -1,6 +1,8 @@ /* $OpenBSD: param.h,v 1.11 1998/08/30 22:05:35 millert Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/pcb.h b/sys/mips/include/pcb.h index fa84a7d33f452..ec96f39ebb33c 100644 --- a/sys/mips/include/pcb.h +++ b/sys/mips/include/pcb.h @@ -1,6 +1,8 @@ /* $OpenBSD: pcb.h,v 1.3 1998/09/15 10:50:12 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/pcpu.h b/sys/mips/include/pcpu.h index f4be33dd8aa97..683a68aa68125 100644 --- a/sys/mips/include/pcpu.h +++ b/sys/mips/include/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen <luoqi@freebsd.org> * Copyright (c) Peter Wemm <peter@netplex.com.au> * All rights reserved. diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h index 03541199a401d..6d6cc3a5b8f39 100644 --- a/sys/mips/include/pmap.h +++ b/sys/mips/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h index da88d2a02ca04..b0d2c639c91ad 100644 --- a/sys/mips/include/proc.h +++ b/sys/mips/include/proc.h @@ -1,6 +1,8 @@ /* $OpenBSD: proc.h,v 1.2 1998/09/15 10:50:12 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/profile.h b/sys/mips/include/profile.h index aac6e5dd43b9e..17cc85be6d02d 100644 --- a/sys/mips/include/profile.h +++ b/sys/mips/include/profile.h @@ -1,5 +1,7 @@ /* $OpenBSD: profile.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/pte.h b/sys/mips/include/pte.h index 4b628dbef46c7..3dbf9d86108f6 100644 --- a/sys/mips/include/pte.h +++ b/sys/mips/include/pte.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/ptrace.h b/sys/mips/include/ptrace.h index a34b6f9054f17..137f85c6733c3 100644 --- a/sys/mips/include/ptrace.h +++ b/sys/mips/include/ptrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/reg.h b/sys/mips/include/reg.h index 0dc36c6b32043..69b2263ee3e90 100644 --- a/sys/mips/include/reg.h +++ b/sys/mips/include/reg.h @@ -1,6 +1,8 @@ /* $OpenBSD: reg.h,v 1.1 1998/01/28 11:14:53 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/regdef.h b/sys/mips/include/regdef.h index b55db56333559..5a6b57f306726 100644 --- a/sys/mips/include/regdef.h +++ b/sys/mips/include/regdef.h @@ -1,6 +1,8 @@ /* $NetBSD: regdef.h,v 1.12 2005/12/11 12:18:09 christos Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/regnum.h b/sys/mips/include/regnum.h index 829ca4608573d..1ce21e0d1f6b9 100644 --- a/sys/mips/include/regnum.h +++ b/sys/mips/include/regnum.h @@ -1,6 +1,8 @@ /* $OpenBSD: regnum.h,v 1.3 1999/01/27 04:46:06 imp Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/reloc.h b/sys/mips/include/reloc.h index 113745f826232..7b5610bda2af4 100644 --- a/sys/mips/include/reloc.h +++ b/sys/mips/include/reloc.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/mips/include/runq.h b/sys/mips/include/runq.h index 56d6e2f35055c..d3207b3fa0f54 100644 --- a/sys/mips/include/runq.h +++ b/sys/mips/include/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/sc_machdep.h b/sys/mips/include/sc_machdep.h index 4f3526fabcf01..61a2a86f702d7 100644 --- a/sys/mips/include/sc_machdep.h +++ b/sys/mips/include/sc_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/mips/include/sf_buf.h b/sys/mips/include/sf_buf.h index d61bc91536973..27051674d1d22 100644 --- a/sys/mips/include/sf_buf.h +++ b/sys/mips/include/sf_buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/mips/include/sigframe.h b/sys/mips/include/sigframe.h index 69c7c0234d540..03f55bc18ee08 100644 --- a/sys/mips/include/sigframe.h +++ b/sys/mips/include/sigframe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/mips/include/signal.h b/sys/mips/include/signal.h index 5107af05bba2e..81e4169f6181a 100644 --- a/sys/mips/include/signal.h +++ b/sys/mips/include/signal.h @@ -1,6 +1,8 @@ /* $OpenBSD: signal.h,v 1.2 1999/01/27 04:10:03 imp Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/sysarch.h b/sys/mips/include/sysarch.h index 350ad9583eece..effcc725d4203 100644 --- a/sys/mips/include/sysarch.h +++ b/sys/mips/include/sysarch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/include/tlb.h b/sys/mips/include/tlb.h index c3baf783e9741..24a18136175f1 100644 --- a/sys/mips/include/tlb.h +++ b/sys/mips/include/tlb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/include/tls.h b/sys/mips/include/tls.h index 97e090344dfd2..e7b80c7478be1 100644 --- a/sys/mips/include/tls.h +++ b/sys/mips/include/tls.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/include/trap.h b/sys/mips/include/trap.h index 32bf1a8f3f5c1..8d0838df12a76 100644 --- a/sys/mips/include/trap.h +++ b/sys/mips/include/trap.h @@ -1,6 +1,8 @@ /* $OpenBSD: trap.h,v 1.3 1999/01/27 04:46:06 imp Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/include/ucontext.h b/sys/mips/include/ucontext.h index 2b1a952e80f06..821be941cc6a4 100644 --- a/sys/mips/include/ucontext.h +++ b/sys/mips/include/ucontext.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/include/varargs.h b/sys/mips/include/varargs.h index c916f33743790..3998122fb82c0 100644 --- a/sys/mips/include/varargs.h +++ b/sys/mips/include/varargs.h @@ -1,6 +1,8 @@ /* $NetBSD: varargs.h,v 1.16 1999/01/22 14:19:54 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/mips/include/vdso.h b/sys/mips/include/vdso.h index 082df1ae52b94..b4771e68edff8 100644 --- a/sys/mips/include/vdso.h +++ b/sys/mips/include/vdso.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.ORG>. * All rights reserved. * diff --git a/sys/mips/include/vm.h b/sys/mips/include/vm.h index 658eb1ceb8732..5a7565e997e43 100644 --- a/sys/mips/include/vm.h +++ b/sys/mips/include/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h index 020d0ac0184fe..df0b60e15d086 100644 --- a/sys/mips/include/vmparam.h +++ b/sys/mips/include/vmparam.h @@ -2,6 +2,8 @@ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/malta/gt.c b/sys/mips/malta/gt.c index 88746431e1b33..e56df251c8460 100644 --- a/sys/mips/malta/gt.c +++ b/sys/mips/malta/gt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/malta/gt_pci.c b/sys/mips/malta/gt_pci.c index 643943d430c5f..0ea6e78adb0ee 100644 --- a/sys/mips/malta/gt_pci.c +++ b/sys/mips/malta/gt_pci.c @@ -1,6 +1,8 @@ /* $NetBSD: gt_pci.c,v 1.4 2003/07/15 00:24:54 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/malta/gt_pci_bus_space.c b/sys/mips/malta/gt_pci_bus_space.c index 63eaabe3ace30..861d42a7f5d7a 100644 --- a/sys/mips/malta/gt_pci_bus_space.c +++ b/sys/mips/malta/gt_pci_bus_space.c @@ -2,6 +2,8 @@ /*- * $Id: bus.h,v 1.6 2007/08/09 11:23:32 katta Exp $ * + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/malta/gt_pci_bus_space.h b/sys/mips/malta/gt_pci_bus_space.h index 77392f544fc48..963808b647c82 100644 --- a/sys/mips/malta/gt_pci_bus_space.h +++ b/sys/mips/malta/gt_pci_bus_space.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/malta/gtreg.h b/sys/mips/malta/gtreg.h index 726f5fe328daf..5237409a3bbfa 100644 --- a/sys/mips/malta/gtreg.h +++ b/sys/mips/malta/gtreg.h @@ -1,6 +1,8 @@ /* $NetBSD: gtreg.h,v 1.2 2005/12/24 20:07:03 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/malta/gtvar.h b/sys/mips/malta/gtvar.h index f7830ef3cccef..ac937fe6fd8bd 100644 --- a/sys/mips/malta/gtvar.h +++ b/sys/mips/malta/gtvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/malta/malta_machdep.c b/sys/mips/malta/malta_machdep.c index b31ba2f3d1e8a..081384fbea2da 100644 --- a/sys/mips/malta/malta_machdep.c +++ b/sys/mips/malta/malta_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/malta/maltareg.h b/sys/mips/malta/maltareg.h index c311d30885bb0..6b97af346bf98 100644 --- a/sys/mips/malta/maltareg.h +++ b/sys/mips/malta/maltareg.h @@ -1,6 +1,8 @@ /* $NetBSD: maltareg.h,v 1.1 2002/03/07 14:44:04 simonb Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/malta/obio.c b/sys/mips/malta/obio.c index 64ac9c7dd8543..89169a86d8b39 100644 --- a/sys/mips/malta/obio.c +++ b/sys/mips/malta/obio.c @@ -1,6 +1,8 @@ /* $NetBSD: obio.c,v 1.11 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/malta/obiovar.h b/sys/mips/malta/obiovar.h index 801d46135f739..cf8ccb920d17f 100644 --- a/sys/mips/malta/obiovar.h +++ b/sys/mips/malta/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/malta/uart_bus_maltausart.c b/sys/mips/malta/uart_bus_maltausart.c index e075fff62e539..738785e8ea213 100644 --- a/sys/mips/malta/uart_bus_maltausart.c +++ b/sys/mips/malta/uart_bus_maltausart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/malta/uart_cpu_maltausart.c b/sys/mips/malta/uart_cpu_maltausart.c index 07ea548a0a1f8..be5edfd4e50cb 100644 --- a/sys/mips/malta/uart_cpu_maltausart.c +++ b/sys/mips/malta/uart_cpu_maltausart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/malta/yamon.c b/sys/mips/malta/yamon.c index e669bfe273c95..d2a30f2a42fe3 100644 --- a/sys/mips/malta/yamon.c +++ b/sys/mips/malta/yamon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Bruce M. Simpson * All rights reserved. * diff --git a/sys/mips/malta/yamon.h b/sys/mips/malta/yamon.h index f039ae8342d7f..aa2ee1a00bb10 100644 --- a/sys/mips/malta/yamon.h +++ b/sys/mips/malta/yamon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/mips/autoconf.c b/sys/mips/mips/autoconf.c index e16c05c147d1a..da30ed6e54d28 100644 --- a/sys/mips/mips/autoconf.c +++ b/sys/mips/mips/autoconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/mips/bus_space_generic.c b/sys/mips/mips/bus_space_generic.c index b57a7393791b1..6ec989010db34 100644 --- a/sys/mips/mips/bus_space_generic.c +++ b/sys/mips/mips/bus_space_generic.c @@ -2,6 +2,8 @@ /*- * $Id: bus.h,v 1.6 2007/08/09 11:23:32 katta Exp $ * + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/mips/busdma_machdep.c b/sys/mips/mips/busdma_machdep.c index bd2cadade251d..e7e5b0e06faed 100644 --- a/sys/mips/mips/busdma_machdep.c +++ b/sys/mips/mips/busdma_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/mips/mips/cache.c b/sys/mips/mips/cache.c index 534e6cdf82680..210462e5574b8 100644 --- a/sys/mips/mips/cache.c +++ b/sys/mips/mips/cache.c @@ -1,6 +1,8 @@ /* $NetBSD: cache.c,v 1.33 2005/12/24 23:24:01 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright 2001, 2002 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/mips/cache_mipsNN.c b/sys/mips/mips/cache_mipsNN.c index 50eb76b2feef0..7b1a035d70dc0 100644 --- a/sys/mips/mips/cache_mipsNN.c +++ b/sys/mips/mips/cache_mipsNN.c @@ -1,6 +1,8 @@ /* $NetBSD: cache_mipsNN.c,v 1.10 2005/12/24 20:07:19 perry Exp $ */ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/mips/cpu.c b/sys/mips/mips/cpu.c index 60fe134d9ccf4..113b75262db2a 100644 --- a/sys/mips/mips/cpu.c +++ b/sys/mips/mips/cpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/mips/db_disasm.c b/sys/mips/mips/db_disasm.c index 108c9dd8a1a8c..8a31a2dae7284 100644 --- a/sys/mips/mips/db_disasm.c +++ b/sys/mips/mips/db_disasm.c @@ -1,5 +1,7 @@ /* $OpenBSD: db_disasm.c,v 1.1 1998/03/16 09:03:24 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/mips/mips/db_interface.c b/sys/mips/mips/db_interface.c index b3da6f28b5b16..a9c84e30467be 100644 --- a/sys/mips/mips/db_interface.c +++ b/sys/mips/mips/db_interface.c @@ -1,6 +1,8 @@ /* $OpenBSD: db_machdep.c,v 1.2 1998/09/15 10:50:13 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Per Fogelstrom, Opsycon AB * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/mips/db_trace.c b/sys/mips/mips/db_trace.c index 1359a53fe7ffa..ce16dd3a18a79 100644 --- a/sys/mips/mips/db_trace.c +++ b/sys/mips/mips/db_trace.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005, Juniper Networks, Inc. * All rights reserved. * diff --git a/sys/mips/mips/dump_machdep.c b/sys/mips/mips/dump_machdep.c index 18ea63ecf9311..2e8540118b956 100644 --- a/sys/mips/mips/dump_machdep.c +++ b/sys/mips/mips/dump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/mips/mips/elf_machdep.c b/sys/mips/mips/elf_machdep.c index b332bf37d5d77..b0cd441d9d38e 100644 --- a/sys/mips/mips/elf_machdep.c +++ b/sys/mips/mips/elf_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/mips/mips/elf_trampoline.c b/sys/mips/mips/elf_trampoline.c index 7be26bbe62b55..bd96de16589e5 100644 --- a/sys/mips/mips/elf_trampoline.c +++ b/sys/mips/mips/elf_trampoline.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Olivier Houchard. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/mips/freebsd32_machdep.c b/sys/mips/mips/freebsd32_machdep.c index 4ed58e219a049..f79b017d6102e 100644 --- a/sys/mips/mips/freebsd32_machdep.c +++ b/sys/mips/mips/freebsd32_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/mips/gdb_machdep.c b/sys/mips/mips/gdb_machdep.c index 6737856410b10..63ae215915132 100644 --- a/sys/mips/mips/gdb_machdep.c +++ b/sys/mips/mips/gdb_machdep.c @@ -1,6 +1,8 @@ /* $NetBSD: kgdb_machdep.c,v 1.11 2005/12/24 22:45:35 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/mips/mips/genassym.c b/sys/mips/mips/genassym.c index 3c0c1cc8f7b42..502c6e925d189 100644 --- a/sys/mips/mips/genassym.c +++ b/sys/mips/mips/genassym.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/mips/in_cksum.c b/sys/mips/mips/in_cksum.c index 31bcd3ebdd0aa..8f9a2d9de1064 100644 --- a/sys/mips/mips/in_cksum.c +++ b/sys/mips/mips/in_cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 diff --git a/sys/mips/mips/intr_machdep.c b/sys/mips/mips/intr_machdep.c index e8423f651f540..c4c666196071d 100644 --- a/sys/mips/mips/intr_machdep.c +++ b/sys/mips/mips/intr_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Oleksandr Tymoshenko * Copyright (c) 2002-2004 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. diff --git a/sys/mips/mips/libkern_machdep.c b/sys/mips/mips/libkern_machdep.c index 6548bed6d7e82..2ff3608145e6d 100644 --- a/sys/mips/mips/libkern_machdep.c +++ b/sys/mips/mips/libkern_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c index 3d44cdad0e5fb..29e58dbc329ba 100644 --- a/sys/mips/mips/machdep.c +++ b/sys/mips/mips/machdep.c @@ -1,6 +1,8 @@ /* $OpenBSD: machdep.c,v 1.33 1998/09/15 10:58:54 pefo Exp $ */ /* tracked to 1.38 */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/mips/mem.c b/sys/mips/mips/mem.c index 30f4b34f57af6..d11f8a113943d 100644 --- a/sys/mips/mips/mem.c +++ b/sys/mips/mips/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/mips/mips/minidump_machdep.c b/sys/mips/mips/minidump_machdep.c index d9e3b47c555ee..468c8919f8a50 100644 --- a/sys/mips/mips/minidump_machdep.c +++ b/sys/mips/mips/minidump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Oleksandr Tymoshenko <gonzo@freebsd.org> * Copyright (c) 2008 Semihalf, Grzegorz Bernacki * All rights reserved. diff --git a/sys/mips/mips/mp_machdep.c b/sys/mips/mips/mp_machdep.c index 9f989091e0729..88f345310d55f 100644 --- a/sys/mips/mips/mp_machdep.c +++ b/sys/mips/mips/mp_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/mips/mips/octeon_cop2.c b/sys/mips/mips/octeon_cop2.c index c85522d68b1e8..ab7308cf06d8c 100644 --- a/sys/mips/mips/octeon_cop2.c +++ b/sys/mips/mips/octeon_cop2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/mips/pm_machdep.c b/sys/mips/mips/pm_machdep.c index 2b02ba9571a49..9c20f94c0f2ec 100644 --- a/sys/mips/mips/pm_machdep.c +++ b/sys/mips/mips/pm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c index 2e191b5dc012e..47ac4a6d94729 100644 --- a/sys/mips/mips/pmap.c +++ b/sys/mips/mips/pmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/mips/mips/ptrace_machdep.c b/sys/mips/mips/ptrace_machdep.c index 2c268d8b12b93..372995c236995 100644 --- a/sys/mips/mips/ptrace_machdep.c +++ b/sys/mips/mips/ptrace_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 M. Warner Losh. * All rights reserved. * diff --git a/sys/mips/mips/sc_machdep.c b/sys/mips/mips/sc_machdep.c index a81ffddbb211b..8a77cef2fbce8 100644 --- a/sys/mips/mips/sc_machdep.c +++ b/sys/mips/mips/sc_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/mips/mips/stack_machdep.c b/sys/mips/mips/stack_machdep.c index 0f7c4bb1840f5..24e173ef4fc12 100644 --- a/sys/mips/mips/stack_machdep.c +++ b/sys/mips/mips/stack_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Antoine Brodin * All rights reserved. * diff --git a/sys/mips/mips/stdatomic.c b/sys/mips/mips/stdatomic.c index a3f3135f0a3df..d1cc6b4145c2d 100644 --- a/sys/mips/mips/stdatomic.c +++ b/sys/mips/mips/stdatomic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/mips/sys_machdep.c b/sys/mips/mips/sys_machdep.c index 5cd5366e3ffa2..24f8dbc329d30 100644 --- a/sys/mips/mips/sys_machdep.c +++ b/sys/mips/mips/sys_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/mips/mips/tick.c b/sys/mips/mips/tick.c index 8bcc534f8db8e..c415d7d1b2d52 100644 --- a/sys/mips/mips/tick.c +++ b/sys/mips/mips/tick.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Bruce M. Simpson. * Copyright (c) 2003-2004 Juli Mallett. * All rights reserved. diff --git a/sys/mips/mips/tlb.c b/sys/mips/mips/tlb.c index f554faa6f2d03..6a908dea2c077 100644 --- a/sys/mips/mips/tlb.c +++ b/sys/mips/mips/tlb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index 396f69b2c808d..73ede09917eff 100644 --- a/sys/mips/mips/trap.c +++ b/sys/mips/mips/trap.c @@ -1,6 +1,8 @@ /* $OpenBSD: trap.c,v 1.19 1998/09/30 12:40:41 pefo Exp $ */ /* tracked to 1.23 */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/mips/uio_machdep.c b/sys/mips/mips/uio_machdep.c index d6db1f180e230..55dbff6eadd35 100644 --- a/sys/mips/mips/uio_machdep.c +++ b/sys/mips/mips/uio_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/mips/mips/uma_machdep.c b/sys/mips/mips/uma_machdep.c index bc3207580c965..288e1bd049573 100644 --- a/sys/mips/mips/uma_machdep.c +++ b/sys/mips/mips/uma_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/mips/mips/vm_machdep.c b/sys/mips/mips/vm_machdep.c index 177f634fc4aab..a62fb084ba2e5 100644 --- a/sys/mips/mips/vm_machdep.c +++ b/sys/mips/mips/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson diff --git a/sys/mips/nlm/board.c b/sys/mips/nlm/board.c index bb335bf426a82..bf42bca48d2dd 100644 --- a/sys/mips/nlm/board.c +++ b/sys/mips/nlm/board.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/board.h b/sys/mips/nlm/board.h index 3143d64e6f833..17f9c04e33bf4 100644 --- a/sys/mips/nlm/board.h +++ b/sys/mips/nlm/board.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/board_cpld.c b/sys/mips/nlm/board_cpld.c index aa138af50b743..e1a3a2c18e141 100644 --- a/sys/mips/nlm/board_cpld.c +++ b/sys/mips/nlm/board_cpld.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/board_eeprom.c b/sys/mips/nlm/board_eeprom.c index c202acf4895d3..d4fe1cbf3e33d 100644 --- a/sys/mips/nlm/board_eeprom.c +++ b/sys/mips/nlm/board_eeprom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/bus_space_rmi.c b/sys/mips/nlm/bus_space_rmi.c index af1af691f78b2..87e0594b55e1e 100644 --- a/sys/mips/nlm/bus_space_rmi.c +++ b/sys/mips/nlm/bus_space_rmi.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/bus_space_rmi_pci.c b/sys/mips/nlm/bus_space_rmi_pci.c index e7ec44990f3cf..7b5f487a53c49 100644 --- a/sys/mips/nlm/bus_space_rmi_pci.c +++ b/sys/mips/nlm/bus_space_rmi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/clock.h b/sys/mips/nlm/clock.h index 7a2be07004527..b36823f97468e 100644 --- a/sys/mips/nlm/clock.h +++ b/sys/mips/nlm/clock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/cms.c b/sys/mips/nlm/cms.c index 02431d6696e48..197e989f43b27 100644 --- a/sys/mips/nlm/cms.c +++ b/sys/mips/nlm/cms.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/dev/net/mdio.c b/sys/mips/nlm/dev/net/mdio.c index 0db54766168fe..7cf82248080a4 100644 --- a/sys/mips/nlm/dev/net/mdio.c +++ b/sys/mips/nlm/dev/net/mdio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/nae.c b/sys/mips/nlm/dev/net/nae.c index 3fbcbb7243054..0b55fe750f8a9 100644 --- a/sys/mips/nlm/dev/net/nae.c +++ b/sys/mips/nlm/dev/net/nae.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/sgmii.c b/sys/mips/nlm/dev/net/sgmii.c index 1d7d741b63b33..8c51ddf08fe98 100644 --- a/sys/mips/nlm/dev/net/sgmii.c +++ b/sys/mips/nlm/dev/net/sgmii.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/ucore/ucore.h b/sys/mips/nlm/dev/net/ucore/ucore.h index 7d791fbd9fc4b..6826656bb914f 100644 --- a/sys/mips/nlm/dev/net/ucore/ucore.h +++ b/sys/mips/nlm/dev/net/ucore/ucore.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/ucore/ucore_app.c b/sys/mips/nlm/dev/net/ucore/ucore_app.c index 71f2805dd62a9..4a9f970c60b0d 100644 --- a/sys/mips/nlm/dev/net/ucore/ucore_app.c +++ b/sys/mips/nlm/dev/net/ucore/ucore_app.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/xaui.c b/sys/mips/nlm/dev/net/xaui.c index ebefa66027be1..aaf65e7483a5d 100644 --- a/sys/mips/nlm/dev/net/xaui.c +++ b/sys/mips/nlm/dev/net/xaui.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/xlpge.c b/sys/mips/nlm/dev/net/xlpge.c index 4f3aeb0d04166..32b0f1cf0b0f6 100644 --- a/sys/mips/nlm/dev/net/xlpge.c +++ b/sys/mips/nlm/dev/net/xlpge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/net/xlpge.h b/sys/mips/nlm/dev/net/xlpge.h index 027e1cf82ebf6..5aabc68cae687 100644 --- a/sys/mips/nlm/dev/net/xlpge.h +++ b/sys/mips/nlm/dev/net/xlpge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/sec/nlmrsa.c b/sys/mips/nlm/dev/sec/nlmrsa.c index 8710dd9a32dbe..2c672675c48df 100644 --- a/sys/mips/nlm/dev/sec/nlmrsa.c +++ b/sys/mips/nlm/dev/sec/nlmrsa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/sec/nlmrsalib.h b/sys/mips/nlm/dev/sec/nlmrsalib.h index 6a29f376bb3e3..c3e155d4c97c0 100644 --- a/sys/mips/nlm/dev/sec/nlmrsalib.h +++ b/sys/mips/nlm/dev/sec/nlmrsalib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/sec/nlmsec.c b/sys/mips/nlm/dev/sec/nlmsec.c index 78fc9615ae7a2..43be89c0c04f9 100644 --- a/sys/mips/nlm/dev/sec/nlmsec.c +++ b/sys/mips/nlm/dev/sec/nlmsec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/sec/nlmseclib.c b/sys/mips/nlm/dev/sec/nlmseclib.c index f953025ace4bc..01210c07cf33f 100644 --- a/sys/mips/nlm/dev/sec/nlmseclib.c +++ b/sys/mips/nlm/dev/sec/nlmseclib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/sec/nlmseclib.h b/sys/mips/nlm/dev/sec/nlmseclib.h index 038b0ae9165a0..fdf9b007b5f42 100644 --- a/sys/mips/nlm/dev/sec/nlmseclib.h +++ b/sys/mips/nlm/dev/sec/nlmseclib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/dev/sec/rsa_ucode.h b/sys/mips/nlm/dev/sec/rsa_ucode.h index 4a4f3efa9bb67..057a2194d17c7 100644 --- a/sys/mips/nlm/dev/sec/rsa_ucode.h +++ b/sys/mips/nlm/dev/sec/rsa_ucode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/bridge.h b/sys/mips/nlm/hal/bridge.h index 05988099be2da..9374a7cdcfe73 100644 --- a/sys/mips/nlm/hal/bridge.h +++ b/sys/mips/nlm/hal/bridge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/cop2.h b/sys/mips/nlm/hal/cop2.h index 9cbd266a9a192..80ec474a242ff 100644 --- a/sys/mips/nlm/hal/cop2.h +++ b/sys/mips/nlm/hal/cop2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/cpucontrol.h b/sys/mips/nlm/hal/cpucontrol.h index 1d08eb06fe7d5..2328bad3c2c71 100644 --- a/sys/mips/nlm/hal/cpucontrol.h +++ b/sys/mips/nlm/hal/cpucontrol.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/fmn.c b/sys/mips/nlm/hal/fmn.c index 8ebc7537ac356..5e568e2df08bb 100644 --- a/sys/mips/nlm/hal/fmn.c +++ b/sys/mips/nlm/hal/fmn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/fmn.h b/sys/mips/nlm/hal/fmn.h index 0f5a0336728b7..60548723b6ef2 100644 --- a/sys/mips/nlm/hal/fmn.h +++ b/sys/mips/nlm/hal/fmn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/gbu.h b/sys/mips/nlm/hal/gbu.h index 61d624f3c7fdb..adb67bbfd94c4 100644 --- a/sys/mips/nlm/hal/gbu.h +++ b/sys/mips/nlm/hal/gbu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/haldefs.h b/sys/mips/nlm/hal/haldefs.h index 40a6e8492190a..44890a165cc0a 100644 --- a/sys/mips/nlm/hal/haldefs.h +++ b/sys/mips/nlm/hal/haldefs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/interlaken.h b/sys/mips/nlm/hal/interlaken.h index e89a9a53669a7..b967b8b89054e 100644 --- a/sys/mips/nlm/hal/interlaken.h +++ b/sys/mips/nlm/hal/interlaken.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/iomap.h b/sys/mips/nlm/hal/iomap.h index 7d9ae109c9a11..c5ebb68bffd2d 100644 --- a/sys/mips/nlm/hal/iomap.h +++ b/sys/mips/nlm/hal/iomap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/mdio.h b/sys/mips/nlm/hal/mdio.h index 465fbf18e77f0..c4f3e8cde6caa 100644 --- a/sys/mips/nlm/hal/mdio.h +++ b/sys/mips/nlm/hal/mdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/mips-extns.h b/sys/mips/nlm/hal/mips-extns.h index d4801e7046b40..93c9db5d81ccd 100644 --- a/sys/mips/nlm/hal/mips-extns.h +++ b/sys/mips/nlm/hal/mips-extns.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/mmu.h b/sys/mips/nlm/hal/mmu.h index 2b8554aadd649..7c72d0579f88b 100644 --- a/sys/mips/nlm/hal/mmu.h +++ b/sys/mips/nlm/hal/mmu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/nae.h b/sys/mips/nlm/hal/nae.h index f4169c0158161..a2a3756947d78 100644 --- a/sys/mips/nlm/hal/nae.h +++ b/sys/mips/nlm/hal/nae.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/nlm_hal.c b/sys/mips/nlm/hal/nlm_hal.c index 65aa323b0db47..aa4bf5e00edd0 100644 --- a/sys/mips/nlm/hal/nlm_hal.c +++ b/sys/mips/nlm/hal/nlm_hal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/nlmsaelib.h b/sys/mips/nlm/hal/nlmsaelib.h index c61ace8e87e82..230b3740f401f 100644 --- a/sys/mips/nlm/hal/nlmsaelib.h +++ b/sys/mips/nlm/hal/nlmsaelib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/pcibus.h b/sys/mips/nlm/hal/pcibus.h index a11aadb371ce3..e6e0a3cdfa295 100644 --- a/sys/mips/nlm/hal/pcibus.h +++ b/sys/mips/nlm/hal/pcibus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/pic.h b/sys/mips/nlm/hal/pic.h index 1229cf5db3ab2..c36e71383dba8 100644 --- a/sys/mips/nlm/hal/pic.h +++ b/sys/mips/nlm/hal/pic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/poe.h b/sys/mips/nlm/hal/poe.h index b60ee7429ff79..688d476cf8389 100644 --- a/sys/mips/nlm/hal/poe.h +++ b/sys/mips/nlm/hal/poe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/sgmii.h b/sys/mips/nlm/hal/sgmii.h index c2f2580cb2611..2059a40aa74df 100644 --- a/sys/mips/nlm/hal/sgmii.h +++ b/sys/mips/nlm/hal/sgmii.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/sys.h b/sys/mips/nlm/hal/sys.h index 078e63d691234..39fda2b9064a5 100644 --- a/sys/mips/nlm/hal/sys.h +++ b/sys/mips/nlm/hal/sys.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/uart.h b/sys/mips/nlm/hal/uart.h index e7e68d07e664d..4783ccd7d4ce9 100644 --- a/sys/mips/nlm/hal/uart.h +++ b/sys/mips/nlm/hal/uart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/ucore_loader.h b/sys/mips/nlm/hal/ucore_loader.h index 7ac1ed6cda47e..95f2caf0bea8a 100644 --- a/sys/mips/nlm/hal/ucore_loader.h +++ b/sys/mips/nlm/hal/ucore_loader.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/hal/usb.h b/sys/mips/nlm/hal/usb.h index 476af91b43bf3..3101a2e498b44 100644 --- a/sys/mips/nlm/hal/usb.h +++ b/sys/mips/nlm/hal/usb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/hal/xaui.h b/sys/mips/nlm/hal/xaui.h index ffd39da9b4634..db422844711be 100644 --- a/sys/mips/nlm/hal/xaui.h +++ b/sys/mips/nlm/hal/xaui.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/nlm/interrupt.h b/sys/mips/nlm/interrupt.h index cf0a7abdc227f..ba502f3f7767d 100644 --- a/sys/mips/nlm/interrupt.h +++ b/sys/mips/nlm/interrupt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/intr_machdep.c b/sys/mips/nlm/intr_machdep.c index db15e3037e256..b66118c06ee83 100644 --- a/sys/mips/nlm/intr_machdep.c +++ b/sys/mips/nlm/intr_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/msgring.h b/sys/mips/nlm/msgring.h index 5366b7f73946e..deef2215209e8 100644 --- a/sys/mips/nlm/msgring.h +++ b/sys/mips/nlm/msgring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/tick.c b/sys/mips/nlm/tick.c index bba4bde88e80f..5993c892865b5 100644 --- a/sys/mips/nlm/tick.c +++ b/sys/mips/nlm/tick.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/uart_cpu_xlp.c b/sys/mips/nlm/uart_cpu_xlp.c index 67627ac12a445..773cf28a76aeb 100644 --- a/sys/mips/nlm/uart_cpu_xlp.c +++ b/sys/mips/nlm/uart_cpu_xlp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/usb_init.c b/sys/mips/nlm/usb_init.c index 5bcc805cae786..29e397db336f1 100644 --- a/sys/mips/nlm/usb_init.c +++ b/sys/mips/nlm/usb_init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/xlp.h b/sys/mips/nlm/xlp.h index 69faacdd0f9b5..2ace3112fbe9b 100644 --- a/sys/mips/nlm/xlp.h +++ b/sys/mips/nlm/xlp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/xlp_machdep.c b/sys/mips/nlm/xlp_machdep.c index 5f93d6c232e49..1237000c98fbe 100644 --- a/sys/mips/nlm/xlp_machdep.c +++ b/sys/mips/nlm/xlp_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2011 Netlogic Microsystems (Netlogic). All rights * reserved. * diff --git a/sys/mips/nlm/xlp_pci.c b/sys/mips/nlm/xlp_pci.c index 51ae2b746c0a2..35be81e7c3aac 100644 --- a/sys/mips/nlm/xlp_pci.c +++ b/sys/mips/nlm/xlp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/mips/rmi/board.c b/sys/mips/rmi/board.c index 7572a699713cb..b035ba2717150 100644 --- a/sys/mips/rmi/board.c +++ b/sys/mips/rmi/board.c @@ -1,4 +1,6 @@ /********************************************************************* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * * Copyright 2003-2006 Raza Microelectronics, Inc. (RMI). All rights * reserved. diff --git a/sys/mips/rmi/board.h b/sys/mips/rmi/board.h index 7d664fe8e5426..2544e5b81af70 100644 --- a/sys/mips/rmi/board.h +++ b/sys/mips/rmi/board.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/bus_space_rmi.c b/sys/mips/rmi/bus_space_rmi.c index b2daeb4ddcf9d..ccaae6284a3b3 100644 --- a/sys/mips/rmi/bus_space_rmi.c +++ b/sys/mips/rmi/bus_space_rmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/bus_space_rmi_pci.c b/sys/mips/rmi/bus_space_rmi_pci.c index ebd70c1d10b4a..ae485c35c7cf4 100644 --- a/sys/mips/rmi/bus_space_rmi_pci.c +++ b/sys/mips/rmi/bus_space_rmi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/iic/at24co2n.c b/sys/mips/rmi/dev/iic/at24co2n.c index 48f1880d8fa91..a313fc311bb17 100644 --- a/sys/mips/rmi/dev/iic/at24co2n.c +++ b/sys/mips/rmi/dev/iic/at24co2n.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/iic/max6657.c b/sys/mips/rmi/dev/iic/max6657.c index 8d7006f66c037..0d69dc4543260 100644 --- a/sys/mips/rmi/dev/iic/max6657.c +++ b/sys/mips/rmi/dev/iic/max6657.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/nlge/if_nlge.c b/sys/mips/rmi/dev/nlge/if_nlge.c index ff4810c9a4347..011572ee54468 100644 --- a/sys/mips/rmi/dev/nlge/if_nlge.c +++ b/sys/mips/rmi/dev/nlge/if_nlge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/nlge/if_nlge.h b/sys/mips/rmi/dev/nlge/if_nlge.h index 680b8d9f3d65f..a713f960c4274 100644 --- a/sys/mips/rmi/dev/nlge/if_nlge.h +++ b/sys/mips/rmi/dev/nlge/if_nlge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/sec/desc.h b/sys/mips/rmi/dev/sec/desc.h index 1238d001060fa..fe17b8e239bac 100644 --- a/sys/mips/rmi/dev/sec/desc.h +++ b/sys/mips/rmi/dev/sec/desc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/sec/rmilib.c b/sys/mips/rmi/dev/sec/rmilib.c index f90123d6e3d17..9451c1808f6b8 100644 --- a/sys/mips/rmi/dev/sec/rmilib.c +++ b/sys/mips/rmi/dev/sec/rmilib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/sec/rmilib.h b/sys/mips/rmi/dev/sec/rmilib.h index 00106f9b94451..691b455a199d9 100644 --- a/sys/mips/rmi/dev/sec/rmilib.h +++ b/sys/mips/rmi/dev/sec/rmilib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/sec/rmisec.c b/sys/mips/rmi/dev/sec/rmisec.c index 31098bc65f52d..bc417440869f2 100644 --- a/sys/mips/rmi/dev/sec/rmisec.c +++ b/sys/mips/rmi/dev/sec/rmisec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/xlr/atx_cpld.h b/sys/mips/rmi/dev/xlr/atx_cpld.h index 157e43ed1d7bb..f6efcd6d72ac2 100644 --- a/sys/mips/rmi/dev/xlr/atx_cpld.h +++ b/sys/mips/rmi/dev/xlr/atx_cpld.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * @@ -26,6 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ * RMI_BSD */ #ifndef _RMI_ATX_CPLD_H_ #define _RMI_ATX_CPLD_H_ diff --git a/sys/mips/rmi/dev/xlr/debug.h b/sys/mips/rmi/dev/xlr/debug.h index 53f1cb21dc057..9e0dd6bb6f7de 100644 --- a/sys/mips/rmi/dev/xlr/debug.h +++ b/sys/mips/rmi/dev/xlr/debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/dev/xlr/xgmac_mdio.h b/sys/mips/rmi/dev/xlr/xgmac_mdio.h index 5d0a3d0cd5365..0c5928e77c423 100644 --- a/sys/mips/rmi/dev/xlr/xgmac_mdio.h +++ b/sys/mips/rmi/dev/xlr/xgmac_mdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * @@ -26,6 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ * RMI_BSD */ /* MDIO Low level Access routines */ /* All Phy's accessed from GMAC0 base */ diff --git a/sys/mips/rmi/fmn.c b/sys/mips/rmi/fmn.c index b9c596592f4cf..0f44ab5e2045d 100644 --- a/sys/mips/rmi/fmn.c +++ b/sys/mips/rmi/fmn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/interrupt.h b/sys/mips/rmi/interrupt.h index 76bbe5afa2e81..ccb66f01925d7 100644 --- a/sys/mips/rmi/interrupt.h +++ b/sys/mips/rmi/interrupt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/intr_machdep.c b/sys/mips/rmi/intr_machdep.c index c606548c19eb2..435bc35b8d128 100644 --- a/sys/mips/rmi/intr_machdep.c +++ b/sys/mips/rmi/intr_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2009 RMI Corporation * Copyright (c) 2002-2004 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. diff --git a/sys/mips/rmi/iodi.c b/sys/mips/rmi/iodi.c index d1f74e198fba2..363424034af8f 100644 --- a/sys/mips/rmi/iodi.c +++ b/sys/mips/rmi/iodi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/iomap.h b/sys/mips/rmi/iomap.h index 72756d25483b4..0395a7702ebc1 100644 --- a/sys/mips/rmi/iomap.h +++ b/sys/mips/rmi/iomap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/msgring.c b/sys/mips/rmi/msgring.c index 77d964c71b472..995532a118455 100644 --- a/sys/mips/rmi/msgring.c +++ b/sys/mips/rmi/msgring.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * @@ -26,6 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ * RMI_BSD */ /********************************************************** * -----------------DO NOT EDIT THIS FILE------------------ diff --git a/sys/mips/rmi/msgring.cfg b/sys/mips/rmi/msgring.cfg index cf9ea54bfe308..18fa2b5562ec5 100644 --- a/sys/mips/rmi/msgring.cfg +++ b/sys/mips/rmi/msgring.cfg @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * @@ -26,6 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ * RMI_BSD */ /* * This file defines the message ring configuration for phoenix-8. It tries to allow diff --git a/sys/mips/rmi/msgring.h b/sys/mips/rmi/msgring.h index 6110f5f5b25b1..5cc9072d9e77f 100644 --- a/sys/mips/rmi/msgring.h +++ b/sys/mips/rmi/msgring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/pcibus.h b/sys/mips/rmi/pcibus.h index 7d1e9234c3acf..b80b795d187af 100644 --- a/sys/mips/rmi/pcibus.h +++ b/sys/mips/rmi/pcibus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/mips/rmi/pic.h b/sys/mips/rmi/pic.h index d7e3add41bc75..42013c0fb1e91 100644 --- a/sys/mips/rmi/pic.h +++ b/sys/mips/rmi/pic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/rmi_boot_info.h b/sys/mips/rmi/rmi_boot_info.h index 38c81bd395da4..a4fa28b948d6e 100644 --- a/sys/mips/rmi/rmi_boot_info.h +++ b/sys/mips/rmi/rmi_boot_info.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/rmi_mips_exts.h b/sys/mips/rmi/rmi_mips_exts.h index fb2f886767bb1..d1da62dedc66d 100644 --- a/sys/mips/rmi/rmi_mips_exts.h +++ b/sys/mips/rmi/rmi_mips_exts.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/tick.c b/sys/mips/rmi/tick.c index 3b22795b9948b..f557ce731eeaf 100644 --- a/sys/mips/rmi/tick.c +++ b/sys/mips/rmi/tick.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Bruce M. Simpson. * Copyright (c) 2003-2004 Juli Mallett. * All rights reserved. diff --git a/sys/mips/rmi/uart_bus_xlr_iodi.c b/sys/mips/rmi/uart_bus_xlr_iodi.c index 8b87262f74262..d49f3e3edc4b1 100644 --- a/sys/mips/rmi/uart_bus_xlr_iodi.c +++ b/sys/mips/rmi/uart_bus_xlr_iodi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Raza Microelectronics * All rights reserved. * diff --git a/sys/mips/rmi/uart_cpu_mips_xlr.c b/sys/mips/rmi/uart_cpu_mips_xlr.c index 816dec2a26088..407023e4ae9e0 100644 --- a/sys/mips/rmi/uart_cpu_mips_xlr.c +++ b/sys/mips/rmi/uart_cpu_mips_xlr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/rmi/xlr_i2c.c b/sys/mips/rmi/xlr_i2c.c index 337d606e3a4d2..69bd58ed67e12 100644 --- a/sys/mips/rmi/xlr_i2c.c +++ b/sys/mips/rmi/xlr_i2c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/xlr_machdep.c b/sys/mips/rmi/xlr_machdep.c index ad3d07355fd0b..212a938e8204a 100644 --- a/sys/mips/rmi/xlr_machdep.c +++ b/sys/mips/rmi/xlr_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2009 RMI Corporation * Copyright (c) 2002-2004 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. diff --git a/sys/mips/rmi/xlr_pci.c b/sys/mips/rmi/xlr_pci.c index 3d985039d5595..5832e27cc93c0 100644 --- a/sys/mips/rmi/xlr_pci.c +++ b/sys/mips/rmi/xlr_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/xlr_pcmcia.c b/sys/mips/rmi/xlr_pcmcia.c index 86322669c8b1c..1c510013b00b5 100644 --- a/sys/mips/rmi/xlr_pcmcia.c +++ b/sys/mips/rmi/xlr_pcmcia.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2009 RMI Corporation * All rights reserved. * diff --git a/sys/mips/rmi/xls_ehci.c b/sys/mips/rmi/xls_ehci.c index 00183f7a14dc8..d0cff83fc1e1d 100644 --- a/sys/mips/rmi/xls_ehci.c +++ b/sys/mips/rmi/xls_ehci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/mips/rt305x/obio.c b/sys/mips/rt305x/obio.c index 79d7504eb5eba..1004a01e963b9 100644 --- a/sys/mips/rt305x/obio.c +++ b/sys/mips/rt305x/obio.c @@ -1,6 +1,8 @@ /* $NetBSD: obio.c,v 1.11 2003/07/15 00:25:05 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/rt305x/obiovar.h b/sys/mips/rt305x/obiovar.h index e1742e8897c1c..002194af09b64 100644 --- a/sys/mips/rt305x/obiovar.h +++ b/sys/mips/rt305x/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_dotg.c b/sys/mips/rt305x/rt305x_dotg.c index b39046f89fc81..73c9a2de75533 100644 --- a/sys/mips/rt305x/rt305x_dotg.c +++ b/sys/mips/rt305x/rt305x_dotg.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Stanislav Galabov. All rights reserved. * Copyright (c) 2010,2011 Aleksandr Rybalko. All rights reserved. * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/mips/rt305x/rt305x_gpio.c b/sys/mips/rt305x/rt305x_gpio.c index 56b734aa11f32..326dfcc39d3df 100644 --- a/sys/mips/rt305x/rt305x_gpio.c +++ b/sys/mips/rt305x/rt305x_gpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011, Aleksandr Rybalko <ray@ddteam.net> * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * Copyright (c) 2009, Luiz Otavio O Souza. diff --git a/sys/mips/rt305x/rt305x_gpio.h b/sys/mips/rt305x/rt305x_gpio.h index 8ce3ab5118dd8..45d50726f3ab8 100644 --- a/sys/mips/rt305x/rt305x_gpio.h +++ b/sys/mips/rt305x/rt305x_gpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_gpiovar.h b/sys/mips/rt305x/rt305x_gpiovar.h index d486838e8d223..0eab1a7e0f32e 100644 --- a/sys/mips/rt305x/rt305x_gpiovar.h +++ b/sys/mips/rt305x/rt305x_gpiovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_ic.c b/sys/mips/rt305x/rt305x_ic.c index 8bddd4190084f..28f61c9b96cea 100644 --- a/sys/mips/rt305x/rt305x_ic.c +++ b/sys/mips/rt305x/rt305x_ic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_icvar.h b/sys/mips/rt305x/rt305x_icvar.h index 4d969c8c708be..4dcc88f8905be 100644 --- a/sys/mips/rt305x/rt305x_icvar.h +++ b/sys/mips/rt305x/rt305x_icvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_machdep.c b/sys/mips/rt305x/rt305x_machdep.c index edeb40cafdc4b..f1b0b2c615a1e 100644 --- a/sys/mips/rt305x/rt305x_machdep.c +++ b/sys/mips/rt305x/rt305x_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010-2011 by Aleksandr Rybalko. All rights reserved. * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_sysctl.c b/sys/mips/rt305x/rt305x_sysctl.c index 077ccadb26f5d..6a86374d60174 100644 --- a/sys/mips/rt305x/rt305x_sysctl.c +++ b/sys/mips/rt305x/rt305x_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305x_sysctlvar.h b/sys/mips/rt305x/rt305x_sysctlvar.h index 91a5282a01fdf..71553df4e945f 100644 --- a/sys/mips/rt305x/rt305x_sysctlvar.h +++ b/sys/mips/rt305x/rt305x_sysctlvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/rt305xreg.h b/sys/mips/rt305x/rt305xreg.h index 458e1c97d3f6d..2629236dce371 100644 --- a/sys/mips/rt305x/rt305xreg.h +++ b/sys/mips/rt305x/rt305xreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Stanislav Galabov. * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. diff --git a/sys/mips/rt305x/rt_swreg.h b/sys/mips/rt305x/rt_swreg.h index ab382b9045475..9690953403d38 100644 --- a/sys/mips/rt305x/rt_swreg.h +++ b/sys/mips/rt305x/rt_swreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/rt305x/uart_bus_rt305x.c b/sys/mips/rt305x/uart_bus_rt305x.c index 8b1008029a1b3..fdd4cab794563 100644 --- a/sys/mips/rt305x/uart_bus_rt305x.c +++ b/sys/mips/rt305x/uart_bus_rt305x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/mips/rt305x/uart_cpu_rt305x.c b/sys/mips/rt305x/uart_cpu_rt305x.c index 345db46043851..0a6c4e4af15b8 100644 --- a/sys/mips/rt305x/uart_cpu_rt305x.c +++ b/sys/mips/rt305x/uart_cpu_rt305x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * diff --git a/sys/mips/rt305x/uart_dev_rt305x.c b/sys/mips/rt305x/uart_dev_rt305x.c index 5d23b1eeaef07..e52c4e47e461d 100644 --- a/sys/mips/rt305x/uart_dev_rt305x.c +++ b/sys/mips/rt305x/uart_dev_rt305x.c @@ -1,6 +1,8 @@ /* $NetBSD: uart.c,v 1.2 2007/03/23 20:05:47 dogcow Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko. * Copyright (c) 2007 Oleksandr Tymoshenko. diff --git a/sys/mips/rt305x/uart_dev_rt305x.h b/sys/mips/rt305x/uart_dev_rt305x.h index c24b339d9fde6..203a8d1d1dd9f 100644 --- a/sys/mips/rt305x/uart_dev_rt305x.h +++ b/sys/mips/rt305x/uart_dev_rt305x.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/mips/sibyte/ata_zbbus.c b/sys/mips/sibyte/ata_zbbus.c index 7f4706300f6d6..84d0d51d114d1 100644 --- a/sys/mips/sibyte/ata_zbbus.c +++ b/sys/mips/sibyte/ata_zbbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/mips/sibyte/sb_bus_space.h b/sys/mips/sibyte/sb_bus_space.h index f3364f07a29a0..3e9dbee673c38 100644 --- a/sys/mips/sibyte/sb_bus_space.h +++ b/sys/mips/sibyte/sb_bus_space.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Neelkanth Natu * All rights reserved. * diff --git a/sys/mips/sibyte/sb_machdep.c b/sys/mips/sibyte/sb_machdep.c index 5e7c2fded8721..11a23a109d7e1 100644 --- a/sys/mips/sibyte/sb_machdep.c +++ b/sys/mips/sibyte/sb_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/mips/sibyte/sb_scd.c b/sys/mips/sibyte/sb_scd.c index 50b99876acaa1..366d728b4b011 100644 --- a/sys/mips/sibyte/sb_scd.c +++ b/sys/mips/sibyte/sb_scd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/mips/sibyte/sb_scd.h b/sys/mips/sibyte/sb_scd.h index f8bb6e48ff845..91e082f86c07d 100644 --- a/sys/mips/sibyte/sb_scd.h +++ b/sys/mips/sibyte/sb_scd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/mips/sibyte/sb_zbbus.c b/sys/mips/sibyte/sb_zbbus.c index f87b6b8bceeff..aec8839cadc34 100644 --- a/sys/mips/sibyte/sb_zbbus.c +++ b/sys/mips/sibyte/sb_zbbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/mips/sibyte/sb_zbpci.c b/sys/mips/sibyte/sb_zbpci.c index 952fea80d3553..26ca29bf0d3b6 100644 --- a/sys/mips/sibyte/sb_zbpci.c +++ b/sys/mips/sibyte/sb_zbpci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 8675e009194ef..cd839687cb5f7 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/bpf.h b/sys/net/bpf.h index 679f896d95380..0089195df934c 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/bpf_buffer.c b/sys/net/bpf_buffer.c index 64bb982aab227..9af188aba1037 100644 --- a/sys/net/bpf_buffer.c +++ b/sys/net/bpf_buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Seccuris Inc. * All rights reserved. * diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index ab3198ab3ea07..f0565a89167be 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/bpf_jitter.c b/sys/net/bpf_jitter.c index d024047582bd2..0ab17c67232d3 100644 --- a/sys/net/bpf_jitter.c +++ b/sys/net/bpf_jitter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/net/bpf_jitter.h b/sys/net/bpf_jitter.h index 90a1ff5fbb076..a0b6acce76364 100644 --- a/sys/net/bpf_jitter.h +++ b/sys/net/bpf_jitter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index 496f0b36b6d4e..eae696a91fcda 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/fddi.h b/sys/net/fddi.h index 71e3b6fbd4388..0badcc3c38b9b 100644 --- a/sys/net/fddi.h +++ b/sys/net/fddi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1995 Matt Thomas (thomas@lkg.dec.com) diff --git a/sys/net/if.c b/sys/net/if.c index a47baa03e2b19..87499d3e9f73a 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if.h b/sys/net/if.h index cf615815b682e..b352bee2f7d65 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h index 23139aa6f6692..082bbb491f32c 100644 --- a/sys/net/if_arc.h +++ b/sys/net/if_arc.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_arcsubr.c b/sys/net/if_arcsubr.c index 3bf372baba6c9..9fbb2fb33c3d2 100644 --- a/sys/net/if_arcsubr.c +++ b/sys/net/if_arcsubr.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, 1995 Ignatios Souvatzis * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index 7d141f3771631..35f44f0c22858 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_clone.c b/sys/net/if_clone.c index 58b1afe9eff7c..0e47ed814fa75 100644 --- a/sys/net/if_clone.c +++ b/sys/net/if_clone.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2012 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h index 3a60b0a10d3b7..5f64ad9ee622d 100644 --- a/sys/net/if_clone.h +++ b/sys/net/if_clone.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_disc.c b/sys/net/if_disc.c index 3f7472cf9822f..1652bbc3f399e 100644 --- a/sys/net/if_disc.c +++ b/sys/net/if_disc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h index f53bc5e447dc0..abaacae2cd710 100644 --- a/sys/net/if_dl.h +++ b/sys/net/if_dl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_edsc.c b/sys/net/if_edsc.c index 26c21094d57cb..b1e46ead2f853 100644 --- a/sys/net/if_edsc.c +++ b/sys/net/if_edsc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 193136c3efaed..89411da455986 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c index 3c13483987cc1..918b3623bb3fc 100644 --- a/sys/net/if_fddisubr.c +++ b/sys/net/if_fddisubr.c @@ -1,3 +1,5 @@ + * SPDX-License-Identifier: BSD-4-Clause + * /*- * Copyright (c) 1995, 1996 * Matt Thomas <matt@3am-software.com>. All rights reserved. diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c index 57f42567128fd..9c743a23d9767 100644 --- a/sys/net/if_fwsubr.c +++ b/sys/net/if_fwsubr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Doug Rabson * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index cfa4650ac2b8e..cbf19cbea9ae2 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/net/if_gif.h b/sys/net/if_gif.h index b71c8e886874a..18e33701f8aee 100644 --- a/sys/net/if_gif.h +++ b/sys/net/if_gif.h @@ -2,6 +2,8 @@ /* $KAME: if_gif.h,v 1.17 2000/09/11 11:36:41 sumikawa Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index 0d96372ed5be8..81ba0023f1c0f 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -1,6 +1,8 @@ /* $NetBSD: if_llc.h,v 1.12 1999/11/19 20:41:19 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 4d7de10b3ca60..f90cb1e0f983d 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c index 5209bc838f257..d77a587623105 100644 --- a/sys/net/if_stf.c +++ b/sys/net/if_stf.c @@ -2,6 +2,8 @@ /* $KAME: if_stf.c,v 1.73 2001/12/03 11:08:30 keiichi Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2000 WIDE Project. * All rights reserved. * diff --git a/sys/net/if_types.h b/sys/net/if_types.h index 92e101ac6af4e..4bfd7358a7d3b 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 765fc9961b3c0..604663ae24b7d 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/ifq.h b/sys/net/ifq.h index 98a84aafe6c7f..be699f3960d54 100644 --- a/sys/net/ifq.h +++ b/sys/net/ifq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index c2cf568f6f986..7bbdd577a5f58 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -2,6 +2,8 @@ /* $KAME: pfkeyv2.h,v 1.37 2003/09/06 05:15:43 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/net/radix.c b/sys/net/radix.c index 62c2c3b6765ab..fcacf3a24a93f 100644 --- a/sys/net/radix.c +++ b/sys/net/radix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/radix.h b/sys/net/radix.h index 69aad831bd914..0f76c1a492e2f 100644 --- a/sys/net/radix.h +++ b/sys/net/radix.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/radix_mpath.c b/sys/net/radix_mpath.c index d3ce92c9ee1d2..e5dc299289819 100644 --- a/sys/net/radix_mpath.c +++ b/sys/net/radix_mpath.c @@ -1,6 +1,8 @@ /* $KAME: radix_mpath.c,v 1.17 2004/11/08 10:29:39 itojun Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001 WIDE Project. * All rights reserved. * diff --git a/sys/net/radix_mpath.h b/sys/net/radix_mpath.h index 2b0d442e5da1d..bb6a9087a737c 100644 --- a/sys/net/radix_mpath.h +++ b/sys/net/radix_mpath.h @@ -1,6 +1,8 @@ /* $KAME: radix_mpath.h,v 1.10 2004/11/06 15:44:28 itojun Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001 WIDE Project. * All rights reserved. * diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c index 477a65db26e7e..32bf59a05fc88 100644 --- a/sys/net/raw_cb.c +++ b/sys/net/raw_cb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h index 1b347e02a8dd2..aa6b0304fc898 100644 --- a/sys/net/raw_cb.h +++ b/sys/net/raw_cb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c index 9e22528b7e98a..248d20e93ad67 100644 --- a/sys/net/raw_usrreq.c +++ b/sys/net/raw_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/net/route.c b/sys/net/route.c index 3652eb43dce67..74b86197761ce 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/route.h b/sys/net/route.h index d76ed7006d8ea..3b8202d14054d 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 88ad42178f345..13f4e9844ee2a 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/slcompress.c b/sys/net/slcompress.c index d58cd3d0d5446..7d1bbb877e6b5 100644 --- a/sys/net/slcompress.c +++ b/sys/net/slcompress.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 794d8b83818b8..65d508e5c6d75 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -2,6 +2,8 @@ * Definitions for tcp compression routines. */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index 6d171f4585a24..abf2a3a0d425a 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -2,6 +2,8 @@ /* $KAME: icmp6.h,v 1.46 2001/04/27 15:09:48 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index d3e72bc2823e8..00aa136e86432 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 0ce68120e121a..3312676105fe9 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 27e51f78b69c3..1a097d526f557 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 4fa303fbb89e0..c55948b0e54fb 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Bruce Simpson. * Copyright (c) 1988 Stephen Deering. * Copyright (c) 1992, 1993 diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 8f574290b8eb3..f62fa828dfe2a 100644 --- a/sys/netinet/igmp.h +++ b/sys/netinet/igmp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 Stephen Deering. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h index 5242d07d1cb69..2d71f8bcd0197 100644 --- a/sys/netinet/igmp_var.h +++ b/sys/netinet/igmp_var.h @@ -1,4 +1,6 @@ -/*-a +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 Stephen Deering. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/netinet/in.c b/sys/netinet/in.c index f42375bca1ba6..8930ff6d5dc69 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (C) 2001 WIDE Project. All rights reserved. diff --git a/sys/netinet/in.h b/sys/netinet/in.h index d254ee0dd6dd7..5c1d8c9324a65 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 2ae35735330b5..8dc18b3b6cd0d 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index 0d9945ce5ca97..c30709c878ea3 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 9526960e2b9fe..ce9c192dbbe92 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993, 1995 * The Regents of the University of California. * Copyright (c) 2007-2009 Robert N. M. Watson diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 4e3fbe5595bf3..392aa95aa1f9e 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. * Copyright (c) 2010-2011 Juniper Networks, Inc. diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 363716ff21754..31b8b593abf2e 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/in_systm.h b/sys/netinet/in_systm.h index acd2e62a2e5cc..46c5e29fe8ccd 100644 --- a/sys/netinet/in_systm.h +++ b/sys/netinet/in_systm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 08055c4fad1d3..2a83c6b3c2ae8 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 98bd1e9994045..55d83e372c9c5 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index ff870579bbc73..9a8a8fe410ddd 100644 --- a/sys/netinet/ip6.h +++ b/sys/netinet/ip6.h @@ -2,6 +2,8 @@ /* $KAME: ip6.h,v 1.18 2001/03/29 05:34:30 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index fcb7c3e5fcca4..a5c7d56e083db 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 9fce01d7cd686..2b8c8241619ca 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -1,6 +1,8 @@ /* $KAME: ip_ecn.c,v 1.12 2002/01/07 11:34:47 kjc Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/ip_ecn.h b/sys/netinet/ip_ecn.h index c5c1c4ebf57f9..eb49b5f142154 100644 --- a/sys/netinet/ip_ecn.h +++ b/sys/netinet/ip_ecn.h @@ -2,6 +2,8 @@ /* $KAME: ip_ecn.h,v 1.8 2002/01/07 11:34:47 kjc Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c index f186fe2f7a568..7f125522825c6 100644 --- a/sys/netinet/ip_encap.c +++ b/sys/netinet/ip_encap.c @@ -1,6 +1,8 @@ /* $KAME: ip_encap.c,v 1.41 2001/03/15 08:35:08 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/ip_encap.h b/sys/netinet/ip_encap.h index 0b8dbd6fcbc9b..bbbee390d41c8 100644 --- a/sys/netinet/ip_encap.h +++ b/sys/netinet/ip_encap.h @@ -2,6 +2,8 @@ /* $KAME: ip_encap.h,v 1.7 2000/03/25 07:23:37 sumikawa Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 8fbd86f109a4e..d42b9ce70c08b 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index 64db006487f6d..5c073c4fad0bd 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 8c37a5e3186bb..421674196c254 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 1051016a84e8b..e646c1257fa10 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Stephen Deering * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index 65f7d83ca3e85..03276b6d84489 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Stephen Deering. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/netinet/ip_options.c b/sys/netinet/ip_options.c index 399c88bdbb52a..f0c2d4bfd7086 100644 --- a/sys/netinet/ip_options.c +++ b/sys/netinet/ip_options.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. * Copyright (c) 2005 Andre Oppermann, Internet Business Solutions AG. diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h index 4a6ea420e20e3..969e3d59ac60d 100644 --- a/sys/netinet/ip_options.h +++ b/sys/netinet/ip_options.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. * Copyright (c) 2005 Andre Oppermann, Internet Business Solutions AG. diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index da56300b1e317..97b9dc308549d 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 847704fd1d7f3..b927307471544 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/pim.h b/sys/netinet/pim.h index 7878f7972fb6e..ec140cb3d6758 100644 --- a/sys/netinet/pim.h +++ b/sys/netinet/pim.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-2000 * University of Southern California/Information Sciences Institute. * All rights reserved. diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h index ae876c948fc70..e6398a4dfa953 100644 --- a/sys/netinet/pim_var.h +++ b/sys/netinet/pim_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998-2000 * University of Southern California/Information Sciences Institute. * All rights reserved. diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index b79bbd03777c4..f2e08c9a745f0 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index ec42cffaf6610..d4b1384c89398 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c index 32efe29edef4c..2d63c3c235330 100644 --- a/sys/netinet/sctp_asconf.c +++ b/sys/netinet/sctp_asconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_asconf.h b/sys/netinet/sctp_asconf.h index c8d670e59bc50..578f2e9315b3e 100644 --- a/sys/netinet/sctp_asconf.h +++ b/sys/netinet/sctp_asconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_auth.c b/sys/netinet/sctp_auth.c index 959675d6f9149..ca4d724f7f2a9 100644 --- a/sys/netinet/sctp_auth.c +++ b/sys/netinet/sctp_auth.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h index 04fd6464dc492..66990c309338b 100644 --- a/sys/netinet/sctp_auth.h +++ b/sys/netinet/sctp_auth.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c index 448d79181a43c..f8b9822e6f481 100644 --- a/sys/netinet/sctp_bsd_addr.c +++ b/sys/netinet/sctp_bsd_addr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_bsd_addr.h b/sys/netinet/sctp_bsd_addr.h index 8c0383a5d8a12..f2191a9bcacb1 100644 --- a/sys/netinet/sctp_bsd_addr.h +++ b/sys/netinet/sctp_bsd_addr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_cc_functions.c b/sys/netinet/sctp_cc_functions.c index 954a79977f350..fe881e0376680 100644 --- a/sys/netinet/sctp_cc_functions.c +++ b/sys/netinet/sctp_cc_functions.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index dca34cc59ffa2..ac9279396d840 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_crc32.c b/sys/netinet/sctp_crc32.c index 93d26ea3585d9..d30bc50197f0c 100644 --- a/sys/netinet/sctp_crc32.c +++ b/sys/netinet/sctp_crc32.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_crc32.h b/sys/netinet/sctp_crc32.h index 7fe02f5cbff9f..adc38afc36783 100644 --- a/sys/netinet/sctp_crc32.h +++ b/sys/netinet/sctp_crc32.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_dtrace_declare.h b/sys/netinet/sctp_dtrace_declare.h index c5c8f9ce1618d..e4dc97fce7aaf 100644 --- a/sys/netinet/sctp_dtrace_declare.h +++ b/sys/netinet/sctp_dtrace_declare.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. * diff --git a/sys/netinet/sctp_dtrace_define.h b/sys/netinet/sctp_dtrace_define.h index 19f44da482e27..53451d201a872 100644 --- a/sys/netinet/sctp_dtrace_define.h +++ b/sys/netinet/sctp_dtrace_define.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. * diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index b650d930a842c..685ed78ac63d1 100644 --- a/sys/netinet/sctp_header.h +++ b/sys/netinet/sctp_header.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index 1e6ebd9348281..c384b24a3253d 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_indata.h b/sys/netinet/sctp_indata.h index badd269d6ebe7..10b18d0bc8ed8 100644 --- a/sys/netinet/sctp_indata.h +++ b/sys/netinet/sctp_indata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index 360013c889b2a..8f5ffbf1a5bc7 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index 25df0f3ba13e8..ff0916e747b6b 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_lock_bsd.h b/sys/netinet/sctp_lock_bsd.h index 96e35214594a4..a92d5f2bd39c5 100644 --- a/sys/netinet/sctp_lock_bsd.h +++ b/sys/netinet/sctp_lock_bsd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h index dc6049b6487a8..57ab6d79f6c03 100644 --- a/sys/netinet/sctp_os.h +++ b/sys/netinet/sctp_os.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index b439b593af30c..55c0220998c69 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index e04486ce8c0e6..3e8dcca118256 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index cd90b7d7e074a..a2e975879d6db 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c index 562401f817d2c..b1fd247e75013 100644 --- a/sys/netinet/sctp_pcb.c +++ b/sys/netinet/sctp_pcb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 86fae1f4adac8..7d714c327d80c 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c index b7024765a7c3c..1bcca671d69b5 100644 --- a/sys/netinet/sctp_peeloff.c +++ b/sys/netinet/sctp_peeloff.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_peeloff.h b/sys/netinet/sctp_peeloff.h index 00b870312365b..478b1995f7edd 100644 --- a/sys/netinet/sctp_peeloff.h +++ b/sys/netinet/sctp_peeloff.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index f7371748f554d..2bc1b91072164 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_sysctl.c b/sys/netinet/sctp_sysctl.c index 149419971b8e2..561904f6f7783 100644 --- a/sys/netinet/sctp_sysctl.c +++ b/sys/netinet/sctp_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index 959bd1e45a99a..8187ae9edc952 100644 --- a/sys/netinet/sctp_sysctl.h +++ b/sys/netinet/sctp_sysctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index 4c87ee683f844..364caa6f9ee15 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_timer.h b/sys/netinet/sctp_timer.h index 6d409cdc8486a..d58fbaa94f1d1 100644 --- a/sys/netinet/sctp_timer.h +++ b/sys/netinet/sctp_timer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index d6055163abba4..f54c94882c7d4 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_usrreq.c b/sys/netinet/sctp_usrreq.c index 75d817559bc1f..fe1201138f3b9 100644 --- a/sys/netinet/sctp_usrreq.c +++ b/sys/netinet/sctp_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctp_var.h b/sys/netinet/sctp_var.h index 9e149e6813863..84cbfc8843069 100644 --- a/sys/netinet/sctp_var.h +++ b/sys/netinet/sctp_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c index 1dd3c3e2f0c80..36337575ba044 100644 --- a/sys/netinet/sctputil.c +++ b/sys/netinet/sctputil.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index 50118b7a5ed0c..0de11d6307ab6 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 470381040705c..2ca8e9274237c 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index d8dda289f1fe4..fd86ecae2a9da 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index c4d38da9eff01..d66b9c3087f2a 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index 5423e1f192677..027ff0e48e0d0 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 5f7fcc887ad44..bfe4483a3ab42 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * Copyright (c) 2007-2008,2010 diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 5e86c0b982e81..2dd9ef9533261 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index a22fb3081d6d5..d6b64d18ca88a 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index d96e19ea1e1a4..f8de8d9021141 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 * The Regents of the University of California. * All rights reserved. @@ -11,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h index 51d971f22bee4..8e63b05de2b6f 100644 --- a/sys/netinet/tcp_seq.h +++ b/sys/netinet/tcp_seq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index ebad3007de354..6a5548cacf04d 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_syncache.h b/sys/netinet/tcp_syncache.h index fe17da6ddb4ad..315d649e5ed2d 100644 --- a/sys/netinet/tcp_syncache.h +++ b/sys/netinet/tcp_syncache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 099c952a54395..9a281dfd3ba63 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index 185368de6fce0..451c8e674fe04 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 124ba1562d10f..3ae9546a0ea9f 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index c1e4820acf109..1d036a36dba35 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. * Copyright (c) 2006-2007 Robert N. M. Watson diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 09bbe40cf701f..5608e522ce141 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 3a89d5d5bd306..566dceb1f138c 100644 --- a/sys/netinet/tcpip.h +++ b/sys/netinet/tcpip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index d84757204b3a5..ce989f7e82373 100644 --- a/sys/netinet/udp.h +++ b/sys/netinet/udp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index c771201ae7704..bd9a9c81d2167 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. * Copyright (c) 2008 Robert N. M. Watson diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index 9564da291a3dd..d60b44d47d1b6 100644 --- a/sys/netinet/udp_var.h +++ b/sys/netinet/udp_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/netinet6/dest6.c b/sys/netinet6/dest6.c index 2b95fd9d0118c..c5e75413a5f64 100644 --- a/sys/netinet6/dest6.c +++ b/sys/netinet6/dest6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index 980d2541b96f0..0d243f923a96c 100644 --- a/sys/netinet6/frag6.c +++ b/sys/netinet6/frag6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 53a228c29ba3d..35ee6f5cad821 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index a04a39695eaad..2f6a50e1c58d3 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 140cd307fcec1..fc6bee2e649e4 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c index ce1961a600827..c0b3a798120ef 100644 --- a/sys/netinet6/in6_cksum.c +++ b/sys/netinet6/in6_cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index e6901ba27b321..e67d64eaf1317 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index c20588bfad1ed..9f6c8a8bbb63e 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_ifattach.h b/sys/netinet6/in6_ifattach.h index a34530dbef2b3..1e038fa8319c8 100644 --- a/sys/netinet6/in6_ifattach.h +++ b/sys/netinet6/in6_ifattach.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index ff8813b143475..d944651cf8bc1 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (c) 2010-2011 Juniper Networks, Inc. * All rights reserved. diff --git a/sys/netinet6/in6_pcb.h b/sys/netinet6/in6_pcb.h index e758dacea3b8c..52cf2d7abc644 100644 --- a/sys/netinet6/in6_pcb.h +++ b/sys/netinet6/in6_pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index 44ea1af01c2f8..f0ee4cea7a2cb 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c index 102ad506de782..728e53ef46456 100644 --- a/sys/netinet6/in6_rmx.c +++ b/sys/netinet6/in6_rmx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index 59d0cb947e43b..1c7b1110275d9 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index d7c1038417eda..5680697f78f34 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_ecn.h b/sys/netinet6/ip6_ecn.h index 27d3f34dbd177..dade657320715 100644 --- a/sys/netinet6/ip6_ecn.h +++ b/sys/netinet6/ip6_ecn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index bf1f66e4248ea..15cc656cf0989 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_id.c b/sys/netinet6/ip6_id.c index 4c85278d3e0c2..e4d0337b2768b 100644 --- a/sys/netinet6/ip6_id.c +++ b/sys/netinet6/ip6_id.c @@ -30,6 +30,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright 1998 Niels Provos <provos@citi.umich.edu> * All rights reserved. * diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 0b2812c6fec2b..c33309c5af4e1 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index 206cebf1f9d08..9c17f48be1503 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h index 51e1d496af6ca..40a857707dee1 100644 --- a/sys/netinet6/ip6_mroute.h +++ b/sys/netinet6/ip6_mroute.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 551f1747b75d2..3fc93135e1ff5 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h index 5d229ab427dda..15ebb1caa4552 100644 --- a/sys/netinet6/ip6_var.h +++ b/sys/netinet6/ip6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index 9e80a698f46ab..e7bd2dd57a84b 100644 --- a/sys/netinet6/ip6protosw.h +++ b/sys/netinet6/ip6protosw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index c7ad5a2e33b3b..8140ae9729dd0 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009 Bruce Simpson. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index aba2d57cab9d8..40b1a31606017 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index 243e9548041a8..30990637cc214 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index 31199a2259132..c90a8b879f25f 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index e8044f7cd9782..8f6c4209256f7 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/pim6.h b/sys/netinet6/pim6.h index dec84cf2e6255..45346e89f4f25 100644 --- a/sys/netinet6/pim6.h +++ b/sys/netinet6/pim6.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/pim6_var.h b/sys/netinet6/pim6_var.h index 7f9262bbc75df..7afe89b9f8440 100644 --- a/sys/netinet6/pim6_var.h +++ b/sys/netinet6/pim6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index a015fe67052ba..1c0a602784d74 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/raw_ip6.h b/sys/netinet6/raw_ip6.h index 5eec5fffd8211..e2dcac36da6cf 100644 --- a/sys/netinet6/raw_ip6.h +++ b/sys/netinet6/raw_ip6.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/route6.c b/sys/netinet6/route6.c index 5f224375e57d6..fe31b710fa5b5 100644 --- a/sys/netinet6/route6.c +++ b/sys/netinet6/route6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c index e5da367fe7a79..cc8e25e509b86 100644 --- a/sys/netinet6/scope6.c +++ b/sys/netinet6/scope6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2000 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/scope6_var.h b/sys/netinet6/scope6_var.h index e38d77a91b5e8..a2a9137dad374 100644 --- a/sys/netinet6/scope6_var.h +++ b/sys/netinet6/scope6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2000 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c index 054b4c1b06a53..be42079d81416 100644 --- a/sys/netinet6/sctp6_usrreq.c +++ b/sys/netinet6/sctp6_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h index a24ceba7ee15e..e3c4359a14805 100644 --- a/sys/netinet6/sctp6_var.h +++ b/sys/netinet6/sctp6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. diff --git a/sys/netinet6/tcp6_var.h b/sys/netinet6/tcp6_var.h index 5cb04f99daf85..9507098379482 100644 --- a/sys/netinet6/tcp6_var.h +++ b/sys/netinet6/tcp6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 56faf5a851594..c9015abfb9261 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (c) 2010-2011 Juniper Networks, Inc. * Copyright (c) 2014 Kevin Lo diff --git a/sys/netinet6/udp6_var.h b/sys/netinet6/udp6_var.h index cdab98b0d016a..805e3b0e5e6ce 100644 --- a/sys/netinet6/udp6_var.h +++ b/sys/netinet6/udp6_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/ah.h b/sys/netipsec/ah.h index 1ffeacdc39771..8c76dbc4479ad 100644 --- a/sys/netipsec/ah.h +++ b/sys/netipsec/ah.h @@ -2,6 +2,8 @@ /* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/esp.h b/sys/netipsec/esp.h index 8eb096302ca76..94612b8785141 100644 --- a/sys/netipsec/esp.h +++ b/sys/netipsec/esp.h @@ -2,6 +2,8 @@ /* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/ipcomp.h b/sys/netipsec/ipcomp.h index 47e9305ef6bef..f1ffdc9b72047 100644 --- a/sys/netipsec/ipcomp.h +++ b/sys/netipsec/ipcomp.h @@ -2,6 +2,8 @@ /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/ipcomp_var.h b/sys/netipsec/ipcomp_var.h index 5062c9dddf5a9..34bfb767943a7 100644 --- a/sys/netipsec/ipcomp_var.h +++ b/sys/netipsec/ipcomp_var.h @@ -2,6 +2,8 @@ /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c index 7c29905166d66..67bad0f635f20 100644 --- a/sys/netipsec/ipsec.c +++ b/sys/netipsec/ipsec.c @@ -2,6 +2,8 @@ /* $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h index 452365fa8cafa..596824274fb4f 100644 --- a/sys/netipsec/ipsec.h +++ b/sys/netipsec/ipsec.h @@ -2,6 +2,8 @@ /* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/ipsec6.h b/sys/netipsec/ipsec6.h index 33aa30f3ff88e..6d44f98919282 100644 --- a/sys/netipsec/ipsec6.h +++ b/sys/netipsec/ipsec6.h @@ -2,6 +2,8 @@ /* $KAME: ipsec.h,v 1.44 2001/03/23 08:08:47 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c index eed1b776dfc3a..fe571bb7f61b3 100644 --- a/sys/netipsec/key.c +++ b/sys/netipsec/key.c @@ -2,6 +2,8 @@ /* $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h index a646832e01f4a..6c3e05c039e81 100644 --- a/sys/netipsec/key.h +++ b/sys/netipsec/key.h @@ -2,6 +2,8 @@ /* $KAME: key.h,v 1.21 2001/07/27 03:51:30 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/key_debug.c b/sys/netipsec/key_debug.c index 0251d961e8c40..ab595c2428cbd 100644 --- a/sys/netipsec/key_debug.c +++ b/sys/netipsec/key_debug.c @@ -2,6 +2,8 @@ /* $KAME: key_debug.c,v 1.26 2001/06/27 10:46:50 sakane Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/key_debug.h b/sys/netipsec/key_debug.h index afb11cb1c357c..a2dd57edd6fdf 100644 --- a/sys/netipsec/key_debug.h +++ b/sys/netipsec/key_debug.h @@ -2,6 +2,8 @@ /* $KAME: key_debug.h,v 1.10 2001/08/05 08:37:52 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/key_var.h b/sys/netipsec/key_var.h index ecef2360c2bf9..bd68645e09852 100644 --- a/sys/netipsec/key_var.h +++ b/sys/netipsec/key_var.h @@ -2,6 +2,8 @@ /* $KAME: key_var.h,v 1.11 2001/09/12 23:05:07 sakane Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h index ffbbe33255022..ccc213e7499fa 100644 --- a/sys/netipsec/keydb.h +++ b/sys/netipsec/keydb.h @@ -2,6 +2,8 @@ /* $KAME: keydb.h,v 1.14 2000/08/02 17:58:26 sakane Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/keysock.c b/sys/netipsec/keysock.c index 7bab8a71edbad..881d24f5f823f 100644 --- a/sys/netipsec/keysock.c +++ b/sys/netipsec/keysock.c @@ -2,6 +2,8 @@ /* $KAME: keysock.c,v 1.25 2001/08/13 20:07:41 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netipsec/keysock.h b/sys/netipsec/keysock.h index 8fbf4a0252b24..30b68da66b789 100644 --- a/sys/netipsec/keysock.h +++ b/sys/netipsec/keysock.h @@ -2,6 +2,8 @@ /* $KAME: keysock.h,v 1.8 2000/03/27 05:11:06 sumikawa Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/sys/netpfil/pf/in4_cksum.c b/sys/netpfil/pf/in4_cksum.c index bf25baf97a0a1..92ebea1b24ea2 100644 --- a/sys/netpfil/pf/in4_cksum.c +++ b/sys/netpfil/pf/in4_cksum.c @@ -4,6 +4,8 @@ /* $NetBSD: in_cksum.c,v 1.13 1996/10/13 02:03:03 christos Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/sys/netsmb/smb_crypt.c b/sys/netsmb/smb_crypt.c index b647afd09ae85..394b026523a95 100644 --- a/sys/netsmb/smb_crypt.c +++ b/sys/netsmb/smb_crypt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c index 51c76e7677554..74bee40d58466 100644 --- a/sys/nfs/bootp_subr.c +++ b/sys/nfs/bootp_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Gordon Ross, Adam Glass * Copyright (c) 1992 Regents of the University of California. * All rights reserved. diff --git a/sys/nfs/krpc_subr.c b/sys/nfs/krpc_subr.c index 7ec8332d2781c..21e8e3ad44d0e 100644 --- a/sys/nfs/krpc_subr.c +++ b/sys/nfs/krpc_subr.c @@ -1,6 +1,8 @@ /* $NetBSD: krpc_subr.c,v 1.12.4.1 1996/06/07 00:52:26 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Gordon Ross, Adam Glass * Copyright (c) 1992 Regents of the University of California. * All rights reserved. diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h index c3420b32d3661..3fce6cb39426c 100644 --- a/sys/nfs/nfs_common.h +++ b/sys/nfs/nfs_common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfs/nfs_diskless.c b/sys/nfs/nfs_diskless.c index e765c2eb138ab..7c565af9a0ddd 100644 --- a/sys/nfs/nfs_diskless.c +++ b/sys/nfs/nfs_diskless.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/nfs/nfs_nfssvc.c b/sys/nfs/nfs_nfssvc.c index d8809e2e7c5f2..50a0ad5e3510c 100644 --- a/sys/nfs/nfs_nfssvc.c +++ b/sys/nfs/nfs_nfssvc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfs/nfsdiskless.h b/sys/nfs/nfsdiskless.h index aa2bc043c924a..30df871e2e2bb 100644 --- a/sys/nfs/nfsdiskless.h +++ b/sys/nfs/nfsdiskless.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index aa2057c244d45..da16fad041c4c 100644 --- a/sys/nfs/nfsproto.h +++ b/sys/nfs/nfsproto.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfs/nfssvc.h b/sys/nfs/nfssvc.h index b742cd2a3cbaf..88650b1cb7f37 100644 --- a/sys/nfs/nfssvc.h +++ b/sys/nfs/nfssvc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index 67546718282a2..b6e8ffb087d22 100644 --- a/sys/nfs/xdr_subs.h +++ b/sys/nfs/xdr_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index a085da165b765..7758b2a43420a 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h index 10e0cfb0fe4d4..46b40d4fd6acf 100644 --- a/sys/nfsclient/nfsargs.h +++ b/sys/nfsclient/nfsargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsm_subs.h b/sys/nfsclient/nfsm_subs.h index 25467cc7bfc2b..c493718e022ac 100644 --- a/sys/nfsclient/nfsm_subs.h +++ b/sys/nfsclient/nfsm_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h index 09ea5cf67b82e..edcae06c0de24 100644 --- a/sys/nfsclient/nfsmount.h +++ b/sys/nfsclient/nfsmount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h index c6fa73e760582..fc12dcd17673c 100644 --- a/sys/nfsclient/nfsnode.h +++ b/sys/nfsclient/nfsnode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h index 8028429fc9274..5f707ccb7b6f1 100644 --- a/sys/nfsclient/nfsstats.h +++ b/sys/nfsclient/nfsstats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h index 3d019232dbd87..2140842bef205 100644 --- a/sys/nfsserver/nfs.h +++ b/sys/nfsserver/nfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsserver/nfsm_subs.h b/sys/nfsserver/nfsm_subs.h index 5bf4ca97b206d..023d1693e40bb 100644 --- a/sys/nfsserver/nfsm_subs.h +++ b/sys/nfsserver/nfsm_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsserver/nfsrvcache.h b/sys/nfsserver/nfsrvcache.h index d4e31b1b08cd1..f50c95d9083d2 100644 --- a/sys/nfsserver/nfsrvcache.h +++ b/sys/nfsserver/nfsrvcache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsserver/nfsrvstats.h b/sys/nfsserver/nfsrvstats.h index d149e52c2df98..db330b967c637 100644 --- a/sys/nfsserver/nfsrvstats.h +++ b/sys/nfsserver/nfsrvstats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c index ace705cb22269..28874090d3120 100644 --- a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c +++ b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c @@ -1,5 +1,6 @@ - /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * Copyright (c) 2004 The FreeBSD Foundation. All rights reserved. diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index 827088ae34be5..ab9fc5be4d665 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/aim/mmu_oea64.c b/sys/powerpc/aim/mmu_oea64.c index c9af9db561fbb..f305648edbf67 100644 --- a/sys/powerpc/aim/mmu_oea64.c +++ b/sys/powerpc/aim/mmu_oea64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2015 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/aim/mmu_oea64.h b/sys/powerpc/aim/mmu_oea64.h index 3d9235d63032a..068cefc73d06a 100644 --- a/sys/powerpc/aim/mmu_oea64.h +++ b/sys/powerpc/aim/mmu_oea64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/aim/moea64_native.c b/sys/powerpc/aim/moea64_native.c index b2ca5ae37a675..0589019a47ef8 100644 --- a/sys/powerpc/aim/moea64_native.c +++ b/sys/powerpc/aim/moea64_native.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND 4-Clause-BSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/aim/mp_cpudep.c b/sys/powerpc/aim/mp_cpudep.c index cedf53bdaae2f..dc71a42017276 100644 --- a/sys/powerpc/aim/mp_cpudep.c +++ b/sys/powerpc/aim/mp_cpudep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/aim/slb.c b/sys/powerpc/aim/slb.c index caf6f4f75dd24..5a725f4860d32 100644 --- a/sys/powerpc/aim/slb.c +++ b/sys/powerpc/aim/slb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/booke/machdep_e500.c b/sys/powerpc/booke/machdep_e500.c index e0e60952942c7..10dcf993e0e21 100644 --- a/sys/powerpc/booke/machdep_e500.c +++ b/sys/powerpc/booke/machdep_e500.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Semihalf. * All rights reserved. * diff --git a/sys/powerpc/booke/machdep_ppc4xx.c b/sys/powerpc/booke/machdep_ppc4xx.c index 69a1e2e7a97dc..316a213b100e0 100644 --- a/sys/powerpc/booke/machdep_ppc4xx.c +++ b/sys/powerpc/booke/machdep_ppc4xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Semihalf. * All rights reserved. * diff --git a/sys/powerpc/booke/mp_cpudep.c b/sys/powerpc/booke/mp_cpudep.c index 5f6becead6eb1..7502dcdd4003e 100644 --- a/sys/powerpc/booke/mp_cpudep.c +++ b/sys/powerpc/booke/mp_cpudep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Semihalf, Rafal Jaworowski * All rights reserved. * diff --git a/sys/powerpc/booke/platform_bare.c b/sys/powerpc/booke/platform_bare.c index c11620a3ae716..b2354eaed4e84 100644 --- a/sys/powerpc/booke/platform_bare.c +++ b/sys/powerpc/booke/platform_bare.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Semihalf. * All rights reserved. * diff --git a/sys/powerpc/booke/pmap.c b/sys/powerpc/booke/pmap.c index 04481299f2c8f..8562086d39ca0 100644 --- a/sys/powerpc/booke/pmap.c +++ b/sys/powerpc/booke/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007-2009 Semihalf, Rafal Jaworowski <raj@semihalf.com> * Copyright (C) 2006 Semihalf, Marian Balakowicz <m8@semihalf.com> * All rights reserved. diff --git a/sys/powerpc/cpufreq/dfs.c b/sys/powerpc/cpufreq/dfs.c index fce9fc32bc78e..070e2841881ef 100644 --- a/sys/powerpc/cpufreq/dfs.c +++ b/sys/powerpc/cpufreq/dfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/cpufreq/pcr.c b/sys/powerpc/cpufreq/pcr.c index ff4d20d2e9393..b4f2d8107c712 100644 --- a/sys/powerpc/cpufreq/pcr.c +++ b/sys/powerpc/cpufreq/pcr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/cpufreq/pmufreq.c b/sys/powerpc/cpufreq/pmufreq.c index 2fbeef3b1ccf6..b902e04ac03b2 100644 --- a/sys/powerpc/cpufreq/pmufreq.c +++ b/sys/powerpc/cpufreq/pmufreq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Justin Hibbits * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c index 97b9d255051fc..6dd594ca0ec9c 100644 --- a/sys/powerpc/fpu/fpu_add.c +++ b/sys/powerpc/fpu/fpu_add.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_add.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_arith.h b/sys/powerpc/fpu/fpu_arith.h index f74ac6688ccce..e70256927baff 100644 --- a/sys/powerpc/fpu/fpu_arith.h +++ b/sys/powerpc/fpu/fpu_arith.h @@ -1,7 +1,9 @@ /* $NetBSD: fpu_arith.h,v 1.4 2005/12/24 20:07:28 perry Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_compare.c b/sys/powerpc/fpu/fpu_compare.c index 898fb4f061b66..48d7c488ce8ad 100644 --- a/sys/powerpc/fpu/fpu_compare.c +++ b/sys/powerpc/fpu/fpu_compare.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_compare.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_div.c b/sys/powerpc/fpu/fpu_div.c index a206bf3c70b2e..5b625f640f139 100644 --- a/sys/powerpc/fpu/fpu_div.c +++ b/sys/powerpc/fpu/fpu_div.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_div.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_emu.c b/sys/powerpc/fpu/fpu_emu.c index 6d4e20cd7a82f..75f44c7b786ae 100644 --- a/sys/powerpc/fpu/fpu_emu.c +++ b/sys/powerpc/fpu/fpu_emu.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_emu.c,v 1.14 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_emu.h b/sys/powerpc/fpu/fpu_emu.h index 30e617e474ecb..18e318ade49af 100644 --- a/sys/powerpc/fpu/fpu_emu.h +++ b/sys/powerpc/fpu/fpu_emu.h @@ -1,7 +1,9 @@ /* $NetBSD: fpu_emu.h,v 1.3 2005/12/11 12:18:42 christos Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_explode.c b/sys/powerpc/fpu/fpu_explode.c index 84073a4edb26f..010c4e3dd67f7 100644 --- a/sys/powerpc/fpu/fpu_explode.c +++ b/sys/powerpc/fpu/fpu_explode.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_explode.c,v 1.6 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_extern.h b/sys/powerpc/fpu/fpu_extern.h index 9f4b0132dc18f..02caa2312b967 100644 --- a/sys/powerpc/fpu/fpu_extern.h +++ b/sys/powerpc/fpu/fpu_extern.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_implode.c b/sys/powerpc/fpu/fpu_implode.c index b57ba2d566561..e05747631661a 100644 --- a/sys/powerpc/fpu/fpu_implode.c +++ b/sys/powerpc/fpu/fpu_implode.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_implode.c,v 1.6 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_instr.h b/sys/powerpc/fpu/fpu_instr.h index 15801ef3c251b..eb2d09989a53c 100644 --- a/sys/powerpc/fpu/fpu_instr.h +++ b/sys/powerpc/fpu/fpu_instr.h @@ -1,7 +1,9 @@ /* $NetBSD: instr.h,v 1.4 2005/12/11 12:18:43 christos Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_mul.c b/sys/powerpc/fpu/fpu_mul.c index 6fe7851eb5280..609b261492a4e 100644 --- a/sys/powerpc/fpu/fpu_mul.c +++ b/sys/powerpc/fpu/fpu_mul.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_mul.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_sqrt.c b/sys/powerpc/fpu/fpu_sqrt.c index 59cb3abc83a2a..7fbbfb9593b6a 100644 --- a/sys/powerpc/fpu/fpu_sqrt.c +++ b/sys/powerpc/fpu/fpu_sqrt.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_sqrt.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/fpu/fpu_subr.c b/sys/powerpc/fpu/fpu_subr.c index dc89216501899..fc817a7ee5876 100644 --- a/sys/powerpc/fpu/fpu_subr.c +++ b/sys/powerpc/fpu/fpu_subr.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_subr.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/_align.h b/sys/powerpc/include/_align.h index 6eb8be28777dc..9b425b6ee1e14 100644 --- a/sys/powerpc/include/_align.h +++ b/sys/powerpc/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/powerpc/include/_bus.h b/sys/powerpc/include/_bus.h index 728b84fc114b2..d39fb003f27a5 100644 --- a/sys/powerpc/include/_bus.h +++ b/sys/powerpc/include/_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/powerpc/include/_inttypes.h b/sys/powerpc/include/_inttypes.h index e96c4c56eb233..8cfdcd727f1b2 100644 --- a/sys/powerpc/include/_inttypes.h +++ b/sys/powerpc/include/_inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index e231d335e863e..4688eac2b281b 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h index 9928a1a0196ee..0eafe6937cf3d 100644 --- a/sys/powerpc/include/_stdint.h +++ b/sys/powerpc/include/_stdint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001, 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h index fc2285fecfec2..8b44088e28afa 100644 --- a/sys/powerpc/include/_types.h +++ b/sys/powerpc/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/powerpc/include/altivec.h b/sys/powerpc/include/altivec.h index 0b2444553f06d..fa666a988d410 100644 --- a/sys/powerpc/include/altivec.h +++ b/sys/powerpc/include/altivec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn * All rights reserved * diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 08aab9854c62f..e91ce6cae149a 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/atomic.h b/sys/powerpc/include/atomic.h index eb992e08296cc..2fd5bcf5c9655 100644 --- a/sys/powerpc/include/atomic.h +++ b/sys/powerpc/include/atomic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marcel Moolenaar * Copyright (c) 2001 Benno Rice * Copyright (c) 2001 David E. O'Brien diff --git a/sys/powerpc/include/bat.h b/sys/powerpc/include/bat.h index ca032812b534c..517ebd4a45c69 100644 --- a/sys/powerpc/include/bat.h +++ b/sys/powerpc/include/bat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h index cb6dc77e13c53..f45678f68d7ef 100644 --- a/sys/powerpc/include/bus.h +++ b/sys/powerpc/include/bus.h @@ -1,6 +1,8 @@ /* $NetBSD: bus.h,v 1.11 2003/07/28 17:35:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/include/bus_dma.h b/sys/powerpc/include/bus_dma.h index e070a94238158..efa9ca7dee778 100644 --- a/sys/powerpc/include/bus_dma.h +++ b/sys/powerpc/include/bus_dma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Scott Long * All rights reserved. * diff --git a/sys/powerpc/include/counter.h b/sys/powerpc/include/counter.h index a38ff336770b2..94e9a012ee7ac 100644 --- a/sys/powerpc/include/counter.h +++ b/sys/powerpc/include/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index fffb2b4267aeb..88e07fbb3222f 100644 --- a/sys/powerpc/include/cpu.h +++ b/sys/powerpc/include/cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995-1997 Wolfgang Solfrank. * Copyright (C) 1995-1997 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h index 378274b67e36e..10a581ae1677d 100644 --- a/sys/powerpc/include/cpufunc.h +++ b/sys/powerpc/include/cpufunc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/powerpc/include/dbdma.h b/sys/powerpc/include/dbdma.h index 22e4b0c72f7fd..9827876af68fc 100644 --- a/sys/powerpc/include/dbdma.h +++ b/sys/powerpc/include/dbdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn * All rights reserved * diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h index aa36caff65fd1..370adfa4f89b5 100644 --- a/sys/powerpc/include/elf.h +++ b/sys/powerpc/include/elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1996-1997 John D. Polstra. * All rights reserved. diff --git a/sys/powerpc/include/endian.h b/sys/powerpc/include/endian.h index 1ce1d31f4e435..5a27c685d3c0b 100644 --- a/sys/powerpc/include/endian.h +++ b/sys/powerpc/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/exec.h b/sys/powerpc/include/exec.h index f5a2bb26f61f2..be6bc6f8677b4 100644 --- a/sys/powerpc/include/exec.h +++ b/sys/powerpc/include/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 David E. O'Brien * All rights reserved. * diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 4eea0bda58705..575b50fbbd050 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * diff --git a/sys/powerpc/include/floatingpoint.h b/sys/powerpc/include/floatingpoint.h index e62e47415a748..ec603b281306c 100644 --- a/sys/powerpc/include/floatingpoint.h +++ b/sys/powerpc/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Suleiman Souhlal <refugee@segfaulted.com> * All rights reserved. * diff --git a/sys/powerpc/include/fpu.h b/sys/powerpc/include/fpu.h index 17eec0b48b64d..9d10b116cfbd8 100644 --- a/sys/powerpc/include/fpu.h +++ b/sys/powerpc/include/fpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h index 667b58c4b4478..7a395d7b61964 100644 --- a/sys/powerpc/include/frame.h +++ b/sys/powerpc/include/frame.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/gdb_machdep.h b/sys/powerpc/include/gdb_machdep.h index 0b81db549e10a..a1929ff57f053 100644 --- a/sys/powerpc/include/gdb_machdep.h +++ b/sys/powerpc/include/gdb_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/include/hid.h b/sys/powerpc/include/hid.h index 63123903835ad..1e3e97003a2e3 100644 --- a/sys/powerpc/include/hid.h +++ b/sys/powerpc/include/hid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Tsubai Masanari. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h index 793012de44350..7aacfccc5bcde 100644 --- a/sys/powerpc/include/ieee.h +++ b/sys/powerpc/include/ieee.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/in_cksum.h b/sys/powerpc/include/in_cksum.h index 37bfb20034ae0..fd34e13d38222 100644 --- a/sys/powerpc/include/in_cksum.h +++ b/sys/powerpc/include/in_cksum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index 5fbf9ee07ae98..124d730425e2f 100644 --- a/sys/powerpc/include/intr_machdep.h +++ b/sys/powerpc/include/intr_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/include/kdb.h b/sys/powerpc/include/kdb.h index ea279f1050f1f..13496e507cbdb 100644 --- a/sys/powerpc/include/kdb.h +++ b/sys/powerpc/include/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 35eea1f619dee..8d437add22d2c 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/machdep.h b/sys/powerpc/include/machdep.h index 401a4a1bccdbc..9a05d25467f31 100644 --- a/sys/powerpc/include/machdep.h +++ b/sys/powerpc/include/machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Semihalf * All rights reserved. * diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h index f9d4ef155e8e8..b3e8e0cae199f 100644 --- a/sys/powerpc/include/md_var.h +++ b/sys/powerpc/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/powerpc/include/memdev.h b/sys/powerpc/include/memdev.h index 649b5576f306e..41e34da792642 100644 --- a/sys/powerpc/include/memdev.h +++ b/sys/powerpc/include/memdev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/powerpc/include/metadata.h b/sys/powerpc/include/metadata.h index 8c15e6a734ef4..5002b02615d59 100644 --- a/sys/powerpc/include/metadata.h +++ b/sys/powerpc/include/metadata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/powerpc/include/mmuvar.h b/sys/powerpc/include/mmuvar.h index 821a49774d561..d262e96dfb36d 100644 --- a/sys/powerpc/include/mmuvar.h +++ b/sys/powerpc/include/mmuvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Grehan * All rights reserved. * diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index 8376e1aa0e076..0fe659f7e1702 100644 --- a/sys/powerpc/include/ofw_machdep.h +++ b/sys/powerpc/include/ofw_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/sys/powerpc/include/openpicreg.h b/sys/powerpc/include/openpicreg.h index 3c4382421acf9..2471de06505cb 100644 --- a/sys/powerpc/include/openpicreg.h +++ b/sys/powerpc/include/openpicreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Tsubai Masanari. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 2ff68b7107556..b675b01210e56 100644 --- a/sys/powerpc/include/openpicvar.h +++ b/sys/powerpc/include/openpicvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 453915cba4df7..173e5752da47d 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/powerpc/include/pcb.h b/sys/powerpc/include/pcb.h index 094949ed948d6..ecddc3fddb233 100644 --- a/sys/powerpc/include/pcb.h +++ b/sys/powerpc/include/pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index 2c79cd696e725..8a9ae9523ac2d 100644 --- a/sys/powerpc/include/pcpu.h +++ b/sys/powerpc/include/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen <luoqi@freebsd.org> * Copyright (c) Peter Wemm <peter@netplex.com.au> * All rights reserved. diff --git a/sys/powerpc/include/pio.h b/sys/powerpc/include/pio.h index b09e68a43e816..a4d9b327fa869 100644 --- a/sys/powerpc/include/pio.h +++ b/sys/powerpc/include/pio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/include/platform.h b/sys/powerpc/include/platform.h index 8c92e26221ae4..459fd1f2c0690 100644 --- a/sys/powerpc/include/platform.h +++ b/sys/powerpc/include/platform.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/platformvar.h b/sys/powerpc/include/platformvar.h index 21a1d047cb0eb..d5928e727f829 100644 --- a/sys/powerpc/include/platformvar.h +++ b/sys/powerpc/include/platformvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Grehan * All rights reserved. * diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h index ea06c083ca2a2..086b65448c303 100644 --- a/sys/powerpc/include/pmap.h +++ b/sys/powerpc/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause AND BSD-4-Clause + * * Copyright (C) 2006 Semihalf, Marian Balakowicz <m8@semihalf.com> * All rights reserved. * diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index d11cf88129526..2245c42925345 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h index f0a0fa4c97ce2..b0834f03a06fb 100644 --- a/sys/powerpc/include/psl.h +++ b/sys/powerpc/include/psl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/pte.h b/sys/powerpc/include/pte.h index 8cbd70b591f57..aded477d9f8c5 100644 --- a/sys/powerpc/include/pte.h +++ b/sys/powerpc/include/pte.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index c622dedd89387..2d2f9ebdc5331 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2014 Justin Hibbits * All rights reserved. * diff --git a/sys/powerpc/include/reloc.h b/sys/powerpc/include/reloc.h index 0e4155dac4cf7..d99dc8b05d60f 100644 --- a/sys/powerpc/include/reloc.h +++ b/sys/powerpc/include/reloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/powerpc/include/rtas.h b/sys/powerpc/include/rtas.h index 5b18632ce13a6..4ae04270f398a 100644 --- a/sys/powerpc/include/rtas.h +++ b/sys/powerpc/include/rtas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/include/runq.h b/sys/powerpc/include/runq.h index b179e31600717..84da6dcd8afa3 100644 --- a/sys/powerpc/include/runq.h +++ b/sys/powerpc/include/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/powerpc/include/sc_machdep.h b/sys/powerpc/include/sc_machdep.h index 4f3526fabcf01..61a2a86f702d7 100644 --- a/sys/powerpc/include/sc_machdep.h +++ b/sys/powerpc/include/sc_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/powerpc/include/sigframe.h b/sys/powerpc/include/sigframe.h index d0e886e9bc900..914e00d8a65cb 100644 --- a/sys/powerpc/include/sigframe.h +++ b/sys/powerpc/include/sigframe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h index ba0bee2b7797c..4302ad2347306 100644 --- a/sys/powerpc/include/signal.h +++ b/sys/powerpc/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/slb.h b/sys/powerpc/include/slb.h index 32425908ed404..222e281afdb95 100644 --- a/sys/powerpc/include/slb.h +++ b/sys/powerpc/include/slb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/include/smp.h b/sys/powerpc/include/smp.h index 32fcfb4b8f607..ab748022d3d16 100644 --- a/sys/powerpc/include/smp.h +++ b/sys/powerpc/include/smp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h index 86dac97bc01c7..f9450ecb56f8e 100644 --- a/sys/powerpc/include/spr.h +++ b/sys/powerpc/include/spr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h index ae66314de6d5e..27bf9d6620fda 100644 --- a/sys/powerpc/include/sr.h +++ b/sys/powerpc/include/sr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/include/stdarg.h b/sys/powerpc/include/stdarg.h index e81aab30b5c0c..41d5d238b34f2 100644 --- a/sys/powerpc/include/stdarg.h +++ b/sys/powerpc/include/stdarg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 2000 Tsubai Masanari. All rights reserved. * diff --git a/sys/powerpc/include/sysarch.h b/sys/powerpc/include/sysarch.h index c46d100beea5e..a18451e9e09a0 100644 --- a/sys/powerpc/include/sysarch.h +++ b/sys/powerpc/include/sysarch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/powerpc/include/tlb.h b/sys/powerpc/include/tlb.h index 83bcf5c17930a..8d8d8504191aa 100644 --- a/sys/powerpc/include/tlb.h +++ b/sys/powerpc/include/tlb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2006-2012 Semihalf. * All rights reserved. * diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index 07c70faa39597..507d287422096 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h index 42c39e1d66c9d..89be2b462aafd 100644 --- a/sys/powerpc/include/ucontext.h +++ b/sys/powerpc/include/ucontext.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h index fed04c9463edb..d37e040a4a8c7 100644 --- a/sys/powerpc/include/varargs.h +++ b/sys/powerpc/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 2000 Tsubai Masanari. All rights reserved. * diff --git a/sys/powerpc/include/vdso.h b/sys/powerpc/include/vdso.h index 0bdafd98283a8..c403b4142dba7 100644 --- a/sys/powerpc/include/vdso.h +++ b/sys/powerpc/include/vdso.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.ORG>. * All rights reserved. * diff --git a/sys/powerpc/include/vm.h b/sys/powerpc/include/vm.h index ed7757e706ce8..3af8635099086 100644 --- a/sys/powerpc/include/vm.h +++ b/sys/powerpc/include/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index d7368ecb283c9..2a5fd4b53225a 100644 --- a/sys/powerpc/include/vmparam.h +++ b/sys/powerpc/include/vmparam.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/mambo/mambo.c b/sys/powerpc/mambo/mambo.c index 2c54476f4708a..65e4bcb8a663e 100644 --- a/sys/powerpc/mambo/mambo.c +++ b/sys/powerpc/mambo/mambo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/mambo/mambo_console.c b/sys/powerpc/mambo/mambo_console.c index 1334581142910..00a501ec9cbee 100644 --- a/sys/powerpc/mambo/mambo_console.c +++ b/sys/powerpc/mambo/mambo_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/mambo/mambo_disk.c b/sys/powerpc/mambo/mambo_disk.c index 6077d35899caa..3a9a53a581b6e 100644 --- a/sys/powerpc/mambo/mambo_disk.c +++ b/sys/powerpc/mambo/mambo_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/mambo/mambocall.h b/sys/powerpc/mambo/mambocall.h index c570be2d2826e..a77ba0a8959d4 100644 --- a/sys/powerpc/mambo/mambocall.h +++ b/sys/powerpc/mambo/mambocall.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/mpc85xx/atpic.c b/sys/powerpc/mpc85xx/atpic.c index ef7ab88556135..bb56b709aac2a 100644 --- a/sys/powerpc/mpc85xx/atpic.c +++ b/sys/powerpc/mpc85xx/atpic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Marcel Moolenaar * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c index ffbbee195fdf4..18c3e7a70ee4e 100644 --- a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c +++ b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006-2008 Semihalf, Grzegorz Bernacki * All rights reserved. * diff --git a/sys/powerpc/mpc85xx/ds1553_core.c b/sys/powerpc/mpc85xx/ds1553_core.c index 75640e06e3d70..39ff8d8cd4ae0 100644 --- a/sys/powerpc/mpc85xx/ds1553_core.c +++ b/sys/powerpc/mpc85xx/ds1553_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006-2008 Semihalf, Grzegorz Bernacki * All rights reserved. * diff --git a/sys/powerpc/mpc85xx/ds1553_reg.h b/sys/powerpc/mpc85xx/ds1553_reg.h index efe4264c35fdf..125212f5e818e 100644 --- a/sys/powerpc/mpc85xx/ds1553_reg.h +++ b/sys/powerpc/mpc85xx/ds1553_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006-2008 Semihalf, Grzegorz Bernacki * All rights reserved. * diff --git a/sys/powerpc/mpc85xx/i2c.c b/sys/powerpc/mpc85xx/i2c.c index 89c91a288cbdd..e3d48b36fa8ab 100644 --- a/sys/powerpc/mpc85xx/i2c.c +++ b/sys/powerpc/mpc85xx/i2c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Michal Hajduk * All rights reserved. * diff --git a/sys/powerpc/mpc85xx/isa.c b/sys/powerpc/mpc85xx/isa.c index e25a75cc4d167..b6b3ea69d494b 100644 --- a/sys/powerpc/mpc85xx/isa.c +++ b/sys/powerpc/mpc85xx/isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Marcel Moolenaar * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/mpc85xx/lbc.c b/sys/powerpc/mpc85xx/lbc.c index 576fe8202d6e4..365158a628586 100644 --- a/sys/powerpc/mpc85xx/lbc.c +++ b/sys/powerpc/mpc85xx/lbc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006-2008, Juniper Networks, Inc. * Copyright (c) 2008 Semihalf, Rafal Czubak * Copyright (c) 2009 The FreeBSD Foundation diff --git a/sys/powerpc/mpc85xx/lbc.h b/sys/powerpc/mpc85xx/lbc.h index 9b3ad9185cc6c..5d26399d2fcad 100644 --- a/sys/powerpc/mpc85xx/lbc.h +++ b/sys/powerpc/mpc85xx/lbc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008, Juniper Networks, Inc. * All rights reserved. * diff --git a/sys/powerpc/mpc85xx/mpc85xx.c b/sys/powerpc/mpc85xx/mpc85xx.c index c107681a124d3..3ab3478fa5178 100644 --- a/sys/powerpc/mpc85xx/mpc85xx.c +++ b/sys/powerpc/mpc85xx/mpc85xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Semihalf, Rafal Jaworowski * All rights reserved. * diff --git a/sys/powerpc/mpc85xx/mpc85xx.h b/sys/powerpc/mpc85xx/mpc85xx.h index e81e125469331..a4e603a6c6424 100644 --- a/sys/powerpc/mpc85xx/mpc85xx.h +++ b/sys/powerpc/mpc85xx/mpc85xx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Semihalf, Rafal Jaworowski * Copyright 2006 by Juniper Networks. * All rights reserved. diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c index f8a6aee890485..7a339cc1e3019 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2006-2007 by Juniper Networks. * Copyright 2008 Semihalf. * Copyright 2010 The FreeBSD Foundation diff --git a/sys/powerpc/mpc85xx/platform_mpc85xx.c b/sys/powerpc/mpc85xx/platform_mpc85xx.c index 00d6f5318ad3b..20847ac3e0cb7 100644 --- a/sys/powerpc/mpc85xx/platform_mpc85xx.c +++ b/sys/powerpc/mpc85xx/platform_mpc85xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Semihalf. * All rights reserved. * diff --git a/sys/powerpc/ofw/ofw_machdep.c b/sys/powerpc/ofw/ofw_machdep.c index 2042e704f469b..089f75e0d3152 100644 --- a/sys/powerpc/ofw/ofw_machdep.c +++ b/sys/powerpc/ofw/ofw_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 8a5c81f5d8056..44739d2a9e9e6 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/powerpc/ofw/ofw_pcibus.c b/sys/powerpc/ofw/ofw_pcibus.c index 92022b504167d..023a6c51b2d78 100644 --- a/sys/powerpc/ofw/ofw_pcibus.c +++ b/sys/powerpc/ofw/ofw_pcibus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi diff --git a/sys/powerpc/ofw/ofw_pcibus.h b/sys/powerpc/ofw/ofw_pcibus.h index c7b82d7ebdd2a..82e8b42d4e672 100644 --- a/sys/powerpc/ofw/ofw_pcibus.h +++ b/sys/powerpc/ofw/ofw_pcibus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ofw/ofw_real.c b/sys/powerpc/ofw/ofw_real.c index ddb7d74869bef..68cd3d4428ab5 100644 --- a/sys/powerpc/ofw/ofw_real.c +++ b/sys/powerpc/ofw/ofw_real.c @@ -1,6 +1,8 @@ /* $NetBSD: Locore.c,v 1.7 2000/08/20 07:04:59 tsubai Exp $ */ /*- + * SPDX-License-Identifier:BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index b766485ed17d4..863d6e7c2efb0 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Grehan * All rights reserved. * diff --git a/sys/powerpc/ofw/ofw_syscons.h b/sys/powerpc/ofw/ofw_syscons.h index f907f93f344f7..6ce7173a1a466 100644 --- a/sys/powerpc/ofw/ofw_syscons.h +++ b/sys/powerpc/ofw/ofw_syscons.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Grehan * All rights reserved. * diff --git a/sys/powerpc/ofw/openpic_ofw.c b/sys/powerpc/ofw/openpic_ofw.c index b0cf020f4c152..ecb71ce325035 100644 --- a/sys/powerpc/ofw/openpic_ofw.c +++ b/sys/powerpc/ofw/openpic_ofw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/ofw/rtas.c b/sys/powerpc/ofw/rtas.c index 6767c0084814b..99f51fd8cf12a 100644 --- a/sys/powerpc/ofw/rtas.c +++ b/sys/powerpc/ofw/rtas.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/ata_dbdma.c b/sys/powerpc/powermac/ata_dbdma.c index 0e3fbde1fe060..8bfc8ad7a3eaa 100644 --- a/sys/powerpc/powermac/ata_dbdma.c +++ b/sys/powerpc/powermac/ata_dbdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/ata_dbdma.h b/sys/powerpc/powermac/ata_dbdma.h index 61d0687763597..ec3a842f1e4c6 100644 --- a/sys/powerpc/powermac/ata_dbdma.h +++ b/sys/powerpc/powermac/ata_dbdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c index 33b6434dc26cf..ffe8cea3a77fe 100644 --- a/sys/powerpc/powermac/ata_kauai.c +++ b/sys/powerpc/powermac/ata_kauai.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index 78fa60d894656..67facef72d347 100644 --- a/sys/powerpc/powermac/ata_macio.c +++ b/sys/powerpc/powermac/ata_macio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/atibl.c b/sys/powerpc/powermac/atibl.c index 3982bdf828a1e..e1b195149fca3 100644 --- a/sys/powerpc/powermac/atibl.c +++ b/sys/powerpc/powermac/atibl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Justin Hibbits * All rights reserved. * diff --git a/sys/powerpc/powermac/cpcht.c b/sys/powerpc/powermac/cpcht.c index 3145689f3c418..3b5650d043cb9 100644 --- a/sys/powerpc/powermac/cpcht.c +++ b/sys/powerpc/powermac/cpcht.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/cuda.c b/sys/powerpc/powermac/cuda.c index 362a3fe713b1f..711f7438b21b2 100644 --- a/sys/powerpc/powermac/cuda.c +++ b/sys/powerpc/powermac/cuda.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Michael Lorenz * Copyright 2008 by Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/powermac/cudavar.h b/sys/powerpc/powermac/cudavar.h index 225446494cd3e..2d1bd606716c1 100644 --- a/sys/powerpc/powermac/cudavar.h +++ b/sys/powerpc/powermac/cudavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Michael Lorenz * Copyright (c) 2008 Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/powermac/dbdma.c b/sys/powerpc/powermac/dbdma.c index 8e8c582dc8c6a..4dec076b47fea 100644 --- a/sys/powerpc/powermac/dbdma.c +++ b/sys/powerpc/powermac/dbdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn * All rights reserved * diff --git a/sys/powerpc/powermac/dbdmavar.h b/sys/powerpc/powermac/dbdmavar.h index 0b89618bafbf0..e4855257b5f98 100644 --- a/sys/powerpc/powermac/dbdmavar.h +++ b/sys/powerpc/powermac/dbdmavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn * All rights reserved * diff --git a/sys/powerpc/powermac/fcu.c b/sys/powerpc/powermac/fcu.c index 324fd1fbb8265..a1841a57ffe12 100644 --- a/sys/powerpc/powermac/fcu.c +++ b/sys/powerpc/powermac/fcu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 3d35fea1d69dc..a77d80351b62b 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/gracklevar.h b/sys/powerpc/powermac/gracklevar.h index 184f7e95c62db..77e25c3b057d2 100644 --- a/sys/powerpc/powermac/gracklevar.h +++ b/sys/powerpc/powermac/gracklevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/hrowpic.c b/sys/powerpc/powermac/hrowpic.c index 6b9e3dc33ceb7..1df23b982e825 100644 --- a/sys/powerpc/powermac/hrowpic.c +++ b/sys/powerpc/powermac/hrowpic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/hrowpicvar.h b/sys/powerpc/powermac/hrowpicvar.h index ac643f574d487..6a558e0a6e42f 100644 --- a/sys/powerpc/powermac/hrowpicvar.h +++ b/sys/powerpc/powermac/hrowpicvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/kiic.c b/sys/powerpc/powermac/kiic.c index 58da0b3307fd3..49574f2f810ab 100644 --- a/sys/powerpc/powermac/kiic.c +++ b/sys/powerpc/powermac/kiic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Tsubai Masanari. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/macgpio.c b/sys/powerpc/powermac/macgpio.c index c72f8d709e0ae..4ba24a6dbfae0 100644 --- a/sys/powerpc/powermac/macgpio.c +++ b/sys/powerpc/powermac/macgpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/macgpiovar.h b/sys/powerpc/powermac/macgpiovar.h index 2719e44ed3131..cae0be2068654 100644 --- a/sys/powerpc/powermac/macgpiovar.h +++ b/sys/powerpc/powermac/macgpiovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index 7a15b854feb08..b8e52f52edb0e 100644 --- a/sys/powerpc/powermac/macio.c +++ b/sys/powerpc/powermac/macio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h index ed9c15d092d7d..f8f7b9f275cff 100644 --- a/sys/powerpc/powermac/maciovar.h +++ b/sys/powerpc/powermac/maciovar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/nvbl.c b/sys/powerpc/powermac/nvbl.c index fc7a3a9fb89f4..d5112385e74e9 100644 --- a/sys/powerpc/powermac/nvbl.c +++ b/sys/powerpc/powermac/nvbl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Justin Hibbits * All rights reserved. * diff --git a/sys/powerpc/powermac/platform_powermac.c b/sys/powerpc/powermac/platform_powermac.c index 34aacea9b373d..ed49289f70110 100644 --- a/sys/powerpc/powermac/platform_powermac.c +++ b/sys/powerpc/powermac/platform_powermac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marcel Moolenaar * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/powermac/pmu.c b/sys/powerpc/powermac/pmu.c index 8080c212ee1f4..a487aedd9376b 100644 --- a/sys/powerpc/powermac/pmu.c +++ b/sys/powerpc/powermac/pmu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Michael Lorenz * Copyright 2008 by Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/powermac/pmuvar.h b/sys/powerpc/powermac/pmuvar.h index 21c56160b62d1..16c56fb6a3c30 100644 --- a/sys/powerpc/powermac/pmuvar.h +++ b/sys/powerpc/powermac/pmuvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Michael Lorenz * Copyright (c) 2008 Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/powermac/powermac_thermal.c b/sys/powerpc/powermac/powermac_thermal.c index 250c9f0922ac2..1a5db378daf8e 100644 --- a/sys/powerpc/powermac/powermac_thermal.c +++ b/sys/powerpc/powermac/powermac_thermal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/powermac_thermal.h b/sys/powerpc/powermac/powermac_thermal.h index 723106636f8e5..1f396c5ddcbb6 100644 --- a/sys/powerpc/powermac/powermac_thermal.h +++ b/sys/powerpc/powermac/powermac_thermal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/pswitch.c b/sys/powerpc/powermac/pswitch.c index c437392d45e9b..48033585a19df 100644 --- a/sys/powerpc/powermac/pswitch.c +++ b/sys/powerpc/powermac/pswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/smu.c b/sys/powerpc/powermac/smu.c index 54f30ad3c4240..23349098abcb2 100644 --- a/sys/powerpc/powermac/smu.c +++ b/sys/powerpc/powermac/smu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/smusat.c b/sys/powerpc/powermac/smusat.c index f8556ee6c5069..9572016c250c8 100644 --- a/sys/powerpc/powermac/smusat.c +++ b/sys/powerpc/powermac/smusat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index 2d32a495cfe29..490277bebd8c3 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/uninorthpci.c b/sys/powerpc/powermac/uninorthpci.c index 6149af5254cd0..c49598a27c91e 100644 --- a/sys/powerpc/powermac/uninorthpci.c +++ b/sys/powerpc/powermac/uninorthpci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index e570da0454646..86a697c52227c 100644 --- a/sys/powerpc/powermac/uninorthvar.h +++ b/sys/powerpc/powermac/uninorthvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/vcoregpio.c b/sys/powerpc/powermac/vcoregpio.c index 463e8cd9af8c5..3c387e5c6716a 100644 --- a/sys/powerpc/powermac/vcoregpio.c +++ b/sys/powerpc/powermac/vcoregpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powermac/viareg.h b/sys/powerpc/powermac/viareg.h index 2f519b2a777f7..8af804de962d6 100644 --- a/sys/powerpc/powermac/viareg.h +++ b/sys/powerpc/powermac/viareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/powerpc/altivec.c b/sys/powerpc/powerpc/altivec.c index d1d6f1ba9c939..4cbc2fdf8ba87 100644 --- a/sys/powerpc/powerpc/altivec.c +++ b/sys/powerpc/powerpc/altivec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index 18c8bdc8a74a6..acb6ef77c9c67 100644 --- a/sys/powerpc/powerpc/autoconf.c +++ b/sys/powerpc/powerpc/autoconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson * All rights reserved. * diff --git a/sys/powerpc/powerpc/bcopy.c b/sys/powerpc/powerpc/bcopy.c index 1bc49a83db87c..8052f25ba9c36 100644 --- a/sys/powerpc/powerpc/bcopy.c +++ b/sys/powerpc/powerpc/bcopy.c @@ -1,5 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 1990 The Regents of the University of California. + * * All rights reserved. * * This code is derived from software contributed to Berkeley by diff --git a/sys/powerpc/powerpc/bus_machdep.c b/sys/powerpc/powerpc/bus_machdep.c index bde0219bebd56..729c44d8f615b 100644 --- a/sys/powerpc/powerpc/bus_machdep.c +++ b/sys/powerpc/powerpc/bus_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Semihalf, Rafal Jaworowski <raj@semihalf.com> * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 1e57d9272ba78..13b7d36be9150 100644 --- a/sys/powerpc/powerpc/busdma_machdep.c +++ b/sys/powerpc/powerpc/busdma_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 7bd92e6482179..f73a23bba5050 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 29c4561ef4176..882671fabbeeb 100644 --- a/sys/powerpc/powerpc/copyinout.c +++ b/sys/powerpc/powerpc/copyinout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (C) 2002 Benno Rice * All rights reserved. * diff --git a/sys/powerpc/powerpc/copystr.c b/sys/powerpc/powerpc/copystr.c index 1a159d87185b7..842ffa8541424 100644 --- a/sys/powerpc/powerpc/copystr.c +++ b/sys/powerpc/powerpc/copystr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995 Wolfgang Solfrank. * Copyright (C) 1995 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/cpu.c b/sys/powerpc/powerpc/cpu.c index 859ff4aece419..f3de7219358b3 100644 --- a/sys/powerpc/powerpc/cpu.c +++ b/sys/powerpc/powerpc/cpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Matt Thomas. * Copyright (c) 2001 Tsubai Masanari. * Copyright (c) 1998, 1999, 2001 Internet Research Institute, Inc. diff --git a/sys/powerpc/powerpc/db_hwwatch.c b/sys/powerpc/powerpc/db_hwwatch.c index a5b0a69f5a919..37b4a91484951 100644 --- a/sys/powerpc/powerpc/db_hwwatch.c +++ b/sys/powerpc/powerpc/db_hwwatch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/dump_machdep.c b/sys/powerpc/powerpc/dump_machdep.c index 573ed1c1333a0..f27cbf421b797 100644 --- a/sys/powerpc/powerpc/dump_machdep.c +++ b/sys/powerpc/powerpc/dump_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/powerpc/elf32_machdep.c b/sys/powerpc/powerpc/elf32_machdep.c index 9954a330f22a0..9d9363913bd74 100644 --- a/sys/powerpc/powerpc/elf32_machdep.c +++ b/sys/powerpc/powerpc/elf32_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/powerpc/powerpc/elf64_machdep.c b/sys/powerpc/powerpc/elf64_machdep.c index 084200efae5c7..59312c384ff48 100644 --- a/sys/powerpc/powerpc/elf64_machdep.c +++ b/sys/powerpc/powerpc/elf64_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/powerpc/powerpc/exec_machdep.c b/sys/powerpc/powerpc/exec_machdep.c index c538e6b13f477..bcbb23093fdd8 100644 --- a/sys/powerpc/powerpc/exec_machdep.c +++ b/sys/powerpc/powerpc/exec_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index dfba1bc2103f3..5034ffce6b366 100644 --- a/sys/powerpc/powerpc/fpu.c +++ b/sys/powerpc/powerpc/fpu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/fuswintr.c b/sys/powerpc/powerpc/fuswintr.c index cb5abb7b9a18c..5b75d7b813207 100644 --- a/sys/powerpc/powerpc/fuswintr.c +++ b/sys/powerpc/powerpc/fuswintr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994 Wolfgang Solfrank. * Copyright (C) 1994 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/gdb_machdep.c b/sys/powerpc/powerpc/gdb_machdep.c index 89c28a47c9182..6248ce70e0708 100644 --- a/sys/powerpc/powerpc/gdb_machdep.c +++ b/sys/powerpc/powerpc/gdb_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c index 2200eea47d816..00b5910cfdf13 100644 --- a/sys/powerpc/powerpc/genassym.c +++ b/sys/powerpc/powerpc/genassym.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/powerpc/powerpc/in_cksum.c b/sys/powerpc/powerpc/in_cksum.c index f4f5fff96d050..ed0881d7520ab 100644 --- a/sys/powerpc/powerpc/in_cksum.c +++ b/sys/powerpc/powerpc/in_cksum.c @@ -2,6 +2,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 diff --git a/sys/powerpc/powerpc/intr_machdep.c b/sys/powerpc/powerpc/intr_machdep.c index 743c8a62b0805..5d441c5432c5e 100644 --- a/sys/powerpc/powerpc/intr_machdep.c +++ b/sys/powerpc/powerpc/intr_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/powerpc/powerpc/mem.c b/sys/powerpc/powerpc/mem.c index 2bc89fd4b5af5..b5100258ed694 100644 --- a/sys/powerpc/powerpc/mem.c +++ b/sys/powerpc/powerpc/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index 7d2dc9513d77a..6720683e1ce57 100644 --- a/sys/powerpc/powerpc/mp_machdep.c +++ b/sys/powerpc/powerpc/mp_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/powerpc/openpic.c b/sys/powerpc/powerpc/openpic.c index cc642a5f348dc..4bf7f1e9612fb 100644 --- a/sys/powerpc/powerpc/openpic.c +++ b/sys/powerpc/powerpc/openpic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/platform.c b/sys/powerpc/powerpc/platform.c index b29ad92eb629b..c117f95ef90c7 100644 --- a/sys/powerpc/powerpc/platform.c +++ b/sys/powerpc/powerpc/platform.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Grehan * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/powerpc/pmap_dispatch.c b/sys/powerpc/powerpc/pmap_dispatch.c index 35f8d1eda77ce..2838d33177a7a 100644 --- a/sys/powerpc/powerpc/pmap_dispatch.c +++ b/sys/powerpc/powerpc/pmap_dispatch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Grehan * All rights reserved. * diff --git a/sys/powerpc/powerpc/sc_machdep.c b/sys/powerpc/powerpc/sc_machdep.c index a81ffddbb211b..8a77cef2fbce8 100644 --- a/sys/powerpc/powerpc/sc_machdep.c +++ b/sys/powerpc/powerpc/sc_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/powerpc/powerpc/stack_machdep.c b/sys/powerpc/powerpc/stack_machdep.c index 451e7bef71b86..9658383df8482 100644 --- a/sys/powerpc/powerpc/stack_machdep.c +++ b/sys/powerpc/powerpc/stack_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Antoine Brodin * All rights reserved. * diff --git a/sys/powerpc/powerpc/suswintr.c b/sys/powerpc/powerpc/suswintr.c index 0252201e8a4b0..77d69071b8bbe 100644 --- a/sys/powerpc/powerpc/suswintr.c +++ b/sys/powerpc/powerpc/suswintr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994 Wolfgang Solfrank. * Copyright (C) 1994 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 9346c902cd61d..15ac490798d1b 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank. * Copyright (C) 1995-1997, 1999 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index fca294d8c5e4b..06421481217a4 100644 --- a/sys/powerpc/powerpc/sys_machdep.c +++ b/sys/powerpc/powerpc/sys_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index f8d132baec46a..1c0b4f715f7c2 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index 858fb1453820b..cc9eea85a3784 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson diff --git a/sys/powerpc/ps3/ehci_ps3.c b/sys/powerpc/ps3/ehci_ps3.c index 63c31a5de0632..de91347d85930 100644 --- a/sys/powerpc/ps3/ehci_ps3.c +++ b/sys/powerpc/ps3/ehci_ps3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/if_glc.c b/sys/powerpc/ps3/if_glc.c index 3b13ac0898d4f..2ba0359f87628 100644 --- a/sys/powerpc/ps3/if_glc.c +++ b/sys/powerpc/ps3/if_glc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/if_glcreg.h b/sys/powerpc/ps3/if_glcreg.h index c56363cf0eec3..2e8e577d2c134 100644 --- a/sys/powerpc/ps3/if_glcreg.h +++ b/sys/powerpc/ps3/if_glcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/mmu_ps3.c b/sys/powerpc/ps3/mmu_ps3.c index 64a44ddc08fe3..d570ed4d6d3e2 100644 --- a/sys/powerpc/ps3/mmu_ps3.c +++ b/sys/powerpc/ps3/mmu_ps3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/ohci_ps3.c b/sys/powerpc/ps3/ohci_ps3.c index 8dc54dbd4dbe8..e39505664f111 100644 --- a/sys/powerpc/ps3/ohci_ps3.c +++ b/sys/powerpc/ps3/ohci_ps3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/platform_ps3.c b/sys/powerpc/ps3/platform_ps3.c index c36603d436059..564b48e99fd6f 100644 --- a/sys/powerpc/ps3/platform_ps3.c +++ b/sys/powerpc/ps3/platform_ps3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c index 597a3b62c7c8c..cbdec3c5335d1 100644 --- a/sys/powerpc/ps3/ps3_syscons.c +++ b/sys/powerpc/ps3/ps3_syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2014 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/ps3bus.c b/sys/powerpc/ps3/ps3bus.c index 37ea0b747e212..85aa431e2abd0 100644 --- a/sys/powerpc/ps3/ps3bus.c +++ b/sys/powerpc/ps3/ps3bus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * Copyright (C) 2011 glevand (geoffrey.levand@mail.ru) * All rights reserved. diff --git a/sys/powerpc/ps3/ps3bus.h b/sys/powerpc/ps3/ps3bus.h index 6725625314daa..b937242508404 100644 --- a/sys/powerpc/ps3/ps3bus.h +++ b/sys/powerpc/ps3/ps3bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/ps3/ps3cdrom.c b/sys/powerpc/ps3/ps3cdrom.c index f420e0a823afb..bc5bdd2e88cc8 100644 --- a/sys/powerpc/ps3/ps3cdrom.c +++ b/sys/powerpc/ps3/ps3cdrom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Nathan Whitehorn * Copyright (C) 2011 glevand <geoffrey.levand@mail.ru> * All rights reserved. diff --git a/sys/powerpc/ps3/ps3disk.c b/sys/powerpc/ps3/ps3disk.c index d68caea471e59..b583637c53822 100644 --- a/sys/powerpc/ps3/ps3disk.c +++ b/sys/powerpc/ps3/ps3disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011 glevand (geoffrey.levand@mail.ru) * All rights reserved. * diff --git a/sys/powerpc/ps3/ps3pic.c b/sys/powerpc/ps3/ps3pic.c index 374d96e074bc6..3ae8c326ee85e 100644 --- a/sys/powerpc/ps3/ps3pic.c +++ b/sys/powerpc/ps3/ps3pic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010 Nathan Whitehorn * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/pseries/mmu_phyp.c b/sys/powerpc/pseries/mmu_phyp.c index 513dc8eb5ff70..5d92d570baf7b 100644 --- a/sys/powerpc/pseries/mmu_phyp.c +++ b/sys/powerpc/pseries/mmu_phyp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/powerpc/pseries/phyp-hvcall.h b/sys/powerpc/pseries/phyp-hvcall.h index c6b87836925fc..15a2399ba9262 100644 --- a/sys/powerpc/pseries/phyp-hvcall.h +++ b/sys/powerpc/pseries/phyp-hvcall.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/powerpc/pseries/phyp_console.c b/sys/powerpc/pseries/phyp_console.c index ede23870f0760..879d715030acf 100644 --- a/sys/powerpc/pseries/phyp_console.c +++ b/sys/powerpc/pseries/phyp_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011 by Nathan Whitehorn. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/pseries/phyp_llan.c b/sys/powerpc/pseries/phyp_llan.c index e35124c26b41f..134d56622b166 100644 --- a/sys/powerpc/pseries/phyp_llan.c +++ b/sys/powerpc/pseries/phyp_llan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/pseries/phyp_vscsi.c b/sys/powerpc/pseries/phyp_vscsi.c index 6471aef35218a..6c9c32f7bad90 100644 --- a/sys/powerpc/pseries/phyp_vscsi.c +++ b/sys/powerpc/pseries/phyp_vscsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2013 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/pseries/platform_chrp.c b/sys/powerpc/pseries/platform_chrp.c index 17916edfbb0b4..20defaa6231e0 100644 --- a/sys/powerpc/pseries/platform_chrp.c +++ b/sys/powerpc/pseries/platform_chrp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marcel Moolenaar * Copyright (c) 2009 Nathan Whitehorn * All rights reserved. diff --git a/sys/powerpc/pseries/plpar_iommu.c b/sys/powerpc/pseries/plpar_iommu.c index eab2ce26e421f..9511332dd6bb7 100644 --- a/sys/powerpc/pseries/plpar_iommu.c +++ b/sys/powerpc/pseries/plpar_iommu.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013, Nathan Whitehorn <nwhitehorn@FreeBSD.org> * All rights reserved. * diff --git a/sys/powerpc/pseries/plpar_iommu.h b/sys/powerpc/pseries/plpar_iommu.h index cdd315abfb523..2814a46975274 100644 --- a/sys/powerpc/pseries/plpar_iommu.h +++ b/sys/powerpc/pseries/plpar_iommu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013, Nathan Whitehorn <nwhitehorn@FreeBSD.org> * All rights reserved. * diff --git a/sys/powerpc/pseries/plpar_pcibus.c b/sys/powerpc/pseries/plpar_pcibus.c index 640212f53f1aa..8bb4a51d10050 100644 --- a/sys/powerpc/pseries/plpar_pcibus.c +++ b/sys/powerpc/pseries/plpar_pcibus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/pseries/rtas_dev.c b/sys/powerpc/pseries/rtas_dev.c index 79d70e2fb30bf..873bdc1e95cc0 100644 --- a/sys/powerpc/pseries/rtas_dev.c +++ b/sys/powerpc/pseries/rtas_dev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/pseries/rtas_pci.c b/sys/powerpc/pseries/rtas_pci.c index 873168e2612ac..95221e7592454 100644 --- a/sys/powerpc/pseries/rtas_pci.c +++ b/sys/powerpc/pseries/rtas_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/pseries/vdevice.c b/sys/powerpc/pseries/vdevice.c index 72b76c7492314..97a8ef1566587 100644 --- a/sys/powerpc/pseries/vdevice.c +++ b/sys/powerpc/pseries/vdevice.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/powerpc/pseries/xics.c b/sys/powerpc/pseries/xics.c index 4ae7c9ed3a2b0..e2893b6a4cdb2 100644 --- a/sys/powerpc/pseries/xics.c +++ b/sys/powerpc/pseries/xics.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2011 Nathan Whitehorn * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/ata_iobus.c b/sys/powerpc/psim/ata_iobus.c index bf059b7da1851..30e850bfc6042 100644 --- a/sys/powerpc/psim/ata_iobus.c +++ b/sys/powerpc/psim/ata_iobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c index 8b57d47a388af..320d3a880b6d8 100644 --- a/sys/powerpc/psim/iobus.c +++ b/sys/powerpc/psim/iobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/iobusvar.h b/sys/powerpc/psim/iobusvar.h index 1ab7f7eaed901..952437e635d90 100644 --- a/sys/powerpc/psim/iobusvar.h +++ b/sys/powerpc/psim/iobusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 9a70b4e813e4b..0c248b45ca92e 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/uart_iobus.c b/sys/powerpc/psim/uart_iobus.c index 1768338b99523..a70a1b766811d 100644 --- a/sys/powerpc/psim/uart_iobus.c +++ b/sys/powerpc/psim/uart_iobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/riscv/riscv/in_cksum.c b/sys/riscv/riscv/in_cksum.c index ae02e91d92039..30e90f043cc35 100644 --- a/sys/riscv/riscv/in_cksum.c +++ b/sys/riscv/riscv/in_cksum.c @@ -1,6 +1,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 diff --git a/sys/riscv/riscv/pmap.c b/sys/riscv/riscv/pmap.c index 9272c165896b2..f9935481499b8 100644 --- a/sys/riscv/riscv/pmap.c +++ b/sys/riscv/riscv/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/rpc/auth.h b/sys/rpc/auth.h index bd6b04bcbce70..21d6e114d81bd 100644 --- a/sys/rpc/auth.h +++ b/sys/rpc/auth.h @@ -1,6 +1,8 @@ /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/auth_none.c b/sys/rpc/auth_none.c index 2996b78553e4f..236b4aa166aec 100644 --- a/sys/rpc/auth_none.c +++ b/sys/rpc/auth_none.c @@ -1,6 +1,8 @@ /* $NetBSD: auth_none.c,v 1.13 2000/01/22 22:19:17 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/auth_unix.c b/sys/rpc/auth_unix.c index 3575c4460736f..4a3df5f70e3a1 100644 --- a/sys/rpc/auth_unix.c +++ b/sys/rpc/auth_unix.c @@ -1,6 +1,8 @@ /* $NetBSD: auth_unix.c,v 1.18 2000/07/06 03:03:30 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/authunix_prot.c b/sys/rpc/authunix_prot.c index 3b167312bd61a..b6cde0fbd0ffb 100644 --- a/sys/rpc/authunix_prot.c +++ b/sys/rpc/authunix_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: authunix_prot.c,v 1.12 2000/01/22 22:19:17 mycroft Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/clnt.h b/sys/rpc/clnt.h index b9a5c6b213d92..445ad9787fa25 100644 --- a/sys/rpc/clnt.h +++ b/sys/rpc/clnt.h @@ -1,6 +1,8 @@ /* $NetBSD: clnt.h,v 1.14 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * All rights reserved. * diff --git a/sys/rpc/clnt_dg.c b/sys/rpc/clnt_dg.c index c82d27077c584..8ffa410d587b6 100644 --- a/sys/rpc/clnt_dg.c +++ b/sys/rpc/clnt_dg.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_dg.c,v 1.4 2000/07/14 08:40:41 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/clnt_vc.c b/sys/rpc/clnt_vc.c index a21c1df74a438..0231c303f089b 100644 --- a/sys/rpc/clnt_vc.c +++ b/sys/rpc/clnt_vc.c @@ -1,6 +1,8 @@ /* $NetBSD: clnt_vc.c,v 1.4 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/krpc.h b/sys/rpc/krpc.h index 2e61b3cdf5eee..43fd742db71ac 100644 --- a/sys/rpc/krpc.h +++ b/sys/rpc/krpc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/nettype.h b/sys/rpc/nettype.h index 5d00607c7a273..0f63ac9530bc3 100644 --- a/sys/rpc/nettype.h +++ b/sys/rpc/nettype.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/pmap_prot.h b/sys/rpc/pmap_prot.h index 9488f1aa5db3c..3e958860104bd 100644 --- a/sys/rpc/pmap_prot.h +++ b/sys/rpc/pmap_prot.h @@ -1,6 +1,8 @@ /* $NetBSD: pmap_prot.h,v 1.8 2000/06/02 22:57:55 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpc.h b/sys/rpc/rpc.h index 3e6417ff6e3f7..82cf3c0222922 100644 --- a/sys/rpc/rpc.h +++ b/sys/rpc/rpc.h @@ -1,6 +1,8 @@ /* $NetBSD: rpc.h,v 1.13 2000/06/02 22:57:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpc_callmsg.c b/sys/rpc/rpc_callmsg.c index f30fcc600bf72..ab0848d7930d4 100644 --- a/sys/rpc/rpc_callmsg.c +++ b/sys/rpc/rpc_callmsg.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_callmsg.c,v 1.16 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpc_com.h b/sys/rpc/rpc_com.h index 50cec752b2d75..70d4214f54e87 100644 --- a/sys/rpc/rpc_com.h +++ b/sys/rpc/rpc_com.h @@ -1,6 +1,8 @@ /* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpc_generic.c b/sys/rpc/rpc_generic.c index 1b6a151b21ac2..a4d6298b13bb2 100644 --- a/sys/rpc/rpc_generic.c +++ b/sys/rpc/rpc_generic.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_generic.c,v 1.4 2000/09/28 09:07:04 kleink Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpc_msg.h b/sys/rpc/rpc_msg.h index dd884d145a55d..dc0ccbd0e5bcb 100644 --- a/sys/rpc/rpc_msg.h +++ b/sys/rpc/rpc_msg.h @@ -1,6 +1,8 @@ /* $NetBSD: rpc_msg.h,v 1.11 2000/06/02 22:57:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpc_prot.c b/sys/rpc/rpc_prot.c index a83932dfa7711..70a543d3f9c78 100644 --- a/sys/rpc/rpc_prot.c +++ b/sys/rpc/rpc_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: rpc_prot.c,v 1.16 2000/06/02 23:11:13 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpcb_clnt.c b/sys/rpc/rpcb_clnt.c index 2429b3861f1a4..8a95999baaf49 100644 --- a/sys/rpc/rpcb_clnt.c +++ b/sys/rpc/rpcb_clnt.c @@ -1,6 +1,8 @@ /* $NetBSD: rpcb_clnt.c,v 1.6 2000/07/16 06:41:43 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, Oracle America, Inc. * All rights reserved. * diff --git a/sys/rpc/rpcb_clnt.h b/sys/rpc/rpcb_clnt.h index 0a665e55e757d..6233952c484a6 100644 --- a/sys/rpc/rpcb_clnt.h +++ b/sys/rpc/rpcb_clnt.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpcb_prot.c b/sys/rpc/rpcb_prot.c index 4ebbe7174f407..a59dc501d9c30 100644 --- a/sys/rpc/rpcb_prot.c +++ b/sys/rpc/rpcb_prot.c @@ -1,6 +1,8 @@ /* $NetBSD: rpcb_prot.c,v 1.3 2000/07/14 08:40:42 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpcb_prot.h b/sys/rpc/rpcb_prot.h index 6b42a3698d1f8..beb4a8e167869 100644 --- a/sys/rpc/rpcb_prot.h +++ b/sys/rpc/rpcb_prot.h @@ -13,6 +13,8 @@ extern "C" { #endif /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h index e4fddb58334c0..970b10afaf2f5 100644 --- a/sys/rpc/rpcm_subs.h +++ b/sys/rpc/rpcm_subs.h @@ -3,6 +3,8 @@ /* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss.c b/sys/rpc/rpcsec_gss/rpcsec_gss.c index c8a84ebfe83c0..2eef1544b61a6 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_int.h b/sys/rpc/rpcsec_gss/rpcsec_gss_int.h index 4f38828b0ad6f..f0ea906a102c5 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_int.h +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_int.h @@ -1,6 +1,8 @@ /* rpcsec_gss.h + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2000 The Regents of the University of Michigan. All rights reserved. diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c index 90c6fe2a09880..45b1ff2533c62 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c @@ -1,6 +1,8 @@ /* rpcsec_gss_prot.c + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) 2000 The Regents of the University of Michigan. All rights reserved. diff --git a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c index 0879299143cdd..0d7bd91a57a78 100644 --- a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c +++ b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c @@ -1,4 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 1990 The Regents of the University of California. + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/sys/rpc/svc.c b/sys/rpc/svc.c index 5e5552dfe313b..e4392e48f75fd 100644 --- a/sys/rpc/svc.c +++ b/sys/rpc/svc.c @@ -1,6 +1,8 @@ /* $NetBSD: svc.c,v 1.21 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc.h b/sys/rpc/svc.h index dacf5d1a89926..b60b85ef0f530 100644 --- a/sys/rpc/svc.h +++ b/sys/rpc/svc.h @@ -1,6 +1,8 @@ /* $NetBSD: svc.h,v 1.17 2000/06/02 22:57:56 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc_auth.c b/sys/rpc/svc_auth.c index caba75cf0ce44..5dbc64b74769d 100644 --- a/sys/rpc/svc_auth.c +++ b/sys/rpc/svc_auth.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_auth.c,v 1.12 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc_auth.h b/sys/rpc/svc_auth.h index d6b31cdc9ce6e..71a39d5e300d8 100644 --- a/sys/rpc/svc_auth.h +++ b/sys/rpc/svc_auth.h @@ -1,6 +1,8 @@ /* $NetBSD: svc_auth.h,v 1.8 2000/06/02 22:57:57 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc_auth_unix.c b/sys/rpc/svc_auth_unix.c index 793821dcd3ee1..de46bf438f0e0 100644 --- a/sys/rpc/svc_auth_unix.c +++ b/sys/rpc/svc_auth_unix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc_dg.c b/sys/rpc/svc_dg.c index 121d151cbceaa..2bdd0700c044f 100644 --- a/sys/rpc/svc_dg.c +++ b/sys/rpc/svc_dg.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_dg.c,v 1.4 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc_generic.c b/sys/rpc/svc_generic.c index 2ce010db5bfe2..54e9cd0bc8086 100644 --- a/sys/rpc/svc_generic.c +++ b/sys/rpc/svc_generic.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_generic.c,v 1.3 2000/07/06 03:10:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/svc_vc.c b/sys/rpc/svc_vc.c index 731ba28ce9e3a..76aa7832939c4 100644 --- a/sys/rpc/svc_vc.c +++ b/sys/rpc/svc_vc.c @@ -1,6 +1,8 @@ /* $NetBSD: svc_vc.c,v 1.7 2000/08/03 00:01:53 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/types.h b/sys/rpc/types.h index 62b5aca1022c5..e5d728d6613b1 100644 --- a/sys/rpc/types.h +++ b/sys/rpc/types.h @@ -1,6 +1,8 @@ /* $NetBSD: types.h,v 1.13 2000/06/13 01:02:44 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/rpc/xdr.h b/sys/rpc/xdr.h index 1c2e780618c55..24113db9c6305 100644 --- a/sys/rpc/xdr.h +++ b/sys/rpc/xdr.h @@ -1,6 +1,8 @@ /* $NetBSD: xdr.h,v 1.19 2000/07/17 05:00:45 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index 399bec9b1374d..939dd6fd6f2d9 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2005 Apple Inc. * Copyright (c) 2006-2007 Robert N. M. Watson * All rights reserved. diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h index 559d571cbc45b..bf6a005ec4b9f 100644 --- a/sys/security/audit/audit.h +++ b/sys/security/audit/audit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2005 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c index c006b90f049dc..91b103e853b63 100644 --- a/sys/security/audit/audit_arg.c +++ b/sys/security/audit/audit_arg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2005 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index fed111ab6935d..26c6d027a973a 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2009 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index f44fac9d26a1e..7ccdd1e4e8300 100644 --- a/sys/security/audit/audit_bsm_klib.c +++ b/sys/security/audit/audit_bsm_klib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2009 Apple Inc. * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. diff --git a/sys/security/audit/audit_private.h b/sys/security/audit/audit_private.h index b5c373ae53ec5..9d5e7a56e973d 100644 --- a/sys/security/audit/audit_private.h +++ b/sys/security/audit/audit_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2009 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c index 73411a474c6e2..fb502739bf1d1 100644 --- a/sys/security/audit/audit_syscalls.c +++ b/sys/security/audit/audit_syscalls.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2009 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/audit_worker.c b/sys/security/audit/audit_worker.c index f526cd47b1bd0..beae9d04886e1 100644 --- a/sys/security/audit/audit_worker.c +++ b/sys/security/audit/audit_worker.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999-2008 Apple Inc. * Copyright (c) 2006-2008 Robert N. M. Watson * All rights reserved. diff --git a/sys/security/audit/bsm_domain.c b/sys/security/audit/bsm_domain.c index 8119956f4fffa..1c381e3cc3a9c 100644 --- a/sys/security/audit/bsm_domain.c +++ b/sys/security/audit/bsm_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/bsm_errno.c b/sys/security/audit/bsm_errno.c index 95060251b91e1..fc069a7568f86 100644 --- a/sys/security/audit/bsm_errno.c +++ b/sys/security/audit/bsm_errno.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/bsm_fcntl.c b/sys/security/audit/bsm_fcntl.c index e29f11a056d80..fec1e82b4c34a 100644 --- a/sys/security/audit/bsm_fcntl.c +++ b/sys/security/audit/bsm_fcntl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008-2009 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/bsm_socket_type.c b/sys/security/audit/bsm_socket_type.c index afa8e6ce1a956..640a5120783ce 100644 --- a/sys/security/audit/bsm_socket_type.c +++ b/sys/security/audit/bsm_socket_type.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Apple Inc. * All rights reserved. * diff --git a/sys/security/audit/bsm_token.c b/sys/security/audit/bsm_token.c index 84f4fce430011..05a1dcff93f73 100644 --- a/sys/security/audit/bsm_token.c +++ b/sys/security/audit/bsm_token.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004-2009 Apple Inc. * Copyright (c) 2005 SPARTA, Inc. * All rights reserved. diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h index 70b85d9e361ad..182ef312bcd0d 100644 --- a/sys/sparc64/include/_types.h +++ b/sys/sparc64/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h index 69a53beccb927..02e1546490718 100644 --- a/sys/sparc64/include/asm.h +++ b/sys/sparc64/include/asm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/bus_common.h b/sys/sparc64/include/bus_common.h index f04eb7f5b4cb4..3689b262385e1 100644 --- a/sys/sparc64/include/bus_common.h +++ b/sys/sparc64/include/bus_common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/cache.h b/sys/sparc64/include/cache.h index 3d0ac4f17648f..a299f2e4974a2 100644 --- a/sys/sparc64/include/cache.h +++ b/sys/sparc64/include/cache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * The President and Fellows of Harvard College. All rights reserved. * Copyright (c) 1992, 1993 diff --git a/sys/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h index 401f39bfccc65..5307c5bc6ac07 100644 --- a/sys/sparc64/include/cpu.h +++ b/sys/sparc64/include/cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/endian.h b/sys/sparc64/include/endian.h index 38e7c30307070..65669630bc27f 100644 --- a/sys/sparc64/include/endian.h +++ b/sys/sparc64/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index 270336922f6d2..104fc50fd79ee 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 2001 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/floatingpoint.h b/sys/sparc64/include/floatingpoint.h index d47756a00c6c4..d91efcebeefd6 100644 --- a/sys/sparc64/include/floatingpoint.h +++ b/sys/sparc64/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David O'Brien <obrien@FreeBSD.org>. * All rights reserved. * diff --git a/sys/sparc64/include/ieee.h b/sys/sparc64/include/ieee.h index 82ba9a1ae62f0..a0a95a7d95e6f 100644 --- a/sys/sparc64/include/ieee.h +++ b/sys/sparc64/include/ieee.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/in_cksum.h b/sys/sparc64/include/in_cksum.h index b13882e0820e7..6f80d69967590 100644 --- a/sys/sparc64/include/in_cksum.h +++ b/sys/sparc64/include/in_cksum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/iommureg.h b/sys/sparc64/include/iommureg.h index 10a107d331f91..3753016d405f1 100644 --- a/sys/sparc64/include/iommureg.h +++ b/sys/sparc64/include/iommureg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/md_var.h b/sys/sparc64/include/md_var.h index d3dbf99dd3709..3a30b23559355 100644 --- a/sys/sparc64/include/md_var.h +++ b/sys/sparc64/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce D. Evans. * All rights reserved. * diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 8e4f5a4aaf0ed..22e413a9e6519 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index 8d1dec3bf0354..6e9f05efc8c1f 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/ptrace.h b/sys/sparc64/include/ptrace.h index 49b1e1c0ee9aa..9a32a7f853e1f 100644 --- a/sys/sparc64/include/ptrace.h +++ b/sys/sparc64/include/ptrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/reg.h b/sys/sparc64/include/reg.h index 8a4dd2acb9e5b..006839fc6e493 100644 --- a/sys/sparc64/include/reg.h +++ b/sys/sparc64/include/reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/reloc.h b/sys/sparc64/include/reloc.h index 0e4155dac4cf7..d99dc8b05d60f 100644 --- a/sys/sparc64/include/reloc.h +++ b/sys/sparc64/include/reloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/sparc64/include/setjmp.h b/sys/sparc64/include/setjmp.h index f58776dce61c7..12035418cbbe6 100644 --- a/sys/sparc64/include/setjmp.h +++ b/sys/sparc64/include/setjmp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h index d96cef6dd6c83..2e14acba1c979 100644 --- a/sys/sparc64/include/signal.h +++ b/sys/sparc64/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/sysarch.h b/sys/sparc64/include/sysarch.h index 1f854df32253e..9a7aab8d6f268 100644 --- a/sys/sparc64/include/sysarch.h +++ b/sys/sparc64/include/sysarch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/varargs.h b/sys/sparc64/include/varargs.h index bb58ce87f997c..67ad5611368d2 100644 --- a/sys/sparc64/include/varargs.h +++ b/sys/sparc64/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h index facec86790eee..72bbf1e90f8de 100644 --- a/sys/sparc64/include/vmparam.h +++ b/sys/sparc64/include/vmparam.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/sparc64/sparc64/cache.c b/sys/sparc64/sparc64/cache.c index 0dc3aa1662a1c..5d92a4286660a 100644 --- a/sys/sparc64/sparc64/cache.c +++ b/sys/sparc64/sparc64/cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * The President and Fellows of Harvard College. All rights reserved. * Copyright (c) 1992, 1993 diff --git a/sys/sparc64/sparc64/eeprom.c b/sys/sparc64/sparc64/eeprom.c index 9470bafeab54c..fa385ea35eb7f 100644 --- a/sys/sparc64/sparc64/eeprom.c +++ b/sys/sparc64/sparc64/eeprom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 Gordon W. Ross diff --git a/sys/sparc64/sparc64/in_cksum.c b/sys/sparc64/sparc64/in_cksum.c index 47e69cdc6086f..e1fab2a7d8bcc 100644 --- a/sys/sparc64/sparc64/in_cksum.c +++ b/sys/sparc64/sparc64/in_cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/sparc64/intr_machdep.c b/sys/sparc64/sparc64/intr_machdep.c index 2c0c5380508ea..7f1f9eff2d1a1 100644 --- a/sys/sparc64/sparc64/intr_machdep.c +++ b/sys/sparc64/sparc64/intr_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index 2949903399692..d8b2b777deee4 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Jake Burkholder. * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. diff --git a/sys/sparc64/sparc64/mem.c b/sys/sparc64/sparc64/mem.c index a25bef49f3d28..1e97f49a3cdf8 100644 --- a/sys/sparc64/sparc64/mem.c +++ b/sys/sparc64/sparc64/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/sparc64/sparc64/pmap.c b/sys/sparc64/sparc64/pmap.c index 66dba16aed9d0..b01392f071346 100644 --- a/sys/sparc64/sparc64/pmap.c +++ b/sys/sparc64/sparc64/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index e77ccf77297ac..ca2189e5552cc 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001, Jake Burkholder * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 diff --git a/sys/sparc64/sparc64/uio_machdep.c b/sys/sparc64/sparc64/uio_machdep.c index fecd3d1338ae5..e334d575d2c59 100644 --- a/sys/sparc64/sparc64/uio_machdep.c +++ b/sys/sparc64/sparc64/uio_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/sparc64/vm_machdep.c b/sys/sparc64/sparc64/vm_machdep.c index 10d1d36626ea1..bb4cc8a8f5dc7 100644 --- a/sys/sparc64/sparc64/vm_machdep.c +++ b/sys/sparc64/sparc64/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson diff --git a/sys/sys/_bitset.h b/sys/sys/_bitset.h index 2f5301d58a5de..e45efdfdfdef1 100644 --- a/sys/sys/_bitset.h +++ b/sys/sys/_bitset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/_bus_dma.h b/sys/sys/_bus_dma.h index 91318d01c21c1..c2a1730186c98 100644 --- a/sys/sys/_bus_dma.h +++ b/sys/sys/_bus_dma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2006 John-Mark Gurney. * All rights reserved. * diff --git a/sys/sys/_callout.h b/sys/sys/_callout.h index a9134c8dfc4e8..41af14f2801b5 100644 --- a/sys/sys/_callout.h +++ b/sys/sys/_callout.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/_cpuset.h b/sys/sys/_cpuset.h index 1ddafac2c7c20..cb3c0f9d586e1 100644 --- a/sys/sys/_cpuset.h +++ b/sys/sys/_cpuset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/_ffcounter.h b/sys/sys/_ffcounter.h index 0d5864a7f34e1..511b0a598eb79 100644 --- a/sys/sys/_ffcounter.h +++ b/sys/sys/_ffcounter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The University of Melbourne * All rights reserved. * diff --git a/sys/sys/_iovec.h b/sys/sys/_iovec.h index bd7207332938f..a522ed0e043c5 100644 --- a/sys/sys/_iovec.h +++ b/sys/sys/_iovec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/_kstack_cache.h b/sys/sys/_kstack_cache.h index 58b2f9087f497..d638ff7fa9552 100644 --- a/sys/sys/_kstack_cache.h +++ b/sys/sys/_kstack_cache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009 Konstantin Belousov <kib@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/_lock.h b/sys/sys/_lock.h index ff5828cdbaf16..6a9e4b018067d 100644 --- a/sys/sys/_lock.h +++ b/sys/sys/_lock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/_lockmgr.h b/sys/sys/_lockmgr.h index 0367ff1e7ba16..62e50df1ac4e1 100644 --- a/sys/sys/_lockmgr.h +++ b/sys/sys/_lockmgr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Attilio Rao <attilio@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_mutex.h b/sys/sys/_mutex.h index 5da137a0de4b2..e37226cc8e5dc 100644 --- a/sys/sys/_mutex.h +++ b/sys/sys/_mutex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/_null.h b/sys/sys/_null.h index 92706c6a037a1..8fa5e4246bf83 100644 --- a/sys/sys/_null.h +++ b/sys/sys/_null.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/_pctrie.h b/sys/sys/_pctrie.h index c6d13baa992f5..d9a98a78bfb21 100644 --- a/sys/sys/_pctrie.h +++ b/sys/sys/_pctrie.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 EMC Corp. * Copyright (c) 2011 Jeffrey Roberson <jeff@freebsd.org> * Copyright (c) 2008 Mayur Shardul <mayur.shardul@gmail.com> diff --git a/sys/sys/_pthreadtypes.h b/sys/sys/_pthreadtypes.h index 76049ee6d8dfc..fdd0878ff94c6 100644 --- a/sys/sys/_pthreadtypes.h +++ b/sys/sys/_pthreadtypes.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu * Copyright (c) 1995-1998 by John Birrell <jb@cimlogic.com.au> * All rights reserved. diff --git a/sys/sys/_rmlock.h b/sys/sys/_rmlock.h index 8a3c871b4a67c..89a25ee687986 100644 --- a/sys/sys/_rmlock.h +++ b/sys/sys/_rmlock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Stephan Uphoff <ups@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_rwlock.h b/sys/sys/_rwlock.h index 82c911389bff6..2e5583fcee9c9 100644 --- a/sys/sys/_rwlock.h +++ b/sys/sys/_rwlock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_semaphore.h b/sys/sys/_semaphore.h index 5266d044ff894..e9991439340c9 100644 --- a/sys/sys/_semaphore.h +++ b/sys/sys/_semaphore.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Alfred Perlstein <alfred@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_sigset.h b/sys/sys/_sigset.h index 06826701f740b..eec04b8842b40 100644 --- a/sys/sys/_sigset.h +++ b/sys/sys/_sigset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/_sockaddr_storage.h b/sys/sys/_sockaddr_storage.h index 5c0048b56b772..4cd65b6666030 100644 --- a/sys/sys/_sockaddr_storage.h +++ b/sys/sys/_sockaddr_storage.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/_stack.h b/sys/sys/_stack.h index 96273d3c13d2f..a7d440440b45f 100644 --- a/sys/sys/_stack.h +++ b/sys/sys/_stack.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Antoine Brodin * All rights reserved. * diff --git a/sys/sys/_stdint.h b/sys/sys/_stdint.h index a0fe0ad1fa5b1..248651535f35f 100644 --- a/sys/sys/_stdint.h +++ b/sys/sys/_stdint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 David E. O'Brien <obrien@FreeBSD.org> * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. diff --git a/sys/sys/_sx.h b/sys/sys/_sx.h index 789720b615141..7e53200393b3d 100644 --- a/sys/sys/_sx.h +++ b/sys/sys/_sx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Attilio Rao <attilio@freebsd.org> * All rights reserved. * diff --git a/sys/sys/_task.h b/sys/sys/_task.h index d3be7198dc2ff..8772c134d6d32 100644 --- a/sys/sys/_task.h +++ b/sys/sys/_task.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/sys/_termios.h b/sys/sys/_termios.h index 2a8b852a2b010..e0e9e7dec6b0a 100644 --- a/sys/sys/_termios.h +++ b/sys/sys/_termios.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/_timespec.h b/sys/sys/_timespec.h index d51559c2a41a4..4a9e903246fe5 100644 --- a/sys/sys/_timespec.h +++ b/sys/sys/_timespec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/_timeval.h b/sys/sys/_timeval.h index a35d8a932513c..3da7a711eb192 100644 --- a/sys/sys/_timeval.h +++ b/sys/sys/_timeval.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_types.h b/sys/sys/_types.h index 8736651ba6f0f..3430021176686 100644 --- a/sys/sys/_types.h +++ b/sys/sys/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_umtx.h b/sys/sys/_umtx.h index d94f86b0f566c..b9d10b756a0c9 100644 --- a/sys/sys/_umtx.h +++ b/sys/sys/_umtx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/sys/sys/_unrhdr.h b/sys/sys/_unrhdr.h index f3c25d165d800..65abe5789710a 100644 --- a/sys/sys/_unrhdr.h +++ b/sys/sys/_unrhdr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/sys/aac_ioctl.h b/sys/sys/aac_ioctl.h index 1c04a7c584167..2ed9530cd21b9 100644 --- a/sys/sys/aac_ioctl.h +++ b/sys/sys/aac_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/sys/acct.h b/sys/sys/acct.h index 7c118edea5513..7f8e454a486a3 100644 --- a/sys/sys/acct.h +++ b/sys/sys/acct.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/acl.h b/sys/sys/acl.h index 9806a54a30727..196447a6d9cbb 100644 --- a/sys/sys/acl.h +++ b/sys/sys/acl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2001 Robert N. M. Watson * Copyright (c) 2008 Edward Tomasz Napierała <trasz@FreeBSD.org> * All rights reserved. diff --git a/sys/sys/agpio.h b/sys/sys/agpio.h index 78a2ade96d765..69b91462f39b7 100644 --- a/sys/sys/agpio.h +++ b/sys/sys/agpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/sys/aio.h b/sys/sys/aio.h index 83a7cf5e22c82..6ab8bdb7f296e 100644 --- a/sys/sys/aio.h +++ b/sys/sys/aio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 John S. Dyson. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/alq.h b/sys/sys/alq.h index 4a502d29684e0..536fa2077357e 100644 --- a/sys/sys/alq.h +++ b/sys/sys/alq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * Copyright (c) 2008-2009, Lawrence Stewart <lstewart@freebsd.org> * Copyright (c) 2010, The FreeBSD Foundation diff --git a/sys/sys/assym.h b/sys/sys/assym.h index 9316a4e4996c6..0ef1286bccb6c 100644 --- a/sys/sys/assym.h +++ b/sys/sys/assym.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/ata.h b/sys/sys/ata.h index c5792a1955d6b..43be0a21bc2e3 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 - 2008 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 01149dd64df96..6f52bcd007adf 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/bitset.h b/sys/sys/bitset.h index 566d944842079..febc18143c237 100644 --- a/sys/sys/bitset.h +++ b/sys/sys/bitset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/bitstring.h b/sys/sys/bitstring.h index 32465d11ab273..08fa4ba8c5993 100644 --- a/sys/sys/bitstring.h +++ b/sys/sys/bitstring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/blist.h b/sys/sys/blist.h index 4afefd693b765..32c1cc480d264 100644 --- a/sys/sys/blist.h +++ b/sys/sys/blist.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Matthew Dillon. All Rights Reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/boot.h b/sys/sys/boot.h index 4a2fa930935e3..ef4270dac6f50 100644 --- a/sys/sys/boot.h +++ b/sys/sys/boot.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Roger Pau Monné <roger.pau@citrix.com> * All rights reserved. * diff --git a/sys/sys/buf.h b/sys/sys/buf.h index b8938e323e357..2e217eeda3f6c 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/buf_ring.h b/sys/sys/buf_ring.h index 234e318ecf16d..77320c3bd2f45 100644 --- a/sys/sys/buf_ring.h +++ b/sys/sys/buf_ring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Kip Macy <kmacy@freebsd.org> * All rights reserved. * diff --git a/sys/sys/bufobj.h b/sys/sys/bufobj.h index 0fa6c8cedce44..ce9d361158ef6 100644 --- a/sys/sys/bufobj.h +++ b/sys/sys/bufobj.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/sys/bus.h b/sys/sys/bus.h index 4a48cb4de9854..5f19a3696e448 100644 --- a/sys/sys/bus.h +++ b/sys/sys/bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998,2003 Doug Rabson * All rights reserved. * diff --git a/sys/sys/bus_dma.h b/sys/sys/bus_dma.h index 1a2ecd6b54b09..2ea07e0908bc3 100644 --- a/sys/sys/bus_dma.h +++ b/sys/sys/bus_dma.h @@ -1,6 +1,8 @@ /* $NetBSD: bus.h,v 1.12 1997/10/01 08:25:15 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/sys/busdma_bufalloc.h b/sys/sys/busdma_bufalloc.h index dfcb4b8c5ff05..3cb29371d0c40 100644 --- a/sys/sys/busdma_bufalloc.h +++ b/sys/sys/busdma_bufalloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ian Lepore * All rights reserved. * diff --git a/sys/sys/callout.h b/sys/sys/callout.h index 27c37dc15a4c8..df4fc07ca4f7d 100644 --- a/sys/sys/callout.h +++ b/sys/sys/callout.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/capability.h b/sys/sys/capability.h index 8b1c229f46bdb..fe5f8b4966eb2 100644 --- a/sys/sys/capability.h +++ b/sys/sys/capability.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Robert N. M. Watson * All rights reserved. * diff --git a/sys/sys/caprights.h b/sys/sys/caprights.h index eb8e454f1de94..8698483ce22c3 100644 --- a/sys/sys/caprights.h +++ b/sys/sys/caprights.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 FreeBSD Foundation * All rights reserved. * diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index a1cad1d396917..5cc2f0d99e2c1 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/cdrio.h b/sys/sys/cdrio.h index 0f86772205035..f8af2fde5cb51 100644 --- a/sys/sys/cdrio.h +++ b/sys/sys/cdrio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000,2001,2002 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/cfictl.h b/sys/sys/cfictl.h index a5439e04fbe92..db5ecfe6a7c93 100644 --- a/sys/sys/cfictl.h +++ b/sys/sys/cfictl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007, Juniper Networks, Inc. * All rights reserved. * diff --git a/sys/sys/chio.h b/sys/sys/chio.h index edf1ab7a0e4d1..47a5a941d8382 100644 --- a/sys/sys/chio.h +++ b/sys/sys/chio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> * All rights reserved. * diff --git a/sys/sys/clock.h b/sys/sys/clock.h index a5e625a814227..5c09ba8244618 100644 --- a/sys/sys/clock.h +++ b/sys/sys/clock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/sys/condvar.h b/sys/sys/condvar.h index f940a7504a80a..e1a890334afac 100644 --- a/sys/sys/condvar.h +++ b/sys/sys/condvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Jake Burkholder <jake@freebsd.org>. * All rights reserved. * diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 92b230103b008..87df4b219ec57 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2000 diff --git a/sys/sys/cons.h b/sys/sys/cons.h index 0085daa68289b..d1507ddc61c0b 100644 --- a/sys/sys/cons.h +++ b/sys/sys/cons.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/sys/consio.h b/sys/sys/consio.h index a2b035cada62d..3f5f7e4b09c72 100644 --- a/sys/sys/consio.h +++ b/sys/sys/consio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991-1996 Søren Schmidt * All rights reserved. * diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h index 9b35e47bd00cc..11831be6e4444 100644 --- a/sys/sys/copyright.h +++ b/sys/sys/copyright.h @@ -1,5 +1,7 @@ /*- - * Copyright (C) 1992-2018 The FreeBSD Project. All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (C) 1992-2017 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -34,7 +36,7 @@ /* FreeBSD */ #define COPYRIGHT_FreeBSD \ - "Copyright (c) 1992-2018 The FreeBSD Project.\n" + "Copyright (c) 1992-2017 The FreeBSD Project.\n" /* Foundation */ #define TRADEMARK_Foundation \ @@ -44,14 +46,5 @@ #define COPYRIGHT_UCB \ "Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994\n\tThe Regents of the University of California. All rights reserved.\n" -/* a port of FreeBSD to the NEC PC98, Japan */ -#if defined(PC98) -#define COPYRIGHT_PC98 \ - "Copyright (c) 1994-2003 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n" -#else -#define COPYRIGHT_PC98 -#endif - -char copyright[] = COPYRIGHT_Vendor COPYRIGHT_FreeBSD COPYRIGHT_PC98 \ - COPYRIGHT_UCB; +char copyright[] = COPYRIGHT_Vendor COPYRIGHT_FreeBSD COPYRIGHT_UCB; char trademark[] = TRADEMARK_Foundation; diff --git a/sys/sys/counter.h b/sys/sys/counter.h index 2ce7134176f26..11588945094f9 100644 --- a/sys/sys/counter.h +++ b/sys/sys/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Gleb Smirnoff <glebius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/cpu.h b/sys/sys/cpu.h index f159e376bba1e..b3b745ab7deb9 100644 --- a/sys/sys/cpu.h +++ b/sys/sys/cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2007 Nate Lawson (SDG) * All rights reserved. * diff --git a/sys/sys/cpuctl.h b/sys/sys/cpuctl.h index 65556ec612188..8c7fb65632f5b 100644 --- a/sys/sys/cpuctl.h +++ b/sys/sys/cpuctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Stanislav Sedov <stas@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/cpuset.h b/sys/sys/cpuset.h index c459e7b05d2f3..81e7a7b87d997 100644 --- a/sys/sys/cpuset.h +++ b/sys/sys/cpuset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/ctype.h b/sys/sys/ctype.h index 5022d40c15b2e..ed0802df51854 100644 --- a/sys/sys/ctype.h +++ b/sys/sys/ctype.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h index bce0570401ca8..360c5b97c4632 100644 --- a/sys/sys/devicestat.h +++ b/sys/sys/devicestat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 1999 Kenneth D. Merry. * All rights reserved. * diff --git a/sys/sys/digiio.h b/sys/sys/digiio.h index 57824dcd19a5e..8477df8e83964 100644 --- a/sys/sys/digiio.h +++ b/sys/sys/digiio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Brian Somers <brian@Awfulhak.org> * based on work by Slawa Olhovchenkov * John Prince <johnp@knight-trosoft.com> diff --git a/sys/sys/dir.h b/sys/sys/dir.h index 799ad9ed353cf..6f345a1be1a8d 100644 --- a/sys/sys/dir.h +++ b/sys/sys/dir.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index efa653d5a5486..78b6dbbd52301 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 42c757aaf3a0b..452c29d71cd12 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h index 5f49eb9e8d064..eaae8254f506f 100644 --- a/sys/sys/diskmbr.h +++ b/sys/sys/diskmbr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h index a9bdf45d549ed..16bb6762460ee 100644 --- a/sys/sys/dkstat.h +++ b/sys/sys/dkstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/domain.h b/sys/sys/domain.h index 1817e7881c6fd..a24be08db195a 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/dtrace_bsd.h b/sys/sys/dtrace_bsd.h index 09f69e7f31cc2..577e27333b6a0 100644 --- a/sys/sys/dtrace_bsd.h +++ b/sys/sys/dtrace_bsd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 John Birrell (jb@freebsd.org) * All rights reserved. * diff --git a/sys/sys/dvdio.h b/sys/sys/dvdio.h index 71e4d96c1d7f1..6d6f2f53bc1f0 100644 --- a/sys/sys/dvdio.h +++ b/sys/sys/dvdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999,2000,2001,2002 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/elf.h b/sys/sys/elf.h index b2d6b77c98e2d..f9bc91b30640b 100644 --- a/sys/sys/elf.h +++ b/sys/sys/elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 David E. O'Brien. * All rights reserved. * diff --git a/sys/sys/elf32.h b/sys/sys/elf32.h index 0aa3142ed1199..ad44b7cf970a7 100644 --- a/sys/sys/elf32.h +++ b/sys/sys/elf32.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/sys/elf64.h b/sys/sys/elf64.h index a309dfc6843e8..880166a3e83a0 100644 --- a/sys/sys/elf64.h +++ b/sys/sys/elf64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-1998 John D. Polstra. * All rights reserved. * diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 9a564a2e48a37..a25994afbbd21 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Dell EMC * Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien * Copyright (c) 1998 John D. Polstra. diff --git a/sys/sys/elf_generic.h b/sys/sys/elf_generic.h index 5ff5242efcb27..301ee52cf7a11 100644 --- a/sys/sys/elf_generic.h +++ b/sys/sys/elf_generic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 John D. Polstra. * All rights reserved. * diff --git a/sys/sys/endian.h b/sys/sys/endian.h index d50110cabc5d8..3cef6130cd15e 100644 --- a/sys/sys/endian.h +++ b/sys/sys/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/errno.h b/sys/sys/errno.h index 0292c6a17da21..0b5e1eb37fd4b 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/eui64.h b/sys/sys/eui64.h index 33300a779d3b0..163a5bdd5198d 100644 --- a/sys/sys/eui64.h +++ b/sys/sys/eui64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 The Aerospace Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/event.h b/sys/sys/event.h index 5c024ab449ed0..6b851ade87a30 100644 --- a/sys/sys/event.h +++ b/sys/sys/event.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/eventhandler.h b/sys/sys/eventhandler.h index 2240a002ed6b4..eb6c76954079d 100644 --- a/sys/sys/eventhandler.h +++ b/sys/sys/eventhandler.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * All rights reserved. * diff --git a/sys/sys/eventvar.h b/sys/sys/eventvar.h index ce79677f3be67..0cf5c847c71eb 100644 --- a/sys/sys/eventvar.h +++ b/sys/sys/eventvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon <jlemon@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/exec.h b/sys/sys/exec.h index 1ee1501675808..de78d77d76366 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/extattr.h b/sys/sys/extattr.h index ce5619bef162b..f0f00ff927406 100644 --- a/sys/sys/extattr.h +++ b/sys/sys/extattr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2001 Robert N. M. Watson * All rights reserved. * diff --git a/sys/sys/fail.h b/sys/sys/fail.h index bd2eab1d4aa2d..b9a14e56281ac 100644 --- a/sys/sys/fail.h +++ b/sys/sys/fail.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Isilon Inc http://www.isilon.com/ * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h index b0779061fa9c0..b61878936b0cd 100644 --- a/sys/sys/fbio.h +++ b/sys/sys/fbio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h index d4785121b9b41..029ff9b373aee 100644 --- a/sys/sys/fcntl.h +++ b/sys/sys/fcntl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/fdcio.h b/sys/sys/fdcio.h index 341bbd0e40eb2..7530d21d2f6c1 100644 --- a/sys/sys/fdcio.h +++ b/sys/sys/fdcio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1992-1994,2001 by Joerg Wunsch, Dresden * All rights reserved. * diff --git a/sys/sys/file.h b/sys/sys/file.h index 948c19bcacaa8..45444d376981e 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index e684f74369f7e..0985fedb62564 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/filio.h b/sys/sys/filio.h index 1710ba45e6c59..3d39b0ed2656e 100644 --- a/sys/sys/filio.h +++ b/sys/sys/filio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/firmware.h b/sys/sys/firmware.h index ce02831a589f3..8a9b2cf23bd71 100644 --- a/sys/sys/firmware.h +++ b/sys/sys/firmware.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Sam Leffler <sam@errno.com> * All rights reserved. * diff --git a/sys/sys/gmon.h b/sys/sys/gmon.h index 1fb850798b5e1..ce75e1f36caa8 100644 --- a/sys/sys/gmon.h +++ b/sys/sys/gmon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/gpio.h b/sys/sys/gpio.h index dbe55872fe030..0d8c3eb5b1d1e 100644 --- a/sys/sys/gpio.h +++ b/sys/sys/gpio.h @@ -1,6 +1,8 @@ /* $NetBSD: gpio.h,v 1.7 2009/09/25 20:27:50 mbalmer Exp $ */ /* $OpenBSD: gpio.h,v 1.7 2008/11/26 14:51:20 mbalmer Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND MIT + * * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h index 3ef76b9bf3a22..5ec1de2ffd770 100644 --- a/sys/sys/gpt.h +++ b/sys/sys/gpt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/hash.h b/sys/sys/hash.h index 8abf17bb36832..35e76ec758cb4 100644 --- a/sys/sys/hash.h +++ b/sys/sys/hash.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Tobias Weingartner * All rights reserved. * diff --git a/sys/sys/hhook.h b/sys/sys/hhook.h index 1d60dd3b401e1..76c827e669392 100644 --- a/sys/sys/hhook.h +++ b/sys/sys/hhook.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010,2013 Lawrence Stewart <lstewart@freebsd.org> * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. diff --git a/sys/sys/iconv.h b/sys/sys/iconv.h index 44a03e96144c9..ba9b0e9dd9c8b 100644 --- a/sys/sys/iconv.h +++ b/sys/sys/iconv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h index 8cefb65e93cc5..d5a4d01838933 100644 --- a/sys/sys/imgact.h +++ b/sys/sys/imgact.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993, David Greenman * All rights reserved. * diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 3eaa8e75a6d17..c4c9f9351c33e 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h index 40ad7c72ef3fb..0ce5b08845d35 100644 --- a/sys/sys/imgact_elf.h +++ b/sys/sys/imgact_elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1996 Søren Schmidt * All rights reserved. * diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h index c320e5fc8f123..36d2732d4da7b 100644 --- a/sys/sys/interrupt.h +++ b/sys/sys/interrupt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/sys/ioccom.h b/sys/sys/ioccom.h index 5669088dc9c87..86527adf22a70 100644 --- a/sys/sys/ioccom.h +++ b/sys/sys/ioccom.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index 07d9414812675..988b7e3a03a4f 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/ioctl_compat.h b/sys/sys/ioctl_compat.h index d12cd5a8862ce..ff667bc600073 100644 --- a/sys/sys/ioctl_compat.h +++ b/sys/sys/ioctl_compat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h index 19f1d39b603e4..df3b9d8ef7199 100644 --- a/sys/sys/ipc.h +++ b/sys/sys/ipc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sys/ipmi.h b/sys/sys/ipmi.h index b8e318a921bc3..d4234b6c9ed8d 100644 --- a/sys/sys/ipmi.h +++ b/sys/sys/ipmi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. <ambrisko@ironport.com> * All rights reserved. * diff --git a/sys/sys/jail.h b/sys/sys/jail.h index c736bb2dc7471..bfd41bea69cbd 100644 --- a/sys/sys/jail.h +++ b/sys/sys/jail.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Poul-Henning Kamp. * Copyright (c) 2009 James Gritton. * All rights reserved. diff --git a/sys/sys/joystick.h b/sys/sys/joystick.h index 6f2eb5bc28290..60a89dce38c36 100644 --- a/sys/sys/joystick.h +++ b/sys/sys/joystick.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/sys/kdb.h b/sys/sys/kdb.h index 1e68c39828504..d84b8b9956ffc 100644 --- a/sys/sys/kdb.h +++ b/sys/sys/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/kenv.h b/sys/sys/kenv.h index 0a30ddb35d160..fd1ae31f6a952 100644 --- a/sys/sys/kenv.h +++ b/sys/sys/kenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Maxime Henrion <mux@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index 6b6564668ae6a..ea3bf2620dab4 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Terrence R. Lambert * All rights reserved. * diff --git a/sys/sys/kerneldump.h b/sys/sys/kerneldump.h index fd010181eb1d5..788d2fc80e5d2 100644 --- a/sys/sys/kerneldump.h +++ b/sys/sys/kerneldump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Poul-Henning Kamp * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. diff --git a/sys/sys/khelp.h b/sys/sys/khelp.h index f542b1487d4aa..54c4791d3be9b 100644 --- a/sys/sys/khelp.h +++ b/sys/sys/khelp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Lawrence Stewart <lstewart@freebsd.org> * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. diff --git a/sys/sys/kobj.h b/sys/sys/kobj.h index 862e79f0e238b..5f8b2bb07be36 100644 --- a/sys/sys/kobj.h +++ b/sys/sys/kobj.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2003 Doug Rabson * All rights reserved. * diff --git a/sys/sys/ksem.h b/sys/sys/ksem.h index b337a2bfb6fb7..e5b4285c3fbf0 100644 --- a/sys/sys/ksem.h +++ b/sys/sys/ksem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Alfred Perlstein <alfred@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/kthread.h b/sys/sys/kthread.h index b6304f52f1f0b..e6f1fa41a988a 100644 --- a/sys/sys/kthread.h +++ b/sys/sys/kthread.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Peter Wemm <peter@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h index 07d7c45b5c9f5..d9bd2bf6e089e 100644 --- a/sys/sys/ktr.h +++ b/sys/sys/ktr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/ktr_class.h b/sys/sys/ktr_class.h index 4bfc895b71a55..9190ce27bb8bc 100644 --- a/sys/sys/ktr_class.h +++ b/sys/sys/ktr_class.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index 86cd23ab59b37..5bbb556fee3b9 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index f1e59fb1ddcb9..c912f5edf1e28 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/limits.h b/sys/sys/limits.h index c56a337debc09..b388b7e4f11a4 100644 --- a/sys/sys/limits.h +++ b/sys/sys/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h index 6695c268c8429..2e4f3862c7471 100644 --- a/sys/sys/link_aout.h +++ b/sys/sys/link_aout.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h index c228f1d273d5c..bd544752bea85 100644 --- a/sys/sys/link_elf.h +++ b/sys/sys/link_elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/sys/sys/linker.h b/sys/sys/linker.h index 349bfeb3369ee..6f9f5c1e22220 100644 --- a/sys/sys/linker.h +++ b/sys/sys/linker.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Doug Rabson * All rights reserved. * diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h index eaffcd1436839..db5b3d1f3ac18 100644 --- a/sys/sys/linker_set.h +++ b/sys/sys/linker_set.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 John D. Polstra * Copyright (c) 1999,2001 Peter Wemm <peter@FreeBSD.org> * All rights reserved. diff --git a/sys/sys/lock.h b/sys/sys/lock.h index 4c5d60b80e2f2..dfb368afd12d4 100644 --- a/sys/sys/lock.h +++ b/sys/sys/lock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/lock_profile.h b/sys/sys/lock_profile.h index bf73ca14d62ab..7c7edee4af0a0 100644 --- a/sys/sys/lock_profile.h +++ b/sys/sys/lock_profile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Kip Macy kmacy@FreeBSD.org * Copyright (c) 2006 Kris Kennaway kris@FreeBSD.org * Copyright (c) 2006 Dag-Erling Smorgrav des@des.no diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index 1235bdba0c4f6..5d014936ef0ab 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/lockmgr.h b/sys/sys/lockmgr.h index d36d6c8a77ff7..debc74be062ba 100644 --- a/sys/sys/lockmgr.h +++ b/sys/sys/lockmgr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Attilio Rao <attilio@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/lockstat.h b/sys/sys/lockstat.h index 64745052974b8..50747e89ccf48 100644 --- a/sys/sys/lockstat.h +++ b/sys/sys/lockstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Stacey Son <sson@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/loginclass.h b/sys/sys/loginclass.h index 6783123a56ba7..9bc14766cf26e 100644 --- a/sys/sys/loginclass.h +++ b/sys/sys/loginclass.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/sys/mac.h b/sys/sys/mac.h index 0aa8960874065..bc12cb7530834 100644 --- a/sys/sys/mac.h +++ b/sys/sys/mac.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2002 Robert N. M. Watson * Copyright (c) 2001-2005 Networks Associates Technology, Inc. * Copyright (c) 2005-2006 SPARTA, Inc. diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index a6d9a6495990c..720a57528b308 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. * Copyright (c) 2005, 2009 Robert N. M. Watson diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index f2f3f79f12c00..818a9f839d8ca 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. * All rights reserved. diff --git a/sys/sys/mchain.h b/sys/sys/mchain.h index b89cbfdfffe42..28391d749472b 100644 --- a/sys/sys/mchain.h +++ b/sys/sys/mchain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Boris Popov * All rights reserved. * diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h index acbfa4b2e9d6c..c09530332a4f1 100644 --- a/sys/sys/mdioctl.h +++ b/sys/sys/mdioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sys/memdesc.h b/sys/sys/memdesc.h index 8e9f7dd66d5b4..8a128fd7f5191 100644 --- a/sys/sys/memdesc.h +++ b/sys/sys/memdesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 EMC Corp. * All rights reserved. * diff --git a/sys/sys/mman.h b/sys/sys/mman.h index 199b519294ea5..df4e34fd95e83 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/module.h b/sys/sys/module.h index 07464fc6e1f6f..bf509bc4ec73a 100644 --- a/sys/sys/module.h +++ b/sys/sys/module.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Doug Rabson * All rights reserved. * diff --git a/sys/sys/module_khelp.h b/sys/sys/module_khelp.h index 371e4c3170f8a..a66440277a41b 100644 --- a/sys/sys/module_khelp.h +++ b/sys/sys/module_khelp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Lawrence Stewart <lstewart@freebsd.org> * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 12d2e41b4ed93..651b943138611 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/mpt_ioctl.h b/sys/sys/mpt_ioctl.h index 3f17433a2bfd9..527334594faf5 100644 --- a/sys/sys/mpt_ioctl.h +++ b/sys/sys/mpt_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/sys/mqueue.h b/sys/sys/mqueue.h index 36e89fa21e340..ca9fd13cca761 100644 --- a/sys/sys/mqueue.h +++ b/sys/sys/mqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * All rights reserved. * diff --git a/sys/sys/msg.h b/sys/sys/msg.h index 8f56c94822570..a9acc17f6afb4 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -4,6 +4,8 @@ /*- * SVID compatible msg.h file * + * SPDX-License-Identifier: MIT + * * Author: Daniel Boulet * * Copyright 1993 Daniel Boulet and RTMX Inc. diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h index 996fa200ccaf4..11f248bf3feb8 100644 --- a/sys/sys/msgbuf.h +++ b/sys/sys/msgbuf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1981, 1984, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index 0d2701b82f299..bcf433721984f 100644 --- a/sys/sys/mtio.h +++ b/sys/sys/mtio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 5e19407f85ca6..805df8adc40a8 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/namei.h b/sys/sys/namei.h index af79eb9eb9efc..2e33f1698a828 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/nlist_aout.h b/sys/sys/nlist_aout.h index cb3dd85912527..5a979c5fedded 100644 --- a/sys/sys/nlist_aout.h +++ b/sys/sys/nlist_aout.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/osd.h b/sys/sys/osd.h index c838e97d7ebd6..a9824184c579c 100644 --- a/sys/sys/osd.h +++ b/sys/sys/osd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/param.h b/sys/sys/param.h index 249b325bd7d9d..9b1ffef7b1b70 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/pciio.h b/sys/sys/pciio.h index d70bfbcf6fc8d..80d2019b7967b 100644 --- a/sys/sys/pciio.h +++ b/sys/sys/pciio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser <se@FreeBSD.ORG> * Copyright (c) 1997, 1998, 1999, Kenneth D. Merry <ken@FreeBSD.ORG> * All rights reserved. diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h index d6d1b3d82c7b7..49f25c18dca4a 100644 --- a/sys/sys/pcpu.h +++ b/sys/sys/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Wind River Systems, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/sys/pctrie.h b/sys/sys/pctrie.h index 1fd0b34dceb63..88d5d2583e40e 100644 --- a/sys/sys/pctrie.h +++ b/sys/sys/pctrie.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 EMC Corp. * Copyright (c) 2011 Jeffrey Roberson <jeff@freebsd.org> * Copyright (c) 2008 Mayur Shardul <mayur.shardul@gmail.com> diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h index 93bdbeccd2f87..1a0bf11f87944 100644 --- a/sys/sys/pioctl.h +++ b/sys/sys/pioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index a03e50718ae80..6ff07d4213d78 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008, Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/sys/pmckern.h b/sys/sys/pmckern.h index dd197fd874812..986fbb2b5cc22 100644 --- a/sys/sys/pmckern.h +++ b/sys/sys/pmckern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2007, Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/sys/pmclog.h b/sys/sys/pmclog.h index a6bbf0b98dc33..b2f89de3ae771 100644 --- a/sys/sys/pmclog.h +++ b/sys/sys/pmclog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2007, Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/sys/poll.h b/sys/sys/poll.h index ca3ce12873c6e..6805704ca39fd 100644 --- a/sys/sys/poll.h +++ b/sys/sys/poll.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Peter Wemm <peter@freebsd.org> * All rights reserved. * diff --git a/sys/sys/posix4.h b/sys/sys/posix4.h index 8dcf36dec3353..3019c6d5ccf8e 100644 --- a/sys/sys/posix4.h +++ b/sys/sys/posix4.h @@ -1,6 +1,8 @@ #ifndef _P1003_1B_P1003_1B_H_ #define _P1003_1B_P1003_1B_H_ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998 * HD Associates, Inc. All rights reserved. * diff --git a/sys/sys/power.h b/sys/sys/power.h index 62784b2e49d3d..3fcc2c387d619 100644 --- a/sys/sys/power.h +++ b/sys/sys/power.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mitsuru IWASAKI * All rights reserved. * diff --git a/sys/sys/priority.h b/sys/sys/priority.h index a2cd3b7248e29..60327cf20293f 100644 --- a/sys/sys/priority.h +++ b/sys/sys/priority.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, Henrik Vestergaard Draboel * All rights reserved. * diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 828c19f25efb4..3dc54d91e7cb4 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 nCircle Network Security, Inc. * All rights reserved. * diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 02efbb913120c..825e2de498a10 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/procctl.h b/sys/sys/procctl.h index 8c938c5d70aa8..17144e9f0c687 100644 --- a/sys/sys/procctl.h +++ b/sys/sys/procctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Hudson River Trading LLC * Copyright (c) 2014, 2016 The FreeBSD Foundation * Written by: John H. Baldwin <jhb@FreeBSD.org> diff --git a/sys/sys/procdesc.h b/sys/sys/procdesc.h index a9bad27361b27..b307917c54791 100644 --- a/sys/sys/procdesc.h +++ b/sys/sys/procdesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Robert N. M. Watson * All rights reserved. * diff --git a/sys/sys/procfs.h b/sys/sys/procfs.h index 5f857ef667136..85e718b20c353 100644 --- a/sys/sys/procfs.h +++ b/sys/sys/procfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 John D. Polstra. * All rights reserved. * diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 896ec253243ab..b40c0d1d03a73 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/ptio.h b/sys/sys/ptio.h index 1292280528d3d..1c5aad22197b5 100644 --- a/sys/sys/ptio.h +++ b/sys/sys/ptio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kenneth D. Merry. * All rights reserved. * diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h index fdbda29eb8d1f..974c4d233358f 100644 --- a/sys/sys/ptrace.h +++ b/sys/sys/ptrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1984, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/queue.h b/sys/sys/queue.h index f26c492af1c79..7353c75885d48 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/racct.h b/sys/sys/racct.h index 9b8143f2a7cb7..ec3322bdfdf90 100644 --- a/sys/sys/racct.h +++ b/sys/sys/racct.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/sys/random.h b/sys/sys/random.h index edad83bcc3d9b..9e03e5ef65270 100644 --- a/sys/sys/random.h +++ b/sys/sys/random.h @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2000-2015 Mark R. V. Murray + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2000-2015, 2017 Mark R. V. Murray * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -58,9 +60,9 @@ read_random(void *a __unused, u_int b __unused) #endif /* - * Note: if you add or remove members of random_entropy_source, remember to also update the - * KASSERT regarding what valid members are in random_harvest_internal(), and remember the - * strings in the static array random_source_descr[] in random_harvestq.c. + * Note: if you add or remove members of random_entropy_source, remember to + * also update the strings in the static array random_source_descr[] in + * random_harvestq.c. * * NOTE: complain loudly to markm@ or on the lists if this enum gets more than 32 * distinct values (0-31)! ENTROPYSOURCE may be == 32, but not > 32. @@ -81,7 +83,8 @@ enum random_entropy_source { RANDOM_UMA, /* Special!! UMA/SLAB Allocator */ RANDOM_ENVIRONMENTAL_END = RANDOM_UMA, /* Fast hardware random-number sources from here on. */ - RANDOM_PURE_OCTEON, + RANDOM_PURE_START, + RANDOM_PURE_OCTEON = RANDOM_PURE_START, RANDOM_PURE_SAFE, RANDOM_PURE_GLXSB, RANDOM_PURE_UBSEC, @@ -90,19 +93,29 @@ enum random_entropy_source { RANDOM_PURE_NEHEMIAH, RANDOM_PURE_RNDTEST, RANDOM_PURE_VIRTIO, + RANDOM_PURE_BROADCOM, ENTROPYSOURCE }; #define RANDOM_HARVEST_EVERYTHING_MASK ((1 << (RANDOM_ENVIRONMENTAL_END + 1)) - 1) +#define RANDOM_HARVEST_PURE_MASK (((1 << ENTROPYSOURCE) - 1) & (-1UL << RANDOM_PURE_START)) + +#define RANDOM_LEGACY_BOOT_ENTROPY_MODULE "/boot/entropy" +#define RANDOM_CACHED_BOOT_ENTROPY_MODULE "boot_entropy_cache" +#define RANDOM_CACHED_SKIP_START 256 #if defined(DEV_RANDOM) void random_harvest_queue(const void *, u_int, u_int, enum random_entropy_source); void random_harvest_fast(const void *, u_int, u_int, enum random_entropy_source); void random_harvest_direct(const void *, u_int, u_int, enum random_entropy_source); +void random_harvest_register_source(enum random_entropy_source); +void random_harvest_deregister_source(enum random_entropy_source); #else #define random_harvest_queue(a, b, c, d) do {} while (0) #define random_harvest_fast(a, b, c, d) do {} while (0) #define random_harvest_direct(a, b, c, d) do {} while (0) +#define random_harvest_register_source(a) do {} while (0) +#define random_harvest_deregister_source(a) do {} while (0) #endif #if defined(RANDOM_ENABLE_UMA) diff --git a/sys/sys/rangelock.h b/sys/sys/rangelock.h index 2a904c098d820..732bd9406d481 100644 --- a/sys/sys/rangelock.h +++ b/sys/sys/rangelock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/rctl.h b/sys/sys/rctl.h index b9e6cd6d17f76..5d01ff03e7d9e 100644 --- a/sys/sys/rctl.h +++ b/sys/sys/rctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index ebe688e869f26..820ce6ff3fedf 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/refcount.h b/sys/sys/refcount.h index 7e6e977a969cc..b63e40609b66c 100644 --- a/sys/sys/refcount.h +++ b/sys/sys/refcount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/regression.h b/sys/sys/regression.h index 8ee757ed170a4..1ce711faa35f9 100644 --- a/sys/sys/regression.h +++ b/sys/sys/regression.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Robert N. M. Watson * All rights reserved. * diff --git a/sys/sys/resource.h b/sys/sys/resource.h index 8e445e65d01ce..1d889a9a4df1c 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index a81cafd03e0af..808046d87a586 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/rmlock.h b/sys/sys/rmlock.h index 9f9733806761d..da5d7274e7806 100644 --- a/sys/sys/rmlock.h +++ b/sys/sys/rmlock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Stephan Uphoff <ups@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h index 7ffdb732b61a0..5291560307426 100644 --- a/sys/sys/rtprio.h +++ b/sys/sys/rtprio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, Henrik Vestergaard Draboel * All rights reserved. * diff --git a/sys/sys/runq.h b/sys/sys/runq.h index 50c00eb694424..0e3113b1102f1 100644 --- a/sys/sys/runq.h +++ b/sys/sys/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h index 2bf31ec6d0211..43bbc68cf1311 100644 --- a/sys/sys/rwlock.h +++ b/sys/sys/rwlock.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/sbuf.h b/sys/sys/sbuf.h index c05bafd1e598d..400db8aa353db 100644 --- a/sys/sys/sbuf.h +++ b/sys/sys/sbuf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2008 Poul-Henning Kamp * Copyright (c) 2000-2008 Dag-Erling Coïdan Smørgrav * All rights reserved. diff --git a/sys/sys/sched.h b/sys/sys/sched.h index 576c8b1fc2b11..812434eba18b1 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 * HD Associates, Inc. All rights reserved. * diff --git a/sys/sys/sdt.h b/sys/sys/sdt.h index 6771bf9f1177e..424a0e3a0dedc 100644 --- a/sys/sys/sdt.h +++ b/sys/sys/sdt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2006-2008 John Birrell <jb@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/select.h b/sys/sys/select.h index 8a899acb68367..70df41c0f3cf7 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h index 590d184ad17c1..9cf8563651cf3 100644 --- a/sys/sys/selinfo.h +++ b/sys/sys/selinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/sema.h b/sys/sys/sema.h index cdce5982311c7..3b91c921c46a0 100644 --- a/sys/sys/sema.h +++ b/sys/sys/sema.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Jason Evans <jasone@freebsd.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/serial.h b/sys/sys/serial.h index 1a149a96252f7..3293ebdab9310 100644 --- a/sys/sys/serial.h +++ b/sys/sys/serial.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/sys/sf_buf.h b/sys/sys/sf_buf.h index b5970d95fd828..7211227684931 100644 --- a/sys/sys/sf_buf.h +++ b/sys/sys/sf_buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 2003-2004 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. diff --git a/sys/sys/sglist.h b/sys/sys/sglist.h index 1c0985803ebda..d522222f7b9c0 100644 --- a/sys/sys/sglist.h +++ b/sys/sys/sglist.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/sys/shm.h b/sys/sys/shm.h index 62016d0510632..4b1cc0c8a3e4a 100644 --- a/sys/sys/shm.h +++ b/sys/sys/shm.h @@ -2,6 +2,8 @@ /* $NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Adam Glass * All rights reserved. * diff --git a/sys/sys/sigio.h b/sys/sys/sigio.h index 62ece6d4c28a0..603ce99d3f78e 100644 --- a/sys/sys/sigio.h +++ b/sys/sys/sigio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/signal.h b/sys/sys/signal.h index d4d5fbd6c8d14..51c77a93099a9 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h index 181d479dea0d2..c01c527dfb1d3 100644 --- a/sys/sys/signalvar.h +++ b/sys/sys/signalvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/sleepqueue.h b/sys/sys/sleepqueue.h index 30a18933d60bf..07530e3bd789d 100644 --- a/sys/sys/sleepqueue.h +++ b/sys/sys/sleepqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/slicer.h b/sys/sys/slicer.h index 53f680d84cede..1565ecceb36db 100644 --- a/sys/sys/slicer.h +++ b/sys/sys/slicer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Semihalf. * All rights reserved. * diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index b25aa494ff8e7..483cccf43b34b 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: MIT + * * Copyright (c) 1995 Ugen J.S.Antsilevich * * Redistribution and use in source forms, with and without modification, diff --git a/sys/sys/sockbuf.h b/sys/sys/sockbuf.h index c0148b4d8ec00..8f8f509be7193 100644 --- a/sys/sys/sockbuf.h +++ b/sys/sys/sockbuf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/socket.h b/sys/sys/socket.h index d6459b158ba34..7b021d764f119 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 7decd6318b00d..837c6a0977c4a 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h index 9e91133f611c8..636ad33d6a94d 100644 --- a/sys/sys/sockio.h +++ b/sys/sys/sockio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/sockopt.h b/sys/sys/sockopt.h index 69d6c6dc2e65e..c71d0c18c6d50 100644 --- a/sys/sys/sockopt.h +++ b/sys/sys/sockopt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/stack.h b/sys/sys/stack.h index e26b535e12ab4..b7733a371c612 100644 --- a/sys/sys/stack.h +++ b/sys/sys/stack.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Antoine Brodin * All rights reserved. * diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 7a4370d64a276..c8fff54ade079 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/stdatomic.h b/sys/sys/stdatomic.h index 0a6ae4677bdde..94b69befb7b83 100644 --- a/sys/sys/stdatomic.h +++ b/sys/sys/stdatomic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * David Chisnall <theraven@FreeBSD.org> * All rights reserved. diff --git a/sys/sys/stddef.h b/sys/sys/stddef.h index 15817444aef44..eeff767bbf203 100644 --- a/sys/sys/stddef.h +++ b/sys/sys/stddef.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Maxime Henrion <mux@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/stdint.h b/sys/sys/stdint.h index e3d696bf5c235..e951ac3c5df8c 100644 --- a/sys/sys/stdint.h +++ b/sys/sys/stdint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/sun_disklabel.h b/sys/sys/sun_disklabel.h index ac85e19706a5a..f987231ef48be 100644 --- a/sys/sys/sun_disklabel.h +++ b/sys/sys/sun_disklabel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2004,2005 Joerg Wunsch diff --git a/sys/sys/sx.h b/sys/sys/sx.h index 3550ce664af0b..209905136d807 100644 --- a/sys/sys/sx.h +++ b/sys/sys/sx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Attilio Rao <attilio@freebsd.org> * Copyright (c) 2001 Jason Evans <jasone@freebsd.org> * All rights reserved. diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h index 4dfac921c6b59..ad0840df60b4a 100644 --- a/sys/sys/syscallsubr.h +++ b/sys/sys/syscallsubr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Ian Dowse. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index f07d0cf3b44ac..d933b4674fb69 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index 0731a56b62022..1c3bc156a008c 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1988, 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index 47f61a52b4f0d..f70a5ba505f73 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 61bad21ccb2fd..fc00e00ec32ea 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 46ad6f0eb7310..e86a66da465f6 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/taskqueue.h b/sys/sys/taskqueue.h index dbef2e91d348f..75960d33771fe 100644 --- a/sys/sys/taskqueue.h +++ b/sys/sys/taskqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/sys/terminal.h b/sys/sys/terminal.h index 6528558a86088..c69f00b05af15 100644 --- a/sys/sys/terminal.h +++ b/sys/sys/terminal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/sys/thr.h b/sys/sys/thr.h index 7ccc8724ffbbf..c00b8b25a9f4e 100644 --- a/sys/sys/thr.h +++ b/sys/sys/thr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/tiio.h b/sys/sys/tiio.h index 442dceb012c06..9de9dd927587e 100644 --- a/sys/sys/tiio.h +++ b/sys/sys/tiio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000 Kenneth D. Merry. * All rights reserved. * diff --git a/sys/sys/time.h b/sys/sys/time.h index 190bd9aebc526..6e1b94075453b 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h index 810c523d7cb18..347b7c9bcfaeb 100644 --- a/sys/sys/timeb.h +++ b/sys/sys/timeb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/timeet.h b/sys/sys/timeet.h index 3d50e51dafc2d..dc43337d176ab 100644 --- a/sys/sys/timeet.h +++ b/sys/sys/timeet.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2013 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/timeffc.h b/sys/sys/timeffc.h index 3bda5d40b72df..493a212b3f96e 100644 --- a/sys/sys/timeffc.h +++ b/sys/sys/timeffc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The University of Melbourne * All rights reserved. * diff --git a/sys/sys/timers.h b/sys/sys/timers.h index 3ef079c7318ad..01956bd3caaa8 100644 --- a/sys/sys/timers.h +++ b/sys/sys/timers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. diff --git a/sys/sys/times.h b/sys/sys/times.h index b6b1e1dba1ea5..ecd2784a53e72 100644 --- a/sys/sys/times.h +++ b/sys/sys/times.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/timespec.h b/sys/sys/timespec.h index 2505cef893e53..5097f68b0d043 100644 --- a/sys/sys/timespec.h +++ b/sys/sys/timespec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/tree.h b/sys/sys/tree.h index c9df686fbb135..539afb42b90d8 100644 --- a/sys/sys/tree.h +++ b/sys/sys/tree.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. * diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 09e04195ae551..9fd92ba26a758 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index 8d7547f5795a0..f5ebd25f7ed36 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/ttydefaults.h b/sys/sys/ttydefaults.h index 82929f945d2ee..8b80f3e65040d 100644 --- a/sys/sys/ttydefaults.h +++ b/sys/sys/ttydefaults.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/ttydevsw.h b/sys/sys/ttydevsw.h index 98bebca724dd4..b189335c5e9db 100644 --- a/sys/sys/ttydevsw.h +++ b/sys/sys/ttydevsw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/ttydisc.h b/sys/sys/ttydisc.h index 74a1a0ed927e1..2ab0c05c91b2c 100644 --- a/sys/sys/ttydisc.h +++ b/sys/sys/ttydisc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/ttyhook.h b/sys/sys/ttyhook.h index 2a6d0887acb80..0697a4886843a 100644 --- a/sys/sys/ttyhook.h +++ b/sys/sys/ttyhook.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/ttyqueue.h b/sys/sys/ttyqueue.h index c8d85d6280d52..c1ddaa42b41b0 100644 --- a/sys/sys/ttyqueue.h +++ b/sys/sys/ttyqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/turnstile.h b/sys/sys/turnstile.h index 072561d44e925..5d29fd9bc8b2c 100644 --- a/sys/sys/turnstile.h +++ b/sys/sys/turnstile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/types.h b/sys/sys/types.h index 4945e81e7c972..a9f1cebc52cc2 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/ucontext.h b/sys/sys/ucontext.h index 260c15751d2de..1a1f7b7ccbdb0 100644 --- a/sys/sys/ucontext.h +++ b/sys/sys/ucontext.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index 8dbf2fef74fe1..78c0e36409c75 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/uio.h b/sys/sys/uio.h index ff21b096ac715..d0be69561924e 100644 --- a/sys/sys/uio.h +++ b/sys/sys/uio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/umtx.h b/sys/sys/umtx.h index dfd6be54000c7..a99b1b83c4bb6 100644 --- a/sys/sys/umtx.h +++ b/sys/sys/umtx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/un.h b/sys/sys/un.h index 7837e76ee709d..5be6d2f45e5c3 100644 --- a/sys/sys/un.h +++ b/sys/sys/un.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 0875509ad85ae..18de7ae334636 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h index 2547fdcbac85e..72769177386f8 100644 --- a/sys/sys/unpcb.h +++ b/sys/sys/unpcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/user.h b/sys/sys/user.h index 5115b79880b67..ead5306f4adb0 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. * Copyright (c) 2007 Robert N. M. Watson diff --git a/sys/sys/utsname.h b/sys/sys/utsname.h index 410e06566b368..fad9cdc98fa75 100644 --- a/sys/sys/utsname.h +++ b/sys/sys/utsname.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/uuid.h b/sys/sys/uuid.h index 0748f61148539..6ffc0b74da53d 100644 --- a/sys/sys/uuid.h +++ b/sys/sys/uuid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/vdso.h b/sys/sys/vdso.h index 25c5e6695eeab..b645e5356c844 100644 --- a/sys/sys/vdso.h +++ b/sys/sys/vdso.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.ORG>. * All rights reserved. * diff --git a/sys/sys/vmem.h b/sys/sys/vmem.h index f6b960a58518f..ca8426733e3b2 100644 --- a/sys/sys/vmem.h +++ b/sys/sys/vmem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c)2006 YAMAMOTO Takashi, * All rights reserved. * diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h index a5c9dc6dfe789..bb302c3eb88ca 100644 --- a/sys/sys/vmmeter.h +++ b/sys/sys/vmmeter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index d6f5e1185e8e7..194483d0867b2 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/wait.h b/sys/sys/wait.h index 338211649f604..024a7adf36944 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/watchdog.h b/sys/sys/watchdog.h index 8e27a844bbe35..191456a4acf2f 100644 --- a/sys/sys/watchdog.h +++ b/sys/sys/watchdog.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * Copyright (c) 2013 iXsystems.com, * author: Alfred Perlstein <alfred@freebsd.org> diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk index 8ca99bb17db92..471f746415a3a 100644 --- a/sys/tools/makeobjops.awk +++ b/sys/tools/makeobjops.awk @@ -1,6 +1,8 @@ #!/usr/bin/awk -f #- +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 5bb3971c4387d..41ef155889db9 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -1,6 +1,8 @@ #!/usr/bin/awk -f #- +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 3fa4ab012abeb..b207f58efd77f 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index 64211d9b7739d..a8b506c313d60 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 56f5cd8e3efa3..c6f47ad284417 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index f6f0eb1da7cdf..2fcc8cd34d57d 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index cabed2baea163..a0fbe1c7ca7c1 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 848d47805c31c..ec4830e21525b 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 641ea46888271..55919ecfc1f8d 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 1cbd36de452b7..b2758d0772ac5 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002, 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 35ee27039bd46..39fa22abc53b4 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index 574a32f9e7f37..55bddd0848d4b 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index e44cae59ee455..0378fac60b694 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/inode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h index f0e24f0041a1d..6ca782c414e58 100644 --- a/sys/ufs/ufs/quota.h +++ b/sys/ufs/ufs/quota.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index f6a774a89fc4d..4ddb55999f7a9 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_extern.h b/sys/ufs/ufs/ufs_extern.h index e64faf1888a85..41b94d94fb57b 100644 --- a/sys/ufs/ufs/ufs_extern.h +++ b/sys/ufs/ufs/ufs_extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index aeaa7c83267d7..210a84928e797 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_lookup.c b/sys/ufs/ufs/ufs_lookup.c index ecbe09d687dd5..66a2bae2518d8 100644 --- a/sys/ufs/ufs/ufs_lookup.c +++ b/sys/ufs/ufs/ufs_lookup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index fe8a283c6661d..68ad528f03e35 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index 5bb73ea0c81d2..923a8f31aa9c4 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index bd41127edc277..a7eb892e1af2d 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h index e0212e0159f38..83d67c1ef7e55 100644 --- a/sys/ufs/ufs/ufsmount.h +++ b/sys/ufs/ufs/ufsmount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index e659bdf87db57..bbba94eeb946f 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 6033f37b12e4a..a0d56ca8d7adf 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index d827256de128b..9d9f84c92d66d 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Matthew Dillon, * Copyright (c) 1994 John S. Dyson * Copyright (c) 1990 University of Utah. diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 1abded5710d5c..db10fb6df88d4 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 0e523ea3da731..c4638fe6aa03f 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 8e55273c06963..8398c12d73038 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index e829bd7459f8b..e92ae4caf4aaf 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 14ec78acc74d3..c134a1740b7c8 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 6db016496e761..efa9ef1e66610 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index d99db9a2d6c24..54d12fc61c0d4 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 89059e63944f6..a48e268b905d7 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index fd69c4e416847..6969900ce9537 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index fc0c0c745db39..4de79e6be3062 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 8c9351c080b1a..49d80682d0360 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index d2dc453622842..b108802a73c9f 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 252bb2763da8c..f90a458f923da 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 17a885eb6d026..482f83efefb09 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 30881fbf78442..95e1b5940892d 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1998 Matthew Dillon. All Rights Reserved. diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index acfb9f0ecf0ca..3b52f5c6ddb0d 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 64ce685888601..fc7a9d0078779 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 74f8e29c52b5f..bd5d97b701e95 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 3625b41884233..7434dca3a2540 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 0e7c4edc45cb2..8fc6cfbedd958 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 20dc14329cc23..44d1757b135bf 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 201c13bf933e8..ff9c18d7f0c6d 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 000c3b561513e..55dc5a031960c 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 80ad634f388d9..3310a6ed3508a 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/x86/include/_align.h b/sys/x86/include/_align.h index 9f7b6b9532368..efb8d59bb70f4 100644 --- a/sys/x86/include/_align.h +++ b/sys/x86/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/_limits.h b/sys/x86/include/_limits.h index 2f582e1237c6e..393d45ad6a0e9 100644 --- a/sys/x86/include/_limits.h +++ b/sys/x86/include/_limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/x86/include/_types.h b/sys/x86/include/_types.h index 8aa0e2ba01b72..c9a7787fcab6f 100644 --- a/sys/x86/include/_types.h +++ b/sys/x86/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/x86/include/endian.h b/sys/x86/include/endian.h index 6ca6a6cf1cf93..37ee00d2022c1 100644 --- a/sys/x86/include/endian.h +++ b/sys/x86/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/float.h b/sys/x86/include/float.h index 32e338efb2c05..5d8c9737d298c 100644 --- a/sys/x86/include/float.h +++ b/sys/x86/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/frame.h b/sys/x86/include/frame.h index 74187360184e6..94fbf2fa22526 100644 --- a/sys/x86/include/frame.h +++ b/sys/x86/include/frame.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/psl.h b/sys/x86/include/psl.h index 47851e0bb0b17..62f8b0c57a5ad 100644 --- a/sys/x86/include/psl.h +++ b/sys/x86/include/psl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/ptrace.h b/sys/x86/include/ptrace.h index 40c76639d5343..8549cb358d9f1 100644 --- a/sys/x86/include/ptrace.h +++ b/sys/x86/include/ptrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/x86/include/reg.h b/sys/x86/include/reg.h index a1452ccf57177..782916874e776 100644 --- a/sys/x86/include/reg.h +++ b/sys/x86/include/reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/segments.h b/sys/x86/include/segments.h index 65b5870d4a820..18fc58d239923 100644 --- a/sys/x86/include/segments.h +++ b/sys/x86/include/segments.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1990 William F. Jolitz * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/setjmp.h b/sys/x86/include/setjmp.h index c33f9a5baed53..c453f9b755aab 100644 --- a/sys/x86/include/setjmp.h +++ b/sys/x86/include/setjmp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/x86/include/signal.h b/sys/x86/include/signal.h index dee908f82b900..e023dbbbc8409 100644 --- a/sys/x86/include/signal.h +++ b/sys/x86/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2003 Peter Wemm. diff --git a/sys/x86/include/specialreg.h b/sys/x86/include/specialreg.h index 9ca3d1a9a888a..12cc77bbacbe3 100644 --- a/sys/x86/include/specialreg.h +++ b/sys/x86/include/specialreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/stdarg.h b/sys/x86/include/stdarg.h index 95bd02a37bb34..db8e4623a89c7 100644 --- a/sys/x86/include/stdarg.h +++ b/sys/x86/include/stdarg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/x86/include/sysarch.h b/sys/x86/include/sysarch.h index 9c0b796922372..97adc955c3e25 100644 --- a/sys/x86/include/sysarch.h +++ b/sys/x86/include/sysarch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/trap.h b/sys/x86/include/trap.h index c0d9e1619c1ce..71bb58cd6f203 100644 --- a/sys/x86/include/trap.h +++ b/sys/x86/include/trap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/isa/clock.c b/sys/x86/isa/clock.c index fa4ca5bc6f5cd..517ffc5d5395a 100644 --- a/sys/x86/isa/clock.c +++ b/sys/x86/isa/clock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/x86/isa/icu.h b/sys/x86/isa/icu.h index 74b21fd97e235..20efdcd62c070 100644 --- a/sys/x86/isa/icu.h +++ b/sys/x86/isa/icu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/isa/isa_dma.c b/sys/x86/isa/isa_dma.c index 6b869cd1e534e..8c2cd9bb882cb 100644 --- a/sys/x86/isa/isa_dma.c +++ b/sys/x86/isa/isa_dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/isa/nmi.c b/sys/x86/isa/nmi.c index db5550c63423a..253513cbce07f 100644 --- a/sys/x86/isa/nmi.c +++ b/sys/x86/isa/nmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/x86/delay.c b/sys/x86/x86/delay.c index 8cbe6012a96bf..7bce9f72704e0 100644 --- a/sys/x86/x86/delay.c +++ b/sys/x86/x86/delay.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/x86/x86/msi.c b/sys/x86/x86/msi.c index 51115c04a4a35..11e1639edd544 100644 --- a/sys/x86/x86/msi.c +++ b/sys/x86/x86/msi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/tools/regression/aio/aiop/aiop.c b/tools/regression/aio/aiop/aiop.c index 98a176e5b2303..20e0a2c1a0977 100644 --- a/tools/regression/aio/aiop/aiop.c +++ b/tools/regression/aio/aiop/aiop.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Adrian Chadd <adrian@FreeBSD.org>. * All rights reserved. * diff --git a/tools/regression/p1003_1b/fifo.c b/tools/regression/p1003_1b/fifo.c index 925e7c21368e6..bf8fae0bb2628 100644 --- a/tools/regression/p1003_1b/fifo.c +++ b/tools/regression/p1003_1b/fifo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 - 2000 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/memlock.c b/tools/regression/p1003_1b/memlock.c index b55b4056dac84..3033fbbacfd5e 100644 --- a/tools/regression/p1003_1b/memlock.c +++ b/tools/regression/p1003_1b/memlock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 - 1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/p26.c b/tools/regression/p1003_1b/p26.c index 538deaf878639..ae869bffddf3a 100644 --- a/tools/regression/p1003_1b/p26.c +++ b/tools/regression/p1003_1b/p26.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/sched.c b/tools/regression/p1003_1b/sched.c index 1814c79194e4a..ea6fcc7a461ff 100644 --- a/tools/regression/p1003_1b/sched.c +++ b/tools/regression/p1003_1b/sched.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/yield.c b/tools/regression/p1003_1b/yield.c index a9b7badb34520..479ce50ef8862 100644 --- a/tools/regression/p1003_1b/yield.c +++ b/tools/regression/p1003_1b/yield.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/posixsem/posixsem.c b/tools/regression/posixsem/posixsem.c index 6401b5cb46b55..693a923ab5e62 100644 --- a/tools/regression/posixsem/posixsem.c +++ b/tools/regression/posixsem/posixsem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/tools/regression/posixsem/test.c b/tools/regression/posixsem/test.c index 8583a0dbbac6a..bd309733c5685 100644 --- a/tools/regression/posixsem/test.c +++ b/tools/regression/posixsem/test.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/tools/regression/posixsem/test.h b/tools/regression/posixsem/test.h index 505679b1fdb07..39f3c2ff74af9 100644 --- a/tools/regression/posixsem/test.h +++ b/tools/regression/posixsem/test.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/tools/test/hwpmc/pmctest.py b/tools/test/hwpmc/pmctest.py index 9265dde61a2df..51f58311a62bc 100755 --- a/tools/test/hwpmc/pmctest.py +++ b/tools/test/hwpmc/pmctest.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 2012, Neville-Neil Consulting # All rights reserved. # diff --git a/tools/tools/cxgbtool/cxgbtool.c b/tools/tools/cxgbtool/cxgbtool.c index 8eaaf28e34bd3..a78c7931eebdf 100644 --- a/tools/tools/cxgbtool/cxgbtool.c +++ b/tools/tools/cxgbtool/cxgbtool.c @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2007-2010, Chelsio Inc. All rights reserved. diff --git a/tools/tools/pirtool/pirtable.h b/tools/tools/pirtool/pirtable.h index 86bed66652beb..6435531a39376 100644 --- a/tools/tools/pirtool/pirtable.h +++ b/tools/tools/pirtool/pirtable.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002-2006 Bruce M. Simpson. * All rights reserved. * diff --git a/tools/tools/pirtool/pirtool.c b/tools/tools/pirtool/pirtool.c index 2b854ccbdca08..3484eb5663cce 100644 --- a/tools/tools/pirtool/pirtool.c +++ b/tools/tools/pirtool/pirtool.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002-2006 Bruce M. Simpson. * All rights reserved * diff --git a/tools/tools/vxge/vxge_cmn.h b/tools/tools/vxge/vxge_cmn.h index bd34cf33cc4a9..e6657e8e9bb90 100644 --- a/tools/tools/vxge/vxge_cmn.h +++ b/tools/tools/vxge/vxge_cmn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/tools/tools/vxge/vxge_info.c b/tools/tools/vxge/vxge_info.c index d213d87274768..2eda5bf54769b 100644 --- a/tools/tools/vxge/vxge_info.c +++ b/tools/tools/vxge/vxge_info.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/tools/tools/vxge/vxge_info.h b/tools/tools/vxge/vxge_info.h index cffa956769571..85f080a23fa60 100644 --- a/tools/tools/vxge/vxge_info.h +++ b/tools/tools/vxge/vxge_info.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/tools/tools/vxge/vxge_log.c b/tools/tools/vxge/vxge_log.c index 9430162536aa3..7af44fdf72a66 100644 --- a/tools/tools/vxge/vxge_log.c +++ b/tools/tools/vxge/vxge_log.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/tools/tools/vxge/vxge_log.h b/tools/tools/vxge/vxge_log.h index b1b951b90f5fc..5063f225cc9b1 100644 --- a/tools/tools/vxge/vxge_log.h +++ b/tools/tools/vxge/vxge_log.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index c886660bf069e..1d5587043ac5b 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index c1050aa4c95e1..e902a8ff37cc0 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Kai Wang * Copyright (c) 2007 Tim Kientzle * Copyright (c) 2007 Joseph Koshy diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index a968c7f5ebc45..fab8220c13bec 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index 4c1023f0113d8..ae4fe3f219013 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 0adda01fa46a3..e55415b79d66d 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 84d188071ea90..fd5479673cca2 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 1113c4a3a6b6d..22f0881b98a41 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index dac6115be4b4d..9d522783e6660 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 493488ddd8db5..f4eda36d95a79 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/locale.c b/usr.bin/calendar/locale.c index 70184289d3428..4afeef220e7a1 100644 --- a/usr.bin/calendar/locale.c +++ b/usr.bin/calendar/locale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index e5507a110fcc0..abe541c88d22d 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/calendar/pom.c b/usr.bin/calendar/pom.c index 671763a76b731..8c1f756466237 100644 --- a/usr.bin/calendar/pom.c +++ b/usr.bin/calendar/pom.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index 2f8bd96f16af5..e3f8440c73101 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 9f9be5335a682..ab71872af6aba 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index fd3a8390378e0..b655c5dd0b598 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/chpass/chpass.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8ee46447..fbe101592b3a8 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index eac5561a8dc2e..3b5129c085a1c 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index a4918b4955b35..7c6c6dd02f745 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index baf160e8762e7..bfece1d4ae108 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 05dc8bbd804ba..857c515e9b657 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index a76876a928d3c..65393f43405eb 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h index 84ec8d2cd1539..b5fc9b4326d22 100644 --- a/usr.bin/cksum/extern.h +++ b/usr.bin/cksum/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 912ffd66997d9..1df4c420c3fd7 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index 60640a7511473..5b669d26bb8d1 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index 540d9e54cfef8..1d00c60c64f7f 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index f3ac7178ecad0..eb6abfffbe3d6 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index a35cc3d63938d..d387c2503b6fb 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 0e94ea5fca894..09f59f7f178a2 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 7ed83c13c1bea..d872143695a84 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index edb641c8e7b43..2edf9352a3c0d 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 13df126e00ba3..0f5049ceb2b4d 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index c37a3ca232e30..25a4048d8a759 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index eb8ca66e4b02f..c3e12072b1ac7 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 54763e1038f36..684fb62b8ee72 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index 87494e3369bfd..3e8209cc8648c 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index 8ae3d7d42bba6..e99fb054abc69 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1986, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index 22878488c3c96..8c16b362f2c4e 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 28198406624e6..d037eae9a628a 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index 597723df59b82..3b3ac10f66485 100644 --- a/usr.bin/ctags/ctags.h +++ b/usr.bin/ctags/ctags.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 66d4b54b00fe4..c5d48224a0622 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 0d0e2c2e9d1a6..397711483be07 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index ca5b9deb41ba9..27f8c61eb18c0 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index b9b2c7a5e880c..96e5e91fe35bc 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index 5678da557e761..cd22509ded6a1 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index e343e5ae34742..32d8c79ed0fdc 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index c176995cc1c3b..59c8eda9b8e45 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index c1216998fcbcb..336967709a38a 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 3dc152ad37a7b..931a7c6514c56 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 1d8908903c87f..a22295f9a52f9 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 99948bc3d054e..cba9cb8bb6bc1 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index b2e344acd7a8c..206fa85551ae9 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 3e5d56b0217b9..240e28da4bd8b 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 53cb69ff2f77b..cf7fb9bbb9c5a 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 68372c768de39..9795aee110794 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 953c45657ca49..4eb394d7ef5ba 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index bcbeed56f6007..732efa4cd3590 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index df2e5025457ca..4d5be8918526a 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index b8a6fe4e12df0..8333a32c123c8 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 4fc63b6c75623..d73c44a6ba0cc 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h index cc2a203c3d043..4176afbfea94c 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 0a4e952ae7483..f01dd2b6fb405 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 2b705540164af..2481558f46e3e 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index db902df6c5d4c..349b3c218af16 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index db5f96dd85264..a21f61a0ad289 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index afbab4e35a8d7..6725ecbb493d1 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index b7d0d2ad098f8..07cf97c3df12e 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 1ce9b5eb3a929..662d372cbd436 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 226270359dc63..d07f134ddbb42 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 1aeee67511dd7..3d1349fa91446 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org> * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/gcore/extern.h b/usr.bin/gcore/extern.h index cf8a44f0ff27d..0b4c352beeb40 100644 --- a/usr.bin/gcore/extern.h +++ b/usr.bin/gcore/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index e036c91f24616..72d058e16a940 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index 58b92c5772836..ee87a87db39d4 100644 --- a/usr.bin/gprof/amd64.h +++ b/usr.bin/gprof/amd64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 7907d466df687..f7350fdc70486 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 4bea6c67186be..6cb471632d91d 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index 58b92c5772836..ee87a87db39d4 100644 --- a/usr.bin/gprof/arm.h +++ b/usr.bin/gprof/arm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index a49cd31d4687c..a5439fac069ac 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index 3d9c136802555..47bb5632000c3 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 879b0acb75aea..67009e1a9e071 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index c8140eb8dde62..bd4cb357c5cf6 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index 9a8a2b1b16126..5c4e8681fca97 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index 58b92c5772836..ee87a87db39d4 100644 --- a/usr.bin/gprof/i386.h +++ b/usr.bin/gprof/i386.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index 0ef1e0bb1e424..1db906f36a757 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/mips.h b/usr.bin/gprof/mips.h index e6a1c9caf0cfa..0266a32ef4cf1 100644 --- a/usr.bin/gprof/mips.h +++ b/usr.bin/gprof/mips.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index f88bea03ee35b..0df03686f8f48 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/powerpc.h b/usr.bin/gprof/powerpc.h index 58b92c5772836..ee87a87db39d4 100644 --- a/usr.bin/gprof/powerpc.h +++ b/usr.bin/gprof/powerpc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 303365a9c0efd..1ac187d6f3efd 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index a8eb6b6fe2363..9e1bc49079bf9 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index 58b92c5772836..ee87a87db39d4 100644 --- a/usr.bin/gprof/sparc64.h +++ b/usr.bin/gprof/sparc64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gzip/zuncompress.c b/usr.bin/gzip/zuncompress.c index d99e70f0e740c..b2f3e8d51bd36 100644 --- a/usr.bin/gzip/zuncompress.c +++ b/usr.bin/gzip/zuncompress.c @@ -1,6 +1,8 @@ /* $NetBSD: zuncompress.c,v 1.11 2011/08/16 13:55:02 joerg Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1986, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index e1caa1fcee8ae..d558c762e68f0 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1987, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 5a04fc4ab7026..72f7db1d6aac7 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 3b33f4dd90899..a060c3b4cae55 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index d3c4bb51bac70..bdc5c3277feca 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index e34d3a0113000..2fcc625774af9 100644 --- a/usr.bin/hexdump/hexdump.h +++ b/usr.bin/hexdump/hexdump.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index ac1971a4ca89d..82f1d78b4e80d 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index ebcb7203db563..c37a0b430a553 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index 1e0612028f860..bf9f8fc5e6ab5 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 345e2a677f5b6..023fe1fc3dbe9 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index cab0f7d092b70..09df243c21a13 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index b4635796c4c41..c46101717a95b 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1976 Board of Trustees of the University of Illinois. * Copyright (c) 1980, 1993 diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index a58b90a477c26..45be7777c8d50 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 2ea1d8da7fbf3..910fc8d8c6537 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 4a3db83d11001..66972c712b79a 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 3425f9a82b4cb..baa66a90e9f13 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index 65d9a6bb8c475..bf90060bdc3c0 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 9524bf404f190..e2169a008270e 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index afa7cbc9ffd25..74f7dc7e7faa9 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 779a4b968dee3..382b8a20e1940 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 7db1a8b879432..a5fdca5c0597e 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index f993d376bc141..245fc52b36683 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ktrace/ktrace.h b/usr.bin/ktrace/ktrace.h index f016516ed6851..4b22e4fdd9894 100644 --- a/usr.bin/ktrace/ktrace.h +++ b/usr.bin/ktrace/ktrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index eacd44c958f22..6ca29f17e6118 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 60d1c52e28054..f4efb8f6a4d47 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 1db10b399dfa4..32e5dcd4abc80 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index b2a0f0f3ffaba..fe0f600cb847d 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/lastcomm/pathnames.h b/usr.bin/lastcomm/pathnames.h index 7415545b3d603..e00c8bebdf227 100644 --- a/usr.bin/lastcomm/pathnames.h +++ b/usr.bin/lastcomm/pathnames.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index 29c89e5f84f82..002cc23b4f93c 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/lex/initparse.c b/usr.bin/lex/initparse.c index 9bfd5cd91df01..d5736cd003210 100644 --- a/usr.bin/lex/initparse.c +++ b/usr.bin/lex/initparse.c @@ -17,6 +17,8 @@ static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #define YYPURE 0 #line 35 "parse.y" +/ * SPDX-License-Identifier: BSD-2-Clause */ + /* Copyright (c) 1990 The Regents of the University of California. */ /* All rights reserved. */ diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 6fa2d3112928a..fe0011ee1e5c3 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 9a87c16bb6e6c..18ee68c935274 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c index c15730ba5af4e..e2f6d74552ec2 100644 --- a/usr.bin/locate/locate/fastfind.c +++ b/usr.bin/locate/locate/fastfind.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index 3a87b14a0de7a..7c62659497b64 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index c2f27fb33759e..7b4f672f7d809 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index 9130e375454ba..88e8a0585d113 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 8c1294656cc90..257a9619f4287 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 49360f4a050f5..f81115988ff21 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 525ccfcf672bf..e99ee5efc2eb8 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technologies, Inc. diff --git a/usr.bin/login/login_audit.c b/usr.bin/login/login_audit.c index 210f2d7fa0e5d..edb198df6a951 100644 --- a/usr.bin/login/login_audit.c +++ b/usr.bin/login/login_audit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 Apple Computer, Inc. * All rights reserved. * diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index 836725fe7f005..05750bf6cdfcb 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 8a251ae4b6d54..87dea2b881c01 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index ada6e25957449..10fedbb2dc885 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/look/pathnames.h b/usr.bin/look/pathnames.h index bd870e23abf00..6a16dbe74d3bd 100644 --- a/usr.bin/look/pathnames.h +++ b/usr.bin/look/pathnames.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 4b6243cd34779..bfa296b85932a 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1990, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index f3d72b647e03b..34d956e3aefe9 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -1,7 +1,9 @@ /* $OpenBSD: eval.c,v 1.74 2015/02/05 12:59:57 millert Exp $ */ /* $NetBSD: eval.c,v 1.7 1996/11/10 21:21:29 pk Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index 6d410d8bed61b..165f57387bbb7 100644 --- a/usr.bin/m4/extern.h +++ b/usr.bin/m4/extern.h @@ -2,6 +2,8 @@ /* $NetBSD: extern.h,v 1.3 1996/01/13 23:25:24 pk Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index 383fbc6f7fd2d..acda959960336 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -1,6 +1,8 @@ /* $OpenBSD: look.c,v 1.24 2014/12/21 09:33:12 espie Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 92d1ea3d6adb8..c43dedda035c8 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -2,6 +2,8 @@ /* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index fc2d32a45219a..b15f2b5bce380 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -1,7 +1,9 @@ /* $OpenBSD: mdef.h,v 1.33 2015/11/03 16:21:47 deraadt Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index aeafea98f35da..5b7fb302ff073 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -1,7 +1,9 @@ /* $OpenBSD: misc.c,v 1.46 2015/12/07 14:12:46 espie Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 668111c6b7171..742edc147722a 100644 --- a/usr.bin/m4/pathnames.h +++ b/usr.bin/m4/pathnames.h @@ -1,7 +1,9 @@ /* $OpenBSD: pathnames.h,v 1.6 2015/11/03 16:21:47 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/09/29 00:27:55 cgd Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 85e6b00686b02..2ef1bb1f3bdff 100644 --- a/usr.bin/m4/stdd.h +++ b/usr.bin/m4/stdd.h @@ -2,6 +2,8 @@ /* $NetBSD: stdd.h,v 1.2 1995/09/28 05:37:50 tls Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 4782ec935ba4d..10c7210358503 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index dd7f6ddcaa75a..20b25cf8c730d 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index 11954d1d463cc..1836a13c4851f 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index eb19bc456871e..d691859290aa1 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index a70c156653b05..4b73defc90f7e 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index e637252f6a8b6..fb9ad23f55819 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index f9e974da20f79..8c733c37a2fdd 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 2578d65b78c7d..aeb06dc7cad25 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index d9d4ee1a24ab3..3638938f411f6 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 4f0635411707d..b3db32ca623bc 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index a2eeea363a3e6..e0ff386435993 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index d836ce4882de3..f4c528f1fd68d 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 4d799e71283a5..47137e3a3fc7f 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index 3a5cc150efb1f..e6af32a73ec77 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 0699a5572a120..0548ca11f2c95 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index 724d2018c077c..e7e0ece961743 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 17dd106f16f02..cda00be7ad590 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index 60a09360c9d24..85feb5db74ed5 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 4b9bcda3a7ed6..e432c6031019b 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 0ee7f2d3d0e60..18481d9b90c9e 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index a19932318c191..57e2f12b3f654 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index ec9334e74d091..54932284227df 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index d274467b5aa3d..4b197b29722bd 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index f8635a212aaf9..821594889e879 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/util.c b/usr.bin/mail/util.c index 43a0a554820e8..3c7a4e13523de 100644 --- a/usr.bin/mail/util.c +++ b/usr.bin/mail/util.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 0da7b3b30a68a..39c1773ff13fc 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index f3c6659e3fb9f..699fb800f0d2e 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index 379fda866ba3a..c59592b2830d5 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 796a047730c9a..056e6e8f7ccc0 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index ac976219448e8..0f0f636d53c74 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/mkdep/mkdep.sh b/usr.bin/mkdep/mkdep.sh index 852450838d268..72d431b7904ff 100644 --- a/usr.bin/mkdep/mkdep.sh +++ b/usr.bin/mkdep/mkdep.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7c974bd8ad454..4e4b581d8267c 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mklocale/extern.h b/usr.bin/mklocale/extern.h index 60268cc908518..6684cbba6e122 100644 --- a/usr.bin/mklocale/extern.h +++ b/usr.bin/mklocale/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mklocale/ldef.h b/usr.bin/mklocale/ldef.h index 392252f4bf4e2..fe3944591bc05 100644 --- a/usr.bin/mklocale/ldef.h +++ b/usr.bin/mklocale/ldef.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index 08fa54a4b176a..9f85e813b7765 100644 --- a/usr.bin/mklocale/lex.l +++ b/usr.bin/mklocale/lex.l @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 01f9f493a6633..28077bb0c2f28 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 2025effb98e40..79a223f2f218e 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 832e86a5ff638..e34e387762e6d 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/msgs/pathnames.h b/usr.bin/msgs/pathnames.h index 541d510a2d0bd..f38c11510a2a9 100644 --- a/usr.bin/msgs/pathnames.h +++ b/usr.bin/msgs/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 985a04e625b2b..e44fe63313a5e 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 1980, 1993 + * SPDX-License-Identifier: BSD-3-Clause + * * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 6fb8e63bc0110..16fc61e0a9f18 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2013 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 24e2b8841e4a7..62c1d9dca6fb3 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -1,5 +1,7 @@ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index 69ca6c91c90bd..040c62d3fde36 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -1,6 +1,8 @@ /* $KAME: ipsec.c,v 1.33 2003/07/25 09:54:32 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 NTT Multimedia Communications Laboratories, Inc. * All rights reserved. * diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index da69afccfe377..b69b244d3e6c2 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * Regents of the University of California. All rights reserved. * diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 8b95ddddd04b6..bb3dce99b41c2 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. * Copyright (c) 2005 Robert N. M. Watson diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index d4d60145f18e6..afc5458e5e117 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1989 Stephen Deering * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 8f59c6b544cc8..6360fd6ed4ee2 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index ee30d3a0529c0..24d5fbe20c001 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * Regents of the University of California. All rights reserved. * diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index e12181b3afa3d..03ae82d72f44d 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -1,6 +1,8 @@ /* $NetBSD: inet.c,v 1.35.2.1 1999/04/29 14:57:08 perry Exp $ */ /* $KAME: ipsec.c,v 1.25 2001/03/12 09:04:39 itojun Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 713934f7ef531..824e91c321247 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index 084e9ece75431..5f67e91578805 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001-2007, by Weongyo Jeong. All rights reserved. * Copyright (c) 2011, by Michael Tuexen. All rights reserved. * diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index b8cddc8d54d6e..3212ac0334a16 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 9fab9e4d82f0b..6e71b460713b0 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index beb1a35402f00..49b12b5647add 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index 07b9b3a857c8e..863b69b45eeeb 100644 --- a/usr.bin/pagesize/pagesize.sh +++ b/usr.bin/pagesize/pagesize.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1994 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index f03f78403041d..608d7256abb3a 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/patch/mkpath.c b/usr.bin/patch/mkpath.c index 04fd5379f4996..2214d4d42e43a 100644 --- a/usr.bin/patch/mkpath.c +++ b/usr.bin/patch/mkpath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index 22a093a61ba94..4c60204c10e07 100644 --- a/usr.bin/pr/egetopt.c +++ b/usr.bin/pr/egetopt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index c39e18f89bfc1..b44eb41877576 100644 --- a/usr.bin/pr/extern.h +++ b/usr.bin/pr/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 0493aec0d0b71..cc6d290ca4c2a 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index a4346c788dccb..2c9e50f6b4fae 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 27882ab91ce39..3acef4b8be5fe 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 8636cc13c1ef0..7f602bde97bfd 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2014 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1989, 1993 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index c88f2aaefd8a3..838fa8cc2b992 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 8c8a26e29e2d9..ed6c9cf9298b8 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index a04842797c36c..511aa87a12c89 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index 3f50868143a60..a4516d53e7867 100644 --- a/usr.bin/rs/rs.c +++ b/usr.bin/rs/rs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 239b313ce8112..5f4f2b45e8bff 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 2f791be733c67..4bd44912b1a7f 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 4d641dcd070f1..381d935611b1f 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index c235ea72e560f..2daa6a8b6ea7b 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Christopher G. Demetriou * Copyright (c) 1988, 1990 Regents of the University of California. * All rights reserved. diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index 3fb0da5c3f95e..c5a6cc9e50d1e 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 The Regents of the University of California. * Copyright (c) 2013 Mariusz Zaborski <oshogbo@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 01284632cc88b..e94fc6d5f9804 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2010, 2012 David E. O'Brien * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 3e790978e1e45..ffce09ef5a451 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h index fb336765d639b..154abbfee0060 100644 --- a/usr.bin/sed/defs.h +++ b/usr.bin/sed/defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index f2bd71bacfa4b..36c945f0f5f9c 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 2307205380327..4a756ae316953 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2013 Johann 'Myrkraverk' Oskarsson. * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index f3b513784a6ea..6a714b0e63561 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 33eea13bac5f3..2d6ed64ec1a74 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/shar/shar.sh b/usr.bin/shar/shar.sh index 3573013df9cf4..4d81860597233 100644 --- a/usr.bin/shar/shar.sh +++ b/usr.bin/shar/shar.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1990, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index 01c9e261c753e..a0bcdc14b5042 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index 9a0b0ecbe1aaa..ca15db66000bd 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index e27a4aade5ccc..b8e00a7ec77d3 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002, 2005 Networks Associates Technologies, Inc. * All rights reserved. * diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index f461f94b9a193..07da7ab57be42 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index cb021e0c7759e..488310c3b66a5 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index 3c74fb7690e38..d6ded465c35e3 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Kenneth D. Merry. * All rights reserved. * diff --git a/usr.bin/systat/extern.h b/usr.bin/systat/extern.h index 272eead74c018..e8c37b999ed9a 100644 --- a/usr.bin/systat/extern.h +++ b/usr.bin/systat/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index d159e51c1e794..8e53ffdfbbdd3 100644 --- a/usr.bin/systat/fetch.c +++ b/usr.bin/systat/fetch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/icmp.c b/usr.bin/systat/icmp.c index 6085a9062236a..2be26a0b228c3 100644 --- a/usr.bin/systat/icmp.c +++ b/usr.bin/systat/icmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/icmp6.c b/usr.bin/systat/icmp6.c index 2a3bbb70289c6..6c48ed68b38c2 100644 --- a/usr.bin/systat/icmp6.c +++ b/usr.bin/systat/icmp6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index fa275ebbbf2a5..538be90ffac58 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Kenneth D. Merry. * All rights reserved. * diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index 8e12a6a0b0b84..b6343247a7390 100644 --- a/usr.bin/systat/ip.c +++ b/usr.bin/systat/ip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index 5d2c2103cf451..72e8bc5b9427c 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index d6d793a0ab82c..d7a497526488b 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 74195f606aecb..b074fb304747c 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index a91af38317afa..353b9bd14358b 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 90ddd2539c17f..8b8bd06ec2a46 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index d341f7db39b2f..2b5d038776e54 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 799dff95c364b..d3b7752a447be 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index ebd409e217ae0..ed239578f5120 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index c9e8e9ae1821d..4e0f1880a4d99 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 25f79d7e93082..461c42915533e 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index dfc63d07424e5..6069ea52ca97b 100644 --- a/usr.bin/tail/extern.h +++ b/usr.bin/tail/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 5eaae9828647a..e556fec6c53e9 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 69443257f9c7e..ed4629626e821 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index 79c4fa5043518..b440d1b71b2ad 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 88c328a3aafb1..0353a42bd1c95 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index e5566cb0a703e..57fcaf83a70ec 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index 0704b289685e3..771f16fe70419 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index 687de1e736bc9..c0b51c9dc8149 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 0acf1ced7a813..8b4c190f2ceab 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index b2af6855ddbd5..7ff3ebd974bea 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 8da8e4acb133a..5aafe9523d766 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 47556c936c212..1abd522557dc1 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index e48302ffb21e7..6c37dfb56c82b 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index eb5df61646bbb..a4b6e790501ca 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 309f1be66cbe6..aedd77e7f917e 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index e36b37a5dac7b..214c6f2117496 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 9bd049f0905f6..e1beb69b35931 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h index 34ff870a1692c..649c1b4b1b64a 100644 --- a/usr.bin/talk/talk.h +++ b/usr.bin/talk/talk.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/talk/talk_ctl.h b/usr.bin/talk/talk_ctl.h index e3e750b35fced..541d1f380faf8 100644 --- a/usr.bin/talk/talk_ctl.h +++ b/usr.bin/talk/talk_ctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 4fa0a3358e54b..1abc257cb230a 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 302bb97e32cad..340f3ccb1060b 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 188ce68db16be..4176cb6863cb6 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index eaf2a6fb35c91..2c5ec849b20a7 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tftp/tftp.h b/usr.bin/tftp/tftp.h index 4cdef25e5f2cf..9632f74d80cd7 100644 --- a/usr.bin/tftp/tftp.h +++ b/usr.bin/tftp/tftp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 678a2afb37bc7..57775ba371bce 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/biz22.c b/usr.bin/tip/libacu/biz22.c index 99b6fb08afeb1..7e0a2acd84687 100644 --- a/usr.bin/tip/libacu/biz22.c +++ b/usr.bin/tip/libacu/biz22.c @@ -1,7 +1,9 @@ /* $OpenBSD: biz22.c,v 1.13 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: biz22.c,v 1.6 1997/02/11 09:24:11 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/biz31.c b/usr.bin/tip/libacu/biz31.c index 5bc00ae517ed1..dc8f26af13ce5 100644 --- a/usr.bin/tip/libacu/biz31.c +++ b/usr.bin/tip/libacu/biz31.c @@ -1,7 +1,9 @@ /* $OpenBSD: biz31.c,v 1.10 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: biz31.c,v 1.5 1997/02/11 09:24:14 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/courier.c b/usr.bin/tip/libacu/courier.c index b23c28ccabb75..a0a9b5c0efff5 100644 --- a/usr.bin/tip/libacu/courier.c +++ b/usr.bin/tip/libacu/courier.c @@ -1,7 +1,9 @@ /* $OpenBSD: courier.c,v 1.15 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: courier.c,v 1.7 1997/02/11 09:24:16 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/df.c b/usr.bin/tip/libacu/df.c index 03374e11678f7..cef96080b1b0c 100644 --- a/usr.bin/tip/libacu/df.c +++ b/usr.bin/tip/libacu/df.c @@ -1,7 +1,9 @@ /* $OpenBSD: df.c,v 1.9 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: df.c,v 1.4 1995/10/29 00:49:51 pk Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/dn11.c b/usr.bin/tip/libacu/dn11.c index a0b18ba18afc7..385ba8b61be12 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.c @@ -1,7 +1,9 @@ /* $OpenBSD: dn11.c,v 1.9 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: dn11.c,v 1.4 1995/10/29 00:49:53 pk Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/hayes.c b/usr.bin/tip/libacu/hayes.c index fe52274901d78..12e8401bfd6e0 100644 --- a/usr.bin/tip/libacu/hayes.c +++ b/usr.bin/tip/libacu/hayes.c @@ -1,7 +1,9 @@ /* $OpenBSD: hayes.c,v 1.13 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: hayes.c,v 1.6 1997/02/11 09:24:17 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/t3000.c b/usr.bin/tip/libacu/t3000.c index a640ff3a2a139..861d8d04e0077 100644 --- a/usr.bin/tip/libacu/t3000.c +++ b/usr.bin/tip/libacu/t3000.c @@ -1,7 +1,9 @@ /* $OpenBSD: t3000.c,v 1.14 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: t3000.c,v 1.5 1997/02/11 09:24:18 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/v3451.c b/usr.bin/tip/libacu/v3451.c index 0de679e3a382c..3fe6c21b9b14a 100644 --- a/usr.bin/tip/libacu/v3451.c +++ b/usr.bin/tip/libacu/v3451.c @@ -1,7 +1,9 @@ /* $OpenBSD: v3451.c,v 1.9 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: v3451.c,v 1.6 1997/02/11 09:24:20 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index 7adc3c67b15c8..60666383700ec 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -1,7 +1,9 @@ /* $OpenBSD: v831.c,v 1.11 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: v831.c,v 1.5 1996/12/29 10:42:01 cgd Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index 399b5d8cc54e7..df086625e9a6f 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -1,7 +1,9 @@ /* $OpenBSD: ventel.c,v 1.12 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: ventel.c,v 1.6 1997/02/11 09:24:21 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 5d2cda624c027..d24e7f7529260 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -1,7 +1,9 @@ /* $OpenBSD: acu.c,v 1.12 2006/03/17 14:43:06 moritz Exp $ */ /* $NetBSD: acu.c,v 1.4 1996/12/29 10:34:03 cgd Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 5f64968636778..49f1b4a4a6084 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -1,7 +1,9 @@ /* $OpenBSD: acutab.c,v 1.5 2006/03/17 19:17:13 moritz Exp $ */ /* $NetBSD: acutab.c,v 1.3 1994/12/08 09:30:41 jtc Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 50cedc4d87d5f..6676ae34ac942 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -1,7 +1,9 @@ /* $OpenBSD: cmds.c,v 1.26 2006/06/06 23:24:52 deraadt Exp $ */ /* $NetBSD: cmds.c,v 1.7 1997/02/11 09:24:03 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 3666c12af6716..d8c1231fffa51 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -1,7 +1,9 @@ /* $OpenBSD: cmdtab.c,v 1.7 2006/03/17 14:43:06 moritz Exp $ */ /* $NetBSD: cmdtab.c,v 1.3 1994/12/08 09:30:46 jtc Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index d8d104d482e47..6c888d1d6e63e 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -1,7 +1,9 @@ /* $OpenBSD: cu.c,v 1.19 2006/05/25 08:41:52 jmc Exp $ */ /* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 0c104f1d53268..2f6711d0b14d4 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -1,7 +1,9 @@ /* $OpenBSD: hunt.c,v 1.13 2006/03/17 19:39:46 deraadt Exp $ */ /* $NetBSD: hunt.c,v 1.6 1997/04/20 00:02:10 mellon Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 8123795111a31..aeb324ad7ef8e 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -1,7 +1,9 @@ /* $OpenBSD: log.c,v 1.8 2006/03/16 19:32:46 deraadt Exp $ */ /* $NetBSD: log.c,v 1.4 1994/12/24 17:56:28 cgd Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index 05bb3294a7de9..f2d6c313313ed 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -1,7 +1,9 @@ /* $OpenBSD: partab.c,v 1.5 2003/06/03 02:56:18 millert Exp $ */ /* $NetBSD: partab.c,v 1.4 1996/12/29 10:38:21 cgd Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/pathnames.h b/usr.bin/tip/tip/pathnames.h index 66a453ddd65fc..a42aed3f7368e 100644 --- a/usr.bin/tip/tip/pathnames.h +++ b/usr.bin/tip/tip/pathnames.h @@ -2,7 +2,9 @@ /* $NetBSD: pathnames.h,v 1.3 1994/12/08 09:30:59 jtc Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index d9993ae7d9280..1fe03beb9c2bb 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -1,7 +1,9 @@ /* $OpenBSD: remote.c,v 1.16 2006/06/06 23:24:52 deraadt Exp $ */ /* $NetBSD: remote.c,v 1.5 1997/04/20 00:02:45 mellon Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 066d679c87b22..a65ad616e8a28 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -1,7 +1,9 @@ /* $OpenBSD: tip.c,v 1.30 2006/08/18 03:06:18 jason Exp $ */ /* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index 7e7faa6bd9055..041ba8a073fea 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -2,7 +2,9 @@ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index db6afe4f42c1a..8018229c02a92 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -1,7 +1,9 @@ /* $OpenBSD: tipout.c,v 1.18 2006/05/31 07:03:08 jason Exp $ */ /* $NetBSD: tipout.c,v 1.5 1996/12/29 10:34:12 cgd Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/uucplock.c b/usr.bin/tip/tip/uucplock.c index c82ea784b9658..da1601590dae7 100644 --- a/usr.bin/tip/tip/uucplock.c +++ b/usr.bin/tip/tip/uucplock.c @@ -1,7 +1,9 @@ /* $OpenBSD: uucplock.c,v 1.11 2006/03/16 19:32:46 deraadt Exp $ */ /* $NetBSD: uucplock.c,v 1.7 1997/02/11 09:24:08 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index b6cf5c2a44115..a4776b80d35d0 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -1,7 +1,9 @@ /* $OpenBSD: value.c,v 1.14 2006/03/17 22:02:58 moritz Exp $ */ /* $NetBSD: value.c,v 1.6 1997/02/11 09:24:09 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index a991bcc5b51a5..a412264295c69 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -1,7 +1,9 @@ /* $OpenBSD: vars.c,v 1.8 2006/08/18 03:06:18 jason Exp $ */ /* $NetBSD: vars.c,v 1.3 1994/12/08 09:31:19 jtc Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 804af7ee6e823..6db429b812a09 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tput/clear.sh b/usr.bin/tput/clear.sh index 4b3531cb45afe..c441d6f49ec84 100644 --- a/usr.bin/tput/clear.sh +++ b/usr.bin/tput/clear.sh @@ -1,5 +1,7 @@ #!/bin/sh - # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index 0c66d62d8df69..8cd27e4088c37 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index 8b68f4417b9e1..81f9e8074e2e2 100644 --- a/usr.bin/tr/extern.h +++ b/usr.bin/tr/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 333ca5c498319..a8b2fd625cd4f 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index d54e74c19319f..f80fb7f2fce28 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c index a557f58095e97..1a93713d7f307 100644 --- a/usr.bin/true/true.c +++ b/usr.bin/true/true.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/truss/amd64-freebsd.c b/usr.bin/truss/amd64-freebsd.c index 7e2ed160a90dd..e83e916d1bc0c 100644 --- a/usr.bin/truss/amd64-freebsd.c +++ b/usr.bin/truss/amd64-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/amd64-freebsd32.c b/usr.bin/truss/amd64-freebsd32.c index 66ca417e9495f..ffb76e46b8bae 100644 --- a/usr.bin/truss/amd64-freebsd32.c +++ b/usr.bin/truss/amd64-freebsd32.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/amd64-linux.c b/usr.bin/truss/amd64-linux.c index 00eb06ff75f8c..ead388008a64a 100644 --- a/usr.bin/truss/amd64-linux.c +++ b/usr.bin/truss/amd64-linux.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/amd64-linux32.c b/usr.bin/truss/amd64-linux32.c index 70e201adfe915..69344e9fce8fa 100644 --- a/usr.bin/truss/amd64-linux32.c +++ b/usr.bin/truss/amd64-linux32.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/arm-freebsd.c b/usr.bin/truss/arm-freebsd.c index 753829005946c..683ece5d22c90 100644 --- a/usr.bin/truss/arm-freebsd.c +++ b/usr.bin/truss/arm-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h index f19a1cbb7c92b..dd160a7d2cc2a 100644 --- a/usr.bin/truss/extern.h +++ b/usr.bin/truss/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/i386-freebsd.c b/usr.bin/truss/i386-freebsd.c index 8103ca7beead9..b222958df247a 100644 --- a/usr.bin/truss/i386-freebsd.c +++ b/usr.bin/truss/i386-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index e96db16c7a91b..77185d156b4e3 100644 --- a/usr.bin/truss/i386-linux.c +++ b/usr.bin/truss/i386-linux.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index 052546a032c0f..9ba7968828fcc 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/mips-freebsd.c b/usr.bin/truss/mips-freebsd.c index e3f2a04e97fb3..cade9d65d8f6c 100644 --- a/usr.bin/truss/mips-freebsd.c +++ b/usr.bin/truss/mips-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1998 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index 97dd9650189bf..092188a4b60c1 100644 --- a/usr.bin/truss/setup.c +++ b/usr.bin/truss/setup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/sparc64-freebsd.c b/usr.bin/truss/sparc64-freebsd.c index d1ae89685de7c..d9a55973e358a 100644 --- a/usr.bin/truss/sparc64-freebsd.c +++ b/usr.bin/truss/sparc64-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1998 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index e5f858f0e76f0..eebcc320b93ac 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h index f4a6514fbd3ba..597190d108514 100644 --- a/usr.bin/tset/extern.h +++ b/usr.bin/tset/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index 715f51471705e..a6753ae19424b 100644 --- a/usr.bin/tset/map.c +++ b/usr.bin/tset/map.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c index 52298e564d8b0..372e3248b5aee 100644 --- a/usr.bin/tset/misc.c +++ b/usr.bin/tset/misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index c48a6e723ccc3..adff6a670a671 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index 106c98f22d35b..b3998af0bd9ed 100644 --- a/usr.bin/tset/term.c +++ b/usr.bin/tset/term.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index 0196a2db57438..e69d3fa49e17a 100644 --- a/usr.bin/tset/tset.c +++ b/usr.bin/tset/tset.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index 77751fa30a21d..231189beb8a50 100644 --- a/usr.bin/tset/wrterm.c +++ b/usr.bin/tset/wrterm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 1511b36c02898..961ef35606930 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 450722a669844..a0c3be16d175a 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index e6df8804f6e2e..14b1d87905d2a 100644 --- a/usr.bin/ul/ul.c +++ b/usr.bin/ul/ul.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index cf616223275c5..c3bf57303b3cb 100644 --- a/usr.bin/uname/uname.c +++ b/usr.bin/uname/uname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Juli Mallett. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index dcbd7fbcc646a..51d1128445eb0 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index be0ff08b46273..1c9a314ad5344 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 2be5078898a09..fd82ddd09ff9e 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e5af907c0bb84..9c5a223ef671f 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/vgrind/extern.h b/usr.bin/vgrind/extern.h index 812592f433597..4924e55246a5c 100644 --- a/usr.bin/vgrind/extern.h +++ b/usr.bin/vgrind/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/vgrind/pathnames.h b/usr.bin/vgrind/pathnames.h index 825a06a405ab2..0eb6ec1912a89 100644 --- a/usr.bin/vgrind/pathnames.h +++ b/usr.bin/vgrind/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 994cd2be08d3c..5a9d9fa7396fc 100644 --- a/usr.bin/vgrind/regexp.c +++ b/usr.bin/vgrind/regexp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index ec0b4e042eb41..05e3e9e07b342 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/vgrind/vgrind.sh b/usr.bin/vgrind/vgrind.sh index c01f24dbe39fc..1779bbd37e4d7 100644 --- a/usr.bin/vgrind/vgrind.sh +++ b/usr.bin/vgrind/vgrind.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 1980, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 33ce3ad334bbb..80323b3aa4feb 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index facc3e8ce695d..366ee81c57c62 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 123f6c4d97807..e1bc3e3b92818 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 0e73ba425a0d8..1bf093e7b17cf 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 20aca782392ab..70005fc88de40 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 1317a4b0cb603..0b8383d262050 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index b3a63dcbf20ac..9c07dd160d530 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index a6ca137d9856b..ec04d94468214 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1987, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index c72e3fa116f51..66d7dbd6186b6 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 4f4062b7c7f1d..d8541e7d5b9d4 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 2008fd2d80fae..33d1e79c9ca50 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/xargs/pathnames.h b/usr.bin/xargs/pathnames.h index 25c604321a4b7..fb8ab103470cb 100644 --- a/usr.bin/xargs/pathnames.h +++ b/usr.bin/xargs/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 955711c50f55a..5b90a83ddce9d 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 16eba7768d896..15fc2efdf3aa0 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2012, 2013 SRI International * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/xstr/pathnames.h b/usr.bin/xstr/pathnames.h index 63f633efdd822..3ee2af8710953 100644 --- a/usr.bin/xstr/pathnames.h +++ b/usr.bin/xstr/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 4aad8e66e74a4..1351418964040 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index ef98b4ded12dd..996581348896b 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/accton/accton.c b/usr.sbin/accton/accton.c index 33e66042e8982..275cd17efc691 100644 --- a/usr.sbin/accton/accton.c +++ b/usr.sbin/accton/accton.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index ba2419a7f90e4..6d76f0770f4ae 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index 1f82aacf4a7d2..4e6967dd9ea0a 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1984, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c index 457068a0f7bd2..cf53970540286 100644 --- a/usr.sbin/chown/chown.c +++ b/usr.sbin/chown/chown.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c index 9db0192dfe096..459aa8df604d8 100644 --- a/usr.sbin/chroot/chroot.c +++ b/usr.sbin/chroot/chroot.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 703d053771d9d..9478e5631de52 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y index c7198a027baee..16c328774e66b 100644 --- a/usr.sbin/config/config.y +++ b/usr.sbin/config/config.y @@ -36,7 +36,9 @@ %{ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l index a13d1ebb3529e..f6ce2a999fe47 100644 --- a/usr.sbin/config/lang.l +++ b/usr.sbin/config/lang.l @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index c87f3bbe9393c..00e13e711f356 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c index fd7f1b3ac67dc..8387f480860cf 100644 --- a/usr.sbin/config/mkheaders.c +++ b/usr.sbin/config/mkheaders.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 582ca9e7964b5..d898105c93e6a 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c index 8aca410c2dda1..3e07f87eb9e87 100644 --- a/usr.sbin/config/mkoptions.c +++ b/usr.sbin/config/mkoptions.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Peter Wemm * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/crashinfo/crashinfo.sh b/usr.sbin/crashinfo/crashinfo.sh index 14021d9d7199e..cb8f0e5541451 100755 --- a/usr.sbin/crashinfo/crashinfo.sh +++ b/usr.sbin/crashinfo/crashinfo.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 2008 Yahoo!, Inc. # All rights reserved. # diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c index dba568aac7de2..6d4750585df6d 100644 --- a/usr.sbin/dconschat/dconschat.c +++ b/usr.sbin/dconschat/dconschat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 6a6c194f6ab9f..417f1757651d4 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/edquota/pathnames.h b/usr.sbin/edquota/pathnames.h index 53bfbfefeb96d..2e5978932a0d9 100644 --- a/usr.sbin/edquota/pathnames.h +++ b/usr.sbin/edquota/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c index 36efea16030e7..48dfa4b94afc9 100644 --- a/usr.sbin/fwcontrol/fwcontrol.c +++ b/usr.sbin/fwcontrol/fwcontrol.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/usr.sbin/fwcontrol/fwdv.c b/usr.sbin/fwcontrol/fwdv.c index afb3ada34e64b..e35281f737358 100644 --- a/usr.sbin/fwcontrol/fwdv.c +++ b/usr.sbin/fwcontrol/fwdv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/usr.sbin/fwcontrol/fwmpegts.c b/usr.sbin/fwcontrol/fwmpegts.c index ae9a52b9db573..509d941021c8d 100644 --- a/usr.sbin/fwcontrol/fwmpegts.c +++ b/usr.sbin/fwcontrol/fwmpegts.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2005 * Petr Holub, Hidetoshi Shimokawa. All rights reserved. * diff --git a/usr.sbin/ifmcstat/ifmcstat.c b/usr.sbin/ifmcstat/ifmcstat.c index bbcacc349c35f..81befd3d6af1f 100644 --- a/usr.sbin/ifmcstat/ifmcstat.c +++ b/usr.sbin/ifmcstat/ifmcstat.c @@ -1,6 +1,8 @@ /* $KAME: ifmcstat.c,v 1.48 2006/11/15 05:13:59 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007-2009 Bruce Simpson. * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. diff --git a/usr.sbin/ifmcstat/printb.c b/usr.sbin/ifmcstat/printb.c index a60d4f01f3690..d97d496cba220 100644 --- a/usr.sbin/ifmcstat/printb.c +++ b/usr.sbin/ifmcstat/printb.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index 569154a4cc09a..497ad526f7e3f 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h index 06600f8292a7f..325692a2a1b58 100644 --- a/usr.sbin/inetd/inetd.h +++ b/usr.sbin/inetd/inetd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index d4fd81d12faa6..4993d4a225cfc 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 69882f15f5a63..e0ce53961c126 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000, 2001 Kenneth D. Merry * All rights reserved. * diff --git a/usr.sbin/ip6addrctl/ip6addrctl.c b/usr.sbin/ip6addrctl/ip6addrctl.c index 79388ff28532c..06d527dac2ce4 100644 --- a/usr.sbin/ip6addrctl/ip6addrctl.c +++ b/usr.sbin/ip6addrctl/ip6addrctl.c @@ -1,6 +1,8 @@ /* $KAME: ip6addrctl.c,v 1.3 2003/12/16 08:14:28 suz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c index 60c7507e647a1..bfec92f61a47f 100644 --- a/usr.sbin/kgmon/kgmon.c +++ b/usr.sbin/kgmon/kgmon.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/kldxref/ef.c b/usr.sbin/kldxref/ef.c index 99f844b2ca474..7a3955bbf5ec9 100644 --- a/usr.sbin/kldxref/ef.c +++ b/usr.sbin/kldxref/ef.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000, Boris Popov * All rights reserved. * diff --git a/usr.sbin/kldxref/ef_obj.c b/usr.sbin/kldxref/ef_obj.c index 9268b605a92d0..ba9c37ea6474a 100644 --- a/usr.sbin/kldxref/ef_obj.c +++ b/usr.sbin/kldxref/ef_obj.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000, Boris Popov * Copyright (c) 1998-2000 Doug Rabson * Copyright (c) 2004 Peter Wemm diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c index fa939721c3f3d..b7a2c425872d1 100644 --- a/usr.sbin/kldxref/kldxref.c +++ b/usr.sbin/kldxref/kldxref.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000, Boris Popov * All rights reserved. * diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index 729e0c9d98875..b20855515adb9 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.sbin/lpr/common_source/displayq.c b/usr.sbin/lpr/common_source/displayq.c index d987cfa4a15a1..7bacf1afe8656 100644 --- a/usr.sbin/lpr/common_source/displayq.c +++ b/usr.sbin/lpr/common_source/displayq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h index a6ae6073247ea..e18cbef231db8 100644 --- a/usr.sbin/lpr/common_source/lp.h +++ b/usr.sbin/lpr/common_source/lp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/common_source/lp.local.h b/usr.sbin/lpr/common_source/lp.local.h index 79cc52ac879b9..e7ddd8fa2aff0 100644 --- a/usr.sbin/lpr/common_source/lp.local.h +++ b/usr.sbin/lpr/common_source/lp.local.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/common_source/net.c b/usr.sbin/lpr/common_source/net.c index c495bbbe93fb0..3954b2286dc6c 100644 --- a/usr.sbin/lpr/common_source/net.c +++ b/usr.sbin/lpr/common_source/net.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.sbin/lpr/common_source/pathnames.h b/usr.sbin/lpr/common_source/pathnames.h index 0be302a104590..79154b5196715 100644 --- a/usr.sbin/lpr/common_source/pathnames.h +++ b/usr.sbin/lpr/common_source/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/common_source/printcap.c b/usr.sbin/lpr/common_source/printcap.c index 707b7b824d9a6..2cf4de4a395a9 100644 --- a/usr.sbin/lpr/common_source/printcap.c +++ b/usr.sbin/lpr/common_source/printcap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.sbin/lpr/common_source/rmjob.c b/usr.sbin/lpr/common_source/rmjob.c index 700e3c2a1d576..b22ef9115a67f 100644 --- a/usr.sbin/lpr/common_source/rmjob.c +++ b/usr.sbin/lpr/common_source/rmjob.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/common_source/startdaemon.c b/usr.sbin/lpr/common_source/startdaemon.c index 8e4f60a6e9db1..7a0e806915a02 100644 --- a/usr.sbin/lpr/common_source/startdaemon.c +++ b/usr.sbin/lpr/common_source/startdaemon.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c index f8ffe523a9375..2239b62065ee6 100644 --- a/usr.sbin/lpr/filters/lpf.c +++ b/usr.sbin/lpr/filters/lpf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index d85e8eab58b6c..3068e2fe37a84 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpc/cmdtab.c b/usr.sbin/lpr/lpc/cmdtab.c index 1e8e4dacd214d..b7945b553b2d0 100644 --- a/usr.sbin/lpr/lpc/cmdtab.c +++ b/usr.sbin/lpr/lpc/cmdtab.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpc/extern.h b/usr.sbin/lpr/lpc/extern.h index 45844a5733871..856357c02f818 100644 --- a/usr.sbin/lpr/lpc/extern.h +++ b/usr.sbin/lpr/lpc/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c index 2be4c84d619a2..afd90d348791a 100644 --- a/usr.sbin/lpr/lpc/lpc.c +++ b/usr.sbin/lpr/lpc/lpc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpc/lpc.h b/usr.sbin/lpr/lpc/lpc.h index ee529036ad44a..557b184d70a6f 100644 --- a/usr.sbin/lpr/lpc/lpc.h +++ b/usr.sbin/lpr/lpc/lpc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h index 90eb0be2e21d5..173dd058033f1 100644 --- a/usr.sbin/lpr/lpd/extern.h +++ b/usr.sbin/lpr/lpd/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index 925d00fcc3de2..8ba9d3a63a496 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index cb9f35512e84b..9e1fa27572698 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index 52f12295edb94..f105240dc115c 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c index a2d61c3372d2b..f4433cc90cfdd 100644 --- a/usr.sbin/lpr/lpd/printjob.c +++ b/usr.sbin/lpr/lpd/printjob.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index c7ee4e9499392..6ad26dd6e85d4 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c index f39c81bc117c5..49b3b9bf9d353 100644 --- a/usr.sbin/lpr/lpq/lpq.c +++ b/usr.sbin/lpr/lpq/lpq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c index 9a4382f12c5fc..72ba2b3929f16 100644 --- a/usr.sbin/lpr/lpr/lpr.c +++ b/usr.sbin/lpr/lpr/lpr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.sbin/lpr/lprm/lprm.c b/usr.sbin/lpr/lprm/lprm.c index 35d88145adcc0..2acc82b0b5f2d 100644 --- a/usr.sbin/lpr/lprm/lprm.c +++ b/usr.sbin/lpr/lprm/lprm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index 07c90d79343c9..762f06e36f8c3 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c index 5fdd54f14efc6..b93d6444ca214 100644 --- a/usr.sbin/lpr/pac/pac.c +++ b/usr.sbin/lpr/pac/pac.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c index 62c3c3ea44af5..3c21dc7dd646e 100644 --- a/usr.sbin/makefs/ffs.c +++ b/usr.sbin/makefs/ffs.c @@ -1,6 +1,8 @@ /* $NetBSD: ffs.c,v 1.44 2009/04/28 22:49:26 joerg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * diff --git a/usr.sbin/makefs/ffs/ffs_alloc.c b/usr.sbin/makefs/ffs/ffs_alloc.c index 5147d04ba1aa3..c030d50f7b784 100644 --- a/usr.sbin/makefs/ffs/ffs_alloc.c +++ b/usr.sbin/makefs/ffs/ffs_alloc.c @@ -1,7 +1,9 @@ /* $NetBSD: ffs_alloc.c,v 1.14 2004/06/20 22:20:18 jmc Exp $ */ /* From: NetBSD: ffs_alloc.c,v 1.50 2001/09/06 02:16:01 lukem Exp */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/usr.sbin/makefs/ffs/ffs_balloc.c b/usr.sbin/makefs/ffs/ffs_balloc.c index 0ce4f756a3bc5..89bbec0dd16d2 100644 --- a/usr.sbin/makefs/ffs/ffs_balloc.c +++ b/usr.sbin/makefs/ffs/ffs_balloc.c @@ -1,7 +1,9 @@ /* $NetBSD: ffs_balloc.c,v 1.13 2004/06/20 22:20:18 jmc Exp $ */ /* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/makefs/ffs/ffs_extern.h b/usr.sbin/makefs/ffs/ffs_extern.h index 7755823c17030..b4d4bbaef6e96 100644 --- a/usr.sbin/makefs/ffs/ffs_extern.h +++ b/usr.sbin/makefs/ffs/ffs_extern.h @@ -2,6 +2,8 @@ /* From: NetBSD: ffs_extern.h,v 1.19 2001/08/17 02:18:48 lukem Exp */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/makefs/ffs/ffs_subr.c b/usr.sbin/makefs/ffs/ffs_subr.c index b55174db0ba35..0d5ac2a92598f 100644 --- a/usr.sbin/makefs/ffs/ffs_subr.c +++ b/usr.sbin/makefs/ffs/ffs_subr.c @@ -1,6 +1,8 @@ /* $NetBSD: ffs_subr.c,v 1.32 2003/12/30 12:33:24 pk Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/makefs/ffs/mkfs.c b/usr.sbin/makefs/ffs/mkfs.c index a6cb2e21b6cf5..7704cd8a024e3 100644 --- a/usr.sbin/makefs/ffs/mkfs.c +++ b/usr.sbin/makefs/ffs/mkfs.c @@ -1,6 +1,8 @@ /* $NetBSD: mkfs.c,v 1.20 2004/06/24 22:30:13 lukem Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/usr.sbin/makefs/ffs/ufs_bmap.c b/usr.sbin/makefs/ffs/ufs_bmap.c index b65b416361507..ac3869a7cb8d3 100644 --- a/usr.sbin/makefs/ffs/ufs_bmap.c +++ b/usr.sbin/makefs/ffs/ufs_bmap.c @@ -1,7 +1,9 @@ /* $NetBSD: ufs_bmap.c,v 1.14 2004/06/20 22:20:18 jmc Exp $ */ /* From: NetBSD: ufs_bmap.c,v 1.14 2001/11/08 05:00:51 chs Exp */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.sbin/makefs/ffs/ufs_inode.h b/usr.sbin/makefs/ffs/ufs_inode.h index 8286f867af56b..d5023384774a6 100644 --- a/usr.sbin/makefs/ffs/ufs_inode.h +++ b/usr.sbin/makefs/ffs/ufs_inode.h @@ -1,7 +1,9 @@ /* $NetBSD: ufs_inode.h,v 1.3 2003/08/07 11:25:34 agc Exp $ */ /* From: NetBSD: inode.h,v 1.27 2001/12/18 10:57:23 fvdl Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh index 23e20870ab95f..85ed845cd7e6f 100644 --- a/usr.sbin/manctl/manctl.sh +++ b/usr.sbin/manctl/manctl.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-4-Clause +# # Copyright (c) 1994 Geoffrey M. Rehmet, Rhodes University # All rights reserved. # diff --git a/usr.sbin/mld6query/mld6.c b/usr.sbin/mld6query/mld6.c index a3c8342e5f504..dcdd15a9b0d08 100644 --- a/usr.sbin/mld6query/mld6.c +++ b/usr.sbin/mld6query/mld6.c @@ -1,6 +1,8 @@ /* $KAME: mld6.c,v 1.15 2003/04/02 11:29:54 suz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 1e35cc55a9c74..d4790a3e07c36 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/mountd/pathnames.h b/usr.sbin/mountd/pathnames.h index 2b7397799ee4a..6deae6d9db8d5 100644 --- a/usr.sbin/mountd/pathnames.h +++ b/usr.sbin/mountd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/mptutil/mpt_cam.c b/usr.sbin/mptutil/mpt_cam.c index 264cb476f3969..56b923bfec0e5 100644 --- a/usr.sbin/mptutil/mpt_cam.c +++ b/usr.sbin/mptutil/mpt_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mpt_cmd.c b/usr.sbin/mptutil/mpt_cmd.c index 8104fc9b46539..79422c12dd898 100644 --- a/usr.sbin/mptutil/mpt_cmd.c +++ b/usr.sbin/mptutil/mpt_cmd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mpt_config.c b/usr.sbin/mptutil/mpt_config.c index 17b9945a66243..6dc5d196840ff 100644 --- a/usr.sbin/mptutil/mpt_config.c +++ b/usr.sbin/mptutil/mpt_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mpt_drive.c b/usr.sbin/mptutil/mpt_drive.c index 049ce7178c94a..c71896d33b790 100644 --- a/usr.sbin/mptutil/mpt_drive.c +++ b/usr.sbin/mptutil/mpt_drive.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mpt_evt.c b/usr.sbin/mptutil/mpt_evt.c index 9ccdebd424fbd..9fb41d50b4dca 100644 --- a/usr.sbin/mptutil/mpt_evt.c +++ b/usr.sbin/mptutil/mpt_evt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mpt_show.c b/usr.sbin/mptutil/mpt_show.c index 153d73e0097f9..313f985f4926d 100644 --- a/usr.sbin/mptutil/mpt_show.c +++ b/usr.sbin/mptutil/mpt_show.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mpt_volume.c b/usr.sbin/mptutil/mpt_volume.c index 2b273c73cf0e0..0e437ed03de6f 100644 --- a/usr.sbin/mptutil/mpt_volume.c +++ b/usr.sbin/mptutil/mpt_volume.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mptutil.c b/usr.sbin/mptutil/mptutil.c index 63e8efadd4b98..81487664f1cea 100644 --- a/usr.sbin/mptutil/mptutil.c +++ b/usr.sbin/mptutil/mptutil.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/mptutil/mptutil.h b/usr.sbin/mptutil/mptutil.h index 3951235933434..191c8d2dfda23 100644 --- a/usr.sbin/mptutil/mptutil.h +++ b/usr.sbin/mptutil/mptutil.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/nandsim/nandsim_rcfile.c b/usr.sbin/nandsim/nandsim_rcfile.c index 0f99e7b001e24..8e9cca17f37ba 100644 --- a/usr.sbin/nandsim/nandsim_rcfile.c +++ b/usr.sbin/nandsim/nandsim_rcfile.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/usr.sbin/nandsim/nandsim_rcfile.h b/usr.sbin/nandsim/nandsim_rcfile.h index f5c3ce9ac8c0c..d92ae870f0fc7 100644 --- a/usr.sbin/nandsim/nandsim_rcfile.h +++ b/usr.sbin/nandsim/nandsim_rcfile.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/usr.sbin/ndiscvt/inf-parse.y b/usr.sbin/ndiscvt/inf-parse.y index 2a8876d2eb5d8..740aba5e87d1c 100644 --- a/usr.sbin/ndiscvt/inf-parse.y +++ b/usr.sbin/ndiscvt/inf-parse.y @@ -1,5 +1,7 @@ %{ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/ndiscvt/inf-token.l b/usr.sbin/ndiscvt/inf-token.l index 3e2a1278d5302..56359263074ef 100644 --- a/usr.sbin/ndiscvt/inf-token.l +++ b/usr.sbin/ndiscvt/inf-token.l @@ -1,5 +1,7 @@ %{ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/ndiscvt/inf.c b/usr.sbin/ndiscvt/inf.c index 4b30da0a30242..eb1015083dbbb 100644 --- a/usr.sbin/ndiscvt/inf.c +++ b/usr.sbin/ndiscvt/inf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/ndiscvt/ndiscvt.c b/usr.sbin/ndiscvt/ndiscvt.c index 7636c4c750590..09f7faeb3068d 100644 --- a/usr.sbin/ndiscvt/ndiscvt.c +++ b/usr.sbin/ndiscvt/ndiscvt.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/ndiscvt/ndisgen.sh b/usr.sbin/ndiscvt/ndisgen.sh index 1674ea105c7ad..c5a0dbd4fc46b 100644 --- a/usr.sbin/ndiscvt/ndisgen.sh +++ b/usr.sbin/ndiscvt/ndisgen.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-4-Clause +# # Copyright (c) 2005 # Bill Paul <wpaul@windriver.com>. All rights reserved. # diff --git a/usr.sbin/ndiscvt/windrv_stub.c b/usr.sbin/ndiscvt/windrv_stub.c index 46a0e83844151..8aaa23835cbab 100644 --- a/usr.sbin/ndiscvt/windrv_stub.c +++ b/usr.sbin/ndiscvt/windrv_stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index 95ee8657bcdd7..cf609a1a24ffb 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: ndp.c,v 1.104 2003/06/27 07:48:39 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/nfsd/nfsd.c b/usr.sbin/nfsd/nfsd.c index c9b8f77d7233f..96e01ba271de4 100644 --- a/usr.sbin/nfsd/nfsd.c +++ b/usr.sbin/nfsd/nfsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/pciconf/cap.c b/usr.sbin/pciconf/cap.c index 4d07388968165..d8c518526f652 100644 --- a/usr.sbin/pciconf/cap.c +++ b/usr.sbin/pciconf/cap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/pciconf/pciconf.h b/usr.sbin/pciconf/pciconf.h index 734007eba9208..4b31372cd963d 100644 --- a/usr.sbin/pciconf/pciconf.h +++ b/usr.sbin/pciconf/pciconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index 48928c77fc2aa..adfdcd6da796c 100644 --- a/usr.sbin/ppp/slcompress.c +++ b/usr.sbin/ppp/slcompress.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/ppp/slcompress.h b/usr.sbin/ppp/slcompress.h index 9c415cb25fa82..9694d3ace21d7 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -1,6 +1,8 @@ -/* +/*- * Definitions for tcp compression routines. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index b5ceb2e7c3d33..418679d8d69c8 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technologies, Inc. diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c index 0b4df5e120a92..648bf5f79be2a 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.c +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 740df39c0a037..326897b24619f 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 4ffc2e68dd95c..0c48292f2d302 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/rip6query/rip6query.c b/usr.sbin/rip6query/rip6query.c index a35c75097415b..b3d7459659653 100644 --- a/usr.sbin/rip6query/rip6query.c +++ b/usr.sbin/rip6query/rip6query.c @@ -1,6 +1,8 @@ /* $KAME: rip6query.c,v 1.11 2001/05/08 04:36:37 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c index 57c8439a70f5c..d11aa3747d47a 100644 --- a/usr.sbin/rmt/rmt.c +++ b/usr.sbin/rmt/rmt.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/route6d/misc/cksum.c b/usr.sbin/route6d/misc/cksum.c index bff7e2d5f7f4a..200eecceef7df 100644 --- a/usr.sbin/route6d/misc/cksum.c +++ b/usr.sbin/route6d/misc/cksum.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c index 41f8fe315d872..5b049b9e3a242 100644 --- a/usr.sbin/route6d/route6d.c +++ b/usr.sbin/route6d/route6d.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: route6d.c,v 1.104 2003/10/31 00:30:20 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/route6d/route6d.h b/usr.sbin/route6d/route6d.h index 49a7d5a93760f..d556799c71773 100644 --- a/usr.sbin/route6d/route6d.h +++ b/usr.sbin/route6d/route6d.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: route6d.h,v 1.8 2003/05/28 09:11:13 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rpc.lockd/lock_proc.c b/usr.sbin/rpc.lockd/lock_proc.c index 3b040e5f14a0e..160e1844e5a86 100644 --- a/usr.sbin/rpc.lockd/lock_proc.c +++ b/usr.sbin/rpc.lockd/lock_proc.c @@ -1,6 +1,8 @@ /* $NetBSD: lock_proc.c,v 1.7 2000/10/11 20:23:56 is Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c index 6ac4962c078d2..a208fdbf33527 100644 --- a/usr.sbin/rpc.lockd/lockd.c +++ b/usr.sbin/rpc.lockd/lockd.c @@ -1,7 +1,9 @@ /* $NetBSD: lockd.c,v 1.7 2000/08/12 18:08:44 thorpej Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.lockd/lockd.h b/usr.sbin/rpc.lockd/lockd.h index 0a8e2e60b6167..23cb19fd79c69 100644 --- a/usr.sbin/rpc.lockd/lockd.h +++ b/usr.sbin/rpc.lockd/lockd.h @@ -1,7 +1,9 @@ /* $NetBSD: lockd.h,v 1.2 2000/06/07 14:34:40 bouyer Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c index 59a312df3a66a..594d01f7e1ece 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.c +++ b/usr.sbin/rpc.lockd/lockd_lock.c @@ -1,6 +1,8 @@ /* $NetBSD: lockd_lock.c,v 1.5 2000/11/21 03:47:41 enami Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Andrew P. Lentvorski, Jr. * Copyright (c) 2000 Manuel Bouyer. * diff --git a/usr.sbin/rpc.statd/file.c b/usr.sbin/rpc.statd/file.c index beef0e4db904b..c2207c73aebfb 100644 --- a/usr.sbin/rpc.statd/file.c +++ b/usr.sbin/rpc.statd/file.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c index f6067e7acb70e..517c3f62414e6 100644 --- a/usr.sbin/rpc.statd/procs.c +++ b/usr.sbin/rpc.statd/procs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index 1a79ac2b7ed4d..b789f81491062 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.statd/statd.h b/usr.sbin/rpc.statd/statd.h index a82d760f96f27..ede159039adab 100644 --- a/usr.sbin/rpc.statd/statd.h +++ b/usr.sbin/rpc.statd/statd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h index db15be228a6dc..563d47c2205fe 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index 38719c4a5c1a0..349f1cd59e175 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c index ae5ca59640533..8845d0d10f9b2 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypupdated/yp_dbdelete.c b/usr.sbin/rpc.ypupdated/yp_dbdelete.c index 0552aab9d3ea7..7ef1458673914 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbdelete.c +++ b/usr.sbin/rpc.ypupdated/yp_dbdelete.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c index 3481a6b2b3c4f..84bacb905ac30 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c +++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c index 92d8374a7162d..96bf4460a2517 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypupdated/ypupdated_server.c b/usr.sbin/rpc.ypupdated/ypupdated_server.c index c4e163a509196..67fa05eceee50 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_server.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h index 5aba934a6ec44..165b144f2c452 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c index 8fa3e2205b439..62420a48c0a9a 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c index 5f60712e9fefe..ca8a2a3c4fe4f 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/rpcbind/check_bound.c b/usr.sbin/rpcbind/check_bound.c index b08979d61ebf1..becd201224407 100644 --- a/usr.sbin/rpcbind/check_bound.c +++ b/usr.sbin/rpcbind/check_bound.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/pmap_svc.c b/usr.sbin/rpcbind/pmap_svc.c index d20f18f88f8c1..991a28d680fb5 100644 --- a/usr.sbin/rpcbind/pmap_svc.c +++ b/usr.sbin/rpcbind/pmap_svc.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/rpcb_stat.c b/usr.sbin/rpcbind/rpcb_stat.c index 12aab64a058ab..65bd1645c5f8a 100644 --- a/usr.sbin/rpcbind/rpcb_stat.c +++ b/usr.sbin/rpcbind/rpcb_stat.c @@ -3,6 +3,8 @@ * $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/rpcb_svc.c b/usr.sbin/rpcbind/rpcb_svc.c index 7aa5393ac4249..9ae41965b97bc 100644 --- a/usr.sbin/rpcbind/rpcb_svc.c +++ b/usr.sbin/rpcbind/rpcb_svc.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/rpcb_svc_4.c b/usr.sbin/rpcbind/rpcb_svc_4.c index 852abaff6c2ad..9bb48beed3e20 100644 --- a/usr.sbin/rpcbind/rpcb_svc_4.c +++ b/usr.sbin/rpcbind/rpcb_svc_4.c @@ -4,6 +4,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c index d5beb13f74616..7c72041b4a6c9 100644 --- a/usr.sbin/rpcbind/rpcb_svc_com.c +++ b/usr.sbin/rpcbind/rpcb_svc_com.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/rpcbind.c b/usr.sbin/rpcbind/rpcbind.c index 9d5a608b98493..bac11a9b205a4 100644 --- a/usr.sbin/rpcbind/rpcbind.c +++ b/usr.sbin/rpcbind/rpcbind.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/rpcbind.h b/usr.sbin/rpcbind/rpcbind.h index 309bc0ba77da5..f78b2eecc34be 100644 --- a/usr.sbin/rpcbind/rpcbind.h +++ b/usr.sbin/rpcbind/rpcbind.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rpcbind/warmstart.c b/usr.sbin/rpcbind/warmstart.c index 473b6f7e9579b..74ad91231e3dd 100644 --- a/usr.sbin/rpcbind/warmstart.c +++ b/usr.sbin/rpcbind/warmstart.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * diff --git a/usr.sbin/rrenumd/lexer.l b/usr.sbin/rrenumd/lexer.l index 47656e86d2b13..31ca4b2a86b64 100644 --- a/usr.sbin/rrenumd/lexer.l +++ b/usr.sbin/rrenumd/lexer.l @@ -1,6 +1,8 @@ /* $KAME: lexer.l,v 1.7 2000/11/08 02:40:53 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rrenumd/parser.y b/usr.sbin/rrenumd/parser.y index 6436df709b2e8..96f37ae11eb46 100644 --- a/usr.sbin/rrenumd/parser.y +++ b/usr.sbin/rrenumd/parser.y @@ -1,6 +1,8 @@ /* $KAME: parser.y,v 1.8 2000/11/08 03:03:34 jinmei Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rrenumd/rrenumd.c b/usr.sbin/rrenumd/rrenumd.c index 68f68473a909b..dd08396b64218 100644 --- a/usr.sbin/rrenumd/rrenumd.c +++ b/usr.sbin/rrenumd/rrenumd.c @@ -1,6 +1,8 @@ /* $KAME: rrenumd.c,v 1.20 2000/11/08 02:40:53 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rrenumd/rrenumd.h b/usr.sbin/rrenumd/rrenumd.h index df0280b2591ed..2e9390d023fd5 100644 --- a/usr.sbin/rrenumd/rrenumd.h +++ b/usr.sbin/rrenumd/rrenumd.h @@ -1,6 +1,8 @@ /* $KAME: rrenumd.h,v 1.2 2000/07/03 02:54:09 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/advcap.c b/usr.sbin/rtadvd/advcap.c index 542e06649f92a..8416359f59061 100644 --- a/usr.sbin/rtadvd/advcap.c +++ b/usr.sbin/rtadvd/advcap.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: advcap.c,v 1.11 2003/05/19 09:46:50 keiichi Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983 The Regents of the University of California. * All rights reserved. * diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rtadvd/config.c index db16e333febfc..1c4f838209163 100644 --- a/usr.sbin/rtadvd/config.c +++ b/usr.sbin/rtadvd/config.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: config.c,v 1.84 2003/08/05 12:34:23 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * Copyright (C) 2011 Hiroki Sato <hrs@FreeBSD.org> * All rights reserved. diff --git a/usr.sbin/rtadvd/config.h b/usr.sbin/rtadvd/config.h index 219390bb1512f..24e6f493bdbce 100644 --- a/usr.sbin/rtadvd/config.h +++ b/usr.sbin/rtadvd/config.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: config.h,v 1.8 2003/06/17 08:26:22 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/if.c b/usr.sbin/rtadvd/if.c index 72ea36a8f64f7..20a509946d131 100644 --- a/usr.sbin/rtadvd/if.c +++ b/usr.sbin/rtadvd/if.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: if.c,v 1.17 2001/01/21 15:27:30 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (C) 2011 Hiroki Sato <hrs@FreeBSD.org> * All rights reserved. diff --git a/usr.sbin/rtadvd/if.h b/usr.sbin/rtadvd/if.h index 6efdd562fb445..42b4be795859e 100644 --- a/usr.sbin/rtadvd/if.h +++ b/usr.sbin/rtadvd/if.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: if.h,v 1.10 2003/02/24 11:29:10 ono Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/rrenum.c b/usr.sbin/rtadvd/rrenum.c index eede4b6d00aaf..7e3bac286cc32 100644 --- a/usr.sbin/rtadvd/rrenum.c +++ b/usr.sbin/rtadvd/rrenum.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: rrenum.c,v 1.12 2002/06/10 19:59:47 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/rrenum.h b/usr.sbin/rtadvd/rrenum.h index 2b20d595dda74..93cd96b6d1895 100644 --- a/usr.sbin/rtadvd/rrenum.h +++ b/usr.sbin/rtadvd/rrenum.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: rrenum.h,v 1.3 2001/01/21 15:37:14 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/rtadvd.c b/usr.sbin/rtadvd/rtadvd.c index 9976c784c99e3..d461858764442 100644 --- a/usr.sbin/rtadvd/rtadvd.c +++ b/usr.sbin/rtadvd/rtadvd.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: rtadvd.c,v 1.82 2003/08/05 12:34:23 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (C) 2011 Hiroki Sato <hrs@FreeBSD.org> * All rights reserved. diff --git a/usr.sbin/rtadvd/rtadvd.h b/usr.sbin/rtadvd/rtadvd.h index e7ed87fece023..005a42c2038a9 100644 --- a/usr.sbin/rtadvd/rtadvd.h +++ b/usr.sbin/rtadvd/rtadvd.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: rtadvd.h,v 1.26 2003/08/05 12:34:23 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * Copyright (C) 2011 Hiroki Sato <hrs@FreeBSD.org> * All rights reserved. diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c index 452add49c4c91..94c5dcd91f708 100644 --- a/usr.sbin/rtadvd/timer.c +++ b/usr.sbin/rtadvd/timer.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: timer.c,v 1.9 2002/06/10 19:59:47 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * Copyright (C) 2011 Hiroki Sato <hrs@FreeBSD.org> * All rights reserved. diff --git a/usr.sbin/rtadvd/timer.h b/usr.sbin/rtadvd/timer.h index 4498aaff073a7..74ac7d41d8fe9 100644 --- a/usr.sbin/rtadvd/timer.h +++ b/usr.sbin/rtadvd/timer.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: timer.h,v 1.5 2002/05/31 13:30:38 jinmei Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/timer_subr.c b/usr.sbin/rtadvd/timer_subr.c index 0ddf0a433f96a..7a7a23cd98f7a 100644 --- a/usr.sbin/rtadvd/timer_subr.c +++ b/usr.sbin/rtadvd/timer_subr.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: timer.c,v 1.9 2002/06/10 19:59:47 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtadvd/timer_subr.h b/usr.sbin/rtadvd/timer_subr.h index 32e1bb163afba..36e8b3bdc1925 100644 --- a/usr.sbin/rtadvd/timer_subr.h +++ b/usr.sbin/rtadvd/timer_subr.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $KAME: timer.h,v 1.5 2002/05/31 13:30:38 jinmei Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtsold/dump.c b/usr.sbin/rtsold/dump.c index a0bf2c2744c82..282b71d049d56 100644 --- a/usr.sbin/rtsold/dump.c +++ b/usr.sbin/rtsold/dump.c @@ -1,6 +1,8 @@ /* $KAME: dump.c,v 1.13 2003/10/05 00:09:36 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1999 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtsold/if.c b/usr.sbin/rtsold/if.c index 0d500622b7a65..e1e9a00b59984 100644 --- a/usr.sbin/rtsold/if.c +++ b/usr.sbin/rtsold/if.c @@ -1,6 +1,8 @@ /* $KAME: if.c,v 1.27 2003/10/05 00:09:36 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtsold/probe.c b/usr.sbin/rtsold/probe.c index 3aa5303a66030..2a5ddfcad06eb 100644 --- a/usr.sbin/rtsold/probe.c +++ b/usr.sbin/rtsold/probe.c @@ -1,6 +1,8 @@ /* $KAME: probe.c,v 1.17 2003/10/05 00:09:36 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtsold/rtsock.c b/usr.sbin/rtsold/rtsock.c index 702ffe13f6950..6e57eaf9bc8ac 100644 --- a/usr.sbin/rtsold/rtsock.c +++ b/usr.sbin/rtsold/rtsock.c @@ -1,7 +1,9 @@ /* $KAME: rtsock.c,v 1.3 2000/10/10 08:46:45 itojun Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2000 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index cff283160e89b..04a92de356206 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -1,6 +1,8 @@ /* $KAME: rtsol.c,v 1.27 2003/10/05 00:09:36 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (C) 2011 Hiroki Sato * All rights reserved. diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c index 9cfe5c304349c..a8e5b23f0917f 100644 --- a/usr.sbin/rtsold/rtsold.c +++ b/usr.sbin/rtsold/rtsold.c @@ -1,6 +1,8 @@ /* $KAME: rtsold.c,v 1.67 2003/05/17 18:16:15 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rtsold/rtsold.h b/usr.sbin/rtsold/rtsold.h index f19fb3ccd93ba..7af0441d2d641 100644 --- a/usr.sbin/rtsold/rtsold.h +++ b/usr.sbin/rtsold/rtsold.h @@ -1,6 +1,8 @@ /* $KAME: rtsold.h,v 1.19 2003/04/16 09:48:15 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index 9a9dad811ad7a..4e6fc43d7add3 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 The Regents of the University of California. * Copyright (c) 2013 Mariusz Zaborski <oshogbo@FreeBSD.org> * All rights reserved. diff --git a/usr.sbin/setfib/setfib.c b/usr.sbin/setfib/setfib.c index f4b6c3dc2b4c1..0f5305b2a43ab 100644 --- a/usr.sbin/setfib/setfib.c +++ b/usr.sbin/setfib/setfib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2008 Cisco Systems, All rights reserved diff --git a/usr.sbin/syslogd/pathnames.h b/usr.sbin/syslogd/pathnames.h index 00631e0e4bf21..b1ed9070f02c3 100644 --- a/usr.sbin/syslogd/pathnames.h +++ b/usr.sbin/syslogd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index ac7a1679b935b..cf90d1da8b1bb 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/acksend.c b/usr.sbin/timed/timed/acksend.c index dca3a68b8a262..6543c6034bd89 100644 --- a/usr.sbin/timed/timed/acksend.c +++ b/usr.sbin/timed/timed/acksend.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/byteorder.c b/usr.sbin/timed/timed/byteorder.c index abacbd6805fc2..1e45e4d47eaf4 100644 --- a/usr.sbin/timed/timed/byteorder.c +++ b/usr.sbin/timed/timed/byteorder.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/candidate.c b/usr.sbin/timed/timed/candidate.c index c92ae70a7515e..0f013a4d4771e 100644 --- a/usr.sbin/timed/timed/candidate.c +++ b/usr.sbin/timed/timed/candidate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/cksum.c b/usr.sbin/timed/timed/cksum.c index 7fa0a5e80d8d0..227e03bb4e11b 100644 --- a/usr.sbin/timed/timed/cksum.c +++ b/usr.sbin/timed/timed/cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/correct.c b/usr.sbin/timed/timed/correct.c index 8a5b464595c26..1cb412f67d442 100644 --- a/usr.sbin/timed/timed/correct.c +++ b/usr.sbin/timed/timed/correct.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/extern.h b/usr.sbin/timed/timed/extern.h index b17afe04a2f8a..a2d1363b399ca 100644 --- a/usr.sbin/timed/timed/extern.h +++ b/usr.sbin/timed/timed/extern.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h index 0492d79b2d73e..2a56fec12b37c 100644 --- a/usr.sbin/timed/timed/globals.h +++ b/usr.sbin/timed/timed/globals.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/master.c b/usr.sbin/timed/timed/master.c index 24b1de0e829b1..9879b2603d748 100644 --- a/usr.sbin/timed/timed/master.c +++ b/usr.sbin/timed/timed/master.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 8fe43b5e39115..a382124514dfb 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/networkdelta.c b/usr.sbin/timed/timed/networkdelta.c index bf2a35389d5f6..3f8dad46f34b6 100644 --- a/usr.sbin/timed/timed/networkdelta.c +++ b/usr.sbin/timed/timed/networkdelta.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/pathnames.h b/usr.sbin/timed/timed/pathnames.h index a2396e1299761..49e29398b45e4 100644 --- a/usr.sbin/timed/timed/pathnames.h +++ b/usr.sbin/timed/timed/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c index e637912308806..2e0c306a9ada6 100644 --- a/usr.sbin/timed/timed/readmsg.c +++ b/usr.sbin/timed/timed/readmsg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/slave.c b/usr.sbin/timed/timed/slave.c index a91bdd15f43f4..3c09c277222ac 100644 --- a/usr.sbin/timed/timed/slave.c +++ b/usr.sbin/timed/timed/slave.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index a8efd6dbe66c1..8bafc7ae2ae60 100644 --- a/usr.sbin/timed/timed/timed.c +++ b/usr.sbin/timed/timed/timed.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index 1eb6a75f75d4a..9cc7e8c951a39 100644 --- a/usr.sbin/timed/timedc/cmds.c +++ b/usr.sbin/timed/timedc/cmds.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timedc/cmdtab.c b/usr.sbin/timed/timedc/cmdtab.c index 62c01da03233e..d5a697ca3b6c0 100644 --- a/usr.sbin/timed/timedc/cmdtab.c +++ b/usr.sbin/timed/timedc/cmdtab.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timedc/extern.h b/usr.sbin/timed/timedc/extern.h index bbbd83ec16bac..705e92f90cfad 100644 --- a/usr.sbin/timed/timedc/extern.h +++ b/usr.sbin/timed/timedc/extern.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index 4124661e6268d..3f74468e9015b 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/timed/timedc/timedc.h b/usr.sbin/timed/timedc/timedc.h index bfeef28510607..04f7e0b15cc23 100644 --- a/usr.sbin/timed/timedc/timedc.h +++ b/usr.sbin/timed/timedc/timedc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/traceroute6/traceroute6.c b/usr.sbin/traceroute6/traceroute6.c index 62dfc6a05f05e..ab2a19eb83eec 100644 --- a/usr.sbin/traceroute6/traceroute6.c +++ b/usr.sbin/traceroute6/traceroute6.c @@ -1,6 +1,8 @@ /* $KAME: traceroute6.c,v 1.68 2004/01/25 11:16:12 suz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index d85d41d42275a..a18bba1965ee2 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.sbin/vipw/vipw.c b/usr.sbin/vipw/vipw.c index 4a0a70080dcac..ba0d47b6d47df 100644 --- a/usr.sbin/vipw/vipw.c +++ b/usr.sbin/vipw/vipw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.sbin/wpa/ndis_events/ndis_events.c b/usr.sbin/wpa/ndis_events/ndis_events.c index b61fd0a297ab8..cfd971af8ea10 100644 --- a/usr.sbin/wpa/ndis_events/ndis_events.c +++ b/usr.sbin/wpa/ndis_events/ndis_events.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/wpa/wpa_supplicant/Packet32.c b/usr.sbin/wpa/wpa_supplicant/Packet32.c index 8e7da035af958..3f852b722080b 100644 --- a/usr.sbin/wpa/wpa_supplicant/Packet32.c +++ b/usr.sbin/wpa/wpa_supplicant/Packet32.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/wpa/wpa_supplicant/Packet32.h b/usr.sbin/wpa/wpa_supplicant/Packet32.h index e0598e70d4fd7..c96553afc8a17 100644 --- a/usr.sbin/wpa/wpa_supplicant/Packet32.h +++ b/usr.sbin/wpa/wpa_supplicant/Packet32.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul <wpaul@windriver.com>. All rights reserved. * diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c index 290e40500de62..c8c545306e18d 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.c +++ b/usr.sbin/yp_mkdb/yp_mkdb.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c index 2efc7a2d06177..d65c5eb695e2a 100644 --- a/usr.sbin/ypbind/yp_ping.c +++ b/usr.sbin/ypbind/yp_ping.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index 5a712e5a41b05..e5e852280095d 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index dddde7405bba7..bee8dd4231ddd 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_dblookup.c b/usr.sbin/ypserv/yp_dblookup.c index ecd90522f7ad7..291daba0da092 100644 --- a/usr.sbin/ypserv/yp_dblookup.c +++ b/usr.sbin/ypserv/yp_dblookup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_dnslookup.c b/usr.sbin/ypserv/yp_dnslookup.c index 6534967cfa980..b33b80c2e82c9 100644 --- a/usr.sbin/ypserv/yp_dnslookup.c +++ b/usr.sbin/ypserv/yp_dnslookup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index a5b12902d0d1c..9bc287280c767 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h index 2e574b6c3bfe7..4a1c6b3528dc0 100644 --- a/usr.sbin/ypserv/yp_extern.h +++ b/usr.sbin/ypserv/yp_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c index 8c538ca8ca460..d0fff1eb1e8dc 100644 --- a/usr.sbin/ypserv/yp_main.c +++ b/usr.sbin/ypserv/yp_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c index 304fd50efe34b..828957788b2bb 100644 --- a/usr.sbin/ypserv/yp_server.c +++ b/usr.sbin/ypserv/yp_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index 33d058ef9b879..c865c01d9b7ec 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * |