summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:05 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:38 -0500
commit266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch)
tree2c2eef8bec7d90df06ad30320329ff2db3dcfceb /include/net
parent38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff)
Replace FSF snail mail address with URLs
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ethernet.h5
-rw-r--r--include/net/if.h5
-rw-r--r--include/net/if_arp.h5
-rw-r--r--include/net/if_packet.h5
-rw-r--r--include/net/if_shaper.h5
-rw-r--r--include/net/if_slip.h5
-rw-r--r--include/net/route.h5
7 files changed, 14 insertions, 21 deletions
diff --git a/include/net/ethernet.h b/include/net/ethernet.h
index 0242d5899..9698c70bb 100644
--- a/include/net/ethernet.h
+++ b/include/net/ethernet.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/>. */
/* Based on the FreeBSD version of this file. Curiously, that file
lacks a copyright in the header. */
diff --git a/include/net/if.h b/include/net/if.h
index 6d6d59a18..4cb641407 100644
--- a/include/net/if.h
+++ b/include/net/if.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/>. */
#ifndef _NET_IF_H
#define _NET_IF_H 1
diff --git a/include/net/if_arp.h b/include/net/if_arp.h
index 97cb61f62..b2997efaa 100644
--- a/include/net/if_arp.h
+++ b/include/net/if_arp.h
@@ -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/>. */
/* Based on the 4.4BSD and Linux version of this file. */
diff --git a/include/net/if_packet.h b/include/net/if_packet.h
index e5184e7f1..135f2b8a4 100644
--- a/include/net/if_packet.h
+++ b/include/net/if_packet.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/>. */
#ifndef __IF_PACKET_H
#define __IF_PACKET_H
diff --git a/include/net/if_shaper.h b/include/net/if_shaper.h
index 7060af31e..84c9ddd24 100644
--- a/include/net/if_shaper.h
+++ b/include/net/if_shaper.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 _NET_IF_SHAPER_H
#define _NET_IF_SHAPER_H 1
diff --git a/include/net/if_slip.h b/include/net/if_slip.h
index 66bd7f30a..381131cba 100644
--- a/include/net/if_slip.h
+++ b/include/net/if_slip.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 _NET_IF_SLIP_H
#define _NET_IF_SLIP_H 1
diff --git a/include/net/route.h b/include/net/route.h
index ea6c9b941..d1023bee3 100644
--- a/include/net/route.h
+++ b/include/net/route.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/>. */
/* Based on the 4.4BSD and Linux version of this file. */