diff options
Diffstat (limited to 'termios')
-rw-r--r-- | termios/Makefile | 2 | ||||
-rw-r--r-- | termios/cfmakeraw.c | 2 | ||||
-rw-r--r-- | termios/cfsetspeed.c | 2 | ||||
-rw-r--r-- | termios/speed.c | 2 | ||||
-rw-r--r-- | termios/tcdrain.c | 2 | ||||
-rw-r--r-- | termios/tcflow.c | 2 | ||||
-rw-r--r-- | termios/tcflush.c | 2 | ||||
-rw-r--r-- | termios/tcgetattr.c | 2 | ||||
-rw-r--r-- | termios/tcgetpgrp.c | 2 | ||||
-rw-r--r-- | termios/tcgetsid.c | 2 | ||||
-rw-r--r-- | termios/tcsendbrk.c | 2 | ||||
-rw-r--r-- | termios/tcsetattr.c | 2 | ||||
-rw-r--r-- | termios/tcsetpgrp.c | 2 | ||||
-rw-r--r-- | termios/termios.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/termios/Makefile b/termios/Makefile index 5ae7b8a..ac3bf0d 100644 --- a/termios/Makefile +++ b/termios/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/>. # # Makefile for the terminal I/O functions. diff --git a/termios/cfmakeraw.c b/termios/cfmakeraw.c index baedc8c..89d65bb 100644 --- a/termios/cfmakeraw.c +++ b/termios/cfmakeraw.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 <termios.h> diff --git a/termios/cfsetspeed.c b/termios/cfsetspeed.c index 0a86f4e..f207ada 100644 --- a/termios/cfsetspeed.c +++ b/termios/cfsetspeed.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 <termios.h> #include <errno.h> diff --git a/termios/speed.c b/termios/speed.c index 339b134..875bbe4 100644 --- a/termios/speed.c +++ b/termios/speed.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 <stddef.h> #include <errno.h> diff --git a/termios/tcdrain.c b/termios/tcdrain.c index 067d8ff..3726815 100644 --- a/termios/tcdrain.c +++ b/termios/tcdrain.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 <termios.h> diff --git a/termios/tcflow.c b/termios/tcflow.c index b8955f7..7580421 100644 --- a/termios/tcflow.c +++ b/termios/tcflow.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 <termios.h> diff --git a/termios/tcflush.c b/termios/tcflush.c index 6a6d08f..e0b69ba 100644 --- a/termios/tcflush.c +++ b/termios/tcflush.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 <termios.h> diff --git a/termios/tcgetattr.c b/termios/tcgetattr.c index b88186b..a111aa2 100644 --- a/termios/tcgetattr.c +++ b/termios/tcgetattr.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/termios/tcgetpgrp.c b/termios/tcgetpgrp.c index e740279..f31d44e 100644 --- a/termios/tcgetpgrp.c +++ b/termios/tcgetpgrp.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/termios/tcgetsid.c b/termios/tcgetsid.c index 70ce509..c68c4fa 100644 --- a/termios/tcgetsid.c +++ b/termios/tcgetsid.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 <termios.h> diff --git a/termios/tcsendbrk.c b/termios/tcsendbrk.c index 07514f5..dde2cc1 100644 --- a/termios/tcsendbrk.c +++ b/termios/tcsendbrk.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 <termios.h> diff --git a/termios/tcsetattr.c b/termios/tcsetattr.c index 9c56eb2..6768c73 100644 --- a/termios/tcsetattr.c +++ b/termios/tcsetattr.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/termios/tcsetpgrp.c b/termios/tcsetpgrp.c index 2659bf6..f478bde 100644 --- a/termios/tcsetpgrp.c +++ b/termios/tcsetpgrp.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/termios/termios.h b/termios/termios.h index 2234208..6882cb2 100644 --- a/termios/termios.h +++ b/termios/termios.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/>. */ /* * POSIX Standard: 7.1-2 General Terminal Interface <termios.h> |