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. --- argp/Makefile | 5 ++--- argp/argp-ba.c | 5 ++--- argp/argp-eexst.c | 5 ++--- argp/argp-fmtstream.c | 5 ++--- argp/argp-fmtstream.h | 5 ++--- argp/argp-fs-xinl.c | 5 ++--- argp/argp-help.c | 5 ++--- argp/argp-namefrob.h | 5 ++--- argp/argp-parse.c | 5 ++--- argp/argp-pv.c | 5 ++--- argp/argp-pvh.c | 5 ++--- argp/argp-test.c | 5 ++--- argp/argp-xinl.c | 5 ++--- argp/argp.h | 5 ++--- argp/tst-argp1.c | 5 ++--- argp/tst-argp2.c | 5 ++--- 16 files changed, 32 insertions(+), 48 deletions(-) (limited to 'argp') diff --git a/argp/Makefile b/argp/Makefile index caa95db..7aa6804 100644 --- a/argp/Makefile +++ b/argp/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 argp. diff --git a/argp/argp-ba.c b/argp/argp-ba.c index f5270c8..59ec75f 100644 --- a/argp/argp-ba.c +++ b/argp/argp-ba.c @@ -14,9 +14,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 + . */ /* If set by the user program, it should point to string that is the bug-reporting address for the program. It will be printed by argp_help if diff --git a/argp/argp-eexst.c b/argp/argp-eexst.c index 84df089..71b994f 100644 --- a/argp/argp-eexst.c +++ b/argp/argp-eexst.c @@ -14,9 +14,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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/argp/argp-fmtstream.c b/argp/argp-fmtstream.c index f57b99d..0cf59d5 100644 --- a/argp/argp-fmtstream.c +++ b/argp/argp-fmtstream.c @@ -14,9 +14,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 + . */ /* This package emulates glibc `line_wrap_stream' semantics for systems that don't have that. */ diff --git a/argp/argp-fmtstream.h b/argp/argp-fmtstream.h index 9264c0d..f4140b9 100644 --- a/argp/argp-fmtstream.h +++ b/argp/argp-fmtstream.h @@ -14,9 +14,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 + . */ /* This package emulates glibc `line_wrap_stream' semantics for systems that don't have that. If the system does have it, it is just a wrapper for diff --git a/argp/argp-fs-xinl.c b/argp/argp-fs-xinl.c index 442ffa0..6465560 100644 --- a/argp/argp-fs-xinl.c +++ b/argp/argp-fs-xinl.c @@ -14,9 +14,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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/argp/argp-help.c b/argp/argp-help.c index bab5b40..645006c 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -14,9 +14,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 + . */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 diff --git a/argp/argp-namefrob.h b/argp/argp-namefrob.h index 6924df7..a5d8030 100644 --- a/argp/argp-namefrob.h +++ b/argp/argp-namefrob.h @@ -14,9 +14,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 + . */ #if !_LIBC /* This code is written for inclusion in gnu-libc, and uses names in the diff --git a/argp/argp-parse.c b/argp/argp-parse.c index 604fcf0..5a2124e 100644 --- a/argp/argp-parse.c +++ b/argp/argp-parse.c @@ -14,9 +14,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 + . */ #ifdef HAVE_CONFIG_H #include diff --git a/argp/argp-pv.c b/argp/argp-pv.c index 5987956..a44c02d 100644 --- a/argp/argp-pv.c +++ b/argp/argp-pv.c @@ -14,9 +14,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 + . */ /* If set by the user program to a non-zero value, then a default option --version is added (unless the ARGP_NO_HELP flag is used), which will diff --git a/argp/argp-pvh.c b/argp/argp-pvh.c index 912a3f8..06bb92b 100644 --- a/argp/argp-pvh.c +++ b/argp/argp-pvh.c @@ -14,9 +14,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 + . */ #ifdef HAVE_CONFIG_H #include diff --git a/argp/argp-test.c b/argp/argp-test.c index fa89d70..1d6f5f1 100644 --- a/argp/argp-test.c +++ b/argp/argp-test.c @@ -14,9 +14,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 + . */ #ifdef HAVE_CONFIG_H #include diff --git a/argp/argp-xinl.c b/argp/argp-xinl.c index 7913b06..7217799 100644 --- a/argp/argp-xinl.c +++ b/argp/argp-xinl.c @@ -14,9 +14,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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/argp/argp.h b/argp/argp.h index 34c2082..8fb7098 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -15,9 +15,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 + . */ #ifndef _ARGP_H #define _ARGP_H diff --git a/argp/tst-argp1.c b/argp/tst-argp1.c index 2367d21..f970397 100644 --- a/argp/tst-argp1.c +++ b/argp/tst-argp1.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 diff --git a/argp/tst-argp2.c b/argp/tst-argp2.c index 926614f..263bd6e 100644 --- a/argp/tst-argp2.c +++ b/argp/tst-argp2.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 -- cgit v1.1