From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74983C433B4 for ; Fri, 16 Apr 2021 19:07:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 45347613B7 for ; Fri, 16 Apr 2021 19:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240736AbhDPTII (ORCPT ); Fri, 16 Apr 2021 15:08:08 -0400 Received: from mx2.suse.de ([195.135.220.15]:45102 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234898AbhDPTIH (ORCPT ); Fri, 16 Apr 2021 15:08:07 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 87393B31B; Fri, 16 Apr 2021 19:07:41 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 9229BDA790; Fri, 16 Apr 2021 21:05:24 +0200 (CEST) Date: Fri, 16 Apr 2021 21:05:24 +0200 From: David Sterba To: Neal Gompa Cc: dsterba@suse.cz, Neal Gompa , Btrfs BTRFS , Omar Sandoval , David Sterba , Misono Tomohiro , Anand Jain , Qu Wenruo , Zygo Blaxell , Marcos Paulo de Souza , Sheng Mao Subject: Re: [PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+ Message-ID: <20210416190524.GK7604@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Neal Gompa , Neal Gompa , Btrfs BTRFS , Omar Sandoval , David Sterba , Misono Tomohiro , Anand Jain , Qu Wenruo , Zygo Blaxell , Marcos Paulo de Souza , Sheng Mao References: <20210317200144.1067314-1-ngompa@fedoraproject.org> <20210323155032.GH7604@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Tue, Mar 30, 2021 at 09:21:40AM -0400, Neal Gompa wrote: > On Tue, Mar 23, 2021 at 11:53 AM David Sterba wrote: > > > > On Wed, Mar 17, 2021 at 04:01:43PM -0400, Neal Gompa wrote: > > > This is a patch requesting all substantial copyright owners to sign off > > > on changing the license of the libbtrfsutil code to LGPLv2.1+ in order > > > to resolve various concerns around the mixture of code in btrfs-progs > > > with libbtrfsutil. > > > > > > Each significant (i.e. non-trivial) commit author has been CC'd to > > > request their sign-off on this. Please reply to this to acknowledge > > > whether or not this is acceptable for your code. > > > > Thanks! I think we have acks for all non-trivial contirbutions. For the > > record, the trivial one are: > > > > * dbf60b488e3b ("libbtrfsutil: update btrfs_util_delete_subvolume docs") > > a comment update, clarifying usage > > > > * 2e67bf0ed69d ("btrfs-progs: docs: fix typos in READMEs, INSTALL and * CHANGES") > > * b1d39a42a4ef ("btrfs-progs: fix typos in comments") > > treewide comment typo fixes > > > > * 01e35d9f53eb ("btrfs-progs: treewide: Fix missing declarations") > > code changes, but adding static or missing includes > > > > * 9fd37f951be6 ("btrfs-progs: complete the implementation RAID1C34 definitions") > > copied definitions from kernel code > > > > I'm not sure about the commit adding pkg-config spec file, it's not code > > but it's beyond what I'd consider trivial. I've added Sheng Mao to CC, > > please acknowledge the change. > > > > * 4498fe1a2a7c ("libbtrfsutil: add pkg-config spec file") > > > > I'll update the changelog with all the reasons for relicensing that have > > been brought up. > > I consider that trivial because the only actual part in libbtrfsutil > is the pc file, which is a trivial templated data file (I had one that > I was preparing to send that looked exactly like it, but Sheng Mao > beat me to the punch). The autofoo is part of the parent btrfs-progs > project and is already correctly licensed anyway. Fair enough. Then there's nothing left to addresss, thanks.