[U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support
Mike Frysinger
vapier at gentoo.org
Thu Jul 19 00:48:37 CEST 2012
On Thursday 24 May 2012 22:11:46 Jorgen Lundman wrote:
> U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004,
> which can be found here:
> http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.9
> 7/stage2/zfs-include/zfs.h
>
> Released by Sun for GRUB under the license:
> * This program is free software; you can redistribute it and/or modify
> * it under the terms of the GNU General Public License as published by
> * the Free Software Foundation; either version 2 of the License, or
> * (at your option) any later version.
good ...
> --- /dev/null
> +++ b/fs/zfs/zfs_fletcher.c
> @@ -0,0 +1,84 @@
> +/*
> + * GRUB -- GRand Unified Bootloader
> + * Copyright (C) 1999,2000,2001,2002,2003,2004,2009
> + * Free Software Foundation, Inc.
> + * Copyright 2007 Sun Microsystems, Inc.
> + *
> + * GRUB is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 3 of the License, or
> + * (at your option) any later version.
... but it looks like you still have some GPL-3 gremlins lurking. this must
be sorted out before we can consider the code for merging. i suspect simply
changing "version 3" to "version 2" isn't the right answer, otherwise i wonder
where you copied this code from such that i has "version 3" in the first place.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120718/8ceb7756/attachment.pgp>
More information about the U-Boot
mailing list