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 f0bfd06..cc57b3a 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 a44187f..1339615 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 d1d2edf..dd5b9b6 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 aaa8fff..51658bb 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 0712c6a..e68c4d4 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 17b35ff..c449bf2 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 8aaa0a6..ec68228 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 627beaa..eac8ad0 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 6c58240..e2e2861 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 57fed3e..3ce7e5d 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 5a699b3..b5bec98 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 0780c0c..168a09a 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 245675f..3b7eaf4 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 d22f9f6..b7c17cf 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 c44e2a3..9cde6c6 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 ba3a6dc..671cfff 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 39279b4..3d35b02 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 484574c..6ebc285 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 17357c8..8deda33 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 eac1ae8..b6477bf 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 ba5f6b1..d4d6600 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 73f8db2..dd0c8e2 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 832a340..7f38d62 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 6fc55b4..d356b93 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 2826532..503e3e1 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 0577c41..24560cd 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 7d7a80b..234dbb8 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 812b535..d78e3a6 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 29e0c91..e302e7d 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> |