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. --- pwd/Makefile | 5 ++--- pwd/fgetpwent.c | 5 ++--- pwd/fgetpwent_r.c | 5 ++--- pwd/getpw.c | 5 ++--- pwd/getpwent.c | 5 ++--- pwd/getpwent_r.c | 5 ++--- pwd/getpwnam.c | 5 ++--- pwd/getpwnam_r.c | 5 ++--- pwd/getpwuid.c | 5 ++--- pwd/getpwuid_r.c | 5 ++--- pwd/putpwent.c | 5 ++--- pwd/pwd.h | 5 ++--- pwd/tst-getpw.c | 5 ++--- 13 files changed, 26 insertions(+), 39 deletions(-) (limited to 'pwd') diff --git a/pwd/Makefile b/pwd/Makefile index 83fb565c57..a99099c8ec 100644 --- a/pwd/Makefile +++ b/pwd/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 pwd portion of the library. diff --git a/pwd/fgetpwent.c b/pwd/fgetpwent.c index ad9ce63117..f2d9d0bc62 100644 --- a/pwd/fgetpwent.c +++ b/pwd/fgetpwent.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/pwd/fgetpwent_r.c b/pwd/fgetpwent_r.c index f84f72a660..2ba6148c6a 100644 --- a/pwd/fgetpwent_r.c +++ b/pwd/fgetpwent_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/pwd/getpw.c b/pwd/getpw.c index 3991f3b751..72c3e96bb1 100644 --- a/pwd/getpw.c +++ b/pwd/getpw.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/pwd/getpwent.c b/pwd/getpwent.c index 7828b97ca5..abde854354 100644 --- a/pwd/getpwent.c +++ b/pwd/getpwent.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/pwd/getpwent_r.c b/pwd/getpwent_r.c index 2620097faf..01bab01dc2 100644 --- a/pwd/getpwent_r.c +++ b/pwd/getpwent_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/pwd/getpwnam.c b/pwd/getpwnam.c index 2abe6dfc93..c936758fdc 100644 --- a/pwd/getpwnam.c +++ b/pwd/getpwnam.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/pwd/getpwnam_r.c b/pwd/getpwnam_r.c index df73b99e4a..15472ef40c 100644 --- a/pwd/getpwnam_r.c +++ b/pwd/getpwnam_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/pwd/getpwuid.c b/pwd/getpwuid.c index d18c0cbd45..30cbbad61f 100644 --- a/pwd/getpwuid.c +++ b/pwd/getpwuid.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/pwd/getpwuid_r.c b/pwd/getpwuid_r.c index 015a521bbe..29fec0b99b 100644 --- a/pwd/getpwuid_r.c +++ b/pwd/getpwuid_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/pwd/putpwent.c b/pwd/putpwent.c index a1041ec1c2..e9470ed101 100644 --- a/pwd/putpwent.c +++ b/pwd/putpwent.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/pwd/pwd.h b/pwd/pwd.h index ed3ea6d594..1a2ed493ca 100644 --- a/pwd/pwd.h +++ b/pwd/pwd.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.2 User Database Access diff --git a/pwd/tst-getpw.c b/pwd/tst-getpw.c index 45fa0b1df0..40dd3874b7 100644 --- a/pwd/tst-getpw.c +++ b/pwd/tst-getpw.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 -- cgit v1.2.1