From 2321c474185e657ad1bdb4ef0a323cb10ba09cfc Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 20 Nov 2017 19:45:28 +0000 Subject: [PATCH] include: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. --- include/_ctype.h | 4 +++- include/a.out.h | 2 ++ include/ar.h | 2 ++ include/arpa/ftp.h | 4 +++- include/arpa/inet.h | 4 +++- include/arpa/nameser.h | 4 +++- include/arpa/nameser_compat.h | 5 ++++- include/arpa/telnet.h | 4 +++- include/arpa/tftp.h | 4 +++- include/assert.h | 2 ++ include/ctype.h | 4 +++- include/db.h | 2 ++ include/dirent.h | 2 ++ include/dlfcn.h | 2 ++ include/err.h | 2 ++ include/fnmatch.h | 2 ++ include/fstab.h | 4 +++- include/fts.h | 4 +++- include/glob.h | 4 +++- include/grp.h | 2 ++ include/limits.h | 2 ++ include/locale.h | 4 +++- include/memory.h | 4 +++- include/mpool.h | 2 ++ include/ndbm.h | 2 ++ include/netdb.h | 2 ++ include/nlist.h | 2 ++ include/paths.h | 4 +++- include/protocols/dumprestore.h | 4 +++- include/protocols/routed.h | 2 ++ include/protocols/rwhod.h | 4 +++- include/protocols/talkd.h | 4 +++- include/protocols/timed.h | 4 +++- include/pthread_np.h | 4 +++- include/pwd.h | 2 ++ include/ranlib.h | 2 ++ include/regex.h | 2 ++ include/resolv.h | 4 +++- include/rpc/auth.h | 2 ++ include/rpc/auth_des.h | 2 ++ include/rpc/auth_kerb.h | 2 ++ include/rpc/auth_unix.h | 2 ++ include/rpc/clnt.h | 2 ++ include/rpc/clnt_soc.h | 2 ++ include/rpc/des.h | 2 ++ include/rpc/des_crypt.h | 2 ++ include/rpc/nettype.h | 2 ++ include/rpc/pmap_clnt.h | 2 ++ include/rpc/pmap_prot.h | 2 ++ include/rpc/pmap_rmt.h | 2 ++ include/rpc/raw.h | 2 ++ include/rpc/rpc.h | 2 ++ include/rpc/rpc_com.h | 2 ++ include/rpc/rpc_msg.h | 2 ++ include/rpc/rpcb_clnt.h | 2 ++ include/rpc/rpcent.h | 2 ++ include/rpc/svc.h | 2 ++ include/rpc/svc_auth.h | 2 ++ include/rpc/svc_dg.h | 2 ++ include/rpc/svc_soc.h | 2 ++ include/rpc/xdr.h | 2 ++ include/rpcsvc/nis_tags.h | 2 ++ include/runetype.h | 2 ++ include/setjmp.h | 2 ++ include/signal.h | 2 ++ include/stab.h | 2 ++ include/stddef.h | 2 ++ include/stdio.h | 2 ++ include/stdlib.h | 2 ++ include/string.h | 2 ++ include/sysexits.h | 4 +++- include/tar.h | 2 ++ include/termios.h | 2 ++ include/time.h | 4 +++- include/timeconv.h | 4 +++- include/ttyent.h | 4 +++- include/unistd.h | 2 ++ include/utime.h | 2 ++ 78 files changed, 181 insertions(+), 24 deletions(-) diff --git a/include/_ctype.h b/include/_ctype.h index 8a43409e0aa..96fbaeba00d 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 23f80aa79f6..d532d062cac 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 aa5fac21028..01a57a57d78 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 081c037ecb3..5ba43152940 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 1078521c47f..854d720e581 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 ef47b204d56..f0e3482a8d2 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 b72a1a8cab0..7562984ab0f 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 758e9b83451..855b3d26f9c 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 20733ec69e1..12c24e53f5c 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 c880a782b96..702e231603e 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/ctype.h b/include/ctype.h index 0ca422c2633..13173139777 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 4d04db41e8e..13fa91d6804 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 e98752683c8..702153e28fc 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 c5088431e65..76a7fa02ed7 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/err.h b/include/err.h index b0e312160f8..7f0971b2a6d 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/fnmatch.h b/include/fnmatch.h index e6403a54ed3..34485381abf 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 9b80f733cc4..364d132bc4c 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 f453e2b8652..6f4674e4a76 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/glob.h b/include/glob.h index 073805bc083..80d78a21944 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 8103808cca1..655bfdc66ec 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/limits.h b/include/limits.h index 0d37af4014c..e26a741c83a 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/locale.h b/include/locale.h index 0edc3eab716..de8e03ade5c 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/memory.h b/include/memory.h index fb670d4fe1d..dd0c63ac73b 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/mpool.h b/include/mpool.h index 3f22ab78840..2c6866020e7 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/ndbm.h b/include/ndbm.h index 8e9e0e19af6..f9b0d2b4b0f 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 2da7755deca..f46f5a3cf50 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/nlist.h b/include/nlist.h index a4965fd9695..5ea6f5ea555 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/paths.h b/include/paths.h index 709e96d008b..f8df80518c5 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/protocols/dumprestore.h b/include/protocols/dumprestore.h index 93552923f81..65df37af699 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 bf1604549c6..dab9bba5661 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 49191a2cb70..f598ec7a7ac 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 3b2f0de6654..f8b74b9c698 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 d26b4a23980..de4243c576f 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_np.h b/include/pthread_np.h index 1a2dbe9581f..9c32540368b 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 . * All rights reserved. * diff --git a/include/pwd.h b/include/pwd.h index 2099e33891a..1548400b7eb 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 dd376b4d8a5..cdba75f9f6f 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 e8b185cac9a..6b0838a9bd9 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 e3d4fd12a09..1f4a9bc8d6d 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 5503762bb22..bf0d76c046c 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 58b34d776d7..3b860d8c7ac 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 b6c5ae100e6..29b09d50700 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 fa47e8ba945..6d1fc315a18 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 66533e24a7e..8d9ce1eccb0 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 6536a4bb16a..c16609bb6aa 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 9400ccdfacb..93698cce6cb 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 af33e9d670d..ef938c5cc90 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 3ded892865d..39c1f76970f 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 e8314f6064c..465cb0c0262 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 d880c40d849..f69bad9ca1a 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 21eb5d1bf44..791b3f486bc 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 a5c7d9352bc..b56b9026d93 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 e7a3dc8df1c..561437c3094 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 0996efc02bf..dd331e2601f 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 6e8d0745a0b..136b617f58e 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 455278723ac..b642aacd6a5 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 c1650fa4ca7..15c4ae4d00a 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/svc.h b/include/rpc/svc.h index 53b1815bd0b..912d26ba446 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 87b8efe74d9..e9b6cd4be4f 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 313176ea8a6..d9f3012c4f0 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 311c8322f83..912e2ec2df1 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 93f1ee493b4..ad1672cd1db 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 7ee630e6db2..55920a0297f 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/runetype.h b/include/runetype.h index dcbb226bb2d..4aca128f8c8 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/setjmp.h b/include/setjmp.h index 598e07a77bc..1cc8b776249 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 f9b6923c434..56d1b82e87a 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/stab.h b/include/stab.h index 649bb421f8c..9abff130ff7 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/stddef.h b/include/stddef.h index 4916e80756f..a52e6d312f8 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 0b497d56e36..68c8dd76a0c 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 afcbc289b37..f2d45e418e4 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/string.h b/include/string.h index 21698c30953..3c5cceaeb85 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/sysexits.h b/include/sysexits.h index e52bb5be95b..5e414f24ce8 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 f9da49a10d2..3d54476520e 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 333ab1cd6cc..ce31d447f60 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/time.h b/include/time.h index 54c7e490473..cacb7f2f26e 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 147db150934..1298cc238e5 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/ttyent.h b/include/ttyent.h index c173bb81803..cbefc87c62c 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/unistd.h b/include/unistd.h index d875600121e..1d6f474a123 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 619c5db627b..ec1d28b93e3 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. *