public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Dodji Seketeli <dodji@redhat.com>
To: Benjamin Kosnik <b.dekosnik@gmail.com>,
	Ben Woodard <woodard@redhat.com>, Chenxiong Qi <cqi@redhat.com>,
	Dodji Seketeli <dodji@redhat.com>,
	Giuliano Procida <gprocida@google.com>,
	Jan Engelhardt <jengelh@inai.de>, Jessica Yu <jeyu@kernel.org>,
	Jonathan Wakely <jwakely@redhat.com>,
	Mark Wielaard <mark@klomp.org>, Matthias Klose <doko@debian.org>,
	Matthias Maennich <maennich@google.com>,
	Ondrej Oprala <ondrej.oprala@gmail.com>,
	Roland McGrath <roland@hack.frob.com>,
	Sinny Kumari <skumari@redhat.com>,
	Slava Barinov <v.barinov@samsung.com>
Cc: libabigail@sourceware.org
Subject: [PATCH 9/9 v2] Add a license-change-2020.txt file
Date: Wed, 15 Jul 2020 17:17:48 +0200	[thread overview]
Message-ID: <87pn8wkdsz.fsf@redhat.com> (raw)
In-Reply-To: <87zh80lt38.fsf@redhat.com> (Dodji Seketeli via Libabigail's message of "Wed, 15 Jul 2020 17:02:19 +0200")

Add a license-change-2020.txt file which contains text explaining that
we went through a licence change in 2020 from LGPLv3+ to Apache-v2
with LLVM exception.

     * license-change-2020.txt: New file.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Signed-off-by: Giuliano Procida <gprocida@google.com>
Signed-off-by: Matthias Maennich <maennich@google.com>
---
 license-change-2020.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 license-change-2020.txt

diff --git a/license-change-2020.txt b/license-change-2020.txt
new file mode 100644
index 0000000..1636220
--- /dev/null
+++ b/license-change-2020.txt
@@ -0,0 +1,37 @@
+As of its 2.0 version, as agreed by the committers listed below, the
+Libabigail project license was changed from LGPL version 3 or later to
+Apache License 2.0 with LLVM exception.
+
+The LGPLv3+ continues to apply to prior versions of the software.
+
+Here is the list of the committers who have agreed to the change:
+
+Benjamin Kosnik <b.dekosnik@gmail.com>
+Ben Woodard <woodard@redhat.com>
+Chenxiong Qi <cqi@redhat.com>
+Dodji Seketeli <dodji@redhat.com>
+Giuliano Procida <gprocida@google.com>
+Jan Engelhardt <jengelh@inai.de>
+Jessica Yu <jeyu@kernel.org>
+Jonathan Wakely <jwakely@redhat.com>
+Mark Wielaard <mark@klomp.org>
+Matthias Klose <doko@debian.org>
+Matthias Maennich <maennich@google.com>
+Ondrej Oprala <ondrej.oprala@gmail.com>
+Roland McGrath <roland@hack.frob.com>
+Sinny Kumari <skumari@redhat.com>
+Slava Barinov <v.barinov@samsung.com>
+
+Please note that concerning the contributions of people working at
+Google, I (Dodji Seketeli) was forwarded the following from Matthias
+Maennich:
+
+    That is in response to all contributors from Google from the department
+    that is able to clarify open source licensing issues:
+
+    "Please let the maintainer know that Google LLC formally consents to
+    relicensing Googlers' contributions to libabigail to the LGPLv3 / Apache
+    2 with LLVM Exception license.
+
+    If the maintainer would like to direct one of the relicensing requests
+    to us directly, we'll be happy to respond in the affirmative."
-- 
1.8.3.1



-- 
		Dodji


  parent reply	other threads:[~2020-07-15 15:17 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 15:02 [PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception Dodji Seketeli
2020-07-15 15:11 ` [PATCH 1/9 v2] Replace individual license references with SPDX Identifiers Dodji Seketeli
2020-09-24 10:09   ` Jonathan Wakely
2020-09-24 10:14     ` Jonathan Wakely
2020-09-25  8:38     ` Dodji Seketeli
2020-09-25 10:06       ` Jonathan Wakely
2020-09-25 12:30         ` Dodji Seketeli
2020-07-15 15:11 ` [PATCH 2/9 v2] Add missing SPDX headers to source files not specifying any license Dodji Seketeli
2020-07-15 15:13 ` [PATCH 3/9 v2] Add has-spdx-header.sh script Dodji Seketeli
2020-07-16 10:26   ` Jonathan Wakely
2020-07-16 16:20     ` Dodji Seketeli
2020-07-15 15:13 ` [PATCH 4/9 v2] Add replace-spdx-license.sh script Dodji Seketeli
2020-07-16 10:27   ` Jonathan Wakely
2020-07-16 16:20     ` Dodji Seketeli
     [not found]   ` <CAGvU0Hnxmptf3irjhOV1SJcfXfQtas8+ttj3kvFyCWzCBFETPw@mail.gmail.com>
2020-09-03 14:47     ` Dodji Seketeli
2020-07-15 15:14 ` [PATCH 5/9 v2] Add helper files to perform the re-licensing Dodji Seketeli
     [not found]   ` <20200716103259.GZ4137376@redhat.com>
     [not found]     ` <874kq7jup5.fsf@redhat.com>
2020-09-24 10:12       ` Jonathan Wakely
2020-07-15 15:15 ` [PATCH 6/9 v2] Re-license the project to Apache v2 With LLVM Exception Dodji Seketeli
2020-07-16 10:33   ` Jonathan Wakely
2020-07-16 16:23     ` Dodji Seketeli
2020-07-15 15:16 ` [PATCH 7/9 v2] Add the LICENSE.txt file Dodji Seketeli
2020-07-15 15:17 ` [PATCH 8/9 v2] Delete COPYING* files Dodji Seketeli
2020-07-16 10:34   ` Jonathan Wakely
2020-07-16 16:23     ` Dodji Seketeli
2020-07-15 15:17 ` Dodji Seketeli [this message]
2020-07-16 10:35   ` [PATCH 9/9 v2] Add a license-change-2020.txt file Jonathan Wakely
2020-07-16 16:23     ` Dodji Seketeli
2020-07-16 16:01 ` [PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception Jessica Yu
2020-07-17 11:43   ` Dodji Seketeli
     [not found] <CGME20200903075248eucas1p2dcc11b3b1b24390a5da8bdc676bfd6b3@eucas1p2.samsung.com>
     [not found] ` <878sdruwk7.fsf@redhat.com>
2020-09-03  8:18   ` Please signoff libabigail relicensing. Was "[PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception" Vyacheslav Barinov
2020-09-03 14:40     ` Dodji Seketeli
2020-09-03  9:48   ` [PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception Jan Engelhardt
2020-09-03 14:39     ` Dodji Seketeli
     [not found]   ` <CAJxw1w=7C_MhOQ5E6dns9-7yD4qOcsBG52BtupCu3nv-L82Jiw@mail.gmail.com>
2020-09-03 14:39     ` Please signoff libabigail relicensing. Was "[PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception" Dodji Seketeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pn8wkdsz.fsf@redhat.com \
    --to=dodji@redhat.com \
    --cc=b.dekosnik@gmail.com \
    --cc=cqi@redhat.com \
    --cc=doko@debian.org \
    --cc=gprocida@google.com \
    --cc=jengelh@inai.de \
    --cc=jeyu@kernel.org \
    --cc=jwakely@redhat.com \
    --cc=libabigail@sourceware.org \
    --cc=maennich@google.com \
    --cc=mark@klomp.org \
    --cc=ondrej.oprala@gmail.com \
    --cc=roland@hack.frob.com \
    --cc=skumari@redhat.com \
    --cc=v.barinov@samsung.com \
    --cc=woodard@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).