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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 5C9C1C433E0 for ; Tue, 23 Mar 2021 00:57:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2BA2A619AF for ; Tue, 23 Mar 2021 00:57:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231205AbhCWA5N convert rfc822-to-8bit (ORCPT ); Mon, 22 Mar 2021 20:57:13 -0400 Received: from james.kirk.hungrycats.org ([174.142.39.145]:34636 "EHLO james.kirk.hungrycats.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231453AbhCWA5G (ORCPT ); Mon, 22 Mar 2021 20:57:06 -0400 Received: by james.kirk.hungrycats.org (Postfix, from userid 1002) id DE13C9E1107; Mon, 22 Mar 2021 20:57:04 -0400 (EDT) Date: Mon, 22 Mar 2021 20:57:04 -0400 From: Zygo Blaxell To: Neal Gompa Cc: linux-btrfs@vger.kernel.org, Omar Sandoval , David Sterba , Misono Tomohiro , Anand Jain , Qu Wenruo , Marcos Paulo de Souza Subject: Re: [PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+ Message-ID: <20210323005704.GQ32440@hungrycats.org> References: <20210317200144.1067314-1-ngompa@fedoraproject.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20210317200144.1067314-1-ngompa@fedoraproject.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org 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. Acked-by: Zygo Blaxell > Neal Gompa (1): > btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+ > > libbtrfsutil/COPYING | 1130 ++++++++++++----------------- > libbtrfsutil/COPYING.LESSER | 165 ----- > libbtrfsutil/btrfsutil.h | 2 +- > libbtrfsutil/btrfsutil_internal.h | 2 +- > libbtrfsutil/errors.c | 2 +- > libbtrfsutil/filesystem.c | 2 +- > libbtrfsutil/python/btrfsutilpy.h | 2 +- > libbtrfsutil/python/error.c | 2 +- > libbtrfsutil/python/filesystem.c | 2 +- > libbtrfsutil/python/module.c | 2 +- > libbtrfsutil/python/qgroup.c | 2 +- > libbtrfsutil/python/setup.py | 4 +- > libbtrfsutil/python/subvolume.c | 2 +- > libbtrfsutil/qgroup.c | 2 +- > libbtrfsutil/stubs.c | 2 +- > libbtrfsutil/stubs.h | 2 +- > libbtrfsutil/subvolume.c | 2 +- > 17 files changed, 495 insertions(+), 832 deletions(-) > delete mode 100644 libbtrfsutil/COPYING.LESSER > > -- > 2.30.2 >