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.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
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 745a8cf..a5b5831 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 ca1bf76..41cb099 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 436c54b..4893efd 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 b4acd62..a76ffcc 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 d28ddbf..ced692d 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 f4db981..b94e967 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 c95f78e..1df192a 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 6751e88..d47d7e7 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 2a1d846..04b989b 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 8d97a94..aac3c89 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 4f40cfb..4d4e678 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 205838c..5f3a271 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 59f58e5..1b47474 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 688491f..c42c62c 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> |