From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlIKL-0007EA-8E for qemu-devel@nongnu.org; Thu, 23 Apr 2015 10:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlIKG-0000yJ-5L for qemu-devel@nongnu.org; Thu, 23 Apr 2015 10:42:05 -0400 Message-ID: <553904B4.50309@redhat.com> Date: Thu, 23 Apr 2015 10:41:56 -0400 From: John Snow MIME-Version: 1.0 References: <1429314609-29776-1-git-send-email-jsnow@redhat.com> <20150423131945.GC20959@stefanha-thinkpad.redhat.com> In-Reply-To: <20150423131945.GC20959@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v6 00/21] block: transactionless incremental backup series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: famz@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org, armbru@redhat.com, vsementsov@parallels.com, stefanha@redhat.com, mreitz@redhat.com On 04/23/2015 09:19 AM, Stefan Hajnoczi wrote: > On Fri, Apr 17, 2015 at 07:49:48PM -0400, John Snow wrote: >> === >> v6: >> === >> >> 01: s/underlaying/underlying/ >> Removed a reference to 'disabled' bitmaps. >> Touching up inconsistent list indentation. >> Added FreeBSD Documentation License, primarily to be difficult > > Please stick to the currently used set of licenses in the future, unless > you have a strong reason. It's not a good use of anyone's time to fuss > with licenses when we have enough of them in the codebase already. > > In my non-lawyer opinion the license you chose seems okay but I'd rather > avoid the risk and hassle. > > Thanks, > Stefan > I know I said "primarily to be difficult" but I was just being facetious. I didn't find the GPL2+ to be suitable for documentation, strictly, so I went to read up on the documentation licenses that the fsf support/recommend. There's the GNU documentation license, but I found that unsuitable for a couple reasons -- one of them was that you are forbidden(!) from changing the text of the license, and there are some provisions in there I didn't like, such as requiring the full text of the license to be included with compiled copies of the document. That's not something I care about -- a reference in source, for instance, is sufficient, or a copy of the license being distributed *with* the compiled source is fine, but I have no need for the full license to be copied with the compiled version. The other documentation license the fsf recommends is the FreeBSD one, and that one looked appealing, short, and to the point, so it is the one I chose. It is essentially the FreeBSD license with words altered to clarify what "code" and "source" means with respect to a document. Sorry for /actually/ being difficult; but Eric Blake was urging me to select a license instead of relying on the implicit GPL, so I did go out of my way to choose one I found appropriate. I stand by my pick. --js