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.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
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 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 +# <http://www.gnu.org/licenses/>. # # 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <ctype.h> #include <errno.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> 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 + <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 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 + <http://www.gnu.org/licenses/>. */ #include <alloca.h> #include <assert.h> 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdio.h> 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 + <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 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 + <http://www.gnu.org/licenses/>. */ #include <grp.h> #include <stdio.h> 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 +# <http://www.gnu.org/licenses/>. common_objpfx=$1; shift elf_objpfx=$1; shift |