From 191a57d06ceb24935d00b7b30711781e219bae1d Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 24 Mar 2015 10:50:41 +0100 Subject: [PATCH] Minor copyright header fix --- core/net/ip64/ip64-addrmap.c | 1 + core/net/ip64/ip64-addrmap.h | 1 + core/net/ip64/ip64-conf-example.h | 1 + core/net/ip64/ip64-driver.h | 1 + core/net/ip64/ip64-eth-interface.c | 1 + core/net/ip64/ip64-eth-interface.h | 1 + core/net/ip64/ip64-eth.c | 1 + core/net/ip64/ip64-eth.h | 1 + core/net/ip64/ip64-interface.h | 1 + core/net/ip64/ip64-ipv4-dhcp.c | 1 + core/net/ip64/ip64-ipv4-dhcp.h | 1 + core/net/ip64/ip64-null-driver.c | 1 + core/net/ip64/ip64-null-driver.h | 1 + core/net/ip64/ip64-slip-interface.c | 1 + core/net/ip64/ip64-slip-interface.h | 1 + core/net/ip64/ip64.c | 1 + core/net/ip64/ip64.h | 1 + 17 files changed, 17 insertions(+) diff --git a/core/net/ip64/ip64-addrmap.c b/core/net/ip64/ip64-addrmap.c index d7cfcb74f..4f197e742 100644 --- a/core/net/ip64/ip64-addrmap.c +++ b/core/net/ip64/ip64-addrmap.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-addrmap.h b/core/net/ip64/ip64-addrmap.h index a055efdd0..3ca56d2de 100644 --- a/core/net/ip64/ip64-addrmap.h +++ b/core/net/ip64/ip64-addrmap.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-conf-example.h b/core/net/ip64/ip64-conf-example.h index 33c1ff285..66102d5c8 100644 --- a/core/net/ip64/ip64-conf-example.h +++ b/core/net/ip64/ip64-conf-example.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-driver.h b/core/net/ip64/ip64-driver.h index 9de5d44a3..50b00cfd9 100644 --- a/core/net/ip64/ip64-driver.h +++ b/core/net/ip64/ip64-driver.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-eth-interface.c b/core/net/ip64/ip64-eth-interface.c index d2d941e2a..42f6234cc 100644 --- a/core/net/ip64/ip64-eth-interface.c +++ b/core/net/ip64/ip64-eth-interface.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-eth-interface.h b/core/net/ip64/ip64-eth-interface.h index 83dc6ab53..21bbd947f 100644 --- a/core/net/ip64/ip64-eth-interface.h +++ b/core/net/ip64/ip64-eth-interface.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-eth.c b/core/net/ip64/ip64-eth.c index 1f6c67525..0a717c625 100644 --- a/core/net/ip64/ip64-eth.c +++ b/core/net/ip64/ip64-eth.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-eth.h b/core/net/ip64/ip64-eth.h index 3f5982df3..aa9448a86 100644 --- a/core/net/ip64/ip64-eth.h +++ b/core/net/ip64/ip64-eth.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-interface.h b/core/net/ip64/ip64-interface.h index 0e304ed37..574ae1c7f 100644 --- a/core/net/ip64/ip64-interface.h +++ b/core/net/ip64/ip64-interface.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-ipv4-dhcp.c b/core/net/ip64/ip64-ipv4-dhcp.c index 6381fa179..ab8c6a517 100644 --- a/core/net/ip64/ip64-ipv4-dhcp.c +++ b/core/net/ip64/ip64-ipv4-dhcp.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-ipv4-dhcp.h b/core/net/ip64/ip64-ipv4-dhcp.h index c0ebdf52f..295af6854 100644 --- a/core/net/ip64/ip64-ipv4-dhcp.h +++ b/core/net/ip64/ip64-ipv4-dhcp.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-null-driver.c b/core/net/ip64/ip64-null-driver.c index 95f2b1f72..dafef5ea5 100644 --- a/core/net/ip64/ip64-null-driver.c +++ b/core/net/ip64/ip64-null-driver.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-null-driver.h b/core/net/ip64/ip64-null-driver.h index 2a9ad0711..f77691154 100644 --- a/core/net/ip64/ip64-null-driver.h +++ b/core/net/ip64/ip64-null-driver.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-slip-interface.c b/core/net/ip64/ip64-slip-interface.c index dab563f51..05fe704c7 100644 --- a/core/net/ip64/ip64-slip-interface.c +++ b/core/net/ip64/ip64-slip-interface.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64-slip-interface.h b/core/net/ip64/ip64-slip-interface.h index eecb14395..c3cf26a2f 100644 --- a/core/net/ip64/ip64-slip-interface.h +++ b/core/net/ip64/ip64-slip-interface.h @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64.c b/core/net/ip64/ip64.c index f058f1d22..61fc4894c 100644 --- a/core/net/ip64/ip64.c +++ b/core/net/ip64/ip64.c @@ -10,6 +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. Neither the name of the copyright holder 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/core/net/ip64/ip64.h b/core/net/ip64/ip64.h index 58cda4511..50d37d691 100644 --- a/core/net/ip64/ip64.h +++ b/core/net/ip64/ip64.h @@ -10,6 +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. Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission.