Change yboot.c to LGPL as was intended
authorcharles <charles>
Tue, 19 Jul 2005 19:51:57 +0000 (19:51 +0000)
committercharles <charles>
Tue, 19 Jul 2005 19:51:57 +0000 (19:51 +0000)
direct/yboot.c

index cd4b906f2ba78c774c02230cd063ce0a581f31ce..8cc1836f9101df09e296b16bc48b610fc7b2f86d 100644 (file)
@@ -7,15 +7,20 @@
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  * This program is free software; you can redistribute it and/or modify
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  * 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.
  *
  * 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 <string.h>
 #include <stdio.h>
 #include "yaffs_guts.h"
 
  */
 #include <string.h>
 #include <stdio.h>
 #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
 
 
 #define MAX_FILE_SIZE  4000000