summaryrefslogtreecommitdiffstats
path: root/freebsd/include/rpc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-09 14:02:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-21 10:29:38 +0200
commitbb80d9df8bac71eedee1a6787ca63aef972a7e48 (patch)
tree1b5cb9443c5ead5706c35afb618abbbd1592315e /freebsd/include/rpc
parentUpdate to FreeBSD head 2017-10-01 (diff)
downloadrtems-libbsd-bb80d9df8bac71eedee1a6787ca63aef972a7e48.tar.bz2
Update to FreeBSD head 2017-12-01
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
Diffstat (limited to 'freebsd/include/rpc')
-rw-r--r--freebsd/include/rpc/auth.h2
-rw-r--r--freebsd/include/rpc/auth_des.h2
-rw-r--r--freebsd/include/rpc/auth_kerb.h2
-rw-r--r--freebsd/include/rpc/auth_unix.h2
-rw-r--r--freebsd/include/rpc/clnt.h2
-rw-r--r--freebsd/include/rpc/clnt_soc.h2
-rw-r--r--freebsd/include/rpc/des.h2
-rw-r--r--freebsd/include/rpc/des_crypt.h2
-rw-r--r--freebsd/include/rpc/nettype.h2
-rw-r--r--freebsd/include/rpc/pmap_clnt.h2
-rw-r--r--freebsd/include/rpc/pmap_prot.h2
-rw-r--r--freebsd/include/rpc/pmap_rmt.h2
-rw-r--r--freebsd/include/rpc/raw.h2
-rw-r--r--freebsd/include/rpc/rpc.h2
-rw-r--r--freebsd/include/rpc/rpc_com.h2
-rw-r--r--freebsd/include/rpc/rpc_msg.h2
-rw-r--r--freebsd/include/rpc/rpcb_clnt.h2
-rw-r--r--freebsd/include/rpc/rpcent.h2
-rw-r--r--freebsd/include/rpc/rpcsec_gss.h2
-rw-r--r--freebsd/include/rpc/svc.h2
-rw-r--r--freebsd/include/rpc/svc_auth.h2
-rw-r--r--freebsd/include/rpc/svc_dg.h2
-rw-r--r--freebsd/include/rpc/svc_soc.h2
-rw-r--r--freebsd/include/rpc/xdr.h2
24 files changed, 48 insertions, 0 deletions
diff --git a/freebsd/include/rpc/auth.h b/freebsd/include/rpc/auth.h
index 5503762b..bf0d76c0 100644
--- a/freebsd/include/rpc/auth.h
+++ b/freebsd/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/freebsd/include/rpc/auth_des.h b/freebsd/include/rpc/auth_des.h
index 58b34d77..3b860d8c 100644
--- a/freebsd/include/rpc/auth_des.h
+++ b/freebsd/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/freebsd/include/rpc/auth_kerb.h b/freebsd/include/rpc/auth_kerb.h
index b6c5ae10..29b09d50 100644
--- a/freebsd/include/rpc/auth_kerb.h
+++ b/freebsd/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/freebsd/include/rpc/auth_unix.h b/freebsd/include/rpc/auth_unix.h
index fa47e8ba..6d1fc315 100644
--- a/freebsd/include/rpc/auth_unix.h
+++ b/freebsd/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/freebsd/include/rpc/clnt.h b/freebsd/include/rpc/clnt.h
index 66533e24..8d9ce1ec 100644
--- a/freebsd/include/rpc/clnt.h
+++ b/freebsd/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/freebsd/include/rpc/clnt_soc.h b/freebsd/include/rpc/clnt_soc.h
index 6536a4bb..c16609bb 100644
--- a/freebsd/include/rpc/clnt_soc.h
+++ b/freebsd/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/freebsd/include/rpc/des.h b/freebsd/include/rpc/des.h
index 9400ccdf..93698cce 100644
--- a/freebsd/include/rpc/des.h
+++ b/freebsd/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/freebsd/include/rpc/des_crypt.h b/freebsd/include/rpc/des_crypt.h
index af33e9d6..ef938c5c 100644
--- a/freebsd/include/rpc/des_crypt.h
+++ b/freebsd/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/freebsd/include/rpc/nettype.h b/freebsd/include/rpc/nettype.h
index 3ded8928..39c1f769 100644
--- a/freebsd/include/rpc/nettype.h
+++ b/freebsd/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/freebsd/include/rpc/pmap_clnt.h b/freebsd/include/rpc/pmap_clnt.h
index e8314f60..465cb0c0 100644
--- a/freebsd/include/rpc/pmap_clnt.h
+++ b/freebsd/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/freebsd/include/rpc/pmap_prot.h b/freebsd/include/rpc/pmap_prot.h
index d880c40d..f69bad9c 100644
--- a/freebsd/include/rpc/pmap_prot.h
+++ b/freebsd/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/freebsd/include/rpc/pmap_rmt.h b/freebsd/include/rpc/pmap_rmt.h
index 21eb5d1b..791b3f48 100644
--- a/freebsd/include/rpc/pmap_rmt.h
+++ b/freebsd/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/freebsd/include/rpc/raw.h b/freebsd/include/rpc/raw.h
index a5c7d935..b56b9026 100644
--- a/freebsd/include/rpc/raw.h
+++ b/freebsd/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/freebsd/include/rpc/rpc.h b/freebsd/include/rpc/rpc.h
index e7a3dc8d..561437c3 100644
--- a/freebsd/include/rpc/rpc.h
+++ b/freebsd/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/freebsd/include/rpc/rpc_com.h b/freebsd/include/rpc/rpc_com.h
index 0996efc0..dd331e26 100644
--- a/freebsd/include/rpc/rpc_com.h
+++ b/freebsd/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/freebsd/include/rpc/rpc_msg.h b/freebsd/include/rpc/rpc_msg.h
index fdde3875..35b816fd 100644
--- a/freebsd/include/rpc/rpc_msg.h
+++ b/freebsd/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/freebsd/include/rpc/rpcb_clnt.h b/freebsd/include/rpc/rpcb_clnt.h
index 45527872..b642aacd 100644
--- a/freebsd/include/rpc/rpcb_clnt.h
+++ b/freebsd/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/freebsd/include/rpc/rpcent.h b/freebsd/include/rpc/rpcent.h
index c1650fa4..15c4ae4d 100644
--- a/freebsd/include/rpc/rpcent.h
+++ b/freebsd/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/freebsd/include/rpc/rpcsec_gss.h b/freebsd/include/rpc/rpcsec_gss.h
index ccd346fd..2878ae04 100644
--- a/freebsd/include/rpc/rpcsec_gss.h
+++ b/freebsd/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/freebsd/include/rpc/svc.h b/freebsd/include/rpc/svc.h
index c7989b03..83bbfb27 100644
--- a/freebsd/include/rpc/svc.h
+++ b/freebsd/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/freebsd/include/rpc/svc_auth.h b/freebsd/include/rpc/svc_auth.h
index 87b8efe7..e9b6cd4b 100644
--- a/freebsd/include/rpc/svc_auth.h
+++ b/freebsd/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/freebsd/include/rpc/svc_dg.h b/freebsd/include/rpc/svc_dg.h
index 313176ea..d9f3012c 100644
--- a/freebsd/include/rpc/svc_dg.h
+++ b/freebsd/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/freebsd/include/rpc/svc_soc.h b/freebsd/include/rpc/svc_soc.h
index 311c8322..912e2ec2 100644
--- a/freebsd/include/rpc/svc_soc.h
+++ b/freebsd/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/freebsd/include/rpc/xdr.h b/freebsd/include/rpc/xdr.h
index daee333f..9e239337 100644
--- a/freebsd/include/rpc/xdr.h
+++ b/freebsd/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.
*