diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
| commit | fbbd9655e5107c68e4e0146ff22b73d7350475bc (patch) | |
| tree | c68b7d4e6c82fd26ce5f831625ef6e971ad98e9c /sys/net | |
| parent | 08c22689e662f3091ba410c950367f0769c92995 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/bpf.c | 2 | ||||
| -rw-r--r-- | sys/net/bpf.h | 2 | ||||
| -rw-r--r-- | sys/net/bpf_buffer.c | 2 | ||||
| -rw-r--r-- | sys/net/bpf_filter.c | 2 | ||||
| -rw-r--r-- | sys/net/bpfdesc.h | 2 | ||||
| -rw-r--r-- | sys/net/if.c | 2 | ||||
| -rw-r--r-- | sys/net/if.h | 2 | ||||
| -rw-r--r-- | sys/net/if_arc.h | 2 | ||||
| -rw-r--r-- | sys/net/if_arp.h | 2 | ||||
| -rw-r--r-- | sys/net/if_clone.c | 2 | ||||
| -rw-r--r-- | sys/net/if_clone.h | 2 | ||||
| -rw-r--r-- | sys/net/if_disc.c | 2 | ||||
| -rw-r--r-- | sys/net/if_dl.h | 2 | ||||
| -rw-r--r-- | sys/net/if_edsc.c | 2 | ||||
| -rw-r--r-- | sys/net/if_ethersubr.c | 2 | ||||
| -rw-r--r-- | sys/net/if_fwsubr.c | 2 | ||||
| -rw-r--r-- | sys/net/if_llc.h | 2 | ||||
| -rw-r--r-- | sys/net/if_loop.c | 2 | ||||
| -rw-r--r-- | sys/net/if_types.h | 2 | ||||
| -rw-r--r-- | sys/net/if_var.h | 2 | ||||
| -rw-r--r-- | sys/net/ifq.h | 2 | ||||
| -rw-r--r-- | sys/net/radix.c | 2 | ||||
| -rw-r--r-- | sys/net/radix.h | 2 | ||||
| -rw-r--r-- | sys/net/raw_cb.c | 2 | ||||
| -rw-r--r-- | sys/net/raw_cb.h | 2 | ||||
| -rw-r--r-- | sys/net/raw_usrreq.c | 2 | ||||
| -rw-r--r-- | sys/net/route.c | 2 | ||||
| -rw-r--r-- | sys/net/route.h | 2 | ||||
| -rw-r--r-- | sys/net/route_var.h | 2 | ||||
| -rw-r--r-- | sys/net/rtsock.c | 2 | ||||
| -rw-r--r-- | sys/net/slcompress.c | 2 | ||||
| -rw-r--r-- | sys/net/slcompress.h | 2 |
32 files changed, 32 insertions, 32 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 4251f71841e4..44005b6dfba5 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/bpf.h b/sys/net/bpf.h index 679f896d9538..312a986ac77a 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/bpf_buffer.c b/sys/net/bpf_buffer.c index 64bb982aab22..02e23a4b0bb4 100644 --- a/sys/net/bpf_buffer.c +++ b/sys/net/bpf_buffer.c @@ -42,7 +42,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index 54bcf9abf933..4948fb2d386f 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index 496f0b36b6d4..661aab7bf15e 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if.c b/sys/net/if.c index 36b2680e8f05..a7e60eb35e31 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if.h b/sys/net/if.h index 26f078700100..e3b801b8b9c5 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h index 23139aa6f669..b2444e725949 100644 --- a/sys/net/if_arc.h +++ b/sys/net/if_arc.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index 7d141f377163..82448026fe04 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_clone.c b/sys/net/if_clone.c index 41516b66f380..3b5884e841d5 100644 --- a/sys/net/if_clone.c +++ b/sys/net/if_clone.c @@ -11,7 +11,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h index 3a60b0a10d3b..d55aba20d8eb 100644 --- a/sys/net/if_clone.h +++ b/sys/net/if_clone.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_disc.c b/sys/net/if_disc.c index 3f7472cf9822..ef033188b673 100644 --- a/sys/net/if_disc.c +++ b/sys/net/if_disc.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h index f53bc5e447dc..5c4f273feff7 100644 --- a/sys/net/if_dl.h +++ b/sys/net/if_dl.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_edsc.c b/sys/net/if_edsc.c index 26c21094d57c..27345a50484a 100644 --- a/sys/net/if_edsc.c +++ b/sys/net/if_edsc.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following edsclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index dd3e8bdbd350..7956fcfa28ed 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c index 57f42567128f..5b0fcb3938f7 100644 --- a/sys/net/if_fwsubr.c +++ b/sys/net/if_fwsubr.c @@ -11,7 +11,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index 0d96372ed5be..7a959b9ca7fb 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -12,7 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 72b93e213be4..d4372d042111 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_types.h b/sys/net/if_types.h index caa2c2711d49..b9a752dfebe3 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 8b7b5477ac17..e5d5c7604585 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/ifq.h b/sys/net/ifq.h index 98a84aafe6c7..3969c6a048c5 100644 --- a/sys/net/ifq.h +++ b/sys/net/ifq.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/radix.c b/sys/net/radix.c index 62c2c3b6765a..127182f46feb 100644 --- a/sys/net/radix.c +++ b/sys/net/radix.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/radix.h b/sys/net/radix.h index 69aad831bd91..f9c55164d6ff 100644 --- a/sys/net/radix.h +++ b/sys/net/radix.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c index 477a65db26e7..9b9c1e8884ff 100644 --- a/sys/net/raw_cb.c +++ b/sys/net/raw_cb.c @@ -11,7 +11,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h index 1b347e02a8dd..c2d002e6e080 100644 --- a/sys/net/raw_cb.h +++ b/sys/net/raw_cb.h @@ -11,7 +11,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c index 2649d667d436..35110eeeea3f 100644 --- a/sys/net/raw_usrreq.c +++ b/sys/net/raw_usrreq.c @@ -11,7 +11,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/route.c b/sys/net/route.c index 4b91e282780a..408452e6bee6 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/route.h b/sys/net/route.h index 1c6be77545a9..93193b5fbc7f 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/route_var.h b/sys/net/route_var.h index 914bcfe2710f..f32dbc2137be 100644 --- a/sys/net/route_var.h +++ b/sys/net/route_var.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 5f14287d10cc..cbd07fce12c1 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/slcompress.c b/sys/net/slcompress.c index d58cd3d0d544..bfaefdc104ec 100644 --- a/sys/net/slcompress.c +++ b/sys/net/slcompress.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 794d8b83818b..bd53c081900e 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |
