X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS-Plus%2FSource%2FFreeRTOS-Plus-FAT-SL%2Ffat_sl%2Fcommon%2Futil_sfn.c;h=0ec64bbe40a626cdc9f4d701116c7e8d3b4590f8;hb=ebb6034a688618794ec9004dc9b9f428a88babc2;hp=1ddbee162cd6f60dea4d359542b80ecd574c7e8a;hpb=6bfaa1e9fe6bdfb24fa1cb3b875e9a54bb872bee;p=freertos diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c index 1ddbee162..0ec64bbe4 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c @@ -1,13 +1,15 @@ /* - * FreeRTOS+FAT FS V1.0.0 (C) 2013 HCC Embedded + * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded * * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license * terms. * - * FreeRTOS+FAT SL uses a dual license model that allows the software to be used - * under a pure GPL open source license (as opposed to the modified GPL licence - * under which FreeRTOS is distributed) or a commercial license. Details of - * both license options follow: + * FreeRTOS+FAT SL uses a dual license model that allows the software to be used + * under a standard GPL open source license, or a commercial license. The + * standard GPL license (unlike the modified GPL license under which FreeRTOS + * itself is distributed) requires that all software statically linked with + * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms. + * Details of both license options follow: * * - Open source licensing - * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and @@ -41,7 +43,7 @@ #include "util.h" #include "../../version/ver_fat_sl.h" -#if VER_FAT_SL_MAJOR != 3 || VER_FAT_SL_MINOR != 2 +#if VER_FAT_SL_MAJOR != 5 || VER_FAT_SL_MINOR != 2 #error Incompatible FAT_SL version number! #endif