diff options
Diffstat (limited to 'login')
44 files changed, 44 insertions, 44 deletions
diff --git a/login/Makefile b/login/Makefile index 93a3c8e..0183db1 100644 --- a/login/Makefile +++ b/login/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 login portion of the library. diff --git a/login/endutxent.c b/login/endutxent.c index 4ed162d..881d2fe 100644 --- a/login/endutxent.c +++ b/login/endutxent.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 <utmp.h> #include <utmpx.h> diff --git a/login/forkpty.c b/login/forkpty.c index 695c9e9..4a0dee4 100644 --- a/login/forkpty.c +++ b/login/forkpty.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 <termios.h> diff --git a/login/getlogin.c b/login/getlogin.c index 0c82f38..6ac375d 100644 --- a/login/getlogin.c +++ b/login/getlogin.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 <errno.h> diff --git a/login/getlogin_r.c b/login/getlogin_r.c index b3b6c06..d26908c 100644 --- a/login/getlogin_r.c +++ b/login/getlogin_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 <errno.h> #include <unistd.h> diff --git a/login/getlogin_r_chk.c b/login/getlogin_r_chk.c index 228dc75..bc233f2 100644 --- a/login/getlogin_r_chk.c +++ b/login/getlogin_r_chk.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> diff --git a/login/getpt.c b/login/getpt.c index 8a699b0..3f7c435 100644 --- a/login/getpt.c +++ b/login/getpt.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 <stdlib.h> #include <errno.h> diff --git a/login/getutent.c b/login/getutent.c index df71e90..61e414c 100644 --- a/login/getutent.c +++ b/login/getutent.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 <stdlib.h> #include <utmp.h> diff --git a/login/getutent_r.c b/login/getutent_r.c index fd13be8..ca2daa8 100644 --- a/login/getutent_r.c +++ b/login/getutent_r.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 <libc-lock.h> #include <stdlib.h> diff --git a/login/getutid.c b/login/getutid.c index 1b4b587..48dd1d7 100644 --- a/login/getutid.c +++ b/login/getutid.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 <stdlib.h> #include <utmp.h> diff --git a/login/getutid_r.c b/login/getutid_r.c index 460d94b..d49d303 100644 --- a/login/getutid_r.c +++ b/login/getutid_r.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 <libc-lock.h> #include <errno.h> diff --git a/login/getutline.c b/login/getutline.c index f57ad22..75a6179 100644 --- a/login/getutline.c +++ b/login/getutline.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 <stdlib.h> #include <utmp.h> diff --git a/login/getutline_r.c b/login/getutline_r.c index f03255d..8bcd503 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.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 <libc-lock.h> diff --git a/login/getutmp.c b/login/getutmp.c index 4e3be11..bc99145 100644 --- a/login/getutmp.c +++ b/login/getutmp.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 <string.h> #include <utmp.h> diff --git a/login/getutmpx.c b/login/getutmpx.c index da28d33..8683464 100644 --- a/login/getutmpx.c +++ b/login/getutmpx.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 <string.h> #include <utmp.h> diff --git a/login/getutxent.c b/login/getutxent.c index 8e547a0..b30a3c3 100644 --- a/login/getutxent.c +++ b/login/getutxent.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 <utmp.h> #include <utmpx.h> diff --git a/login/getutxid.c b/login/getutxid.c index 62b1c99..b8d88c0 100644 --- a/login/getutxid.c +++ b/login/getutxid.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 <utmp.h> #include <utmpx.h> diff --git a/login/getutxline.c b/login/getutxline.c index ee14812..58af491 100644 --- a/login/getutxline.c +++ b/login/getutxline.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 <utmp.h> #include <utmpx.h> diff --git a/login/grantpt.c b/login/grantpt.c index a6086ce..f2379dc 100644 --- a/login/grantpt.c +++ b/login/grantpt.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 <stdlib.h> #include <errno.h> diff --git a/login/login.c b/login/login.c index b7d638c..91ac921 100644 --- a/login/login.c +++ b/login/login.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 <errno.h> diff --git a/login/logout.c b/login/logout.c index 5015c1a..d0d421c 100644 --- a/login/logout.c +++ b/login/logout.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 <string.h> diff --git a/login/logwtmp.c b/login/logwtmp.c index 50d1497..654f412 100644 --- a/login/logwtmp.c +++ b/login/logwtmp.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 <string.h> #include <sys/time.h> diff --git a/login/openpty.c b/login/openpty.c index 2c55299..1db4c2d 100644 --- a/login/openpty.c +++ b/login/openpty.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 <fcntl.h> diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index d44e4bf..5e490ee 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.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 <argp.h> #include <errno.h> diff --git a/login/programs/utmpdump.c b/login/programs/utmpdump.c index 85d8e31..0d07f79 100644 --- a/login/programs/utmpdump.c +++ b/login/programs/utmpdump.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 <stdio.h> #include <stdlib.h> diff --git a/login/ptsname.c b/login/ptsname.c index 0149c98..a83ece1 100644 --- a/login/ptsname.c +++ b/login/ptsname.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 <stdlib.h> diff --git a/login/ptsname_r_chk.c b/login/ptsname_r_chk.c index 0cfc562..5a13346 100644 --- a/login/ptsname_r_chk.c +++ b/login/ptsname_r_chk.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> diff --git a/login/pty.h b/login/pty.h index cac107c..5916475 100644 --- a/login/pty.h +++ b/login/pty.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 _PTY_H #define _PTY_H 1 diff --git a/login/pututxline.c b/login/pututxline.c index ee8f27a..161bbf6 100644 --- a/login/pututxline.c +++ b/login/pututxline.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 <utmp.h> #include <utmpx.h> diff --git a/login/setlogin.c b/login/setlogin.c index a31a5d0..0b759df 100644 --- a/login/setlogin.c +++ b/login/setlogin.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/login/setutxent.c b/login/setutxent.c index 3cec3c4..a739633 100644 --- a/login/setutxent.c +++ b/login/setutxent.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 <utmp.h> #include <utmpx.h> diff --git a/login/tst-getlogin.c b/login/tst-getlogin.c index e2bfdc9..129f416 100644 --- a/login/tst-getlogin.c +++ b/login/tst-getlogin.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 <stdio.h> diff --git a/login/tst-ptsname.c b/login/tst-ptsname.c index 713a247..953fed9 100644 --- a/login/tst-ptsname.c +++ b/login/tst-ptsname.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 <fcntl.h> diff --git a/login/tst-pututxline-lockfail.c b/login/tst-pututxline-lockfail.c index 47c25dc..7c35ce3 100644 --- a/login/tst-pututxline-lockfail.c +++ b/login/tst-pututxline-lockfail.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/>. */ /* pututxline upgrades the read lock on the file to a write lock. This test verifies that if the lock upgrade fails, the utmp diff --git a/login/tst-updwtmpx.c b/login/tst-updwtmpx.c index 0a4a27d..d7ef07e 100644 --- a/login/tst-updwtmpx.c +++ b/login/tst-updwtmpx.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/>. */ /* This program runs a series of tests. Each one calls updwtmpx twice, to write two records, optionally with misalignment in the diff --git a/login/tst-utmp.c b/login/tst-utmp.c index 02d0c1f..1e65bd3 100644 --- a/login/tst-utmp.c +++ b/login/tst-utmp.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 <error.h> diff --git a/login/unlockpt.c b/login/unlockpt.c index 427a7d7..31092fc 100644 --- a/login/unlockpt.c +++ b/login/unlockpt.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 <stdlib.h> #include <errno.h> diff --git a/login/updwtmp.c b/login/updwtmp.c index 387e580..d98ff43 100644 --- a/login/updwtmp.c +++ b/login/updwtmp.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 <utmp.h> diff --git a/login/updwtmpx.c b/login/updwtmpx.c index e046b73..59049dd 100644 --- a/login/updwtmpx.c +++ b/login/updwtmpx.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 <utmp.h> #include <utmpx.h> diff --git a/login/utmp-private.h b/login/utmp-private.h index d60461d..f4cef42 100644 --- a/login/utmp-private.h +++ b/login/utmp-private.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/>. */ #ifndef _UTMP_PRIVATE_H #define _UTMP_PRIVATE_H 1 diff --git a/login/utmp.h b/login/utmp.h index 168c159..7906e04 100644 --- a/login/utmp.h +++ b/login/utmp.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 _UTMP_H #define _UTMP_H 1 diff --git a/login/utmp_file.c b/login/utmp_file.c index 2d0548f..be7cc06 100644 --- a/login/utmp_file.c +++ b/login/utmp_file.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/login/utmpname.c b/login/utmpname.c index 8f94b19..a1ae639 100644 --- a/login/utmpname.c +++ b/login/utmpname.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 <libc-lock.h> #include <stdlib.h> diff --git a/login/utmpxname.c b/login/utmpxname.c index 0631ca5..db9420a 100644 --- a/login/utmpxname.c +++ b/login/utmpxname.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 <utmp.h> #include <utmpx.h> |