|
| 1 | +Software License Agreement |
| 2 | +MPLAB Harmony Integrated Software Framework v1.07.01 |
| 3 | + |
| 4 | +See documents/harmony_license_v1.07.01.pdf |
| 5 | + |
| 6 | +################################################################################ |
| 7 | + |
| 8 | +FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd. |
| 9 | +All rights reserved |
| 10 | + |
| 11 | +VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. |
| 12 | + |
| 13 | +This file is part of the FreeRTOS distribution. |
| 14 | + |
| 15 | +FreeRTOS is free software; you can redistribute it and/or modify it under |
| 16 | +the terms of the GNU General Public License (version 2) as published by the |
| 17 | +Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception. |
| 18 | + |
| 19 | +*************************************************************************** |
| 20 | +>>! NOTE: The modification to the GPL is included to allow you to !<< |
| 21 | +>>! distribute a combined work that includes FreeRTOS without being !<< |
| 22 | +>>! obliged to provide the source code for proprietary components !<< |
| 23 | +>>! outside of the FreeRTOS kernel. !<< |
| 24 | +*************************************************************************** |
| 25 | + |
| 26 | +FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY |
| 27 | +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 28 | +FOR A PARTICULAR PURPOSE. Full license text is available on the following |
| 29 | +link: http://www.freertos.org/a00114.html |
| 30 | + |
| 31 | +*************************************************************************** |
| 32 | + * * |
| 33 | + * FreeRTOS provides completely free yet professionally developed, * |
| 34 | + * robust, strictly quality controlled, supported, and cross * |
| 35 | + * platform software that is more than just the market leader, it * |
| 36 | + * is the industry's de facto standard. * |
| 37 | + * * |
| 38 | + * Help yourself get started quickly while simultaneously helping * |
| 39 | + * to support the FreeRTOS project by purchasing a FreeRTOS * |
| 40 | + * tutorial book, reference manual, or both: * |
| 41 | + * http://www.FreeRTOS.org/Documentation * |
| 42 | + * * |
| 43 | +*************************************************************************** |
| 44 | + |
| 45 | +http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading |
| 46 | +the FAQ page "My application does not run, what could be wrong?". Have you |
| 47 | +defined configASSERT()? |
| 48 | + |
| 49 | +http://www.FreeRTOS.org/support - In return for receiving this top quality |
| 50 | +embedded software for free we request you assist our global community by |
| 51 | +participating in the support forum. |
| 52 | + |
| 53 | +http://www.FreeRTOS.org/training - Investing in training allows your team to |
| 54 | +be as productive as possible as early as possible. Now you can receive |
| 55 | +FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers |
| 56 | +Ltd, and the world's leading authority on the world's leading RTOS. |
| 57 | + |
| 58 | +http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products, |
| 59 | +including FreeRTOS+Trace - an indispensable productivity tool, a DOS |
| 60 | +compatible FAT file system, and our tiny thread aware UDP/IP stack. |
| 61 | + |
| 62 | +http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate. |
| 63 | +Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS. |
| 64 | + |
| 65 | +http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High |
| 66 | +Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS |
| 67 | +licenses offer ticketed support, indemnification and commercial middleware. |
| 68 | + |
| 69 | +http://www.SafeRTOS.com - High Integrity Systems also provide a safety |
| 70 | +engineered and independently SIL3 certified version for use in safety and |
| 71 | +mission critical applications that require provable dependability. |
| 72 | + |
| 73 | +1 tab == 4 spaces! |
| 74 | + |
| 75 | +################################################################################ |
| 76 | + |
| 77 | + Parson ( http://kgabis.github.com/parson/ ) |
| 78 | + Copyright (c) 2012 - 2015 Krzysztof Gabis |
| 79 | + |
| 80 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 81 | + of this software and associated documentation files (the "Software"), to deal |
| 82 | + in the Software without restriction, including without limitation the rights |
| 83 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 84 | + copies of the Software, and to permit persons to whom the Software is |
| 85 | + furnished to do so, subject to the following conditions: |
| 86 | + |
| 87 | + The above copyright notice and this permission notice shall be included in |
| 88 | + all copies or substantial portions of the Software. |
| 89 | + |
| 90 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 91 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 92 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 93 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 94 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 95 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 96 | + THE SOFTWARE. |
| 97 | + |
| 98 | + ################################################################################ |
| 99 | + |
| 100 | + * Copyright (C) 2006-2015 wolfSSL Inc. |
| 101 | + * |
| 102 | + * This file is part of wolfSSL. (formerly known as CyaSSL) |
| 103 | + * |
| 104 | + * wolfSSL is free software; you can redistribute it and/or modify |
| 105 | + * it under the terms of the GNU General Public License as published by |
| 106 | + * the Free Software Foundation; either version 2 of the License, or |
| 107 | + * (at your option) any later version. |
| 108 | + * |
| 109 | + * wolfSSL is distributed in the hope that it will be useful, |
| 110 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 111 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 112 | + * GNU General Public License for more details. |
| 113 | + * |
| 114 | + * You should have received a copy of the GNU General Public License |
| 115 | + * along with this program; if not, write to the Free Software |
| 116 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
| 117 | + */ |
| 118 | + |
| 119 | + ################################################################################ |
| 120 | + |
| 121 | + * Copyright (C) 2006-2016 wolfSSL Inc. |
| 122 | + * |
| 123 | + * This file is part of wolfMQTT. |
| 124 | + * |
| 125 | + * wolfMQTT is free software; you can redistribute it and/or modify |
| 126 | + * it under the terms of the GNU General Public License as published by |
| 127 | + * the Free Software Foundation; either version 2 of the License, or |
| 128 | + * (at your option) any later version. |
| 129 | + * |
| 130 | + * wolfMQTT is distributed in the hope that it will be useful, |
| 131 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 132 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 133 | + * GNU General Public License for more details. |
| 134 | + * |
| 135 | + * You should have received a copy of the GNU General Public License |
| 136 | + * along with this program; if not, write to the Free Software |
| 137 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA |
| 138 | + */ |
0 commit comments