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 /nss/nss_files | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'nss/nss_files')
-rw-r--r-- | nss/nss_files/files-XXX.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-alias.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-ethers.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-grp.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-have_o_cloexec.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-hosts.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-init.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-initgroups.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-key.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-netgrp.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-network.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-parse.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-proto.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-pwd.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-rpc.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-service.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-sgrp.c | 5 | ||||
-rw-r--r-- | nss/nss_files/files-spwd.c | 5 |
18 files changed, 36 insertions, 54 deletions
diff --git a/nss/nss_files/files-XXX.c b/nss/nss_files/files-XXX.c index 8db052903f..a6df348727 100644 --- a/nss/nss_files/files-XXX.c +++ b/nss/nss_files/files-XXX.c @@ -14,9 +14,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 <stdio.h> #include <ctype.h> diff --git a/nss/nss_files/files-alias.c b/nss/nss_files/files-alias.c index 023021e6ce..ae6a80eccd 100644 --- a/nss/nss_files/files-alias.c +++ b/nss/nss_files/files-alias.c @@ -14,9 +14,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 <aliases.h> #include <ctype.h> diff --git a/nss/nss_files/files-ethers.c b/nss/nss_files/files-ethers.c index 91363ba173..136046fe51 100644 --- a/nss/nss_files/files-ethers.c +++ b/nss/nss_files/files-ethers.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 <string.h> #include <netinet/ether.h> diff --git a/nss/nss_files/files-grp.c b/nss/nss_files/files-grp.c index 30751ab048..da4a701b39 100644 --- a/nss/nss_files/files-grp.c +++ b/nss/nss_files/files-grp.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/nss/nss_files/files-have_o_cloexec.c b/nss/nss_files/files-have_o_cloexec.c index a83e8a4487..997ac30c46 100644 --- a/nss/nss_files/files-have_o_cloexec.c +++ b/nss/nss_files/files-have_o_cloexec.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 <fcntl.h> #include <kernel-features.h> diff --git a/nss/nss_files/files-hosts.c b/nss/nss_files/files-hosts.c index f6f960ecbe..d7d3c5274f 100644 --- a/nss/nss_files/files-hosts.c +++ b/nss/nss_files/files-hosts.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 <assert.h> #include <netinet/in.h> diff --git a/nss/nss_files/files-init.c b/nss/nss_files/files-init.c index 7012ab2b5e..18757cb25b 100644 --- a/nss/nss_files/files-init.c +++ b/nss/nss_files/files-init.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 <nscd/nscd.h> diff --git a/nss/nss_files/files-initgroups.c b/nss/nss_files/files-initgroups.c index 3a3b5c1e38..c8ce0656af 100644 --- a/nss/nss_files/files-initgroups.c +++ b/nss/nss_files/files-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 <errno.h> diff --git a/nss/nss_files/files-key.c b/nss/nss_files/files-key.c index cb39204825..6d82d47c48 100644 --- a/nss/nss_files/files-key.c +++ b/nss/nss_files/files-key.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 <stdio.h> #include <errno.h> diff --git a/nss/nss_files/files-netgrp.c b/nss/nss_files/files-netgrp.c index f70196bc7e..7a8e3d0a9b 100644 --- a/nss/nss_files/files-netgrp.c +++ b/nss/nss_files/files-netgrp.c @@ -14,9 +14,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/nss/nss_files/files-network.c b/nss/nss_files/files-network.c index 9017c54997..7cd688f3bf 100644 --- a/nss/nss_files/files-network.c +++ b/nss/nss_files/files-network.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 <netinet/in.h> #include <arpa/inet.h> diff --git a/nss/nss_files/files-parse.c b/nss/nss_files/files-parse.c index 66604bf94e..c9f80855ca 100644 --- a/nss/nss_files/files-parse.c +++ b/nss/nss_files/files-parse.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 <ctype.h> #include <errno.h> diff --git a/nss/nss_files/files-proto.c b/nss/nss_files/files-proto.c index 5df325b496..3f3597fe80 100644 --- a/nss/nss_files/files-proto.c +++ b/nss/nss_files/files-proto.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 <netdb.h> diff --git a/nss/nss_files/files-pwd.c b/nss/nss_files/files-pwd.c index 4763f0149a..acf09c6f16 100644 --- a/nss/nss_files/files-pwd.c +++ b/nss/nss_files/files-pwd.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/nss/nss_files/files-rpc.c b/nss/nss_files/files-rpc.c index 2b41611d4c..dcc0cfef70 100644 --- a/nss/nss_files/files-rpc.c +++ b/nss/nss_files/files-rpc.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 <rpc/netdb.h> diff --git a/nss/nss_files/files-service.c b/nss/nss_files/files-service.c index 6f2b0e64a6..35d592d272 100644 --- a/nss/nss_files/files-service.c +++ b/nss/nss_files/files-service.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 <netinet/in.h> #include <netdb.h> diff --git a/nss/nss_files/files-sgrp.c b/nss/nss_files/files-sgrp.c index 684bacc3d0..8134ee37ea 100644 --- a/nss/nss_files/files-sgrp.c +++ b/nss/nss_files/files-sgrp.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 <gshadow.h> diff --git a/nss/nss_files/files-spwd.c b/nss/nss_files/files-spwd.c index e227d71275..8b206d14d8 100644 --- a/nss/nss_files/files-spwd.c +++ b/nss/nss_files/files-spwd.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 <shadow.h> |