aboutsummaryrefslogtreecommitdiff
path: root/pwd
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /pwd
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2
Replace FSF snail mail address with URLs.
Diffstat (limited to 'pwd')
-rw-r--r--pwd/Makefile5
-rw-r--r--pwd/fgetpwent.c5
-rw-r--r--pwd/fgetpwent_r.c5
-rw-r--r--pwd/getpw.c5
-rw-r--r--pwd/getpwent.c5
-rw-r--r--pwd/getpwent_r.c5
-rw-r--r--pwd/getpwnam.c5
-rw-r--r--pwd/getpwnam_r.c5
-rw-r--r--pwd/getpwuid.c5
-rw-r--r--pwd/getpwuid_r.c5
-rw-r--r--pwd/putpwent.c5
-rw-r--r--pwd/pwd.h5
-rw-r--r--pwd/tst-getpw.c5
13 files changed, 26 insertions, 39 deletions
diff --git a/pwd/Makefile b/pwd/Makefile
index 83fb565..a99099c 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
+# <http://www.gnu.org/licenses/>.
#
# Sub-makefile for pwd portion of the library.
diff --git a/pwd/fgetpwent.c b/pwd/fgetpwent.c
index ad9ce63..f2d9d0b 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <bits/libc-lock.h>
diff --git a/pwd/fgetpwent_r.c b/pwd/fgetpwent_r.c
index f84f72a..2ba6148 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
+ <http://www.gnu.org/licenses/>. */
#include <ctype.h>
#include <errno.h>
diff --git a/pwd/getpw.c b/pwd/getpw.c
index 3991f3b..72c3e96 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
+ <http://www.gnu.org/licenses/>. */
#include <alloca.h>
#include <errno.h>
diff --git a/pwd/getpwent.c b/pwd/getpwent.c
index 7828b97..abde854 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>
diff --git a/pwd/getpwent_r.c b/pwd/getpwent_r.c
index 2620097..01bab01 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>
diff --git a/pwd/getpwnam.c b/pwd/getpwnam.c
index 2abe6df..c936758 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>
diff --git a/pwd/getpwnam_r.c b/pwd/getpwnam_r.c
index df73b99..15472ef 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>
diff --git a/pwd/getpwuid.c b/pwd/getpwuid.c
index d18c0cb..30cbbad 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>
diff --git a/pwd/getpwuid_r.c b/pwd/getpwuid_r.c
index 015a521..29fec0b 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>
diff --git a/pwd/putpwent.c b/pwd/putpwent.c
index a1041ec..e9470ed 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdio.h>
diff --git a/pwd/pwd.h b/pwd/pwd.h
index ed3ea6d..1a2ed49 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
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 9.2.2 User Database Access <pwd.h>
diff --git a/pwd/tst-getpw.c b/pwd/tst-getpw.c
index 45fa0b1..40dd387 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
+ <http://www.gnu.org/licenses/>. */
#include <pwd.h>