From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YqHzZ-00054D-Eb for mharc-grub-devel@gnu.org; Thu, 07 May 2015 05:21:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqHzU-000546-DC for grub-devel@gnu.org; Thu, 07 May 2015 05:21:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqHzT-0004Kj-Jt for grub-devel@gnu.org; Thu, 07 May 2015 05:21:12 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:33490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqHzT-0004KE-Dp for grub-devel@gnu.org; Thu, 07 May 2015 05:21:11 -0400 Received: by wgin8 with SMTP id n8so37160022wgi.0 for ; Thu, 07 May 2015 02:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ZOtacQGmMEWNyY9ilEId0B6623nAuK6Q0t7QU2jyHt8=; b=ZuhWigkwMxeF7C/4uYPpSS/+cmYq3/FkY9lrV6k/6uc+L/9JxBqbSEYj9ZZBl2ZYAG U9Pxm/bKVV2/KKXB8ujQ+o1SvZQuDujIjJ+QvpdEWjZyFCoydVeSg+tThnjNGbP/fwHl 1yETsBdsczhcPGtIPxfLDq5uop7Ra+oNh9ZbMwhUHMM9jWX2IdaiJg4Nrs1NjpTa3mat Q9nE5k3p5d1RjA1slbJCoM8vkU2M/oR9dsnCNIUg1qOeqtiMKjPddXTQHlG2xAbG2uzb gaeta0kHSxYdCKlF50tNtEjESW7XXv2OzmhXahU6HuUjb/BysrmQsjHaRSpqYYThV2h7 S8Qw== X-Received: by 10.180.216.40 with SMTP id on8mr4921764wic.55.1430990470342; Thu, 07 May 2015 02:21:10 -0700 (PDT) Received: from ?IPv6:2620:0:105f:fd00:863a:4bff:fe50:abc4? ([2620:0:105f:fd00:863a:4bff:fe50:abc4]) by mx.google.com with ESMTPSA id vz8sm2393613wjc.27.2015.05.07.02.21.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 May 2015 02:21:09 -0700 (PDT) Message-ID: <554B2E84.5070502@gmail.com> Date: Thu, 07 May 2015 11:21:08 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] zfs module update References: <20150414073415.3af557e5@opensuse.site> In-Reply-To: <20150414073415.3af557e5@opensuse.site> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 09:21:16 -0000 On 14.04.2015 06:34, Andrei Borzenkov wrote: > В Tue, 14 Apr 2015 02:17:43 +0300 > Toomas Soome пишет: > >> hi! >> >> this is the major update to grub2 zfs module; the work is based on Oracle code drops from Solaris 11, and Illumos. > > IANAL but I suspect such changes require at least submission from > someone with Oracle E-Mail > > + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved > Normally true but for ZFS, it's a little bit special: the ZFS code is based on the code that sun/Oracle publishes as GPLv2+ or GPLv3+. As long as the code is officially published on Oracle or Sun website, is under GPLv2+ or GPLv3+ and touches only ZFS files, it's fine from legal standpoint to incorporate it.