diff options
author | Warner Losh <imp@FreeBSD.org> | 2007-01-09 23:27:39 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2007-01-09 23:27:39 +0000 |
commit | 891300785a2e1197cdab67a533d2fbbfe4c13e30 (patch) | |
tree | 71cb8c64491e48fb997f0c6e941b32cfd82393b5 /lib | |
parent | 7e170af886a04c2282fa3c49c9b03779cb2aea5e (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncp/ipx.c | 5 | ||||
-rw-r--r-- | lib/libncp/ipxsap.h | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_bind.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_conn.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_file.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_misc.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_msg.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_net.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_nls.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_queue.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_rcfile.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_rpc.c | 5 | ||||
-rw-r--r-- | lib/libncp/ncpl_subr.c | 5 | ||||
-rw-r--r-- | lib/libncp/sap.c | 5 |
14 files changed, 14 insertions, 56 deletions
diff --git a/lib/libncp/ipx.c b/lib/libncp/ipx.c index 9371fddb55905..d658b5aaabaab 100644 --- a/lib/libncp/ipx.c +++ b/lib/libncp/ipx.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ipxsap.h b/lib/libncp/ipxsap.h index 2d8d7f039ec65..45a13ccc809be 100644 --- a/lib/libncp/ipxsap.h +++ b/lib/libncp/ipxsap.h @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_bind.c b/lib/libncp/ncpl_bind.c index ab591eb44fc95..d7c64ede86c46 100644 --- a/lib/libncp/ncpl_bind.c +++ b/lib/libncp/ncpl_bind.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_conn.c b/lib/libncp/ncpl_conn.c index 977752c5c42b9..669f8362cb87b 100644 --- a/lib/libncp/ncpl_conn.c +++ b/lib/libncp/ncpl_conn.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_file.c b/lib/libncp/ncpl_file.c index 17edeb086fc1c..042ae5aa23c8d 100644 --- a/lib/libncp/ncpl_file.c +++ b/lib/libncp/ncpl_file.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_misc.c b/lib/libncp/ncpl_misc.c index dc1375b5cb5a4..67d19a9132822 100644 --- a/lib/libncp/ncpl_misc.c +++ b/lib/libncp/ncpl_misc.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_msg.c b/lib/libncp/ncpl_msg.c index 59dad8f7e658b..f2a687454a774 100644 --- a/lib/libncp/ncpl_msg.c +++ b/lib/libncp/ncpl_msg.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_net.c b/lib/libncp/ncpl_net.c index c161ce1e87bda..e59bc113b64c0 100644 --- a/lib/libncp/ncpl_net.c +++ b/lib/libncp/ncpl_net.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_nls.c b/lib/libncp/ncpl_nls.c index 9fd06fe6cb3b3..3ca83d67e1f94 100644 --- a/lib/libncp/ncpl_nls.c +++ b/lib/libncp/ncpl_nls.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_queue.c b/lib/libncp/ncpl_queue.c index 36564ebe2e84f..0512ce92d8ad3 100644 --- a/lib/libncp/ncpl_queue.c +++ b/lib/libncp/ncpl_queue.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_rcfile.c b/lib/libncp/ncpl_rcfile.c index 72395f32b2e29..deb16c78554ff 100644 --- a/lib/libncp/ncpl_rcfile.c +++ b/lib/libncp/ncpl_rcfile.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_rpc.c b/lib/libncp/ncpl_rpc.c index eaa6ebfd17040..87c601adece82 100644 --- a/lib/libncp/ncpl_rpc.c +++ b/lib/libncp/ncpl_rpc.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/ncpl_subr.c b/lib/libncp/ncpl_subr.c index 186314386f906..3c328ce3c0c88 100644 --- a/lib/libncp/ncpl_subr.c +++ b/lib/libncp/ncpl_subr.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libncp/sap.c b/lib/libncp/sap.c index a0c7d0cf205b5..c7f8da1503241 100644 --- a/lib/libncp/sap.c +++ b/lib/libncp/sap.c @@ -10,10 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |