relicence mDNS plugin and OBAMP plugin from Saverio Proto and Claudio Pisa to the default olsr.org BSD licence
authorSaverio Proto <zioproto@gmail.com>
Tue Sep 01 12:21:06 2009 +0200 (2 years ago)
changeset 2448ce6de529ee41
parent 24478e7887c1247f
child 2449d579f8e1f5de
relicence mDNS plugin and OBAMP plugin from Saverio Proto and Claudio Pisa to the default olsr.org BSD licence
lib/mdns/src/Address.c
lib/mdns/src/Address.h
lib/mdns/src/NetworkInterfaces.c
lib/mdns/src/NetworkInterfaces.h
lib/mdns/src/Packet.c
lib/mdns/src/Packet.h
lib/mdns/src/mdns.c
lib/mdns/src/mdns.h
lib/mdns/src/olsrd_plugin.c
lib/obamp/src/list.h
lib/obamp/src/obamp.c
lib/obamp/src/obamp.h
lib/obamp/src/olsrd_plugin.c
     1.1 --- a/lib/mdns/src/Address.c	Mon Aug 31 16:17:05 2009 +0200
     1.2 +++ b/lib/mdns/src/Address.c	Tue Sep 01 12:21:06 2009 +0200
     1.3 @@ -1,24 +1,41 @@
     1.4 -
     1.5  /*
     1.6 -OLSR MDNS plugin.
     1.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     1.8 -
     1.9 -    This file is part of OLSR MDNS PLUGIN.
    1.10 -
    1.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    1.12 -    it under the terms of the GNU General Public License as published by
    1.13 -    the Free Software Foundation, either version 3 of the License, or
    1.14 -    (at your option) any later version.
    1.15 -
    1.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    1.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.19 -    GNU General Public License for more details.
    1.20 -
    1.21 -    You should have received a copy of the GNU General Public License
    1.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    1.23 -
    1.24 -
    1.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    1.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    1.27 + * All rights reserved.
    1.28 + *
    1.29 + * Redistribution and use in source and binary forms, with or without
    1.30 + * modification, are permitted provided that the following conditions
    1.31 + * are met:
    1.32 + *
    1.33 + * * Redistributions of source code must retain the above copyright
    1.34 + *   notice, this list of conditions and the following disclaimer.
    1.35 + * * Redistributions in binary form must reproduce the above copyright
    1.36 + *   notice, this list of conditions and the following disclaimer in
    1.37 + *   the documentation and/or other materials provided with the
    1.38 + *   distribution.
    1.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    1.40 + *   contributors may be used to endorse or promote products derived
    1.41 + *   from this software without specific prior written permission.
    1.42 + *
    1.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    1.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    1.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    1.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    1.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    1.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    1.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    1.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    1.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    1.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    1.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.54 + * POSSIBILITY OF SUCH DAMAGE.
    1.55 + *
    1.56 + * Visit http://www.olsr.org for more information.
    1.57 + *
    1.58 + * If you find this software useful feel free to make a donation
    1.59 + * to the project. For more information see the website or contact
    1.60 + * the copyright holders.
    1.61 + *
    1.62   */
    1.63  
    1.64  
     2.1 --- a/lib/mdns/src/Address.h	Mon Aug 31 16:17:05 2009 +0200
     2.2 +++ b/lib/mdns/src/Address.h	Tue Sep 01 12:21:06 2009 +0200
     2.3 @@ -1,24 +1,41 @@
     2.4 -
     2.5  /*
     2.6 -OLSR MDNS plugin.
     2.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     2.8 -
     2.9 -    This file is part of OLSR MDNS PLUGIN.
    2.10 -
    2.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    2.12 -    it under the terms of the GNU General Public License as published by
    2.13 -    the Free Software Foundation, either version 3 of the License, or
    2.14 -    (at your option) any later version.
    2.15 -
    2.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    2.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.19 -    GNU General Public License for more details.
    2.20 -
    2.21 -    You should have received a copy of the GNU General Public License
    2.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    2.23 -
    2.24 -
    2.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    2.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    2.27 + * All rights reserved.
    2.28 + *
    2.29 + * Redistribution and use in source and binary forms, with or without
    2.30 + * modification, are permitted provided that the following conditions
    2.31 + * are met:
    2.32 + *
    2.33 + * * Redistributions of source code must retain the above copyright
    2.34 + *   notice, this list of conditions and the following disclaimer.
    2.35 + * * Redistributions in binary form must reproduce the above copyright
    2.36 + *   notice, this list of conditions and the following disclaimer in
    2.37 + *   the documentation and/or other materials provided with the
    2.38 + *   distribution.
    2.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    2.40 + *   contributors may be used to endorse or promote products derived
    2.41 + *   from this software without specific prior written permission.
    2.42 + *
    2.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    2.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    2.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    2.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    2.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    2.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    2.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    2.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    2.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    2.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    2.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    2.54 + * POSSIBILITY OF SUCH DAMAGE.
    2.55 + *
    2.56 + * Visit http://www.olsr.org for more information.
    2.57 + *
    2.58 + * If you find this software useful feel free to make a donation
    2.59 + * to the project. For more information see the website or contact
    2.60 + * the copyright holders.
    2.61 + *
    2.62   */
    2.63  
    2.64  
     3.1 --- a/lib/mdns/src/NetworkInterfaces.c	Mon Aug 31 16:17:05 2009 +0200
     3.2 +++ b/lib/mdns/src/NetworkInterfaces.c	Tue Sep 01 12:21:06 2009 +0200
     3.3 @@ -1,24 +1,41 @@
     3.4 -
     3.5  /*
     3.6 -OLSR MDNS plugin.
     3.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     3.8 -
     3.9 -    This file is part of OLSR MDNS PLUGIN.
    3.10 -
    3.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    3.12 -    it under the terms of the GNU General Public License as published by
    3.13 -    the Free Software Foundation, either version 3 of the License, or
    3.14 -    (at your option) any later version.
    3.15 -
    3.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    3.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.19 -    GNU General Public License for more details.
    3.20 -
    3.21 -    You should have received a copy of the GNU General Public License
    3.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    3.23 -
    3.24 -
    3.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    3.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    3.27 + * All rights reserved.
    3.28 + *
    3.29 + * Redistribution and use in source and binary forms, with or without
    3.30 + * modification, are permitted provided that the following conditions
    3.31 + * are met:
    3.32 + *
    3.33 + * * Redistributions of source code must retain the above copyright
    3.34 + *   notice, this list of conditions and the following disclaimer.
    3.35 + * * Redistributions in binary form must reproduce the above copyright
    3.36 + *   notice, this list of conditions and the following disclaimer in
    3.37 + *   the documentation and/or other materials provided with the
    3.38 + *   distribution.
    3.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    3.40 + *   contributors may be used to endorse or promote products derived
    3.41 + *   from this software without specific prior written permission.
    3.42 + *
    3.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    3.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    3.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    3.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    3.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    3.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    3.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    3.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    3.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    3.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    3.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    3.54 + * POSSIBILITY OF SUCH DAMAGE.
    3.55 + *
    3.56 + * Visit http://www.olsr.org for more information.
    3.57 + *
    3.58 + * If you find this software useful feel free to make a donation
    3.59 + * to the project. For more information see the website or contact
    3.60 + * the copyright holders.
    3.61 + *
    3.62   */
    3.63  
    3.64  
     4.1 --- a/lib/mdns/src/NetworkInterfaces.h	Mon Aug 31 16:17:05 2009 +0200
     4.2 +++ b/lib/mdns/src/NetworkInterfaces.h	Tue Sep 01 12:21:06 2009 +0200
     4.3 @@ -1,24 +1,41 @@
     4.4 -
     4.5  /*
     4.6 -OLSR MDNS plugin.
     4.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     4.8 -
     4.9 -    This file is part of OLSR MDNS PLUGIN.
    4.10 -
    4.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    4.12 -    it under the terms of the GNU General Public License as published by
    4.13 -    the Free Software Foundation, either version 3 of the License, or
    4.14 -    (at your option) any later version.
    4.15 -
    4.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    4.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.19 -    GNU General Public License for more details.
    4.20 -
    4.21 -    You should have received a copy of the GNU General Public License
    4.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    4.23 -
    4.24 -
    4.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    4.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    4.27 + * All rights reserved.
    4.28 + *
    4.29 + * Redistribution and use in source and binary forms, with or without
    4.30 + * modification, are permitted provided that the following conditions
    4.31 + * are met:
    4.32 + *
    4.33 + * * Redistributions of source code must retain the above copyright
    4.34 + *   notice, this list of conditions and the following disclaimer.
    4.35 + * * Redistributions in binary form must reproduce the above copyright
    4.36 + *   notice, this list of conditions and the following disclaimer in
    4.37 + *   the documentation and/or other materials provided with the
    4.38 + *   distribution.
    4.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    4.40 + *   contributors may be used to endorse or promote products derived
    4.41 + *   from this software without specific prior written permission.
    4.42 + *
    4.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    4.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    4.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    4.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    4.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    4.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    4.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    4.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    4.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    4.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    4.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    4.54 + * POSSIBILITY OF SUCH DAMAGE.
    4.55 + *
    4.56 + * Visit http://www.olsr.org for more information.
    4.57 + *
    4.58 + * If you find this software useful feel free to make a donation
    4.59 + * to the project. For more information see the website or contact
    4.60 + * the copyright holders.
    4.61 + *
    4.62   */
    4.63  
    4.64  
     5.1 --- a/lib/mdns/src/Packet.c	Mon Aug 31 16:17:05 2009 +0200
     5.2 +++ b/lib/mdns/src/Packet.c	Tue Sep 01 12:21:06 2009 +0200
     5.3 @@ -1,24 +1,41 @@
     5.4 -
     5.5  /*
     5.6 -OLSR MDNS plugin.
     5.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     5.8 -
     5.9 -    This file is part of OLSR MDNS PLUGIN.
    5.10 -
    5.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    5.12 -    it under the terms of the GNU General Public License as published by
    5.13 -    the Free Software Foundation, either version 3 of the License, or
    5.14 -    (at your option) any later version.
    5.15 -
    5.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    5.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.19 -    GNU General Public License for more details.
    5.20 -
    5.21 -    You should have received a copy of the GNU General Public License
    5.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    5.23 -
    5.24 -
    5.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    5.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    5.27 + * All rights reserved.
    5.28 + *
    5.29 + * Redistribution and use in source and binary forms, with or without
    5.30 + * modification, are permitted provided that the following conditions
    5.31 + * are met:
    5.32 + *
    5.33 + * * Redistributions of source code must retain the above copyright
    5.34 + *   notice, this list of conditions and the following disclaimer.
    5.35 + * * Redistributions in binary form must reproduce the above copyright
    5.36 + *   notice, this list of conditions and the following disclaimer in
    5.37 + *   the documentation and/or other materials provided with the
    5.38 + *   distribution.
    5.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    5.40 + *   contributors may be used to endorse or promote products derived
    5.41 + *   from this software without specific prior written permission.
    5.42 + *
    5.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    5.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    5.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    5.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    5.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    5.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    5.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    5.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    5.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    5.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    5.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    5.54 + * POSSIBILITY OF SUCH DAMAGE.
    5.55 + *
    5.56 + * Visit http://www.olsr.org for more information.
    5.57 + *
    5.58 + * If you find this software useful feel free to make a donation
    5.59 + * to the project. For more information see the website or contact
    5.60 + * the copyright holders.
    5.61 + *
    5.62   */
    5.63  
    5.64  #include "Packet.h"
     6.1 --- a/lib/mdns/src/Packet.h	Mon Aug 31 16:17:05 2009 +0200
     6.2 +++ b/lib/mdns/src/Packet.h	Tue Sep 01 12:21:06 2009 +0200
     6.3 @@ -1,24 +1,41 @@
     6.4 -
     6.5  /*
     6.6 -OLSR MDNS plugin.
     6.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     6.8 -
     6.9 -    This file is part of OLSR MDNS PLUGIN.
    6.10 -
    6.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    6.12 -    it under the terms of the GNU General Public License as published by
    6.13 -    the Free Software Foundation, either version 3 of the License, or
    6.14 -    (at your option) any later version.
    6.15 -
    6.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    6.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.19 -    GNU General Public License for more details.
    6.20 -
    6.21 -    You should have received a copy of the GNU General Public License
    6.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    6.23 -
    6.24 -
    6.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    6.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    6.27 + * All rights reserved.
    6.28 + *
    6.29 + * Redistribution and use in source and binary forms, with or without
    6.30 + * modification, are permitted provided that the following conditions
    6.31 + * are met:
    6.32 + *
    6.33 + * * Redistributions of source code must retain the above copyright
    6.34 + *   notice, this list of conditions and the following disclaimer.
    6.35 + * * Redistributions in binary form must reproduce the above copyright
    6.36 + *   notice, this list of conditions and the following disclaimer in
    6.37 + *   the documentation and/or other materials provided with the
    6.38 + *   distribution.
    6.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    6.40 + *   contributors may be used to endorse or promote products derived
    6.41 + *   from this software without specific prior written permission.
    6.42 + *
    6.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    6.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    6.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    6.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    6.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    6.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    6.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    6.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    6.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    6.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    6.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    6.54 + * POSSIBILITY OF SUCH DAMAGE.
    6.55 + *
    6.56 + * Visit http://www.olsr.org for more information.
    6.57 + *
    6.58 + * If you find this software useful feel free to make a donation
    6.59 + * to the project. For more information see the website or contact
    6.60 + * the copyright holders.
    6.61 + *
    6.62   */
    6.63  
    6.64  
     7.1 --- a/lib/mdns/src/mdns.c	Mon Aug 31 16:17:05 2009 +0200
     7.2 +++ b/lib/mdns/src/mdns.c	Tue Sep 01 12:21:06 2009 +0200
     7.3 @@ -1,24 +1,41 @@
     7.4 -
     7.5  /*
     7.6 -OLSR MDNS plugin.
     7.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     7.8 -
     7.9 -    This file is part of OLSR MDNS PLUGIN.
    7.10 -
    7.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    7.12 -    it under the terms of the GNU General Public License as published by
    7.13 -    the Free Software Foundation, either version 3 of the License, or
    7.14 -    (at your option) any later version.
    7.15 -
    7.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    7.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    7.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    7.19 -    GNU General Public License for more details.
    7.20 -
    7.21 -    You should have received a copy of the GNU General Public License
    7.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    7.23 -
    7.24 -
    7.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    7.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    7.27 + * All rights reserved.
    7.28 + *
    7.29 + * Redistribution and use in source and binary forms, with or without
    7.30 + * modification, are permitted provided that the following conditions
    7.31 + * are met:
    7.32 + *
    7.33 + * * Redistributions of source code must retain the above copyright
    7.34 + *   notice, this list of conditions and the following disclaimer.
    7.35 + * * Redistributions in binary form must reproduce the above copyright
    7.36 + *   notice, this list of conditions and the following disclaimer in
    7.37 + *   the documentation and/or other materials provided with the
    7.38 + *   distribution.
    7.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    7.40 + *   contributors may be used to endorse or promote products derived
    7.41 + *   from this software without specific prior written permission.
    7.42 + *
    7.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    7.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    7.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    7.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    7.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    7.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    7.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    7.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    7.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    7.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    7.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    7.54 + * POSSIBILITY OF SUCH DAMAGE.
    7.55 + *
    7.56 + * Visit http://www.olsr.org for more information.
    7.57 + *
    7.58 + * If you find this software useful feel free to make a donation
    7.59 + * to the project. For more information see the website or contact
    7.60 + * the copyright holders.
    7.61 + *
    7.62   */
    7.63  
    7.64  
     8.1 --- a/lib/mdns/src/mdns.h	Mon Aug 31 16:17:05 2009 +0200
     8.2 +++ b/lib/mdns/src/mdns.h	Tue Sep 01 12:21:06 2009 +0200
     8.3 @@ -1,24 +1,41 @@
     8.4 -
     8.5  /*
     8.6 -OLSR MDNS plugin.
     8.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     8.8 -
     8.9 -    This file is part of OLSR MDNS PLUGIN.
    8.10 -
    8.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    8.12 -    it under the terms of the GNU General Public License as published by
    8.13 -    the Free Software Foundation, either version 3 of the License, or
    8.14 -    (at your option) any later version.
    8.15 -
    8.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    8.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    8.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    8.19 -    GNU General Public License for more details.
    8.20 -
    8.21 -    You should have received a copy of the GNU General Public License
    8.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    8.23 -
    8.24 -
    8.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    8.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    8.27 + * All rights reserved.
    8.28 + *
    8.29 + * Redistribution and use in source and binary forms, with or without
    8.30 + * modification, are permitted provided that the following conditions
    8.31 + * are met:
    8.32 + *
    8.33 + * * Redistributions of source code must retain the above copyright
    8.34 + *   notice, this list of conditions and the following disclaimer.
    8.35 + * * Redistributions in binary form must reproduce the above copyright
    8.36 + *   notice, this list of conditions and the following disclaimer in
    8.37 + *   the documentation and/or other materials provided with the
    8.38 + *   distribution.
    8.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    8.40 + *   contributors may be used to endorse or promote products derived
    8.41 + *   from this software without specific prior written permission.
    8.42 + *
    8.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    8.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    8.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    8.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    8.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    8.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    8.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    8.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    8.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    8.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    8.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    8.54 + * POSSIBILITY OF SUCH DAMAGE.
    8.55 + *
    8.56 + * Visit http://www.olsr.org for more information.
    8.57 + *
    8.58 + * If you find this software useful feel free to make a donation
    8.59 + * to the project. For more information see the website or contact
    8.60 + * the copyright holders.
    8.61 + *
    8.62   */
    8.63  
    8.64  
     9.1 --- a/lib/mdns/src/olsrd_plugin.c	Mon Aug 31 16:17:05 2009 +0200
     9.2 +++ b/lib/mdns/src/olsrd_plugin.c	Tue Sep 01 12:21:06 2009 +0200
     9.3 @@ -1,24 +1,41 @@
     9.4 -
     9.5  /*
     9.6 -OLSR MDNS plugin.
     9.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
     9.8 -
     9.9 -    This file is part of OLSR MDNS PLUGIN.
    9.10 -
    9.11 -    The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
    9.12 -    it under the terms of the GNU General Public License as published by
    9.13 -    the Free Software Foundation, either version 3 of the License, or
    9.14 -    (at your option) any later version.
    9.15 -
    9.16 -    The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
    9.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    9.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    9.19 -    GNU General Public License for more details.
    9.20 -
    9.21 -    You should have received a copy of the GNU General Public License
    9.22 -    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
    9.23 -
    9.24 -
    9.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
    9.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
    9.27 + * All rights reserved.
    9.28 + *
    9.29 + * Redistribution and use in source and binary forms, with or without
    9.30 + * modification, are permitted provided that the following conditions
    9.31 + * are met:
    9.32 + *
    9.33 + * * Redistributions of source code must retain the above copyright
    9.34 + *   notice, this list of conditions and the following disclaimer.
    9.35 + * * Redistributions in binary form must reproduce the above copyright
    9.36 + *   notice, this list of conditions and the following disclaimer in
    9.37 + *   the documentation and/or other materials provided with the
    9.38 + *   distribution.
    9.39 + * * Neither the name of olsr.org, olsrd nor the names of its
    9.40 + *   contributors may be used to endorse or promote products derived
    9.41 + *   from this software without specific prior written permission.
    9.42 + *
    9.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    9.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    9.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    9.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    9.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    9.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    9.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    9.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    9.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    9.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    9.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    9.54 + * POSSIBILITY OF SUCH DAMAGE.
    9.55 + *
    9.56 + * Visit http://www.olsr.org for more information.
    9.57 + *
    9.58 + * If you find this software useful feel free to make a donation
    9.59 + * to the project. For more information see the website or contact
    9.60 + * the copyright holders.
    9.61 + *
    9.62   */
    9.63  
    9.64  /* System includes */
    10.1 --- a/lib/obamp/src/list.h	Mon Aug 31 16:17:05 2009 +0200
    10.2 +++ b/lib/obamp/src/list.h	Tue Sep 01 12:21:06 2009 +0200
    10.3 @@ -1,22 +1,41 @@
    10.4  /*
    10.5 -OLSR OBAMP plugin.
    10.6 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
    10.7 -
    10.8 -    This file is part of OLSR OBAMP PLUGIN.
    10.9 -
   10.10 -    The OLSR OBAMP PLUGIN is free software: you can redistribute it and/or modify
   10.11 -    it under the terms of the GNU General Public License as published by
   10.12 -    the Free Software Foundation, either version 3 of the License, or
   10.13 -    (at your option) any later version.
   10.14 -
   10.15 -    The OLSR OBAMP PLUGIN is distributed in the hope that it will be useful,
   10.16 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
   10.17 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   10.18 -    GNU General Public License for more details.
   10.19 -
   10.20 -    You should have received a copy of the GNU General Public License
   10.21 -    along with the OLSR OBAMP PLUGIN.  If not, see <http://www.gnu.org/licenses/>.
   10.22 -
   10.23 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
   10.24 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
   10.25 + * All rights reserved.
   10.26 + *
   10.27 + * Redistribution and use in source and binary forms, with or without
   10.28 + * modification, are permitted provided that the following conditions
   10.29 + * are met:
   10.30 + *
   10.31 + * * Redistributions of source code must retain the above copyright
   10.32 + *   notice, this list of conditions and the following disclaimer.
   10.33 + * * Redistributions in binary form must reproduce the above copyright
   10.34 + *   notice, this list of conditions and the following disclaimer in
   10.35 + *   the documentation and/or other materials provided with the
   10.36 + *   distribution.
   10.37 + * * Neither the name of olsr.org, olsrd nor the names of its
   10.38 + *   contributors may be used to endorse or promote products derived
   10.39 + *   from this software without specific prior written permission.
   10.40 + *
   10.41 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   10.42 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   10.43 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   10.44 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   10.45 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   10.46 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   10.47 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   10.48 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   10.49 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   10.50 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   10.51 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   10.52 + * POSSIBILITY OF SUCH DAMAGE.
   10.53 + *
   10.54 + * Visit http://www.olsr.org for more information.
   10.55 + *
   10.56 + * If you find this software useful feel free to make a donation
   10.57 + * to the project. For more information see the website or contact
   10.58 + * the copyright holders.
   10.59 + *
   10.60   */
   10.61  
   10.62  //This stuff was from the Kernel, with minor modifications was added here
    11.1 --- a/lib/obamp/src/obamp.c	Mon Aug 31 16:17:05 2009 +0200
    11.2 +++ b/lib/obamp/src/obamp.c	Tue Sep 01 12:21:06 2009 +0200
    11.3 @@ -1,24 +1,41 @@
    11.4 -
    11.5  /*
    11.6 -OLSR OBAMP plugin.
    11.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
    11.8 -
    11.9 -    This file is part of OLSR OBAMP PLUGIN.
   11.10 -
   11.11 -    The OLSR OBAMP PLUGIN is free software: you can redistribute it and/or modify
   11.12 -    it under the terms of the GNU General Public License as published by
   11.13 -    the Free Software Foundation, either version 3 of the License, or
   11.14 -    (at your option) any later version.
   11.15 -
   11.16 -    The OLSR OBAMP PLUGIN is distributed in the hope that it will be useful,
   11.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
   11.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   11.19 -    GNU General Public License for more details.
   11.20 -
   11.21 -    You should have received a copy of the GNU General Public License
   11.22 -    along with OLSR OBAMP PLUGIN.  If not, see <http://www.gnu.org/licenses/>.
   11.23 -
   11.24 -
   11.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
   11.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
   11.27 + * All rights reserved.
   11.28 + *
   11.29 + * Redistribution and use in source and binary forms, with or without
   11.30 + * modification, are permitted provided that the following conditions
   11.31 + * are met:
   11.32 + *
   11.33 + * * Redistributions of source code must retain the above copyright
   11.34 + *   notice, this list of conditions and the following disclaimer.
   11.35 + * * Redistributions in binary form must reproduce the above copyright
   11.36 + *   notice, this list of conditions and the following disclaimer in
   11.37 + *   the documentation and/or other materials provided with the
   11.38 + *   distribution.
   11.39 + * * Neither the name of olsr.org, olsrd nor the names of its
   11.40 + *   contributors may be used to endorse or promote products derived
   11.41 + *   from this software without specific prior written permission.
   11.42 + *
   11.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   11.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   11.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   11.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   11.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   11.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   11.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   11.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   11.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   11.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   11.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   11.54 + * POSSIBILITY OF SUCH DAMAGE.
   11.55 + *
   11.56 + * Visit http://www.olsr.org for more information.
   11.57 + *
   11.58 + * If you find this software useful feel free to make a donation
   11.59 + * to the project. For more information see the website or contact
   11.60 + * the copyright holders.
   11.61 + *
   11.62   */
   11.63  
   11.64  
    12.1 --- a/lib/obamp/src/obamp.h	Mon Aug 31 16:17:05 2009 +0200
    12.2 +++ b/lib/obamp/src/obamp.h	Tue Sep 01 12:21:06 2009 +0200
    12.3 @@ -1,23 +1,41 @@
    12.4 -
    12.5  /*
    12.6 -OLSR OBAMP plugin.
    12.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
    12.8 -
    12.9 -    This file is part of OLSR OBAMP PLUGIN.
   12.10 -
   12.11 -    The OLSR OBAMP PLUGIN is free software: you can redistribute it and/or modify
   12.12 -    it under the terms of the GNU General Public License as published by
   12.13 -    the Free Software Foundation, either version 3 of the License, or
   12.14 -    (at your option) any later version.
   12.15 -
   12.16 -    The OLSR OBAMP PLUGIN is distributed in the hope that it will be useful,
   12.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
   12.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12.19 -    GNU General Public License for more details.
   12.20 -
   12.21 -    You should have received a copy of the GNU General Public License
   12.22 -    along with the OLSR OBAMP PLUGIN.  If not, see <http://www.gnu.org/licenses/>.
   12.23 -
   12.24 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
   12.25 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
   12.26 + * All rights reserved.
   12.27 + *
   12.28 + * Redistribution and use in source and binary forms, with or without
   12.29 + * modification, are permitted provided that the following conditions
   12.30 + * are met:
   12.31 + *
   12.32 + * * Redistributions of source code must retain the above copyright
   12.33 + *   notice, this list of conditions and the following disclaimer.
   12.34 + * * Redistributions in binary form must reproduce the above copyright
   12.35 + *   notice, this list of conditions and the following disclaimer in
   12.36 + *   the documentation and/or other materials provided with the
   12.37 + *   distribution.
   12.38 + * * Neither the name of olsr.org, olsrd nor the names of its
   12.39 + *   contributors may be used to endorse or promote products derived
   12.40 + *   from this software without specific prior written permission.
   12.41 + *
   12.42 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   12.43 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   12.44 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   12.45 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   12.46 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   12.47 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   12.48 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   12.49 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   12.50 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   12.51 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   12.52 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   12.53 + * POSSIBILITY OF SUCH DAMAGE.
   12.54 + *
   12.55 + * Visit http://www.olsr.org for more information.
   12.56 + *
   12.57 + * If you find this software useful feel free to make a donation
   12.58 + * to the project. For more information see the website or contact
   12.59 + * the copyright holders.
   12.60 + *
   12.61   */
   12.62  
   12.63  
    13.1 --- a/lib/obamp/src/olsrd_plugin.c	Mon Aug 31 16:17:05 2009 +0200
    13.2 +++ b/lib/obamp/src/olsrd_plugin.c	Tue Sep 01 12:21:06 2009 +0200
    13.3 @@ -1,24 +1,41 @@
    13.4 -
    13.5  /*
    13.6 -OLSR OBAMP plugin.
    13.7 -Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
    13.8 -
    13.9 -    This file is part of OLSR OBAMP PLUGIN.
   13.10 -
   13.11 -    The OLSR OBAMP PLUGIN is free software: you can redistribute it and/or modify
   13.12 -    it under the terms of the GNU General Public License as published by
   13.13 -    the Free Software Foundation, either version 3 of the License, or
   13.14 -    (at your option) any later version.
   13.15 -
   13.16 -    The OLSR OBAMP PLUGIN is distributed in the hope that it will be useful,
   13.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
   13.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13.19 -    GNU General Public License for more details.
   13.20 -
   13.21 -    You should have received a copy of the GNU General Public License
   13.22 -    along with the OLSR OBAMP PLUGIN.  If not, see <http://www.gnu.org/licenses/>.
   13.23 -
   13.24 -
   13.25 + * The olsr.org Optimized Link-State Routing daemon(olsrd)
   13.26 + * Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
   13.27 + * All rights reserved.
   13.28 + *
   13.29 + * Redistribution and use in source and binary forms, with or without
   13.30 + * modification, are permitted provided that the following conditions
   13.31 + * are met:
   13.32 + *
   13.33 + * * Redistributions of source code must retain the above copyright
   13.34 + *   notice, this list of conditions and the following disclaimer.
   13.35 + * * Redistributions in binary form must reproduce the above copyright
   13.36 + *   notice, this list of conditions and the following disclaimer in
   13.37 + *   the documentation and/or other materials provided with the
   13.38 + *   distribution.
   13.39 + * * Neither the name of olsr.org, olsrd nor the names of its
   13.40 + *   contributors may be used to endorse or promote products derived
   13.41 + *   from this software without specific prior written permission.
   13.42 + *
   13.43 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   13.44 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   13.45 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   13.46 + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   13.47 + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   13.48 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   13.49 + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   13.50 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   13.51 + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   13.52 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   13.53 + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   13.54 + * POSSIBILITY OF SUCH DAMAGE.
   13.55 + *
   13.56 + * Visit http://www.olsr.org for more information.
   13.57 + *
   13.58 + * If you find this software useful feel free to make a donation
   13.59 + * to the project. For more information see the website or contact
   13.60 + * the copyright holders.
   13.61 + *
   13.62   */
   13.63  
   13.64