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 e6ca864..f14212e 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 684018c..24ebc0e 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 f7135ee..885ac92 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 99cd171..5a60f02 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 6d7275c..1d82e32 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 891c1d6..82ebed8 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 d46fb0f..e7785b9 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 7cd8d85..7c39cbc 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 42daa16..278849f 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 556dc84..e2f2ec1 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 c63bba1..62fd1fc 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 6d7dce9..176a7a1 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 74bae72..7ef0da2 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 1256266..89bb6de 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 4f7f460..cb80e73 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.1