
19 Jul
2012
19 Jul
'12
12:48 a.m.
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