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. --- grp/Makefile | 5 ++--- grp/fgetgrent.c | 5 ++--- grp/fgetgrent_r.c | 5 ++--- grp/getgrent.c | 5 ++--- grp/getgrent_r.c | 5 ++--- grp/getgrgid.c | 5 ++--- grp/getgrgid_r.c | 5 ++--- grp/getgrnam.c | 5 ++--- grp/getgrnam_r.c | 5 ++--- grp/grp.h | 5 ++--- grp/initgroups.c | 5 ++--- grp/putgrent.c | 5 ++--- grp/setgroups.c | 5 ++--- grp/tst_fgetgrent.c | 5 ++--- grp/tst_fgetgrent.sh | 5 ++--- 15 files changed, 30 insertions(+), 45 deletions(-) (limited to 'grp') diff --git a/grp/Makefile b/grp/Makefile index e6ca864a49..f14212eed2 100644 --- a/grp/Makefile +++ b/grp/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 grp portion of the library. diff --git a/grp/fgetgrent.c b/grp/fgetgrent.c index 684018c429..24ebc0e1eb 100644 --- a/grp/fgetgrent.c +++ b/grp/fgetgrent.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 + . */ #include #include diff --git a/grp/fgetgrent_r.c b/grp/fgetgrent_r.c index f7135ee903..885ac928e9 100644 --- a/grp/fgetgrent_r.c +++ b/grp/fgetgrent_r.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 + . */ #include #include diff --git a/grp/getgrent.c b/grp/getgrent.c index 99cd17108b..5a60f02867 100644 --- a/grp/getgrent.c +++ b/grp/getgrent.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/grp/getgrent_r.c b/grp/getgrent_r.c index 6d7275cdab..1d82e32e35 100644 --- a/grp/getgrent_r.c +++ b/grp/getgrent_r.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/grp/getgrgid.c b/grp/getgrgid.c index 891c1d6294..82ebed88d9 100644 --- a/grp/getgrgid.c +++ b/grp/getgrgid.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/grp/getgrgid_r.c b/grp/getgrgid_r.c index d46fb0fcac..e7785b9124 100644 --- a/grp/getgrgid_r.c +++ b/grp/getgrgid_r.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/grp/getgrnam.c b/grp/getgrnam.c index 7cd8d851dd..7c39cbc2ca 100644 --- a/grp/getgrnam.c +++ b/grp/getgrnam.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/grp/getgrnam_r.c b/grp/getgrnam_r.c index 42daa16177..278849fef2 100644 --- a/grp/getgrnam_r.c +++ b/grp/getgrnam_r.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/grp/grp.h b/grp/grp.h index 556dc847cb..e2f2ec1cf7 100644 --- a/grp/grp.h +++ b/grp/grp.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 + . */ /* * POSIX Standard: 9.2.1 Group Database Access diff --git a/grp/initgroups.c b/grp/initgroups.c index c63bba1388..62fd1fc6de 100644 --- a/grp/initgroups.c +++ b/grp/initgroups.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/grp/putgrent.c b/grp/putgrent.c index 6d7dce9d73..176a7a15d8 100644 --- a/grp/putgrent.c +++ b/grp/putgrent.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 + . */ #include #include diff --git a/grp/setgroups.c b/grp/setgroups.c index 74bae72974..7ef0da2702 100644 --- a/grp/setgroups.c +++ b/grp/setgroups.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 + . */ #include #include diff --git a/grp/tst_fgetgrent.c b/grp/tst_fgetgrent.c index 1256266726..89bb6de3f2 100644 --- a/grp/tst_fgetgrent.c +++ b/grp/tst_fgetgrent.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/grp/tst_fgetgrent.sh b/grp/tst_fgetgrent.sh index 4f7f46021d..cb80e73ded 100644 --- a/grp/tst_fgetgrent.sh +++ b/grp/tst_fgetgrent.sh @@ -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 +# . common_objpfx=$1; shift elf_objpfx=$1; shift -- cgit v1.2.3