summaryrefslogtreecommitdiff
path: root/libc/termios
diff options
context:
space:
mode:
Diffstat (limited to 'libc/termios')
-rw-r--r--libc/termios/Makefile5
-rw-r--r--libc/termios/cfmakeraw.c5
-rw-r--r--libc/termios/cfsetspeed.c5
-rw-r--r--libc/termios/speed.c5
-rw-r--r--libc/termios/tcdrain.c5
-rw-r--r--libc/termios/tcflow.c5
-rw-r--r--libc/termios/tcflush.c5
-rw-r--r--libc/termios/tcgetattr.c5
-rw-r--r--libc/termios/tcgetpgrp.c5
-rw-r--r--libc/termios/tcgetsid.c5
-rw-r--r--libc/termios/tcsendbrk.c5
-rw-r--r--libc/termios/tcsetattr.c5
-rw-r--r--libc/termios/tcsetpgrp.c5
-rw-r--r--libc/termios/termios.h5
14 files changed, 28 insertions, 42 deletions
diff --git a/libc/termios/Makefile b/libc/termios/Makefile
index 745a8cfa9..a5b5831eb 100644
--- a/libc/termios/Makefile
+++ b/libc/termios/Makefile
@@ -12,9 +12,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
#
# Makefile for the terminal I/O functions.
diff --git a/libc/termios/cfmakeraw.c b/libc/termios/cfmakeraw.c
index ca1bf7648..41cb0992b 100644
--- a/libc/termios/cfmakeraw.c
+++ b/libc/termios/cfmakeraw.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <termios.h>
diff --git a/libc/termios/cfsetspeed.c b/libc/termios/cfsetspeed.c
index 436c54bc5..4893efdee 100644
--- a/libc/termios/cfsetspeed.c
+++ b/libc/termios/cfsetspeed.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <termios.h>
#include <errno.h>
diff --git a/libc/termios/speed.c b/libc/termios/speed.c
index b4acd6223..a76ffcc96 100644
--- a/libc/termios/speed.c
+++ b/libc/termios/speed.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <errno.h>
diff --git a/libc/termios/tcdrain.c b/libc/termios/tcdrain.c
index d28ddbf00..ced692d9a 100644
--- a/libc/termios/tcdrain.c
+++ b/libc/termios/tcdrain.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <termios.h>
diff --git a/libc/termios/tcflow.c b/libc/termios/tcflow.c
index f4db981f2..b94e96705 100644
--- a/libc/termios/tcflow.c
+++ b/libc/termios/tcflow.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <termios.h>
diff --git a/libc/termios/tcflush.c b/libc/termios/tcflush.c
index c95f78e4a..1df192adb 100644
--- a/libc/termios/tcflush.c
+++ b/libc/termios/tcflush.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <termios.h>
diff --git a/libc/termios/tcgetattr.c b/libc/termios/tcgetattr.c
index 6751e88b8..d47d7e70f 100644
--- a/libc/termios/tcgetattr.c
+++ b/libc/termios/tcgetattr.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/libc/termios/tcgetpgrp.c b/libc/termios/tcgetpgrp.c
index 2a1d846e7..04b989bc4 100644
--- a/libc/termios/tcgetpgrp.c
+++ b/libc/termios/tcgetpgrp.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/libc/termios/tcgetsid.c b/libc/termios/tcgetsid.c
index 8d97a944b..aac3c89d5 100644
--- a/libc/termios/tcgetsid.c
+++ b/libc/termios/tcgetsid.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <termios.h>
diff --git a/libc/termios/tcsendbrk.c b/libc/termios/tcsendbrk.c
index 4f40cfb15..4d4e67808 100644
--- a/libc/termios/tcsendbrk.c
+++ b/libc/termios/tcsendbrk.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <termios.h>
diff --git a/libc/termios/tcsetattr.c b/libc/termios/tcsetattr.c
index 205838c87..5f3a271be 100644
--- a/libc/termios/tcsetattr.c
+++ b/libc/termios/tcsetattr.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/libc/termios/tcsetpgrp.c b/libc/termios/tcsetpgrp.c
index 59f58e59a..1b474742f 100644
--- a/libc/termios/tcsetpgrp.c
+++ b/libc/termios/tcsetpgrp.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/libc/termios/termios.h b/libc/termios/termios.h
index 688491f5c..c42c62cd8 100644
--- a/libc/termios/termios.h
+++ b/libc/termios/termios.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 7.1-2 General Terminal Interface <termios.h>