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. --- assert/Makefile | 5 ++--- assert/__assert.c | 5 ++--- assert/assert-perr.c | 5 ++--- assert/assert.c | 5 ++--- assert/assert.h | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) (limited to 'assert') diff --git a/assert/Makefile b/assert/Makefile index 258dcd42d7..d44d3b1b5d 100644 --- a/assert/Makefile +++ b/assert/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 +# . # # Sub-makefile for assert portion of the library. diff --git a/assert/__assert.c b/assert/__assert.c index 63cd76aaad..447ab00f68 100644 --- a/assert/__assert.c +++ b/assert/__assert.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 + . */ /* We have to see the prototype. */ #undef NDEBUG diff --git a/assert/assert-perr.c b/assert/assert-perr.c index cad87dab0d..d7cdff740c 100644 --- a/assert/assert-perr.c +++ b/assert/assert-perr.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/assert/assert.c b/assert/assert.c index 40fedb72e8..0830ac0389 100644 --- a/assert/assert.c +++ b/assert/assert.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/assert/assert.h b/assert/assert.h index 315487117f..e1729ce747 100644 --- a/assert/assert.h +++ b/assert/assert.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 + . */ /* * ISO C99 Standard: 7.2 Diagnostics -- cgit 1.4.1