From: charles Date: Tue, 19 Jul 2005 19:51:57 +0000 (+0000) Subject: Change yboot.c to LGPL as was intended X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs%2F.git;a=commitdiff_plain;h=24e04c35b63138c14224754f9636e6b2a6915f3b Change yboot.c to LGPL as was intended --- diff --git a/direct/yboot.c b/direct/yboot.c index cd4b906..8cc1836 100644 --- a/direct/yboot.c +++ b/direct/yboot.c @@ -7,15 +7,20 @@ * Created by Charles Manning * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as + * it under the terms of the GNU Lesser General Public License version 2.1 as * published by the Free Software Foundation. * + * + * Note: This code (yboot.c) and YAFFS headers are LGPL, the rest of YAFFS C code is covered by GPL. + * The rationale behind this is to allow easy incorporation of yaffs booting with + * prorietary code. + * */ #include #include #include "yaffs_guts.h" -const char *yboot_c_version="$Id: yboot.c,v 1.1 2003-01-21 03:32:17 charles Exp $"; +const char *yboot_c_version="$Id: yboot.c,v 1.2 2005-07-19 19:51:57 charles Exp $"; #define MAX_FILE_SIZE 4000000