]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c
Update FreeRTOS+FAT SL to version 1.0.1.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-FAT-SL / fat_sl / common / util_sfn.c
index 1ddbee162cd6f60dea4d359542b80ecd574c7e8a..0ec64bbe40a626cdc9f4d701116c7e8d3b4590f8 100644 (file)
@@ -1,13 +1,15 @@
 /*\r
- * FreeRTOS+FAT FS V1.0.0 (C) 2013 HCC Embedded\r
+ * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded\r
  *\r
  * 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
@@ -41,7 +43,7 @@
 #include "util.h"\r
 \r
 #include "../../version/ver_fat_sl.h"\r
-#if VER_FAT_SL_MAJOR != 3 || VER_FAT_SL_MINOR != 2\r
+#if VER_FAT_SL_MAJOR != 5 || VER_FAT_SL_MINOR != 2\r
  #error Incompatible FAT_SL version number!\r
 #endif\r
 \r