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 /inet | |
| parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
| download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip | |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'inet')
77 files changed, 154 insertions, 231 deletions
diff --git a/inet/Makefile b/inet/Makefile index 12d573fa06..1e67cdf643 100644 --- a/inet/Makefile +++ b/inet/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 inet portion of the library. diff --git a/inet/aliases.h b/inet/aliases.h index 073b1ada2a..3646a7e40c 100644 --- a/inet/aliases.h +++ b/inet/aliases.h @@ -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/>. */ #ifndef _ALIASES_H #define _ALIASES_H 1 diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h index 0a0179faa2..ba1354de7d 100644 --- a/inet/arpa/inet.h +++ b/inet/arpa/inet.h @@ -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/>. */ #ifndef _ARPA_INET_H #define _ARPA_INET_H 1 diff --git a/inet/bug-if1.c b/inet/bug-if1.c index 6bcd175ebc..ea84a68501 100644 --- a/inet/bug-if1.c +++ b/inet/bug-if1.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 <errno.h> #include <limits.h> diff --git a/inet/check_pf.c b/inet/check_pf.c index 0fa34ccbbd..f95073f96b 100644 --- a/inet/check_pf.c +++ b/inet/check_pf.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 <ifaddrs.h> #include <netdb.h> diff --git a/inet/ether_aton.c b/inet/ether_aton.c index 071f329a6b..f510dda59e 100644 --- a/inet/ether_aton.c +++ b/inet/ether_aton.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/ether.h> diff --git a/inet/ether_aton_r.c b/inet/ether_aton_r.c index 1e9f15a124..6c3b2be606 100644 --- a/inet/ether_aton_r.c +++ b/inet/ether_aton_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 <ctype.h> #include <stdlib.h> diff --git a/inet/ether_hton.c b/inet/ether_hton.c index 2bff47d472..e0b9392e9c 100644 --- a/inet/ether_hton.c +++ b/inet/ether_hton.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 <errno.h> #include <netinet/ether.h> diff --git a/inet/ether_line.c b/inet/ether_line.c index 21a4c55679..b90bdebbe2 100644 --- a/inet/ether_line.c +++ b/inet/ether_line.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 |
