From 24e04c35b63138c14224754f9636e6b2a6915f3b Mon Sep 17 00:00:00 2001 From: charles Date: Tue, 19 Jul 2005 19:51:57 +0000 Subject: [PATCH] Change yboot.c to LGPL as was intended --- direct/yboot.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.30.2