]> git.sur5r.net Git - freertos/commitdiff
Slight modification to license blub text in header comments.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 21 May 2013 14:14:03 +0000 (14:14 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 21 May 2013 14:14:03 +0000 (14:14 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1902 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

62 files changed:
FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver_ram.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/fat_sl.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_fat_sl_template.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_mdriver_ram_template.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/media-drv/ram/ramdrv_f.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_rtc.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_string.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/rtc/psp_rtc.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_fat_sl.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver_ram.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_fat_sl.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_rtc.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_string.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/NetworkInterface.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c

index 2f7764b0e39abc2ef879dc5a25fa5cc2b0bfdb60..9e1ae4d9c323e9957357651a1c2afb7acbbbc14a 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+CLI distribution.  The FreeRTOS+CLI license \r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+CLI uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+CLI uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+CLI is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+CLI is a free download and may be used, modified, evaluated and\r
index 15048ffb92edeff34d6ab71e22515d8020d56f86..4e4b3cdc96264d69b57f87fae4c76d1b14b3041a 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+CLI distribution.  The FreeRTOS+CLI license \r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+CLI uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+CLI uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+CLI is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+CLI is a free download and may be used, modified, evaluated and\r
index c10ffec07f30b9559a8bb60a144ddb67c24fd309..8e9b070813747a0558766dcd860c593e6aea9fa2 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 46dd1c61e21a08e14f4755640e19b855b14d81e0..c7b3421218c15ceb94dc5e839bff464ddacd3182 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index f80ef27849ff61938c9ee0912bed933eca8a61ba..d18848c906294fe0242f3340e65cd366550f50ea 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 2ecf56966fc15c1bca127877aa21de88d94e1fc3..5b7314158163a814a025d989890c2a01e5def915 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 5912ed04dffb5c9017a556efa529dcdbf7a3f061..c0f59814d74a699177ab9b929262debe1b6b488b 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 815db86a918fc8057fdaaafdadc08add1f0cf9cd..e46c7f1a670abf25e5c7c7500a483b3c4d4001d9 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 467973cc0514f1bee918306d890adc06c85bf77c..84c7de1c24d76adc7a9be913e94492a2e2b7ba2a 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 82f19bd3323e09e8c8bef8e5ae8bb9b3faf8e5fd..41c5c2229da7bbace0dd8abef0569058f3f0efbd 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 10827a21a2b95edf0d7e5314cca6df06a77f5494..d4dd245e211c13c41f278278b150c9f5bae994a5 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 23ebbf20bffe1d33d52ae2b140e8b3b7e0406b73..35d13a2fff80520802ce6ec6e5bfa9fbea0e8c12 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index c0505590c31de1f279f29b2f456aeb40a642acb0..abdb850b6a162e59c217c17545a6ba90163341e2 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 771d1ffcd9c104cec92de0bb900358e26b8f537e..2063dd64465610ef08c41b18752ae35553aea248 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index bb8c727c36e80a2c728298a39a7eaef9ee754bd9..9923b39b7db62780d74465d2073f9c138b3bfcc5 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index ae08990b22840e642153320e6abf846ed55e704b..38b93a51b5fa5b6e62a0325b7def5d02b1ef7095 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index a124d07006588624ba54e1d638507c662e16fc56..63045303a3989344c0bd72b01d48a35768e25af5 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 590aecf0144d5e6a3c44cd3bad5faaf6ca690982..9d5ed9b6584e968b887c871ccc8f3076fb94ed68 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 9d236656955f5faef3b3fe5948664a20ba2da69f..51be821203d18b7f2d61480700f2dbd9dfb558f8 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 1ddbee162cd6f60dea4d359542b80ecd574c7e8a..ec2c39aa588b53d575d3b7a3b5c16bb1e9fa210f 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 8e9751a15276e5073f368fd7b721b6a682d1eabc..9b4b2b68ac63a5161f7e07eaaf1eae16f0acd61a 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 22609831da1aea75d33732eb2ebce4c19fae7554..3325f4cde37973c6e82bf0eaed93525332226d29 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index e65a44f8d6fd0f4bcf28d86824811076794f03af..16a1d016cf2c8a15b5533f8328710d98f2e18605 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index ef67ad0948eb7302cd4e418a3e1c94d85f06cefe..b25e05c19bfa154ab2e41b85b99d3044c3ae04a1 100644 (file)
@@ -8,10 +8,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index cc6274992a7bc6252cb82ae7f1b5f41a842c8660..033f5db006f5ba3c50514dece3c23312d51e5b6a 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 5d1d49fa1d05376cb0d3fb43dbd6de4563816b7f..c665df38e7d5d58e5eaa37db1ed3221e583246c5 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 7f1d560e8ed14b0fdafd9ca11949a678ccb0e96e..4dab7fdad4d11f6c52bb25f44f23442f63e356cb 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 310e439abd78a32e8c311cf237b71a8c7f5ff6d7..237c90c0cea5c6c4183f02411a256815c1430d9d 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index e54321420262fbfe98affc53adcf6b83520a8b12..085425cc77f804e50d2613f26cac643b0d918d6b 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 630c60f419d8164f499c27fb948d8b82fe1d867d..53b1540d04f846cb61b71aed42a4a6e6e6950d9a 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 45b3a99dfd6b2f70cee569c71eca3b0c9c490230..3f10512cfee7673f8505c2dba45cc26d229da9d2 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index f521ffb83980640d68f337565bfb300b8c887ef2..a789f73c7a1b933def274f56bf1955eb7b232fa0 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 4a9468d98502f22d5b266c4f3566e4a1502dece8..18f298313c023d8de93d642e72085e34de20e473 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 384a0916c04f9e323a1a291bac842e4681070d56..730c11aee331409925d9883fe5ecf96e38e504a3 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 98a22e1da0ee3f57b79dbeae91b60c9dfd6cf40c..38511cbb62d92e2ffac4da2d17c6ea8d6b1d5511 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 8a65db0fbaa87d8416d82dad2e943a19ab4ae513..a1f4c6e61cb1b39865f82389e6f21589a21d5370 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 2ed0415e7e5ab6aea279bb380b3d444eca1e3583..d2c0a21a8285e70ff35cb18c78887a4ae5b2875d 100644 (file)
@@ -4,10 +4,12 @@
  * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
  * terms.\r
  * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL licence\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of \r
- * both license options follow:\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  * \r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
index 9e2e3bed2f2b2b4ef3b93855c8cc34f1654391c1..f2226726b36acfd0ded648984df8036aab0a845b 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
@@ -285,18 +287,19 @@ void vDHCPProcess( portBASE_TYPE xReset, xMACAddress_t *pxMACAddress, uint32_t *
                                                eDHCPState = eNotUsingLeasedAddress;\r
                                                xTimerStop( xDHCPTimer, ( portTickType ) 0 );\r
 \r
-                                               #if ipconfigFREERTOS_PLUS_NABTO == 1\r
-                                               {\r
-                                                       vStartNabtoTask();\r
-                                               }\r
-                                               #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-\r
                                                #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
                                                {\r
                                                        vApplicationIPNetworkEventHook( eNetworkUp );\r
                                                }\r
                                                #endif\r
 \r
+                                               /* Static configuration is being used, so the network is now up. */\r
+                                               #if ipconfigFREERTOS_PLUS_NABTO == 1\r
+                                               {\r
+                                                       vStartNabtoTask();\r
+                                               }\r
+                                               #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
+\r
                                                /* Close socket to ensure packets don't queue on it. */\r
                                                FreeRTOS_closesocket( xDHCPSocket );\r
                                                xDHCPSocket = NULL;\r
@@ -315,18 +318,19 @@ void vDHCPProcess( portBASE_TYPE xReset, xMACAddress_t *pxMACAddress, uint32_t *
                                *pulIPAddress = ulOfferedIPAddress;\r
                                eDHCPState = eLeasedAddress;\r
 \r
-                               #if ipconfigFREERTOS_PLUS_NABTO == 1\r
-                               {\r
-                                       vStartNabtoTask();\r
-                               }\r
-                               #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-\r
                                #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
                                {\r
                                        vApplicationIPNetworkEventHook( eNetworkUp );\r
                                }\r
                                #endif\r
 \r
+                               /* Static configuration is being used, so the network is now up. */\r
+                               #if ipconfigFREERTOS_PLUS_NABTO == 1\r
+                               {\r
+                                       vStartNabtoTask();\r
+                               }\r
+                               #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
+\r
                                /* Close socket to ensure packets don't queue on it. */\r
                                FreeRTOS_closesocket( xDHCPSocket );\r
                                xDHCPSocket = NULL;\r
index b1424727e98b74043172893044ac0347d2152503..0dada523422817f4bd8633f1ae59acd5a459f8b9 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 4eae98723d442b804b8efb640e21d5bc37b2c46e..314c4daa45100427388ae360b146cd618e10b893 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 4318ab301e1760168287342a7687e3873549a6b6..9d70bb1addd4e77fda2bb6c54f55b050da3af6de 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
@@ -318,10 +320,6 @@ static void prvOutputARPRequest( uint32_t ulIPAddress );
  */\r
 static void prvProcessNetworkDownEvent( void );\r
 \r
-#if( ipconfigFREERTOS_PLUS_NABTO == 1 )\r
-       static void prvStartNabtoTask( void );\r
-       extern void FreeRTOS_NabtoInit();\r
-#endif /* ipconfigFRERTOS_PLUS_NABTO */\r
 /*-----------------------------------------------------------*/\r
 \r
 /* The queue used to pass events into the UDP task for processing. */\r
@@ -1391,18 +1389,18 @@ static void prvProcessNetworkDownEvent( void )
                }\r
                #else\r
                {\r
-                       /* Static configuration is being used, so the network is now up. */\r
-                       #if ipconfigFREERTOS_PLUS_NABTO == 1\r
-                       {\r
-                               prvStartNabtoTask();\r
-                       }\r
-                       #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-\r
                        #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
                        {\r
                                vApplicationIPNetworkEventHook( eNetworkUp );\r
                        }\r
                        #endif /* ipconfigUSE_NETWORK_EVENT_HOOK */\r
+\r
+                       /* Static configuration is being used, so the network is now up. */\r
+                       #if ipconfigFREERTOS_PLUS_NABTO == 1\r
+                       {\r
+                               vStartNabtoTask();\r
+                       }\r
+                       #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
                }\r
                #endif\r
        }\r
@@ -1840,17 +1838,3 @@ xARPHeader_t *pxARPHeader;
 \r
 /*-----------------------------------------------------------*/\r
 \r
-#if( ipconfigFREERTOS_PLUS_NABTO == 1 )\r
-       static void prvStartNabtoTask( void )\r
-       {\r
-       static portBASE_TYPE xNabtoTaskStarted = pdFALSE;\r
-\r
-               if( xNabtoTaskStarted == pdFALSE )\r
-               {\r
-                       FreeRTOS_NabtoInit();\r
-                       xNabtoTaskStarted = pdTRUE;\r
-               }\r
-       }\r
-#endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-\r
-\r
index 66e7b7029c119499615f599e57e88ae41687283f..9e7bd407be27a562470b2b09181d6b0cf09fdb6a 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index c953239f51ba7ed708ea4df07ac83255faa0935f..2c6a91f5a53c22ea6ac1701ae3ace606562b1052 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index f1bcd2243f5510f817e57a3ffb9e518bc090792c..f59af32ea8552a76c9f342480ed01ca7f858b3a4 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 7f470043dc9a4fe7d6ff100e9be7eff9c83a5150..e6685a96428f228040e121ddf87acb94d2ecda6f 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index a4b17aa87380794b30781f0f884b376829069120..519735094e00f13e1f0eb69bf0847ff03c95cb57 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 6630faee1294d932ef9d0951ce812b8871467e40..a7cc748c4618907192e0e78c2f1c952337bd78a8 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 3b63446a0b03c8397408a433d5a9f526f59c6a2b..3dca4819c610697cf69893fa27576c256498b036 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 7fb394344a29052ebcfad52498c629dd72b9c68c..680d1a2bf01615cd2f20b9d902a66c6a0c68d098 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index f27e5111e7bd3f50c7417cf0eda6b1002b131df6..d50fbb324005e9a563bcdcb98c17f7e86b94b986 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 4383040ab7cd60ecc14143e919bfd0dbef90f087..aa2adddca6a9d0d55a1d299a8c7ab18d723b3ef0 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index e86ec6c8412e01f47782a29b2ae19148ca06c8cc..565b71a404efc1d65cca022a0695c97b987e8a11 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 772c058780e5ad941d6628eaf7a8905da3c495c9..1d35ebb4d318bc945648644bc63fd7c4404e0034 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 16b4d9813c97af1e9751261245417f75f70995fd..356f96596dc18755787de5401667a0adb504b7ee 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index bdc847daab16320437375bd1edafae37420dd1d3..f395272eea3273b2e2205d2bbffdfa0953c8b14c 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 24a365b1d25b5b8a64ad560d99e1fa457846e54d..2c0d58ff1a68237ece219ba037905a668da6d371 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index 8824ca0bfee05786375004f4171692d3f7c22d39..cbcc6846da71ec790fa181c2762dd789c11f1b08 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index a83c25580c1722b9055143d181f95edcc3968117..eeb1836833b54f6353e09576ee10d62ef6816e19 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index fb553d7ce198d92daa88d333ce59406516537302..432cf320ffb7cbff0ab094398a2cc8b1a70b74a2 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index f7e0003823697bff43a69039eabae7c347217ac1..ee281a288ddaee1d44d0a5d6f14bc8a72b2e28b4 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index ab79d02d46b7d22b019ced3543bc6436ba8b148e..d2a24ae0405b2b5921156c87ea08b621b1f43ffe 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
index bc88bf0e85e720a524ddfd781f790c1c7f8772d3..dc0a57f149a3f880ddd184b9658722e90254049b 100644 (file)
@@ -4,10 +4,12 @@
  * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
  * terms are different to the FreeRTOS license terms.\r
  *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used \r
+ * under a standard GPL open source license, or a commercial license.  The \r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
+ * itself is distributed) requires that all software statically linked with \r
+ * FreeRTOS+UDP is also distributed under the same GPL V2 license terms.  \r
+ * Details of both license options follow:\r
  *\r
  * - Open source licensing -\r
  * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r