Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id EB9E9B63 for ; Wed, 27 Sep 2017 21:59:55 +0000 (UTC) X-Greylist: delayed 00:05:40 by SQLgrey-1.7.6 Received: from jupiter.mpi-klsb.mpg.de (srv-40-61.mpi-klsb.mpg.de [139.19.86.15]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id DBEDE3F9 for ; Wed, 27 Sep 2017 21:59:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mmci.uni-saarland.de; s=mail200803; h=Content-Transfer-Encoding:Mime-Version:Content-Type:References:In-Reply-To:Date:To:From:Subject:Message-ID; bh=cmZyqca7I2zqT1NrqyE9JQEleADB24QntkFCmq5CK74=; b=AxhlbfHqAUt7tgT/slQDt+9pG43Pfd0Va3CIX8ud5WwxVpAcZjfk3oqLM65bw1ErcfR7bJrNK2Iil9I8yQF5WorMB3HQpg2Br7xBGfloFsZ2JQLJX169wZYiI2JWi2U3gxXwckZQGs1gUWyE6/jyvS7AwRmyB7VhQpLr3hQHxF8=; Received: from max.mpi-klsb.mpg.de ([139.19.86.27]:37286) by jupiter.mpi-klsb.mpg.de (envelope-from ) with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) id 1dxKHS-0005Xo-Nr for bitcoin-dev@lists.linuxfoundation.org; Wed, 27 Sep 2017 23:54:12 +0200 Received: from x590cee2d.dyn.telefonica.de ([89.12.238.45]:46926 helo=tonno.fritz.box) by max.mpi-klsb.mpg.de (envelope-from ) with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) id 1dxKHS-0004Me-Fe for bitcoin-dev@lists.linuxfoundation.org; Wed, 27 Sep 2017 23:54:10 +0200 Message-ID: <1506549249.1600.7.camel@mmci.uni-saarland.de> From: Tim Ruffing To: bitcoin-dev@lists.linuxfoundation.org Date: Wed, 27 Sep 2017 23:54:09 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-MPI-Local-Sender: true X-Spam-Status: No, score=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED autolearn=disabled version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] Bitcoin Assistance X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 21:59:56 -0000 On Wed, 2017-09-27 at 17:20 -0400, Cory Fields via bitcoin-dev wrote: > > Creative Commons Attribution Share Alike 3.0 > > I didn't manage to find any CC-licensed files. The match probably > comes from our gui svg icons, which contain an xml tag with a link to > creativecommons.org. This seems to be the default behavior of > inkscape, which was used to create those icons. Any icons that we > have not created ourselves are listed in contrib/debian/copyright > (they're all expat/public domain). This is somewhat weird. Back in 2014, most of icons were listed as "CC BY-SA" (which is the correct license according to the original source): https://github.com/bitcoin/bitcoin/blob/31aac02446472ec5bfc4676ab190ec9d37056503/doc/assets-attribution.md However the current docs list them as "Expat". A mistake? https://github.com/bitcoin/bitcoin/blob/master/contrib/debian/copyright Also, even the old version lists some icons "based on Stephan Hutchings Typicons" as "License: MIT", which could be a violation of CC BY-SA if I'm not mistaken. Best, Tim