diff options
Diffstat (limited to 'sysdeps/posix')
92 files changed, 92 insertions, 92 deletions
diff --git a/sysdeps/posix/alarm.c b/sysdeps/posix/alarm.c index 64726d3ca1..b5ad296ac4 100644 --- a/sysdeps/posix/alarm.c +++ b/sysdeps/posix/alarm.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 <unistd.h> #include <sys/time.h> diff --git a/sysdeps/posix/clock.c b/sysdeps/posix/clock.c index 5f1a65691f..7b987e06da 100644 --- a/sysdeps/posix/clock.c +++ b/sysdeps/posix/clock.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 <sys/times.h> #include <time.h> diff --git a/sysdeps/posix/clock_getres.c b/sysdeps/posix/clock_getres.c index e529cadb1f..8d58ea6fdb 100644 --- a/sysdeps/posix/clock_getres.c +++ b/sysdeps/posix/clock_getres.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 <errno.h> #include <stdint.h> diff --git a/sysdeps/posix/closedir.c b/sysdeps/posix/closedir.c index fb7da86218..46ec53903b 100644 --- a/sysdeps/posix/closedir.c +++ b/sysdeps/posix/closedir.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 <errno.h> #include <stddef.h> diff --git a/sysdeps/posix/ctermid.c b/sysdeps/posix/ctermid.c index b001e547c6..2b8c180b1d 100644 --- a/sysdeps/posix/ctermid.c +++ b/sysdeps/posix/ctermid.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 <stdio.h> #include <string.h> diff --git a/sysdeps/posix/cuserid.c b/sysdeps/posix/cuserid.c index 528434e839..b824021e97 100644 --- a/sysdeps/posix/cuserid.c +++ b/sysdeps/posix/cuserid.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 <pwd.h> #include <stdio.h> diff --git a/sysdeps/posix/dirfd.c b/sysdeps/posix/dirfd.c index bcc94533de..511843ed2b 100644 --- a/sysdeps/posix/dirfd.c +++ b/sysdeps/posix/dirfd.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 <dirent.h> #include <dirstream.h> diff --git a/sysdeps/posix/dirstream.h b/sysdeps/posix/dirstream.h index 109fcc1609..521cac1380 100644 --- a/sysdeps/posix/dirstream.h +++ b/sysdeps/posix/dirstream.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 _DIRSTREAM_H #define _DIRSTREAM_H 1 diff --git a/sysdeps/posix/dl-fileid.h b/sysdeps/posix/dl-fileid.h index 1ed7c2c57b..ae88a35078 100644 --- a/sysdeps/posix/dl-fileid.h +++ b/sysdeps/posix/dl-fileid.h @@ -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 <stdbool.h> #include <sys/stat.h> diff --git a/sysdeps/posix/dup.c b/sysdeps/posix/dup.c index 98e1c49e62..75e1f2b826 100644 --- a/sysdeps/posix/dup.c +++ b/sysdeps/posix/dup.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 <errno.h> #include <fcntl.h> diff --git a/sysdeps/posix/dup2.c b/sysdeps/posix/dup2.c index a1a9866b09..145c400b2d 100644 --- a/sysdeps/posix/dup2.c +++ b/sysdeps/posix/dup2.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 <errno.h> #include <fcntl.h> diff --git a/sysdeps/posix/euidaccess.c b/sysdeps/posix/euidaccess.c index 4bcf9816e7..cb492e75dd 100644 --- a/sysdeps/posix/euidaccess.c +++ b/sysdeps/posix/euidaccess.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/>. */ /* Written by David MacKenzie and Torbjorn Granlund. Adapted for GNU C library by Roland McGrath. */ diff --git a/sysdeps/posix/fdopendir.c b/sysdeps/posix/fdopendir.c index 4b4e218115..2bca8f9a23 100644 --- a/sysdeps/posix/fdopendir.c +++ b/sysdeps/posix/fdopendir.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 <dirent.h> #include <errno.h> diff --git a/sysdeps/posix/flock.c b/sysdeps/posix/flock.c index 284c141e2a..2c5e661905 100644 --- a/sysdeps/posix/flock.c +++ b/sysdeps/posix/flock.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/>. */ /* This file implements the `flock' function in terms of the POSIX.1 `fcntl' locking mechanism. In 4BSD, these are two incompatible locking mechanisms, diff --git a/sysdeps/posix/fpathconf.c b/sysdeps/posix/fpathconf.c index d28ccb31c5..8586428556 100644 --- a/sysdeps/posix/fpathconf.c +++ b/sysdeps/posix/fpathconf.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 <errno.h> #include <stddef.h> diff --git a/sysdeps/posix/gai_strerror.c b/sysdeps/posix/gai_strerror.c index 04f171c68a..f46a3b79d6 100644 --- a/sysdeps/posix/gai_strerror.c +++ b/sysdeps/posix/gai_strerror.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 <libintl.h> #include <netdb.h> diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c index 2e50dbc98f..ea127877cb 100644 --- a/sysdeps/posix/getaddrinfo.c +++ b/sysdeps/posix/getaddrinfo.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/>. */ /* The Inner Net License, Version 2.00 diff --git a/sysdeps/posix/getcwd.c b/sysdeps/posix/getcwd.c index faef8784c0..86fb366250 100644 --- a/sysdeps/posix/getcwd.c +++ b/sysdeps/posix/getcwd.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/>. */ /* Wants: AC_STDC_HEADERS diff --git a/sysdeps/posix/getdtsz.c b/sysdeps/posix/getdtsz.c index 519d8614d7..019daa2cc0 100644 --- a/sysdeps/posix/getdtsz.c +++ b/sysdeps/posix/getdtsz.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 <limits.h> #include <unistd.h> diff --git a/sysdeps/posix/gethostname.c b/sysdeps/posix/gethostname.c index a92b9392c8..a76e3285e1 100644 --- a/sysdeps/posix/gethostname.c +++ b/sysdeps/posix/gethostname.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 <errno.h> #include <string.h> diff --git a/sysdeps/posix/getpagesize.c b/sysdeps/posix/getpagesize.c index d15af3bd42..87e15cc1bc 100644 --- a/sysdeps/posix/getpagesize.c +++ b/sysdeps/posix/getpagesize.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> diff --git a/sysdeps/posix/gettimeofday.c b/sysdeps/posix/gettimeofday.c index 6ba625e13e..6bb98cd018 100644 --- a/sysdeps/posix/gettimeofday.c +++ b/sysdeps/posix/gettimeofday.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 <errno.h> #include <time.h> diff --git a/sysdeps/posix/isatty.c b/sysdeps/posix/isatty.c index 5e8c0153e5..72d2cbf84d 100644 --- a/sysdeps/posix/isatty.c +++ b/sysdeps/posix/isatty.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 <unistd.h> #include <termios.h> diff --git a/sysdeps/posix/isfdtype.c b/sysdeps/posix/isfdtype.c index e5c14b41a6..173cf6e283 100644 --- a/sysdeps/posix/isfdtype.c +++ b/sysdeps/posix/isfdtype.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 <errno.h> #include <sys/stat.h> diff --git a/sysdeps/posix/killpg.c b/sysdeps/posix/killpg.c index e8288e7366..09a90c2777 100644 --- a/sysdeps/posix/killpg.c +++ b/sysdeps/posix/killpg.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/libc_fatal.c b/sysdeps/posix/libc_fatal.c index 9ddbfa7314..a7c11412e8 100644 --- a/sysdeps/posix/libc_fatal.c +++ b/sysdeps/posix/libc_fatal.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 <atomic.h> #include <errno.h> diff --git a/sysdeps/posix/mkfifo.c b/sysdeps/posix/mkfifo.c index 0505abe3b1..c301b3852a 100644 --- a/sysdeps/posix/mkfifo.c +++ b/sysdeps/posix/mkfifo.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 <errno.h> #include <stddef.h> diff --git a/sysdeps/posix/mkfifoat.c b/sysdeps/posix/mkfifoat.c index ce8bbe4ef9..e37f83bf5e 100644 --- a/sysdeps/posix/mkfifoat.c +++ b/sysdeps/posix/mkfifoat.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 <sys/stat.h> diff --git a/sysdeps/posix/nice.c b/sysdeps/posix/nice.c index e9cedf46d3..6ced8e5716 100644 --- a/sysdeps/posix/nice.c +++ b/sysdeps/posix/nice.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 <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/open64.c b/sysdeps/posix/open64.c index c84f4fa85a..d163b590bc 100644 --- a/sysdeps/posix/open64.c +++ b/sysdeps/posix/open64.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 <fcntl.h> #include <stdarg.h> diff --git a/sysdeps/posix/opendir.c b/sysdeps/posix/opendir.c index 8e3ba480b7..7d0c6d4c96 100644 --- a/sysdeps/posix/opendir.c +++ b/sysdeps/posix/opendir.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 <dirent.h> #include <fcntl.h> diff --git a/sysdeps/posix/pathconf.c b/sysdeps/posix/pathconf.c index 042119e898..b49ec37c9a 100644 --- a/sysdeps/posix/pathconf.c +++ b/sysdeps/posix/pathconf.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 <errno.h> #include <stddef.h> diff --git a/sysdeps/posix/pause.c b/sysdeps/posix/pause.c index b4926e3c45..a3c050dc77 100644 --- a/sysdeps/posix/pause.c +++ b/sysdeps/posix/pause.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 <signal.h> #include <unistd.h> diff --git a/sysdeps/posix/posix_fallocate.c b/sysdeps/posix/posix_fallocate.c index ec0cef0feb..6ce30b0c37 100644 --- a/sysdeps/posix/posix_fallocate.c +++ b/sysdeps/posix/posix_fallocate.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 <errno.h> #include <fcntl.h> diff --git a/sysdeps/posix/posix_fallocate64.c b/sysdeps/posix/posix_fallocate64.c index 01abea4792..a545e34530 100644 --- a/sysdeps/posix/posix_fallocate64.c +++ b/sysdeps/posix/posix_fallocate64.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 <errno.h> #include <fcntl.h> diff --git a/sysdeps/posix/pread.c b/sysdeps/posix/pread.c index 0e7176d219..480aa63a82 100644 --- a/sysdeps/posix/pread.c +++ b/sysdeps/posix/pread.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/>. */ #include <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/pread64.c b/sysdeps/posix/pread64.c index 70ce7bf8ac..8164f790da 100644 --- a/sysdeps/posix/pread64.c +++ b/sysdeps/posix/pread64.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/>. */ #include <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/preadv.c b/sysdeps/posix/preadv.c index f28908a022..0dec19a12d 100644 --- a/sysdeps/posix/preadv.c +++ b/sysdeps/posix/preadv.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 <sys/types.h> diff --git a/sysdeps/posix/preadv2.c b/sysdeps/posix/preadv2.c index ec8ae57878..7c5f894e3d 100644 --- a/sysdeps/posix/preadv2.c +++ b/sysdeps/posix/preadv2.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 <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/preadv64.c b/sysdeps/posix/preadv64.c index e777c453b1..859f4066d6 100644 --- a/sysdeps/posix/preadv64.c +++ b/sysdeps/posix/preadv64.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/>. */ #define PREADV preadv64 #define PREAD __pread64 diff --git a/sysdeps/posix/preadv64v2.c b/sysdeps/posix/preadv64v2.c index b86410c6b2..0f2015aa5d 100644 --- a/sysdeps/posix/preadv64v2.c +++ b/sysdeps/posix/preadv64v2.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 <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/preadv_common.c b/sysdeps/posix/preadv_common.c index 86d37e18f6..756c407b65 100644 --- a/sysdeps/posix/preadv_common.c +++ b/sysdeps/posix/preadv_common.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 <unistd.h> #include <sys/uio.h> diff --git a/sysdeps/posix/profil.c b/sysdeps/posix/profil.c index e9ee3e3560..7e5c6bcd2f 100644 --- a/sysdeps/posix/profil.c +++ b/sysdeps/posix/profil.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 <sys/types.h> #include <unistd.h> diff --git a/sysdeps/posix/pwrite.c b/sysdeps/posix/pwrite.c index ffcd68bee0..5722e03bb3 100644 --- a/sysdeps/posix/pwrite.c +++ b/sysdeps/posix/pwrite.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/>. */ #include <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/pwrite64.c b/sysdeps/posix/pwrite64.c index c1991b2f78..38c0ffecb1 100644 --- a/sysdeps/posix/pwrite64.c +++ b/sysdeps/posix/pwrite64.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/>. */ #include <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/pwritev.c b/sysdeps/posix/pwritev.c index ef58e01a7d..c71b6d2bf7 100644 --- a/sysdeps/posix/pwritev.c +++ b/sysdeps/posix/pwritev.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 <sys/types.h> diff --git a/sysdeps/posix/pwritev2.c b/sysdeps/posix/pwritev2.c index c8b8494adc..2a9510a9b9 100644 --- a/sysdeps/posix/pwritev2.c +++ b/sysdeps/posix/pwritev2.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 <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/pwritev64.c b/sysdeps/posix/pwritev64.c index ba5fbd59c2..5464460d31 100644 --- a/sysdeps/posix/pwritev64.c +++ b/sysdeps/posix/pwritev64.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/>. */ #define PWRITEV pwritev64 #define PWRITE __pwrite64 diff --git a/sysdeps/posix/pwritev64v2.c b/sysdeps/posix/pwritev64v2.c index 12f74fec06..5ed1927ca6 100644 --- a/sysdeps/posix/pwritev64v2.c +++ b/sysdeps/posix/pwritev64v2.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 <errno.h> #include <unistd.h> diff --git a/sysdeps/posix/pwritev_common.c b/sysdeps/posix/pwritev_common.c index b22f28f242..4a4bb37d8b 100644 --- a/sysdeps/posix/pwritev_common.c +++ b/sysdeps/posix/pwritev_common.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 <unistd.h> #include <sys/uio.h> diff --git a/sysdeps/posix/raise.c b/sysdeps/posix/raise.c index 760d29ba20..47895c392b 100644 --- a/sysdeps/posix/raise.c +++ b/sysdeps/posix/raise.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 <signal.h> #include <unistd.h> diff --git a/sysdeps/posix/readdir.c b/sysdeps/posix/readdir.c index 5921c309fd..f5cf523ec6 100644 --- a/sysdeps/posix/readdir.c +++ b/sysdeps/posix/readdir.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 <errno.h> #include <limits.h> diff --git a/sysdeps/posix/readdir_r.c b/sysdeps/posix/readdir_r.c index bd29399bbf..4703095e22 100644 --- a/sysdeps/posix/readdir_r.c +++ b/sysdeps/posix/readdir_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 <errno.h> #include <limits.h> diff --git a/sysdeps/posix/readv.c b/sysdeps/posix/readv.c index 1b0cc6e7c9..a7567d68e7 100644 --- a/sysdeps/posix/readv.c +++ b/sysdeps/posix/readv.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 <stdlib.h> #include <unistd.h> diff --git a/sysdeps/posix/remove.c b/sysdeps/posix/remove.c index 3400b73b68..5af7adf89b 100644 --- a/sysdeps/posix/remove.c +++ b/sysdeps/posix/remove.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 <errno.h> #include <stdio.h> diff --git a/sysdeps/posix/rename.c b/sysdeps/posix/rename.c index e326157775..197c157b17 100644 --- a/sysdeps/posix/rename.c +++ b/sysdeps/posix/rename.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 <stdio.h> #include <unistd.h> diff --git a/sysdeps/posix/rewinddir.c b/sysdeps/posix/rewinddir.c index 7d86166c5c..8372455575 100644 --- a/sysdeps/posix/rewinddir.c +++ b/sysdeps/posix/rewinddir.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 <stddef.h> #include <dirent.h> diff --git a/sysdeps/posix/seekdir.c b/sysdeps/posix/seekdir.c index 4747df5862..53c747652e 100644 --- a/sysdeps/posix/seekdir.c +++ b/sysdeps/posix/seekdir.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 <errno.h> #include <stddef.h> diff --git a/sysdeps/posix/shm-directory.c b/sysdeps/posix/shm-directory.c index 6d12055178..8ce5d042b7 100644 --- a/sysdeps/posix/shm-directory.c +++ b/sysdeps/posix/shm-directory.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 <shm-directory.h> #include <unistd.h> diff --git a/sysdeps/posix/shm-directory.h b/sysdeps/posix/shm-directory.h index f93abe4349..c7979ebb72 100644 --- a/sysdeps/posix/shm-directory.h +++ b/sysdeps/posix/shm-directory.h @@ -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/>. */ #ifndef _SHM_DIRECTORY_H diff --git a/sysdeps/posix/shm_open.c b/sysdeps/posix/shm_open.c index f8a28f2f22..3c4eb08c90 100644 --- a/sysdeps/posix/shm_open.c +++ b/sysdeps/posix/shm_open.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> diff --git a/sysdeps/posix/shm_unlink.c b/sysdeps/posix/shm_unlink.c index 79aa83a0a3..c829ecea53 100644 --- a/sysdeps/posix/shm_unlink.c +++ b/sysdeps/posix/shm_unlink.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> diff --git a/sysdeps/posix/sigblock.c b/sysdeps/posix/sigblock.c index f9ea23f39b..bd8244ec3f 100644 --- a/sysdeps/posix/sigblock.c +++ b/sysdeps/posix/sigblock.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/sigignore.c b/sysdeps/posix/sigignore.c index 46748fd0ab..5e8f532588 100644 --- a/sysdeps/posix/sigignore.c +++ b/sysdeps/posix/sigignore.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> #define __need_NULL diff --git a/sysdeps/posix/sigintr.c b/sysdeps/posix/sigintr.c index 372114e53e..06d5bfc1cd 100644 --- a/sysdeps/posix/sigintr.c +++ b/sysdeps/posix/sigintr.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 <stddef.h> #include <signal.h> diff --git a/sysdeps/posix/signal.c b/sysdeps/posix/signal.c index 49021f8560..8e0f258ee3 100644 --- a/sysdeps/posix/signal.c +++ b/sysdeps/posix/signal.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/sigpause.c b/sysdeps/posix/sigpause.c index 84440ba324..2d11e011fa 100644 --- a/sysdeps/posix/sigpause.c +++ b/sysdeps/posix/sigpause.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/>. */ #define sigpause __rename_sigpause #include <errno.h> diff --git a/sysdeps/posix/sigset.c b/sysdeps/posix/sigset.c index dfc0b35b65..fc35d95e99 100644 --- a/sysdeps/posix/sigset.c +++ b/sysdeps/posix/sigset.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 <errno.h> #define __need_NULL diff --git a/sysdeps/posix/sigsetmask.c b/sysdeps/posix/sigsetmask.c index 6379ab04c7..fa5afb9194 100644 --- a/sysdeps/posix/sigsetmask.c +++ b/sysdeps/posix/sigsetmask.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/sigsuspend.c b/sysdeps/posix/sigsuspend.c index a6883ec5cc..dfb0b99041 100644 --- a/sysdeps/posix/sigsuspend.c +++ b/sysdeps/posix/sigsuspend.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/sigwait.c b/sysdeps/posix/sigwait.c index c157df80de..675e59fd7a 100644 --- a/sysdeps/posix/sigwait.c +++ b/sysdeps/posix/sigwait.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 <signal.h> diff --git a/sysdeps/posix/sleep.c b/sysdeps/posix/sleep.c index a617be85ce..ce3b3985b2 100644 --- a/sysdeps/posix/sleep.c +++ b/sysdeps/posix/sleep.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 <time.h> #include <unistd.h> diff --git a/sysdeps/posix/spawni.c b/sysdeps/posix/spawni.c index a5913feb14..55950501ac 100644 --- a/sysdeps/posix/spawni.c +++ b/sysdeps/posix/spawni.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 <spawn.h> #include <assert.h> diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c index a9d4a7f3b4..621771eb40 100644 --- a/sysdeps/posix/sprofil.c +++ b/sysdeps/posix/sprofil.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 <assert.h> #include <signal.h> diff --git a/sysdeps/posix/sysconf.c b/sysdeps/posix/sysconf.c index 0c4f9432e8..da1f22d1f4 100644 --- a/sysdeps/posix/sysconf.c +++ b/sysdeps/posix/sysconf.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 <errno.h> #include <limits.h> diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index a08d328b23..d8c6cb8e1c 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/sysv_signal.c b/sysdeps/posix/sysv_signal.c index dfd08c041e..e1b85a89d7 100644 --- a/sysdeps/posix/sysv_signal.c +++ b/sysdeps/posix/sysv_signal.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 <errno.h> #include <signal.h> diff --git a/sysdeps/posix/telldir.c b/sysdeps/posix/telldir.c index 1357af661a..d316fd8c79 100644 --- a/sysdeps/posix/telldir.c +++ b/sysdeps/posix/telldir.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 <dirent.h> diff --git a/sysdeps/posix/tempname.c b/sysdeps/posix/tempname.c index 310df3c4ca..a248472540 100644 --- a/sysdeps/posix/tempname.c +++ b/sysdeps/posix/tempname.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/>. */ #if !_LIBC # include <config.h> diff --git a/sysdeps/posix/time.c b/sysdeps/posix/time.c index e1b3bc8d4c..0ab31bd7b6 100644 --- a/sysdeps/posix/time.c +++ b/sysdeps/posix/time.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 <stddef.h> /* For NULL. */ #include <time.h> diff --git a/sysdeps/posix/timespec_get.c b/sysdeps/posix/timespec_get.c index 98d3136287..1fc18ac648 100644 --- a/sysdeps/posix/timespec_get.c +++ b/sysdeps/posix/timespec_get.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 <time.h> diff --git a/sysdeps/posix/truncate.c b/sysdeps/posix/truncate.c index bba6861866..614415a637 100644 --- a/sysdeps/posix/truncate.c +++ b/sysdeps/posix/truncate.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 <sys/types.h> #include <errno.h> diff --git a/sysdeps/posix/ttyname.c b/sysdeps/posix/ttyname.c index b5d5a5af01..76dd0fb069 100644 --- a/sysdeps/posix/ttyname.c +++ b/sysdeps/posix/ttyname.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 <errno.h> #include <limits.h> diff --git a/sysdeps/posix/ttyname_r.c b/sysdeps/posix/ttyname_r.c index c46f792b35..a4eb167c1f 100644 --- a/sysdeps/posix/ttyname_r.c +++ b/sysdeps/posix/ttyname_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 <errno.h> #include <limits.h> diff --git a/sysdeps/posix/ulimit.c b/sysdeps/posix/ulimit.c index e02eea95c0..ea5cf60850 100644 --- a/sysdeps/posix/ulimit.c +++ b/sysdeps/posix/ulimit.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 <errno.h> #include <stdarg.h> diff --git a/sysdeps/posix/usleep.c b/sysdeps/posix/usleep.c index 1c0ec7c210..44b5b30953 100644 --- a/sysdeps/posix/usleep.c +++ b/sysdeps/posix/usleep.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 <time.h> #include <unistd.h> diff --git a/sysdeps/posix/utime.c b/sysdeps/posix/utime.c index 32b6be250f..7c07ecb27b 100644 --- a/sysdeps/posix/utime.c +++ b/sysdeps/posix/utime.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 <sysdep.h> #include <errno.h> diff --git a/sysdeps/posix/utimes.c b/sysdeps/posix/utimes.c index 190c8e39d1..b9c44de5f7 100644 --- a/sysdeps/posix/utimes.c +++ b/sysdeps/posix/utimes.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 <utime.h> #include <sys/time.h> diff --git a/sysdeps/posix/wait.c b/sysdeps/posix/wait.c index 657b72f9d2..573aa47a6d 100644 --- a/sysdeps/posix/wait.c +++ b/sysdeps/posix/wait.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 <sys/wait.h> diff --git a/sysdeps/posix/wait3.c b/sysdeps/posix/wait3.c index 070f9d932b..daba36c6dc 100644 --- a/sysdeps/posix/wait3.c +++ b/sysdeps/posix/wait3.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 <errno.h> #include <sys/wait.h> diff --git a/sysdeps/posix/waitid.c b/sysdeps/posix/waitid.c index d49a2f7883..0942623553 100644 --- a/sysdeps/posix/waitid.c +++ b/sysdeps/posix/waitid.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 <assert.h> #include <errno.h> diff --git a/sysdeps/posix/writev.c b/sysdeps/posix/writev.c index 65fb073839..eb546e2f81 100644 --- a/sysdeps/posix/writev.c +++ b/sysdeps/posix/writev.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 <stdlib.h> #include <unistd.h> |