diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /grp | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 5 | ||||
-rw-r--r-- | grp/fgetgrent.c | 5 | ||||
-rw-r--r-- | grp/fgetgrent_r.c | 5 | ||||
-rw-r--r-- | grp/getgrent.c | 5 | ||||
-rw-r--r-- | grp/getgrent_r.c | 5 | ||||
-rw-r--r-- | grp/getgrgid.c | 5 | ||||
-rw-r--r-- | grp/getgrgid_r.c | 5 | ||||
-rw-r--r-- | grp/getgrnam.c | 5 | ||||
-rw-r--r-- | grp/getgrnam_r.c | 5 | ||||
-rw-r--r-- | grp/grp.h | 5 | ||||
-rw-r--r-- | grp/initgroups.c | 5 | ||||
-rw-r--r-- | grp/putgrent.c | 5 | ||||
-rw-r--r-- | grp/setgroups.c | 5 | ||||
-rw-r--r-- | grp/tst_fgetgrent.c | 5 | ||||
-rw-r--r-- | grp/tst_fgetgrent.sh | 5 |
15 files changed, 30 insertions, 45 deletions
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 +# <http://www.gnu.org/licenses/>. # # 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <ctype.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <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 + <http://www.gnu.org/licenses/>. */ /* * POSIX Standard: 9.2.1 Group Database Access <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <alloca.h> #include <assert.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdio.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/types.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> #include <stdio.h> 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 +# <http://www.gnu.org/licenses/>. common_objpfx=$1; shift elf_objpfx=$1; shift |