summaryrefslogtreecommitdiff
path: root/streams
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /streams
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'streams')
-rw-r--r--streams/Makefile5
-rw-r--r--streams/fattach.c5
-rw-r--r--streams/fdetach.c5
-rw-r--r--streams/getmsg.c5
-rw-r--r--streams/getpmsg.c5
-rw-r--r--streams/isastream.c5
-rw-r--r--streams/putmsg.c5
-rw-r--r--streams/putpmsg.c5
-rw-r--r--streams/stropts.h5
9 files changed, 18 insertions, 27 deletions
diff --git a/streams/Makefile b/streams/Makefile
index 0f73d5fde5..1d8c64d4ae 100644
--- a/streams/Makefile
+++ b/streams/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 streams.
diff --git a/streams/fattach.c b/streams/fattach.c
index 555e0b65e6..22e36df948 100644
--- a/streams/fattach.c
+++ b/streams/fattach.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 <stropts.h>
diff --git a/streams/fdetach.c b/streams/fdetach.c
index 431c92bbea..9c872caae4 100644
--- a/streams/fdetach.c
+++ b/streams/fdetach.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 <stropts.h>
diff --git a/streams/getmsg.c b/streams/getmsg.c
index 861a40f677..20c32aa8a4 100644
--- a/streams/getmsg.c
+++ b/streams/getmsg.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 <stropts.h>
diff --git a/streams/getpmsg.c b/streams/getpmsg.c
index e6e9898e46..7d97f5c242 100644
--- a/streams/getpmsg.c
+++ b/streams/getpmsg.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 <stropts.h>
diff --git a/streams/isastream.c b/streams/isastream.c
index 88dae299fc..9b9209b855 100644
--- a/streams/isastream.c
+++ b/streams/isastream.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 <fcntl.h>
diff --git a/streams/putmsg.c b/streams/putmsg.c
index b84dd843ba..80f9f0b92a 100644
--- a/streams/putmsg.c
+++ b/streams/putmsg.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 <stropts.h>
diff --git a/streams/putpmsg.c b/streams/putpmsg.c
index 6e37036aac..b85e14283a 100644
--- a/streams/putpmsg.c
+++ b/streams/putpmsg.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 <stropts.h>
diff --git a/streams/stropts.h b/streams/stropts.h
index 45d6d0dfac..80fe460b77 100644
--- a/streams/stropts.h
+++ b/streams/stropts.h
@@ -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/>. */
#ifndef _STROPTS_H
#define _STROPTS_H 1