diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /termios | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'termios')
-rw-r--r-- | termios/Makefile | 5 | ||||
-rw-r--r-- | termios/cfmakeraw.c | 5 | ||||
-rw-r--r-- | termios/cfsetspeed.c | 5 | ||||
-rw-r--r-- | termios/speed.c | 5 | ||||
-rw-r--r-- | termios/tcdrain.c | 5 | ||||
-rw-r--r-- | termios/tcflow.c | 5 | ||||
-rw-r--r-- | termios/tcflush.c | 5 | ||||
-rw-r--r-- | termios/tcgetattr.c | 5 | ||||
-rw-r--r-- | termios/tcgetpgrp.c | 5 | ||||
-rw-r--r-- | termios/tcgetsid.c | 5 | ||||
-rw-r--r-- | termios/tcsendbrk.c | 5 | ||||
-rw-r--r-- | termios/tcsetattr.c | 5 | ||||
-rw-r--r-- | termios/tcsetpgrp.c | 5 | ||||
-rw-r--r-- | termios/termios.h | 5 |
14 files changed, 28 insertions, 42 deletions
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 +# <http://www.gnu.org/licenses/>. # # 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 + <http://www.gnu.org/licenses/>. */ #include <termios.h> 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 + <http://www.gnu.org/licenses/>. */ #include <termios.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <stddef.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stddef.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stddef.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> 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 + <http://www.gnu.org/licenses/>. */ /* * POSIX Standard: 7.1-2 General Terminal Interface <termios.h> |