From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- termios/Makefile | 5 ++--- termios/cfmakeraw.c | 5 ++--- termios/cfsetspeed.c | 5 ++--- termios/speed.c | 5 ++--- termios/tcdrain.c | 5 ++--- termios/tcflow.c | 5 ++--- termios/tcflush.c | 5 ++--- termios/tcgetattr.c | 5 ++--- termios/tcgetpgrp.c | 5 ++--- termios/tcgetsid.c | 5 ++--- termios/tcsendbrk.c | 5 ++--- termios/tcsetattr.c | 5 ++--- termios/tcsetpgrp.c | 5 ++--- termios/termios.h | 5 ++--- 14 files changed, 28 insertions(+), 42 deletions(-) (limited to 'termios') diff --git a/termios/Makefile b/termios/Makefile index 745a8cfa92..a5b5831ebf 100644 --- a/termios/Makefile +++ b/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 +# . # # Makefile for the terminal I/O functions. diff --git a/termios/cfmakeraw.c b/termios/cfmakeraw.c index ca1bf7648b..41cb0992b3 100644 --- a/termios/cfmakeraw.c +++ b/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 + . */ #include diff --git a/termios/cfsetspeed.c b/termios/cfsetspeed.c index 436c54bc56..4893efdee8 100644 --- a/termios/cfsetspeed.c +++ b/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 + . */ #include #include diff --git a/termios/speed.c b/termios/speed.c index b4acd62230..a76ffcc965 100644 --- a/termios/speed.c +++ b/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 + . */ #include #include diff --git a/termios/tcdrain.c b/termios/tcdrain.c index d28ddbf006..ced692d9a8 100644 --- a/termios/tcdrain.c +++ b/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 + . */ #include #include diff --git a/termios/tcflow.c b/termios/tcflow.c index f4db981f28..b94e96705d 100644 --- a/termios/tcflow.c +++ b/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 + . */ #include #include diff --git a/termios/tcflush.c b/termios/tcflush.c index c95f78e4ae..1df192adb2 100644 --- a/termios/tcflush.c +++ b/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 + . */ #include #include diff --git a/termios/tcgetattr.c b/termios/tcgetattr.c index 6751e88b83..d47d7e70f9 100644 --- a/termios/tcgetattr.c +++ b/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 + . */ #include #include diff --git a/termios/tcgetpgrp.c b/termios/tcgetpgrp.c index 2a1d846e75..04b989bc4c 100644 --- a/termios/tcgetpgrp.c +++ b/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 + . */ #include #include diff --git a/termios/tcgetsid.c b/termios/tcgetsid.c index 8d97a944bf..aac3c89d57 100644 --- a/termios/tcgetsid.c +++ b/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 + . */ #include #include diff --git a/termios/tcsendbrk.c b/termios/tcsendbrk.c index 4f40cfb153..4d4e67808f 100644 --- a/termios/tcsendbrk.c +++ b/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 + . */ #include #include diff --git a/termios/tcsetattr.c b/termios/tcsetattr.c index 205838c87b..5f3a271be0 100644 --- a/termios/tcsetattr.c +++ b/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 + . */ #include #include diff --git a/termios/tcsetpgrp.c b/termios/tcsetpgrp.c index 59f58e59aa..1b474742fa 100644 --- a/termios/tcsetpgrp.c +++ b/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 + . */ #include #include diff --git a/termios/termios.h b/termios/termios.h index 688491f5c7..c42c62cd87 100644 --- a/termios/termios.h +++ b/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 + . */ /* * POSIX Standard: 7.1-2 General Terminal Interface -- cgit v1.2.1