diff options
Diffstat (limited to 'usr.bin')
179 files changed, 415 insertions, 46 deletions
diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l index 589888e6dc06c..f74821abf31d2 100644 --- a/usr.bin/ar/acplex.l +++ b/usr.bin/ar/acplex.l @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Kai Wang * All rights reserved. * diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y index 456ee1f27957c..b335598c1f010 100644 --- a/usr.bin/ar/acpyacc.y +++ b/usr.bin/ar/acpyacc.y @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Kai Wang * All rights reserved. * diff --git a/usr.bin/ar/ar.h b/usr.bin/ar/ar.h index 957a985433eac..19668989e3cc5 100644 --- a/usr.bin/ar/ar.h +++ b/usr.bin/ar/ar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Kai Wang * All rights reserved. * diff --git a/usr.bin/ar/read.c b/usr.bin/ar/read.c index 704812cebb305..782505423d049 100644 --- a/usr.bin/ar/read.c +++ b/usr.bin/ar/read.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Kai Wang * Copyright (c) 2007 Tim Kientzle * All rights reserved. diff --git a/usr.bin/ar/util.c b/usr.bin/ar/util.c index e1230e3301348..d6eb36e026879 100644 --- a/usr.bin/ar/util.c +++ b/usr.bin/ar/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2007 Tim Kientzle * All rights reserved. * diff --git a/usr.bin/ar/write.c b/usr.bin/ar/write.c index 49f539bca9424..15fedbcd7b7ae 100644 --- a/usr.bin/ar/write.c +++ b/usr.bin/ar/write.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Kai Wang * All rights reserved. * diff --git a/usr.bin/asa/asa.c b/usr.bin/asa/asa.c index 692b83757d4f3..22174ed340cd0 100644 --- a/usr.bin/asa/asa.c +++ b/usr.bin/asa/asa.c @@ -1,6 +1,8 @@ /* $NetBSD: asa.c,v 1.11 1997/09/20 14:55:00 lukem Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993,94 Winning Strategies, Inc. * All rights reserved. * diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index da930d1d8d1e7..0543bbaf4e95d 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -1,5 +1,8 @@ -/* +/*- * at.c : Put file into atrun queue + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993, 1994 Thomas Koenig * * Atrun & Atq modifications diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 3d72bbbdbbd44..8bdc65d3532fb 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -1,5 +1,8 @@ -/* +/*- * at.h - header for at(1) + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993 Thomas Koenig * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index ef5265b4c1d25..63cd68cf4223b 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -1,5 +1,8 @@ -/* +/*- * panic.c - terminate fast in case of error + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993 Thomas Koenig * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index 832de83a7d986..d5140482d6ff0 100644 --- a/usr.bin/at/panic.h +++ b/usr.bin/at/panic.h @@ -1,5 +1,8 @@ -/* +/*- * panic.h - header for at(1) + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993 Thomas Koenig * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 0604a1ca843cb..e91a6947357be 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -1,5 +1,8 @@ -/* +/*- * parsetime.c - parse time for at(1) + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993, 1994 Thomas Koenig * * modifications for English-language times diff --git a/usr.bin/at/parsetime.h b/usr.bin/at/parsetime.h index 30c3f207aa3d3..c3201645b0816 100644 --- a/usr.bin/at/parsetime.h +++ b/usr.bin/at/parsetime.h @@ -1,5 +1,8 @@ -/* +/*- * at.h - header for at(1) + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993 Thomas Koenig * * Redistribution and use in source and binary forms, with or without @@ -21,6 +24,8 @@ * THEORY OF LIABILITY, WETHER 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. + * + * $FreeBSD$ */ time_t parsetime(int argc, char **argv); diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 91176b471249d..e2fb86ea5532d 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -1,5 +1,8 @@ -/* +/*- * perm.c - check user permission for at(1) + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1994 Thomas Koenig * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/at/perm.h b/usr.bin/at/perm.h index b55b5fb786a71..59e10310a63b9 100644 --- a/usr.bin/at/perm.h +++ b/usr.bin/at/perm.h @@ -1,5 +1,8 @@ -/* +/*- * perm.h - header for at(1) + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1994 Thomas Koenig * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 2b0d34a19cbf4..ba84ec9318d4d 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -1,5 +1,8 @@ -/* - * privs.h - header for privileged operations +/*- + * privs.h - header for privileged operations + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993 Thomas Koenig * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/bluetooth/bthost/bthost.c b/usr.bin/bluetooth/bthost/bthost.c index 69ce3f57f0186..b5c5b72cf7005 100644 --- a/usr.bin/bluetooth/bthost/bthost.c +++ b/usr.bin/bluetooth/bthost/bthost.c @@ -1,6 +1,8 @@ -/* +/*- * bthost.c * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.c b/usr.bin/bluetooth/btsockstat/btsockstat.c index 67d95f295b041..890fb4eea4d02 100644 --- a/usr.bin/bluetooth/btsockstat/btsockstat.c +++ b/usr.bin/bluetooth/btsockstat/btsockstat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * btsockstat.c * * Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com> diff --git a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c index 239597dc755d9..116c5c8177995 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c +++ b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c @@ -1,6 +1,8 @@ -/* +/*- * rfcomm_sdp.c * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c index 309bab93ac21b..ff99591bdf1ba 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c +++ b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index ce462e94c5f04..e30f45e4aceb3 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000, 2001 David O'Brien * Copyright (c) 1996 Søren Schmidt * All rights reserved. diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.c b/usr.bin/bsdiff/bsdiff/bsdiff.c index 4646e4ec40226..57243fc50ba04 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.c +++ b/usr.bin/bsdiff/bsdiff/bsdiff.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2005 Colin Percival * All rights reserved * diff --git a/usr.bin/bsdiff/bspatch/bspatch.c b/usr.bin/bsdiff/bspatch/bspatch.c index fc7c07de7b72d..c66f28ebf8d99 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.c +++ b/usr.bin/bsdiff/bspatch/bspatch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2003-2005 Colin Percival * All rights reserved * diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index 930153fcb919f..fbccf395b5f07 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * This is the Posix.2 mandated C compiler. Basically, a hook to the * cc(1) command. * diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index 79cca8957db4a..093023f2bda62 100644 --- a/usr.bin/c99/c99.c +++ b/usr.bin/c99/c99.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/calendar/dates.c b/usr.bin/calendar/dates.c index 86d8a1fee9ff2..e30e86485a601 100644 --- a/usr.bin/calendar/dates.c +++ b/usr.bin/calendar/dates.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/calendar/events.c b/usr.bin/calendar/events.c index e53dbe8d3b085..113962bc8a036 100644 --- a/usr.bin/calendar/events.c +++ b/usr.bin/calendar/events.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index 3cce2998f12a7..53a5a894d4808 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * All rights reserved. * diff --git a/usr.bin/calendar/parsedata.c b/usr.bin/calendar/parsedata.c index 1a191648d4b47..32f0cb8f6f6a4 100644 --- a/usr.bin/calendar/parsedata.c +++ b/usr.bin/calendar/parsedata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index ab369ad233d4a..46936e6d45cf4 100644 --- a/usr.bin/calendar/paskha.c +++ b/usr.bin/calendar/paskha.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1993-1996 by Andrey A. Chernov, Moscow, Russia. * All rights reserved. * diff --git a/usr.bin/calendar/sunpos.c b/usr.bin/calendar/sunpos.c index 1e39cbabb5748..48dd893912294 100644 --- a/usr.bin/calendar/sunpos.c +++ b/usr.bin/calendar/sunpos.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Edwin Groothuis <edwin@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb573..3aecf4f107386 100644 --- a/usr.bin/cmp/link.c +++ b/usr.bin/cmp/link.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Brian Somers <brian@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 44a62cd09ef0d..c7b1b88cc6ee9 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> * at Electronni Visti IA, Kiev, Ukraine. * All rights reserved. diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index b396ed0ff724d..f83078b327deb 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -1,6 +1,8 @@ %x string name charmap defn nchar subs subs2 %{ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> * at Electronni Visti IA, Kiev, Ukraine. * All rights reserved. diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index a27a4f9b98aa2..229a736245b82 100644 --- a/usr.bin/compress/zopen.h +++ b/usr.bin/compress/zopen.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996 * FreeBSD Inc. All rights reserved. * diff --git a/usr.bin/cpuset/cpuset.c b/usr.bin/cpuset/cpuset.c index c619259c306ec..160d76e024067 100644 --- a/usr.bin/cpuset/cpuset.c +++ b/usr.bin/cpuset/cpuset.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/usr.bin/csplit/csplit.c b/usr.bin/csplit/csplit.c index 0adecaf82c41f..99bcaab8f3241 100644 --- a/usr.bin/csplit/csplit.c +++ b/usr.bin/csplit/csplit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/ctlstat/ctlstat.c b/usr.bin/ctlstat/ctlstat.c index d90c0711af4b2..0ec9e632ee80c 100644 --- a/usr.bin/ctlstat/ctlstat.c +++ b/usr.bin/ctlstat/ctlstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2008, 2009 Silicon Graphics International Corp. * Copyright (c) 2017 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/dtc/checking.cc b/usr.bin/dtc/checking.cc index ffd6d24ef318b..33b071794e80d 100644 --- a/usr.bin/dtc/checking.cc +++ b/usr.bin/dtc/checking.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/checking.hh b/usr.bin/dtc/checking.hh index d833ffd64a18d..5c5a6a0e13ccb 100644 --- a/usr.bin/dtc/checking.hh +++ b/usr.bin/dtc/checking.hh @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/dtb.cc b/usr.bin/dtc/dtb.cc index b18674c7fa22b..6594774df657a 100644 --- a/usr.bin/dtc/dtb.cc +++ b/usr.bin/dtc/dtb.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/dtb.hh b/usr.bin/dtc/dtb.hh index fa93178a876bb..d0e42a152ea18 100644 --- a/usr.bin/dtc/dtb.hh +++ b/usr.bin/dtc/dtb.hh @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/dtc.cc b/usr.bin/dtc/dtc.cc index e111dd5c6802a..b5c331dd2c050 100644 --- a/usr.bin/dtc/dtc.cc +++ b/usr.bin/dtc/dtc.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/fdt.cc b/usr.bin/dtc/fdt.cc index d0af314796173..eb72404489457 100644 --- a/usr.bin/dtc/fdt.cc +++ b/usr.bin/dtc/fdt.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/fdt.hh b/usr.bin/dtc/fdt.hh index a6ba252685aa1..d68795aeaf658 100644 --- a/usr.bin/dtc/fdt.hh +++ b/usr.bin/dtc/fdt.hh @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/input_buffer.cc b/usr.bin/dtc/input_buffer.cc index 8cea329e8ab1a..4058497cbf1e6 100644 --- a/usr.bin/dtc/input_buffer.cc +++ b/usr.bin/dtc/input_buffer.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/input_buffer.hh b/usr.bin/dtc/input_buffer.hh index fada1e46d2860..9f7ca2e0ce5e0 100644 --- a/usr.bin/dtc/input_buffer.hh +++ b/usr.bin/dtc/input_buffer.hh @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/string.cc b/usr.bin/dtc/string.cc index 8891556a54935..71a304a2ea281 100644 --- a/usr.bin/dtc/string.cc +++ b/usr.bin/dtc/string.cc @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/dtc/util.hh b/usr.bin/dtc/util.hh index 91f4fa88a8162..337685ef3f483 100644 --- a/usr.bin/dtc/util.hh +++ b/usr.bin/dtc/util.hh @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 David Chisnall * All rights reserved. * diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index 7e1ece66deed9..2782d89362b63 100644 --- a/usr.bin/elf2aout/elf2aout.c +++ b/usr.bin/elf2aout/elf2aout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jake Burkholder * All rights reserved. * diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c index 32839254d7b83..3bbbf2fa7f790 100644 --- a/usr.bin/elfdump/elfdump.c +++ b/usr.bin/elfdump/elfdump.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 David O'Brien. All rights reserved. * Copyright (c) 2001 Jake Burkholder * All rights reserved. diff --git a/usr.bin/env/envopts.c b/usr.bin/env/envopts.c index 57400622912b1..5c15b36baa301 100644 --- a/usr.bin/env/envopts.c +++ b/usr.bin/env/envopts.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 - Garance Alistair Drosehn <gad@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/env/envopts.h b/usr.bin/env/envopts.h index 1f15c6917a809..5c6dcf64607a7 100644 --- a/usr.bin/env/envopts.h +++ b/usr.bin/env/envopts.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 - Garance Alistair Drosehn <gad@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 3fbf34388c7de..a37821f5f8090 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-2014 Dag-Erling Smørgrav * Copyright (c) 2013 Michael Gmelin <freebsd@grem.de> * All rights reserved. diff --git a/usr.bin/finger/pathnames.h b/usr.bin/finger/pathnames.h index 7c9ad19abcb61..a60ce7d1a956b 100644 --- a/usr.bin/finger/pathnames.h +++ b/usr.bin/finger/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Mark Knight <markk@knigma.org> * All rights reserved. * diff --git a/usr.bin/fstat/functions.h b/usr.bin/fstat/functions.h index a23d27ef73482..ba46aa4ce36fa 100644 --- a/usr.bin/fstat/functions.h +++ b/usr.bin/fstat/functions.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/usr.bin/fstat/fuser.c b/usr.bin/fstat/fuser.c index dbb0d863a3a49..b4225328fc1f8 100644 --- a/usr.bin/fstat/fuser.c +++ b/usr.bin/fstat/fuser.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/usr.bin/fstat/main.c b/usr.bin/fstat/main.c index 4123e64424e58..ab08386dab450 100644 --- a/usr.bin/fstat/main.c +++ b/usr.bin/fstat/main.c @@ -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/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 78aeb21baa215..f6a4286fa4c28 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Paul Saab <ps@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index ae52d61c9281f..706d4b5b23a3f 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Dell EMC * Copyright (c) 2007 Sandvine Incorporated * Copyright (c) 1998 John D. Polstra diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index 6d4098a31f1ce..323914ecee6f3 100644 --- a/usr.bin/gencat/gencat.c +++ b/usr.bin/gencat/gencat.c @@ -3,7 +3,9 @@ /* $NetBSD: gencat.c,v 1.18 2003/10/27 00:12:43 lukem Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND MIT + * * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/getent/getent.c b/usr.bin/getent/getent.c index 977f1471fff21..1b1427e183856 100644 --- a/usr.bin/getent/getent.c +++ b/usr.bin/getent/getent.c @@ -1,6 +1,8 @@ /* $NetBSD: getent.c,v 1.7 2005/08/24 14:31:02 ginsbach Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/grep/file.c b/usr.bin/grep/file.c index bea7c72343fe4..7de58a6c42260 100644 --- a/usr.bin/grep/file.c +++ b/usr.bin/grep/file.c @@ -3,6 +3,8 @@ /* $OpenBSD: file.c,v 1.11 2010/07/02 20:48:48 nicm Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2010 Dimitry Andric <dimitry@andric.com> diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c index 806fd0a8a8899..65e7349a37d53 100644 --- a/usr.bin/grep/grep.c +++ b/usr.bin/grep/grep.c @@ -3,6 +3,8 @@ /* $OpenBSD: grep.c,v 1.42 2010/07/02 22:18:03 tedu Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/grep/grep.h b/usr.bin/grep/grep.h index 7cd8c38abf208..8167a9a4276aa 100644 --- a/usr.bin/grep/grep.h +++ b/usr.bin/grep/grep.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (c) 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/grep/queue.c b/usr.bin/grep/queue.c index f094f8a972a85..b5f3aa14f0e27 100644 --- a/usr.bin/grep/queue.c +++ b/usr.bin/grep/queue.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/usr.bin/grep/regex/fastmatch.c b/usr.bin/grep/regex/fastmatch.c index db5899a117bfb..6e3e3f8055a97 100644 --- a/usr.bin/grep/regex/fastmatch.c +++ b/usr.bin/grep/regex/fastmatch.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/grep/regex/hashtable.c b/usr.bin/grep/regex/hashtable.c index 41ebcd1a04795..1767d0a16d661 100644 --- a/usr.bin/grep/regex/hashtable.c +++ b/usr.bin/grep/regex/hashtable.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/grep/regex/tre-fastmatch.c b/usr.bin/grep/regex/tre-fastmatch.c index 6bf7c446529e8..c28645602fa46 100644 --- a/usr.bin/grep/regex/tre-fastmatch.c +++ b/usr.bin/grep/regex/tre-fastmatch.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2011 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c index 2741380143686..6fd841c346072 100644 --- a/usr.bin/grep/util.c +++ b/usr.bin/grep/util.c @@ -3,6 +3,8 @@ /* $OpenBSD: util.c,v 1.39 2010/07/02 22:18:03 tedu Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * Copyright (C) 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2017 Kyle Evans <kevans@FreeBSD.org> diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index a72b775661d01..18a8f97e27fa6 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -1,6 +1,8 @@ /* $NetBSD: gzip.c,v 1.112 2017/08/23 13:04:17 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2015, 2017 * Matthew R. Green * All rights reserved. diff --git a/usr.bin/gzip/unbzip2.c b/usr.bin/gzip/unbzip2.c index 3eb29c3a48b48..f6807e0c43b2e 100644 --- a/usr.bin/gzip/unbzip2.c +++ b/usr.bin/gzip/unbzip2.c @@ -1,6 +1,8 @@ /* $NetBSD: unbzip2.c,v 1.14 2017/08/04 07:27:08 mrg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2006 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/gzip/unpack.c b/usr.bin/gzip/unpack.c index f07cae0945c26..8e8f7c0cf7291 100644 --- a/usr.bin/gzip/unpack.c +++ b/usr.bin/gzip/unpack.c @@ -2,6 +2,8 @@ /* $NetBSD: unpack.c,v 1.3 2017/08/04 07:27:08 mrg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Xin LI <delphij@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/gzip/unxz.c b/usr.bin/gzip/unxz.c index 6b01485160b40..390c91679b822 100644 --- a/usr.bin/gzip/unxz.c +++ b/usr.bin/gzip/unxz.c @@ -1,6 +1,8 @@ /* $NetBSD: unxz.c,v 1.7 2017/08/04 07:27:08 mrg Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2011 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/iconv/iconv.c b/usr.bin/iconv/iconv.c index 0c3d83e6171cc..23d691e8ee125 100644 --- a/usr.bin/iconv/iconv.c +++ b/usr.bin/iconv/iconv.c @@ -2,6 +2,8 @@ /* $NetBSD: iconv.c,v 1.16 2009/02/20 15:28:21 yamt Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index 77624a228a1ee..028e778976cb2 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jens Schweikhardt * All rights reserved. * diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index 98c45554384c3..8cfeec387a758 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Adam Glass * All rights reserved. * diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index 306d659d7d06e..bb1a92dd8a19c 100644 --- a/usr.bin/ipcs/ipc.c +++ b/usr.bin/ipcs/ipc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> * All rights reserved. * diff --git a/usr.bin/ipcs/ipc.h b/usr.bin/ipcs/ipc.h index 0b6188a7217b1..6e89e4802acb8 100644 --- a/usr.bin/ipcs/ipc.h +++ b/usr.bin/ipcs/ipc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> * All rights reserved. * diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index be6ca5616f59b..3d7be146dc04f 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> * All rights reserved. * diff --git a/usr.bin/iscsictl/iscsictl.c b/usr.bin/iscsictl/iscsictl.c index 376eb07bc9117..cfc92863faf42 100644 --- a/usr.bin/iscsictl/iscsictl.c +++ b/usr.bin/iscsictl/iscsictl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/usr.bin/iscsictl/iscsictl.h b/usr.bin/iscsictl/iscsictl.h index 79d89b8ac5cc0..aac86e768507c 100644 --- a/usr.bin/iscsictl/iscsictl.h +++ b/usr.bin/iscsictl/iscsictl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/usr.bin/iscsictl/parse.y b/usr.bin/iscsictl/parse.y index 84c05b88404a4..1e414a6f63aed 100644 --- a/usr.bin/iscsictl/parse.y +++ b/usr.bin/iscsictl/parse.y @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/usr.bin/iscsictl/periphs.c b/usr.bin/iscsictl/periphs.c index 069786012dfb4..e4d4f99264b96 100644 --- a/usr.bin/iscsictl/periphs.c +++ b/usr.bin/iscsictl/periphs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997-2007 Kenneth D. Merry * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. diff --git a/usr.bin/iscsictl/token.l b/usr.bin/iscsictl/token.l index c9e3e72357033..fc731f4e8196a 100644 --- a/usr.bin/iscsictl/token.l +++ b/usr.bin/iscsictl/token.l @@ -1,5 +1,7 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index cdb62da6e4b94..aca0830c158bd 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Peter Wemm <peter@FreeBSD.org> * Copyright (c) 2000 Paul Saab <ps@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index a23ae413400bb..f45e4bb290b56 100644 --- a/usr.bin/ktrdump/ktrdump.c +++ b/usr.bin/ktrdump/ktrdump.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Jake Burkholder * Copyright (c) 2004 Robert Watson * All rights reserved. diff --git a/usr.bin/lastcomm/readrec.c b/usr.bin/lastcomm/readrec.c index 0a3e9306e063e..5e3ed92947f54 100644 --- a/usr.bin/lastcomm/readrec.c +++ b/usr.bin/lastcomm/readrec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Diomidis Spinellis * All rights reserved. * diff --git a/usr.bin/ldd/extern.h b/usr.bin/ldd/extern.h index 4df6759b971db..840ca0ea52dbd 100644 --- a/usr.bin/ldd/extern.h +++ b/usr.bin/ldd/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 FreeBSD, Inc * All rights reserved. * diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index c0b546a994846..64488ae94a688 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index 7e69cec9e7056..fb70e9ff65ad2 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996-1997 John D. Polstra. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c index a62eff1c9fb22..8f47f8e98228e 100644 --- a/usr.bin/locale/locale.c +++ b/usr.bin/locale/locale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002, 2003 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh index 156f21a725d22..ead474362c8aa 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) September 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. # All rights reserved. # diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh index 39d15d7c13cfa..284ea6416493d 100644 --- a/usr.bin/locate/locate/mklocatedb.sh +++ b/usr.bin/locate/locate/mklocatedb.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) September 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. # All rights reserved. # diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh index 97f096d208ee0..c01dcf9fcf7d1 100644 --- a/usr.bin/locate/locate/updatedb.sh +++ b/usr.bin/locate/locate/updatedb.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) September 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. # All rights reserved. # diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 5555c488cd159..471bedf9ed7e7 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1997 John D. Polstra. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/login/login.h b/usr.bin/login/login.h index 48ef31bb59207..3a27d46d55204 100644 --- a/usr.bin/login/login.h +++ b/usr.bin/login/login.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 FreeBSD, Inc * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c index 5cc60d7533a54..535efa18a8229 100644 --- a/usr.bin/logins/logins.c +++ b/usr.bin/logins/logins.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 61f96d471dffd..4ac7196150db5 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -1,6 +1,8 @@ /* $OpenBSD: gnum4.c,v 1.50 2015/04/29 00:13:26 millert Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1999 Marc Espie * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index 90e913d5184d1..cce4c79e79b7d 100644 --- a/usr.bin/m4/trace.c +++ b/usr.bin/m4/trace.c @@ -1,5 +1,7 @@ /* $OpenBSD: trace.c,v 1.16 2010/09/07 19:58:09 marco Exp $ */ /* + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Marc Espie. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index 7d021d78f260b..78e6a7ab39298 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -1,5 +1,7 @@ #! /bin/sh # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2010 Gordon Tetlow # All rights reserved. # diff --git a/usr.bin/mkcsmapper/ldef.h b/usr.bin/mkcsmapper/ldef.h index d5857032d7515..0aedc564c0368 100644 --- a/usr.bin/mkcsmapper/ldef.h +++ b/usr.bin/mkcsmapper/ldef.h @@ -2,6 +2,8 @@ /* $NetBSD: ldef.h,v 1.2 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/usr.bin/mkcsmapper/lex.l b/usr.bin/mkcsmapper/lex.l index 33b7f8eb95f76..adbdf78ff7b17 100644 --- a/usr.bin/mkcsmapper/lex.l +++ b/usr.bin/mkcsmapper/lex.l @@ -3,6 +3,8 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/usr.bin/mkcsmapper/yacc.y b/usr.bin/mkcsmapper/yacc.y index 89ce5fd698907..fc43ea80da0f7 100644 --- a/usr.bin/mkcsmapper/yacc.y +++ b/usr.bin/mkcsmapper/yacc.y @@ -3,6 +3,8 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003, 2006 Citrus Project, * All rights reserved. * diff --git a/usr.bin/mkesdb/ldef.h b/usr.bin/mkesdb/ldef.h index 45b4e60cd709b..e543936683f99 100644 --- a/usr.bin/mkesdb/ldef.h +++ b/usr.bin/mkesdb/ldef.h @@ -2,6 +2,8 @@ /* $NetBSD: ldef.h,v 1.2 2005/06/27 01:23:59 fvdl Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/usr.bin/mkesdb/lex.l b/usr.bin/mkesdb/lex.l index c9d9cc1e42d39..3d6b8368b369d 100644 --- a/usr.bin/mkesdb/lex.l +++ b/usr.bin/mkesdb/lex.l @@ -3,6 +3,8 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/usr.bin/mkesdb/yacc.y b/usr.bin/mkesdb/yacc.y index 7b6e140b704c4..4b3f9c7d382fd 100644 --- a/usr.bin/mkesdb/yacc.y +++ b/usr.bin/mkesdb/yacc.y @@ -3,6 +3,8 @@ %{ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)2003 Citrus Project, * All rights reserved. * diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index 277104f480e7f..0b320e8c5c858 100644 --- a/usr.bin/mktemp/mktemp.c +++ b/usr.bin/mktemp/mktemp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994, 1995, 1996, 1998 Peter Wemm <peter@netplex.com.au> * All rights reserved. * diff --git a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c index 074df035262fa..be0a9b23acb42 100644 --- a/usr.bin/mkuzip/mkuzip.c +++ b/usr.bin/mkuzip/mkuzip.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org> * All rights reserved. * diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 25bc76f771aeb..621b839e1803a 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Wolfgang Helbig * All rights reserved. * diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index 60546e38be142..425174608851f 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Christian S.J. Peron * All rights reserved. * diff --git a/usr.bin/netstat/netisr.c b/usr.bin/netstat/netisr.c index b384d6a9e2d5a..9c9f05f406c5b 100644 --- a/usr.bin/netstat/netisr.c +++ b/usr.bin/netstat/netisr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Juniper Networks, Inc. * All rights reserved. * diff --git a/usr.bin/newgrp/newgrp.c b/usr.bin/newgrp/newgrp.c index 8fc90f3a60d0f..f8f54f7d6e375 100644 --- a/usr.bin/newgrp/newgrp.c +++ b/usr.bin/newgrp/newgrp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index 1c618ef9f5f87..7d44576f8b27b 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 2d399c56291bc..7896428eb1c8a 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Networks Associates Technologies, Inc. * All rights reserved. * diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index be80ec95c3516..314454f331b9c 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/perror/perror.c b/usr.bin/perror/perror.c index 62af5dfbac223..1cf502aa1f3d7 100644 --- a/usr.bin/perror/perror.c +++ b/usr.bin/perror/perror.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hudson River Trading LLC * Written by: George V. Neville-Neil <gnn@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat.c b/usr.bin/procstat/procstat.c index f13807939f5aa..0269d3c5a5fcc 100644 --- a/usr.bin/procstat/procstat.c +++ b/usr.bin/procstat/procstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2011 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * Copyright (c) 2017 Dell EMC diff --git a/usr.bin/procstat/procstat.h b/usr.bin/procstat/procstat.h index c75018fc09080..4fef4e3f6c8e0 100644 --- a/usr.bin/procstat/procstat.h +++ b/usr.bin/procstat/procstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * Copyright (c) 2017 Dell EMC diff --git a/usr.bin/procstat/procstat_args.c b/usr.bin/procstat/procstat_args.c index b64364bd8d813..e5ede148d385a 100644 --- a/usr.bin/procstat/procstat_args.c +++ b/usr.bin/procstat/procstat_args.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_auxv.c b/usr.bin/procstat/procstat_auxv.c index 0c930cae9140a..48377a21d4126 100644 --- a/usr.bin/procstat/procstat_auxv.c +++ b/usr.bin/procstat/procstat_auxv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Mikolaj Golub * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_basic.c b/usr.bin/procstat/procstat_basic.c index b5675248f88e7..07d76ca531bdb 100644 --- a/usr.bin/procstat/procstat_basic.c +++ b/usr.bin/procstat/procstat_basic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_bin.c b/usr.bin/procstat/procstat_bin.c index 800775f3efe7c..bdcaa7f53019a 100644 --- a/usr.bin/procstat/procstat_bin.c +++ b/usr.bin/procstat/procstat_bin.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_cred.c b/usr.bin/procstat/procstat_cred.c index dbc0831233d34..7ff7dfb5516df 100644 --- a/usr.bin/procstat/procstat_cred.c +++ b/usr.bin/procstat/procstat_cred.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c index 25ae8ae26d582..ad1e1ca866d4d 100644 --- a/usr.bin/procstat/procstat_files.c +++ b/usr.bin/procstat/procstat_files.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2011 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_kstack.c b/usr.bin/procstat/procstat_kstack.c index 225d939b22c47..8992292d4c5e2 100644 --- a/usr.bin/procstat/procstat_kstack.c +++ b/usr.bin/procstat/procstat_kstack.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_rlimit.c b/usr.bin/procstat/procstat_rlimit.c index dc0d486dbb2e0..1231794adb856 100644 --- a/usr.bin/procstat/procstat_rlimit.c +++ b/usr.bin/procstat/procstat_rlimit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Mikolaj Golub * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_sigs.c b/usr.bin/procstat/procstat_sigs.c index 59759b2b78999..984d5d57f9564 100644 --- a/usr.bin/procstat/procstat_sigs.c +++ b/usr.bin/procstat/procstat_sigs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Konstantin Belousov * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_threads.c b/usr.bin/procstat/procstat_threads.c index a09f7e83584b4..c62bb516175ac 100644 --- a/usr.bin/procstat/procstat_threads.c +++ b/usr.bin/procstat/procstat_threads.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/procstat/procstat_vm.c b/usr.bin/procstat/procstat_vm.c index 9f38c64326512..de09ab6a03bbf 100644 --- a/usr.bin/procstat/procstat_vm.c +++ b/usr.bin/procstat/procstat_vm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * Copyright (c) 2015 Allan Jude <allanjude@freebsd.org> * All rights reserved. diff --git a/usr.bin/protect/protect.c b/usr.bin/protect/protect.c index 16b0d298f8883..d9990be01d03d 100644 --- a/usr.bin/protect/protect.c +++ b/usr.bin/protect/protect.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/usr.bin/rctl/rctl.c b/usr.bin/rctl/rctl.c index 05809d39eb261..74073c13207eb 100644 --- a/usr.bin/rctl/rctl.c +++ b/usr.bin/rctl/rctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * diff --git a/usr.bin/revoke/revoke.c b/usr.bin/revoke/revoke.c index bc9f838bf37c2..ca976ac1a0350 100644 --- a/usr.bin/revoke/revoke.c +++ b/usr.bin/revoke/revoke.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/usr.bin/seq/seq.c b/usr.bin/seq/seq.c index 6d715e1d42ae6..b8c3faef7bf13 100644 --- a/usr.bin/seq/seq.c +++ b/usr.bin/seq/seq.c @@ -1,5 +1,7 @@ /* $NetBSD: seq.c,v 1.7 2010/05/27 08:40:19 dholland Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2005 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/setchannel/setchannel.c b/usr.bin/setchannel/setchannel.c index e7b00fe2e9bc8..a229290c864a4 100644 --- a/usr.bin/setchannel/setchannel.c +++ b/usr.bin/setchannel/setchannel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004, 2005 * John Wehle <john@feith.com>. All rights reserved. * diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 02b43b81374c5..5df67d0469a75 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/usr.bin/sort/bwstring.c b/usr.bin/sort/bwstring.c index b665d585f1793..69d5dff182ecb 100644 --- a/usr.bin/sort/bwstring.c +++ b/usr.bin/sort/bwstring.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/bwstring.h b/usr.bin/sort/bwstring.h index 7402ec683a845..9d62eaf37f62d 100644 --- a/usr.bin/sort/bwstring.h +++ b/usr.bin/sort/bwstring.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/coll.c b/usr.bin/sort/coll.c index 80631cdb9fb65..28059d468efbf 100644 --- a/usr.bin/sort/coll.c +++ b/usr.bin/sort/coll.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/coll.h b/usr.bin/sort/coll.h index 6e3f9b45b79a1..10505a423bebc 100644 --- a/usr.bin/sort/coll.h +++ b/usr.bin/sort/coll.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/file.c b/usr.bin/sort/file.c index 1c2f60e1651f2..59752012eda27 100644 --- a/usr.bin/sort/file.c +++ b/usr.bin/sort/file.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/file.h b/usr.bin/sort/file.h index e87fafda1c851..f3a7d3abc0223 100644 --- a/usr.bin/sort/file.h +++ b/usr.bin/sort/file.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/mem.c b/usr.bin/sort/mem.c index c6e9a53c30171..dea37bb3a1108 100644 --- a/usr.bin/sort/mem.c +++ b/usr.bin/sort/mem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/mem.h b/usr.bin/sort/mem.h index 36671e32d2418..cb21d6d4a2215 100644 --- a/usr.bin/sort/mem.h +++ b/usr.bin/sort/mem.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/radixsort.c b/usr.bin/sort/radixsort.c index 62b946063f0f2..9affcd29d8d1b 100644 --- a/usr.bin/sort/radixsort.c +++ b/usr.bin/sort/radixsort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * Copyright (C) 2012 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/sort/radixsort.h b/usr.bin/sort/radixsort.h index 87437285dbf5b..6d5b9281e7aa2 100644 --- a/usr.bin/sort/radixsort.h +++ b/usr.bin/sort/radixsort.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * Copyright (C) 2012 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index 7f5b3e839b720..5edc5af6703ec 100644 --- a/usr.bin/sort/sort.c +++ b/usr.bin/sort/sort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h index 41dd60e77014c..b472fd16c0980 100644 --- a/usr.bin/sort/sort.h +++ b/usr.bin/sort/sort.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * All rights reserved. diff --git a/usr.bin/sort/vsort.c b/usr.bin/sort/vsort.c index 5d15f9af36960..804b575307337 100644 --- a/usr.bin/sort/vsort.c +++ b/usr.bin/sort/vsort.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * Copyright (C) 2012 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/sort/vsort.h b/usr.bin/sort/vsort.h index 5f9db7404387c..8ab1612e65cb2 100644 --- a/usr.bin/sort/vsort.h +++ b/usr.bin/sort/vsort.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Oleg Moskalenko <mom040267@gmail.com> * Copyright (C) 2012 Gabor Kovesdan <gabor@FreeBSD.org> * All rights reserved. diff --git a/usr.bin/ssh-copy-id/ssh-copy-id.sh b/usr.bin/ssh-copy-id/ssh-copy-id.sh index f03d5c0a3bab9..303340ef2f011 100755 --- a/usr.bin/ssh-copy-id/ssh-copy-id.sh +++ b/usr.bin/ssh-copy-id/ssh-copy-id.sh @@ -1,5 +1,7 @@ #!/bin/sh #- +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2012 Eitan Adler # All rights reserved. # diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index ddbb9ab0a26fd..0c9ba6801f7ab 100644 --- a/usr.bin/stat/stat.c +++ b/usr.bin/stat/stat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/stdbuf/stdbuf.c b/usr.bin/stdbuf/stdbuf.c index c05a44de7da5a..d9355e4722669 100644 --- a/usr.bin/stdbuf/stdbuf.c +++ b/usr.bin/stdbuf/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/usr.bin/systat/convtbl.c b/usr.bin/systat/convtbl.c index bebb040f9ec65..6b299d0db08d5 100644 --- a/usr.bin/systat/convtbl.c +++ b/usr.bin/systat/convtbl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003, Trent Nelson, <trent@arpa.com>. * All rights reserved. * diff --git a/usr.bin/systat/convtbl.h b/usr.bin/systat/convtbl.h index 051e1cd4f08a6..f525e85b68b79 100644 --- a/usr.bin/systat/convtbl.h +++ b/usr.bin/systat/convtbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003, Trent Nelson, <trent@arpa.com>. * All rights reserved. * diff --git a/usr.bin/systat/devs.h b/usr.bin/systat/devs.h index 921700846b231..b25cc962bb218 100644 --- a/usr.bin/systat/devs.h +++ b/usr.bin/systat/devs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 David E. O'Brien * All rights reserved. * diff --git a/usr.bin/systat/ifcmds.c b/usr.bin/systat/ifcmds.c index 101c93991cc7e..f5091603d0e9b 100644 --- a/usr.bin/systat/ifcmds.c +++ b/usr.bin/systat/ifcmds.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003, Trent Nelson, <trent@arpa.com>. * All rights reserved. * diff --git a/usr.bin/systat/ifstat.c b/usr.bin/systat/ifstat.c index 35e575631a1be..4c174c0b89e1c 100644 --- a/usr.bin/systat/ifstat.c +++ b/usr.bin/systat/ifstat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003, Trent Nelson, <trent@arpa.com>. * All rights reserved. * diff --git a/usr.bin/tabs/tabs.c b/usr.bin/tabs/tabs.c index d03a7413d175f..c9809206ec02c 100644 --- a/usr.bin/tabs/tabs.c +++ b/usr.bin/tabs/tabs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/tr/cmap.c b/usr.bin/tr/cmap.c index 811040c25e761..1df2c99d7b742 100644 --- a/usr.bin/tr/cmap.c +++ b/usr.bin/tr/cmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/tr/cmap.h b/usr.bin/tr/cmap.h index 9a81e134678fd..d7df72ea46716 100644 --- a/usr.bin/tr/cmap.h +++ b/usr.bin/tr/cmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/tr/cset.c b/usr.bin/tr/cset.c index 58a927c8b9728..3b2a08dac414a 100644 --- a/usr.bin/tr/cset.c +++ b/usr.bin/tr/cset.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/tr/cset.h b/usr.bin/tr/cset.h index ab3eabd3e4390..5d41107558a40 100644 --- a/usr.bin/tr/cset.h +++ b/usr.bin/tr/cset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/truncate/truncate.c b/usr.bin/truncate/truncate.c index d45533ebb2692..072c72dc41e6f 100644 --- a/usr.bin/truncate/truncate.c +++ b/usr.bin/truncate/truncate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Sheldon Hearn <sheldonh@FreeBSD.org>. * All rights reserved. * diff --git a/usr.bin/truss/truss.h b/usr.bin/truss/truss.h index 53282965cc933..e63dbcbcb50cc 100644 --- a/usr.bin/truss/truss.h +++ b/usr.bin/truss/truss.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 Jamey Wood * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 290a15a33f72a..c354b31bcd7ce 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 - 2015 Tony Finch <dot@dotat.at> * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/unifdef/unifdef.h b/usr.bin/unifdef/unifdef.h index 6e58e4f2e262d..8d061c80aadca 100644 --- a/usr.bin/unifdef/unifdef.h +++ b/usr.bin/unifdef/unifdef.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 - 2013 Tony Finch <dot@dotat.at> * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/unifdef/unifdefall.sh b/usr.bin/unifdef/unifdefall.sh index 6abf60b6e0e6f..e9c394efbd622 100644 --- a/usr.bin/unifdef/unifdefall.sh +++ b/usr.bin/unifdef/unifdefall.sh @@ -2,6 +2,8 @@ # # unifdefall: remove all the #if's from a source file # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2002 - 2013 Tony Finch <dot@dotat.at> # Copyright (c) 2009 - 2010 Jonathan Nieder <jrnieder@gmail.com> # diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index b40b653d27ef5..8385de32fbfa4 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * units.c Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu) * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/unzip/unzip.c b/usr.bin/unzip/unzip.c index fb123db30adb2..c9e53f27ed74b 100644 --- a/usr.bin/unzip/unzip.c +++ b/usr.bin/unzip/unzip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2010 Joerg Sonnenberger <joerg@NetBSD.org> * Copyright (c) 2007-2008 Dag-Erling Smørgrav * All rights reserved. diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index 49cf0af2a8f2f..5f45849f0c57e 100644 --- a/usr.bin/usbhidaction/usbhidaction.c +++ b/usr.bin/usbhidaction/usbhidaction.c @@ -1,7 +1,9 @@ /* $NetBSD: usbhidaction.c,v 1.8 2002/06/11 06:06:21 itojun Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000, 2002 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 06a79c8d53094..58a8ae09c9e47 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,7 +1,9 @@ /* $NetBSD: usbhid.c,v 1.14 2000/07/03 02:51:37 matt Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index f5d27d184f2d5..c177720a5bf26 100644 --- a/usr.bin/whereis/pathnames.h +++ b/usr.bin/whereis/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 3d857119a48dd..b9b8f7810b795 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 0f4c1b49d6a42..abc23c876b2e3 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -1,4 +1,6 @@ -/** +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Dan Papasian. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 75493b189611d..6ad4f18c3b782 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index b729e368a68f5..bc2458a51412f 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -1,6 +1,8 @@ /* $OpenBSD: ypcat.c,v 1.16 2015/02/08 23:40:35 deraadt Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com> * All rights reserved. * diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index e1e209b790ddd..791a3e260603d 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -1,7 +1,9 @@ /* $OpenBSD: ypmatch.c,v 1.16 2015/02/08 23:40:35 deraadt Exp $ */ /* $NetBSD: ypmatch.c,v 1.8 1996/05/07 01:24:52 jtc Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com> * All rights reserved. * diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 55e1b13d8c1ac..9e752f31800fe 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -1,7 +1,9 @@ /* $OpenBSD: ypwhich.c,v 1.23 2015/02/08 23:40:35 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. * |
