diff --git a/MSP-EXP430F5438-CC256x/example-ble/ble_server.c b/MSP-EXP430F5438-CC256x/example-ble/ble_server.c index 913e6115b..72237640d 100644 --- a/MSP-EXP430F5438-CC256x/example-ble/ble_server.c +++ b/MSP-EXP430F5438-CC256x/example-ble/ble_server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,10 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -29,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ // ***************************************************************************** diff --git a/ble/ad_parser.c b/ble/ad_parser.c index d9d593b88..d38a3a72a 100644 --- a/ble/ad_parser.c +++ b/ble/ad_parser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/ad_parser.h b/ble/ad_parser.h index 84e572052..d257051b5 100644 --- a/ble/ad_parser.h +++ b/ble/ad_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/ancs_client_lib.c b/ble/ancs_client_lib.c index f590990f2..a68a3705a 100644 --- a/ble/ancs_client_lib.c +++ b/ble/ancs_client_lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,10 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -29,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ #include "btstack-config.h" diff --git a/ble/ancs_client_lib.h b/ble/ancs_client_lib.h index cb2fd6e1c..c773842a1 100644 --- a/ble/ancs_client_lib.h +++ b/ble/ancs_client_lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,10 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -29,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ #ifndef __ANCS_CLIENT_LIB_H diff --git a/ble/att.c b/ble/att.c index 434653eba..84d02170c 100644 --- a/ble/att.c +++ b/ble/att.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/att.h b/ble/att.h index 9867e5604..d22ba4cf0 100644 --- a/ble/att.h +++ b/ble/att.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/att_dispatch.c b/ble/att_dispatch.c index cbff8e5f6..a0287aa02 100644 --- a/ble/att_dispatch.c +++ b/ble/att_dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/att_dispatch.h b/ble/att_dispatch.h index a472f923e..bd7436096 100644 --- a/ble/att_dispatch.h +++ b/ble/att_dispatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/att_server.c b/ble/att_server.c index 59e9280ea..2bb3319d6 100644 --- a/ble/att_server.c +++ b/ble/att_server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,9 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/ble/att_server.h b/ble/att_server.h index d8626651f..6b83fd104 100644 --- a/ble/att_server.h +++ b/ble/att_server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ #ifndef __ATT_SERVER_H diff --git a/ble/central_device_db.h b/ble/central_device_db.h index cdff5ff6e..8b7a57bbb 100644 --- a/ble/central_device_db.h +++ b/ble/central_device_db.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/ble/central_device_db_dummy.c b/ble/central_device_db_dummy.c index 9a7586bce..ae1dcbe59 100644 --- a/ble/central_device_db_dummy.c +++ b/ble/central_device_db_dummy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ #include "central_device_db.h" diff --git a/ble/central_device_db_memory.c b/ble/central_device_db_memory.c index 8955adf33..f2ca7805f 100644 --- a/ble/central_device_db_memory.c +++ b/ble/central_device_db_memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/ble/gap_le.h b/ble/gap_le.h index 8ebbe0c62..fbf7f644e 100644 --- a/ble/gap_le.h +++ b/ble/gap_le.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/ble/gatt_client.c b/ble/gatt_client.c index f96448694..891db0206 100644 --- a/ble/gatt_client.c +++ b/ble/gatt_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,10 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -29,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ #include diff --git a/ble/gatt_client.h b/ble/gatt_client.h index d111477f8..b840ff58d 100644 --- a/ble/gatt_client.h +++ b/ble/gatt_client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,10 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * 4. This software may not be used in a commercial product - * without an explicit license granted by the copyright holder. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -29,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ diff --git a/ble/l2cap_le.c b/ble/l2cap_le.c index ec63923fd..4e44e1e3f 100644 --- a/ble/l2cap_le.c +++ b/ble/l2cap_le.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/ble/sm.c b/ble/sm.c index 746ec59d4..651dd61df 100644 --- a/ble/sm.c +++ b/ble/sm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/ble/sm.h b/ble/sm.h index 55eec64b7..71bcb0755 100644 --- a/ble/sm.h +++ b/ble/sm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/ble/sm_minimal.c b/ble/sm_minimal.c index 658ef4b4d..cd5a71a83 100644 --- a/ble/sm_minimal.c +++ b/ble/sm_minimal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/chipset-csr/bt_control_csr.c b/chipset-csr/bt_control_csr.c index eda61f959..c585c4984 100644 --- a/chipset-csr/bt_control_csr.c +++ b/chipset-csr/bt_control_csr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/chipset-csr/bt_control_csr.h b/chipset-csr/bt_control_csr.h index 587f10359..481617350 100644 --- a/chipset-csr/bt_control_csr.h +++ b/chipset-csr/bt_control_csr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/example/daemon/inquiry.c b/example/daemon/inquiry.c index 825cf4eed..c238de517 100644 --- a/example/daemon/inquiry.c +++ b/example/daemon/inquiry.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/l2cap-server.c b/example/daemon/l2cap-server.c index 5ac078ab9..af40a3430 100644 --- a/example/daemon/l2cap-server.c +++ b/example/daemon/l2cap-server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/l2cap-throughput.c b/example/daemon/l2cap-throughput.c index e241b3f0c..1a44989c0 100644 --- a/example/daemon/l2cap-throughput.c +++ b/example/daemon/l2cap-throughput.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/le_scan.c b/example/daemon/le_scan.c index 19ac807eb..0cd86f018 100644 --- a/example/daemon/le_scan.c +++ b/example/daemon/le_scan.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/rfcomm-cat.c b/example/daemon/rfcomm-cat.c index bf250417c..eb59facc6 100644 --- a/example/daemon/rfcomm-cat.c +++ b/example/daemon/rfcomm-cat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/rfcomm-echo.c b/example/daemon/rfcomm-echo.c index 409dddfec..4a18e5971 100644 --- a/example/daemon/rfcomm-echo.c +++ b/example/daemon/rfcomm-echo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/rfcomm-test.c b/example/daemon/rfcomm-test.c index 4921fa63a..4b90eba92 100644 --- a/example/daemon/rfcomm-test.c +++ b/example/daemon/rfcomm-test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/example/daemon/test.c b/example/daemon/test.c index 8a97307ab..a42574abb 100644 --- a/example/daemon/test.c +++ b/example/daemon/test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/btstack.h b/include/btstack/btstack.h index 9050296c9..2ccc9be29 100644 --- a/include/btstack/btstack.h +++ b/include/btstack/btstack.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/hal_cpu.h b/include/btstack/hal_cpu.h index 5656a968c..5520cb992 100644 --- a/include/btstack/hal_cpu.h +++ b/include/btstack/hal_cpu.h @@ -1,33 +1,39 @@ -/* - * Copyright (C) 2011 by Matthias Ringwald - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 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 holders nor the names of - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS - * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS - * RINGWALD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - */ +/* + * Copyright (C) 2014 BlueKitchen GmbH + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 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 holders nor the names of + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. + * + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS + * RINGWALD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * + */ /* * hal_cpu.h diff --git a/include/btstack/hal_tick.h b/include/btstack/hal_tick.h index f9c99799d..0aedd8ebd 100644 --- a/include/btstack/hal_tick.h +++ b/include/btstack/hal_tick.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/hal_uart_dma.h b/include/btstack/hal_uart_dma.h index 71eca534c..773a9f002 100644 --- a/include/btstack/hal_uart_dma.h +++ b/include/btstack/hal_uart_dma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/hci_cmds.h b/include/btstack/hci_cmds.h index 87217c01e..581245f37 100644 --- a/include/btstack/hci_cmds.h +++ b/include/btstack/hci_cmds.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/linked_list.h b/include/btstack/linked_list.h index eb7114384..27b4fcd69 100644 --- a/include/btstack/linked_list.h +++ b/include/btstack/linked_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/memory_pool.h b/include/btstack/memory_pool.h index 6a9f22b87..57d65bab4 100644 --- a/include/btstack/memory_pool.h +++ b/include/btstack/memory_pool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/run_loop.h b/include/btstack/run_loop.h index 85dd43b4d..8ceb4f413 100644 --- a/include/btstack/run_loop.h +++ b/include/btstack/run_loop.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/sdp_util.h b/include/btstack/sdp_util.h index 409a66639..b8379db23 100644 --- a/include/btstack/sdp_util.h +++ b/include/btstack/sdp_util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/include/btstack/utils.h b/include/btstack/utils.h index fd79aaeaf..8381ce316 100644 --- a/include/btstack/utils.h +++ b/include/btstack/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,8 +13,11 @@ * 3. Neither the name of the copyright holders nor the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. + * 4. Any redistribution, use, or modification is done solely for + * personal benefit and not for any commercial purpose or for + * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -27,6 +30,9 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com + * */ /* diff --git a/platforms/posix/src/btstack.c b/platforms/posix/src/btstack.c index 289eb3d6b..fc3dbb3be 100644 --- a/platforms/posix/src/btstack.c +++ b/platforms/posix/src/btstack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/platforms/posix/src/daemon.c b/platforms/posix/src/daemon.c index 28f0f50a9..275c9a49a 100644 --- a/platforms/posix/src/daemon.c +++ b/platforms/posix/src/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/platforms/posix/src/hci_transport_h2_libusb.c b/platforms/posix/src/hci_transport_h2_libusb.c index 7b6b22c71..26a4706df 100644 --- a/platforms/posix/src/hci_transport_h2_libusb.c +++ b/platforms/posix/src/hci_transport_h2_libusb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/platforms/posix/src/hci_transport_h4.c b/platforms/posix/src/hci_transport_h4.c index 397181108..5ad2d72c7 100644 --- a/platforms/posix/src/hci_transport_h4.c +++ b/platforms/posix/src/hci_transport_h4.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/platforms/posix/src/run_loop_posix.c b/platforms/posix/src/run_loop_posix.c index 3f253c046..97e0f4fee 100644 --- a/platforms/posix/src/run_loop_posix.c +++ b/platforms/posix/src/run_loop_posix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/platforms/posix/src/socket_connection.c b/platforms/posix/src/socket_connection.c index b8bd5ae2d..49606d08d 100644 --- a/platforms/posix/src/socket_connection.c +++ b/platforms/posix/src/socket_connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/platforms/posix/src/socket_connection.h b/platforms/posix/src/socket_connection.h index 8d5163c8b..d55833384 100644 --- a/platforms/posix/src/socket_connection.h +++ b/platforms/posix/src/socket_connection.h @@ -1,6 +1,5 @@ - /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -18,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -31,10 +30,12 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ + /* * socket_connection.h * diff --git a/src/bt_control.h b/src/bt_control.h index 70dcec0a1..995cc53a4 100644 --- a/src/bt_control.h +++ b/src/bt_control.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/btstack_memory.c b/src/btstack_memory.c index 77d8953b5..022bf3fb2 100644 --- a/src/btstack_memory.c +++ b/src/btstack_memory.c @@ -1,6 +1,5 @@ - /* - * Copyright (C) 2009 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,6 +36,7 @@ */ + /* * btstsack_memory.h * diff --git a/src/btstack_memory.h b/src/btstack_memory.h index a05c1d97b..54e27b9cb 100644 --- a/src/btstack_memory.h +++ b/src/btstack_memory.h @@ -1,6 +1,5 @@ - /* - * Copyright (C) 2009 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -38,6 +37,7 @@ + /* * btstsack_memory.h * diff --git a/src/debug.h b/src/debug.h index 628fee6e4..fae474b52 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/gap.h b/src/gap.h index d19ea895a..cee6fd846 100644 --- a/src/gap.h +++ b/src/gap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci.c b/src/hci.c index 54cd9fe8d..136f74d59 100644 --- a/src/hci.c +++ b/src/hci.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci.h b/src/hci.h index fd2294bee..b6b7dddf2 100644 --- a/src/hci.h +++ b/src/hci.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_cmds.c b/src/hci_cmds.c index 0ce897399..86392f68c 100644 --- a/src/hci_cmds.c +++ b/src/hci_cmds.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_dump.c b/src/hci_dump.c index 2cb4ba550..26ac7f7b6 100644 --- a/src/hci_dump.c +++ b/src/hci_dump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_dump.h b/src/hci_dump.h index b788a0111..78e69ccd8 100644 --- a/src/hci_dump.h +++ b/src/hci_dump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_transport.h b/src/hci_transport.h index 0a4b220fc..33091278a 100644 --- a/src/hci_transport.h +++ b/src/hci_transport.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_transport_h4_dma.c b/src/hci_transport_h4_dma.c index c6e11801c..9513b8c09 100644 --- a/src/hci_transport_h4_dma.c +++ b/src/hci_transport_h4_dma.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_transport_h4_ehcill_dma.c b/src/hci_transport_h4_ehcill_dma.c index 0a23ebe78..152e221bd 100644 --- a/src/hci_transport_h4_ehcill_dma.c +++ b/src/hci_transport_h4_ehcill_dma.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/hci_transport_h5.c b/src/hci_transport_h5.c index 14d17e308..fa689be2e 100644 --- a/src/hci_transport_h5.c +++ b/src/hci_transport_h5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/l2cap.c b/src/l2cap.c index c90dabf14..4f5858017 100644 --- a/src/l2cap.c +++ b/src/l2cap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/l2cap.h b/src/l2cap.h index f5ce0a4ff..5e31c6b16 100644 --- a/src/l2cap.h +++ b/src/l2cap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/l2cap_signaling.c b/src/l2cap_signaling.c index eccb69105..0ac8cfd1d 100644 --- a/src/l2cap_signaling.c +++ b/src/l2cap_signaling.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/l2cap_signaling.h b/src/l2cap_signaling.h index 6210a2aee..c0863a1bd 100644 --- a/src/l2cap_signaling.h +++ b/src/l2cap_signaling.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/linked_list.c b/src/linked_list.c index 87ce05497..4ffbd295f 100644 --- a/src/linked_list.c +++ b/src/linked_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/memory_pool.c b/src/memory_pool.c index 9ab94a8c2..87816cd7e 100644 --- a/src/memory_pool.c +++ b/src/memory_pool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/pan.c b/src/pan.c index f5a8d2195..d2469a04b 100644 --- a/src/pan.c +++ b/src/pan.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/pan.h b/src/pan.h index c0812d157..8ad1c4d53 100644 --- a/src/pan.h +++ b/src/pan.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 by BlueKitchen GmbH + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/remote_device_db.h b/src/remote_device_db.h index 720d9dc3a..1cc309c55 100644 --- a/src/remote_device_db.h +++ b/src/remote_device_db.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/remote_device_db_memory.c b/src/remote_device_db_memory.c index b0d79d817..5b42645a7 100644 --- a/src/remote_device_db_memory.c +++ b/src/remote_device_db_memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/rfcomm.c b/src/rfcomm.c index 7ef2891a4..d5b4830e7 100644 --- a/src/rfcomm.c +++ b/src/rfcomm.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald - * + * Copyright (C) 2014 BlueKitchen GmbH + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/rfcomm.h b/src/rfcomm.h index 88a9dee8a..4c6e5355c 100644 --- a/src/rfcomm.h +++ b/src/rfcomm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/run_loop.c b/src/run_loop.c index 23add4b33..a8004dd63 100644 --- a/src/run_loop.c +++ b/src/run_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/run_loop_embedded.c b/src/run_loop_embedded.c index 219d597f6..e25ed2664 100644 --- a/src/run_loop_embedded.c +++ b/src/run_loop_embedded.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/run_loop_private.h b/src/run_loop_private.h index a306302b9..f9e8d957f 100644 --- a/src/run_loop_private.h +++ b/src/run_loop_private.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp.c b/src/sdp.c index 58c1fd8fb..f340ffe36 100644 --- a/src/sdp.c +++ b/src/sdp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp.h b/src/sdp.h index 40d10185d..8332682ed 100644 --- a/src/sdp.h +++ b/src/sdp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ #ifndef __SDP_H diff --git a/src/sdp_client.c b/src/sdp_client.c index 8c8d82b19..4b63a2c81 100644 --- a/src/sdp_client.c +++ b/src/sdp_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp_client.h b/src/sdp_client.h index 15bd0ee1a..36c125934 100644 --- a/src/sdp_client.h +++ b/src/sdp_client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp_parser.c b/src/sdp_parser.c index 1fd4f1043..d62ee199c 100644 --- a/src/sdp_parser.c +++ b/src/sdp_parser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp_parser.h b/src/sdp_parser.h index 0d8007f22..b203f3090 100644 --- a/src/sdp_parser.h +++ b/src/sdp_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp_query_rfcomm.c b/src/sdp_query_rfcomm.c index ab9dbe185..e87b6ed47 100644 --- a/src/sdp_query_rfcomm.c +++ b/src/sdp_query_rfcomm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp_query_rfcomm.h b/src/sdp_query_rfcomm.h index 436e3b702..b1a13f18d 100644 --- a/src/sdp_query_rfcomm.h +++ b/src/sdp_query_rfcomm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/sdp_util.c b/src/sdp_util.c index 823a43cf8..67431e813 100644 --- a/src/sdp_util.c +++ b/src/sdp_util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */ diff --git a/src/utils.c b/src/utils.c index 9d29a6dbf..2b9709041 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 by Matthias Ringwald + * Copyright (C) 2014 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ * personal benefit and not for any commercial purpose or for * monetary gain. * - * THIS SOFTWARE IS PROVIDED BY MATTHIAS RINGWALD AND CONTRIBUTORS + * THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS @@ -30,7 +30,8 @@ * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Please inquire about commercial licensing options at btstack@ringwald.ch + * Please inquire about commercial licensing options at + * contact@bluekitchen-gmbh.com * */