diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/Makefile | 2 | ||||
-rw-r--r-- | sunrpc/create_xid.c | 2 | ||||
-rw-r--r-- | sunrpc/des_impl.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcbyname.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcbyname_r.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcbynumber.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcbynumber_r.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcent.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcent_r.c | 2 | ||||
-rw-r--r-- | sunrpc/getrpcport.c | 2 | ||||
-rw-r--r-- | sunrpc/netname.c | 2 | ||||
-rw-r--r-- | sunrpc/publickey.c | 2 | ||||
-rw-r--r-- | sunrpc/rpc/auth_des.h | 2 | ||||
-rw-r--r-- | sunrpc/rpc/svc.h | 2 | ||||
-rw-r--r-- | sunrpc/rpc_gethostbyname.c | 2 | ||||
-rw-r--r-- | sunrpc/rpcsvc/bootparam.h | 2 | ||||
-rw-r--r-- | sunrpc/svc.c | 2 | ||||
-rw-r--r-- | sunrpc/svc_tcp.c | 2 | ||||
-rw-r--r-- | sunrpc/svc_udp.c | 2 | ||||
-rw-r--r-- | sunrpc/svc_unix.c | 2 | ||||
-rw-r--r-- | sunrpc/test-rpcent.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-svc_register.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-udp-error.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-udp-garbage.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-udp-nonblocking.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-udp-timeout.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-xdrmem.c | 2 | ||||
-rw-r--r-- | sunrpc/tst-xdrmem2.c | 2 | ||||
-rw-r--r-- | sunrpc/xdr_intXX_t.c | 2 |
29 files changed, 29 insertions, 29 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index f0bfd062b0..cc57b3a43c 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # # Sub-makefile for sunrpc portion of the library. diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c index a44187f07c..1339615a1b 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <stdlib.h> diff --git a/sunrpc/des_impl.c b/sunrpc/des_impl.c index d1d2edfbc8..dd5b9b6d19 100644 --- a/sunrpc/des_impl.c +++ b/sunrpc/des_impl.c @@ -3,7 +3,7 @@ /* This file is distributed under the terms of the GNU Lesser General */ /* Public License, version 2.1 or later - see the file COPYING.LIB for details.*/ /* If you did not receive a copy of the license with this program, please*/ -/* see <http://www.gnu.org/licenses/> to obtain a copy. */ +/* see <https://www.gnu.org/licenses/> to obtain a copy. */ #include <string.h> #include <stdint.h> #include "des.h" diff --git a/sunrpc/getrpcbyname.c b/sunrpc/getrpcbyname.c index aaa8fff9fc..51658bb73c 100644 --- a/sunrpc/getrpcbyname.c +++ b/sunrpc/getrpcbyname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <rpc/netdb.h> diff --git a/sunrpc/getrpcbyname_r.c b/sunrpc/getrpcbyname_r.c index 0712c6a7db..e68c4d451f 100644 --- a/sunrpc/getrpcbyname_r.c +++ b/sunrpc/getrpcbyname_r.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <rpc/netdb.h> diff --git a/sunrpc/getrpcbynumber.c b/sunrpc/getrpcbynumber.c index 17b35ff10f..c449bf25e2 100644 --- a/sunrpc/getrpcbynumber.c +++ b/sunrpc/getrpcbynumber.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <rpc/netdb.h> diff --git a/sunrpc/getrpcbynumber_r.c b/sunrpc/getrpcbynumber_r.c index 8aaa0a6449..ec68228a19 100644 --- a/sunrpc/getrpcbynumber_r.c +++ b/sunrpc/getrpcbynumber_r.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <rpc/netdb.h> diff --git a/sunrpc/getrpcent.c b/sunrpc/getrpcent.c index 627beaa551..eac8ad0c78 100644 --- a/sunrpc/getrpcent.c +++ b/sunrpc/getrpcent.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <rpc/netdb.h> diff --git a/sunrpc/getrpcent_r.c b/sunrpc/getrpcent_r.c index 6c58240762..e2e286148c 100644 --- a/sunrpc/getrpcent_r.c +++ b/sunrpc/getrpcent_r.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <netdb.h> diff --git a/sunrpc/getrpcport.c b/sunrpc/getrpcport.c index 57fed3ead4..3ce7e5d2d8 100644 --- a/sunrpc/getrpcport.c +++ b/sunrpc/getrpcport.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ /* * Copyright (c) 2010, Oracle America, Inc. diff --git a/sunrpc/netname.c b/sunrpc/netname.c index 5a699b3677..b5bec98829 100644 --- a/sunrpc/netname.c +++ b/sunrpc/netname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <unistd.h> diff --git a/sunrpc/publickey.c b/sunrpc/publickey.c index 0780c0c5e0..168a09a1b7 100644 --- a/sunrpc/publickey.c +++ b/sunrpc/publickey.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <rpc/netdb.h> diff --git a/sunrpc/rpc/auth_des.h b/sunrpc/rpc/auth_des.h index 245675ff51..3b7eaf476c 100644 --- a/sunrpc/rpc/auth_des.h +++ b/sunrpc/rpc/auth_des.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _RPC_AUTH_DES_H #define _RPC_AUTH_DES_H 1 diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h index d22f9f6a38..b7c17cf337 100644 --- a/sunrpc/rpc/svc.h +++ b/sunrpc/rpc/svc.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * <http://www.gnu.org/licenses/>. + * <https://www.gnu.org/licenses/>. * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/rpc_gethostbyname.c b/sunrpc/rpc_gethostbyname.c index c44e2a38a0..9cde6c6c66 100644 --- a/sunrpc/rpc_gethostbyname.c +++ b/sunrpc/rpc_gethostbyname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <netdb.h> diff --git a/sunrpc/rpcsvc/bootparam.h b/sunrpc/rpcsvc/bootparam.h index ba3a6dc484..671cfff89d 100644 --- a/sunrpc/rpcsvc/bootparam.h +++ b/sunrpc/rpcsvc/bootparam.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _RPCSVC_BOOTPARAM_H #define _RPCSVC_BOOTPARAM_H diff --git a/sunrpc/svc.c b/sunrpc/svc.c index 39279b40b5..3d35b0234a 100644 --- a/sunrpc/svc.c +++ b/sunrpc/svc.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * <http://www.gnu.org/licenses/>. + * <https://www.gnu.org/licenses/>. * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/svc_tcp.c b/sunrpc/svc_tcp.c index 484574c11a..6ebc28587d 100644 --- a/sunrpc/svc_tcp.c +++ b/sunrpc/svc_tcp.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * <http://www.gnu.org/licenses/>. + * <https://www.gnu.org/licenses/>. * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c index 17357c8ced..8deda337bf 100644 --- a/sunrpc/svc_udp.c +++ b/sunrpc/svc_udp.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * <http://www.gnu.org/licenses/>. + * <https://www.gnu.org/licenses/>. * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/svc_unix.c b/sunrpc/svc_unix.c index eac1ae8fb9..b6477bf4e5 100644 --- a/sunrpc/svc_unix.c +++ b/sunrpc/svc_unix.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * <http://www.gnu.org/licenses/>. + * <https://www.gnu.org/licenses/>. * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/test-rpcent.c b/sunrpc/test-rpcent.c index ba5f6b11b6..d4d6600300 100644 --- a/sunrpc/test-rpcent.c +++ b/sunrpc/test-rpcent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This is taken from nss/test-netdb.c and is intended to follow that test's model for everything. This test is separate only because diff --git a/sunrpc/tst-svc_register.c b/sunrpc/tst-svc_register.c index 73f8db2fa1..dd0c8e23f4 100644 --- a/sunrpc/tst-svc_register.c +++ b/sunrpc/tst-svc_register.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This test uses a stub rpcbind server (implemented in a child process using rpcbind_dispatch/run_rpcbind) to check how RPC diff --git a/sunrpc/tst-udp-error.c b/sunrpc/tst-udp-error.c index 832a340c97..7f38d62496 100644 --- a/sunrpc/tst-udp-error.c +++ b/sunrpc/tst-udp-error.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <netinet/in.h> #include <rpc/clnt.h> diff --git a/sunrpc/tst-udp-garbage.c b/sunrpc/tst-udp-garbage.c index 6fc55b4906..d356b931b9 100644 --- a/sunrpc/tst-udp-garbage.c +++ b/sunrpc/tst-udp-garbage.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <netinet/in.h> #include <rpc/clnt.h> diff --git a/sunrpc/tst-udp-nonblocking.c b/sunrpc/tst-udp-nonblocking.c index 282653246d..503e3e1434 100644 --- a/sunrpc/tst-udp-nonblocking.c +++ b/sunrpc/tst-udp-nonblocking.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <netinet/in.h> #include <rpc/clnt.h> diff --git a/sunrpc/tst-udp-timeout.c b/sunrpc/tst-udp-timeout.c index 0577c41f3f..24560cd567 100644 --- a/sunrpc/tst-udp-timeout.c +++ b/sunrpc/tst-udp-timeout.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <netinet/in.h> #include <rpc/clnt.h> diff --git a/sunrpc/tst-xdrmem.c b/sunrpc/tst-xdrmem.c index 7d7a80b36e..234dbb81ff 100644 --- a/sunrpc/tst-xdrmem.c +++ b/sunrpc/tst-xdrmem.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <stdio.h> diff --git a/sunrpc/tst-xdrmem2.c b/sunrpc/tst-xdrmem2.c index 812b53502e..d78e3a6ca9 100644 --- a/sunrpc/tst-xdrmem2.c +++ b/sunrpc/tst-xdrmem2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <stdio.h> diff --git a/sunrpc/xdr_intXX_t.c b/sunrpc/xdr_intXX_t.c index 29e0c915e5..e302e7dd45 100644 --- a/sunrpc/xdr_intXX_t.c +++ b/sunrpc/xdr_intXX_t.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <rpc/types.h> |