public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Vyacheslav Barinov <v.barinov@samsung.com>
To: Dodji Seketeli <dodji@redhat.com>
Cc: libabigail@sourceware.org
Subject: Re: Please signoff libabigail relicensing.  Was "[PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception"
Date: Thu, 03 Sep 2020 11:18:33 +0300	[thread overview]
Message-ID: <87lfhrw9wm.fsf@samsung.com> (raw)
In-Reply-To: <878sdruwk7.fsf@redhat.com> (Dodji Seketeli's message of "Thu, 03 Sep 2020 09:52:08 +0200")


Signed-off-by: Slava Barinov <v.barinov@samsung.com>

Dodji Seketeli <dodji@redhat.com> writes:

> Hello fellow libabigail contributors!
>
> I hope you are doing well during these "interesting" times.
>
> I am sending you this message privately because from what I am seeing,
> you haven't yet signed-off the actual libabigail relicensing message
> that I have sent to the mailing list (and CCed you).  Unfortunately, I
> really need your signed-off to proceed with the actual relicensing.
>
> Could you please just reply to the email below, CC-ing
> libabigail@sourceware.org, with this line:
>
>     Signed-off-by: FirstName LastName <contributor@email.com>
>
> This would formally mean that you agree with the re-licensing and that
> would allow me to proceed.
>
> Of course, you can look at the detail of all the relicensing patches if
> you fancy and it would be appreciated!  I posted to patches to
> https://sourceware.org/pipermail/libabigail/2020q3/002518.html.  But you
> obviously don't have to.
>
> Thank you again for doing this and for supporting the libabigail
> project.
>
> Stay strong!
>
> From: Dodji Seketeli via Libabigail <libabigail@sourceware.org>
> Subject: [PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception
> To: libabigail@sourceware.org
> Date: Wed, 15 Jul 2020 17:02:19 +0200 (7 weeks, 16 hours, 54 minutes ago)
> Organization: Red Hat / France
> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
> Reply-To: Dodji Seketeli <dodji@redhat.com>
>
> Hello,
>
> This is the second version of the patch series to relicense the source
> code of the Libabigail project to Apache 2.0 with LLVM Exception.
>
> The rationale and the process of this change was recently presented in
> a message sent to the mailing list of the project at
> https://sourceware.org/pipermail/libabigail/2020q2/002388.html.
>
> This patch series needs to be reviewed and acknowledged by all the
> copyright holders who contributed to the project.  These contributors
> are all listed in the CC field of this message.
>
> After the review, to acknowledge the change, each contributor needs to
> reply to each one of the patches with a line containing this:
>
>      Signed-off-by: First Last <contributor@email.com>
>
> with First being her first name and Last being her last name.
>
> Of course, if a contributor reviewed and agrees with the content of
> all the patches, she can just reply to this cover letter with the
> Signed-off-by line above, saying that she is acknowledging the entire
> patch set.
>
> I will apply each ACKed patch to the newly created branch of our Git
> repository named "relicensing".
>
> Please note that all these steps were described in the announcement
> message at
> https://sourceware.org/pipermail/libabigail/2020q2/002388.html.
>
> Now, please find below a brief description of the patches of the
> series.
>
> The first patch replaces the existing license headers of the files of
> the project with SPDX identifier strings that formally represent those
> current licenses.
>
> The second patch adds SPDX identifiers to the files that are missing
> license headers.  The license of those files is thus "GNU Lesser
> General Public License v3.0 or later", which is the default license of
> the project.
>
> The third patch adds a helper script named
> relicensing-scripts/has-spdx-header.sh which detects if a file as an
> SPDX identifier or not.
>
> The fourth patch adds a helper script named
> relicensing-scripts/replace-spdx-license.sh which replaces and SPDX
> identifier by another one.
>
> The fifth patch adds a set of helper files assembled with the scripts
> above.  For instance, one of those files lists the set of files of the
> project, along with their respective licenses.  Another file just
> lists the set of files that needs to be re-licensed.  The patch also
> creates a script named relicensing-scripts/do-relicensing.sh which
> performs the actual re-licensing off the files listed in one of the
> helper files.
>
> The sixth patch is the actual relicensing. It's done using the script
> relicensing-scripts/do-relicensing.sh introduced in the patch above.
>
> The seventh patch adds a LICENSE.txt file to the repository,
> specifying the new license.
>
> The eighth patch removes the COPYING files which were specifying the
> old license.
>
> The last patch adds a license-change-2020.txt file which states that
> the license of the project was changed and which also names the
> contributors who did agreed with the change.
>
> Dodji Seketeli (8):
>   Add missing SPDX headers to source files not specifying any license
>   Add has-spdx-header.sh script
>   Add replace-spdx-license.sh script
>   Add helper files to perform the re-licensing
>   Re-license the project to Apache v2 With LLVM Exception
>   Add the LICENSE.txt file
>   Delete COPYING* files
>   Add a license-change-2020.txt file
>
> Matthias Maennich (1):
>   Replace individual license references with SPDX Identifiers
>
>  .clang-format                               |   1 +
>  COPYING                                     |   7 -
>  COPYING-GPLV3                               | 674 ----------------------------
>  COPYING-LGPLV2                              | 502 ---------------------
>  COPYING-LGPLV3                              | 165 -------
>  LICENSE.txt                                 | 219 +++++++++
>  Makefile.am                                 |   1 +
>  abigail.m4                                  |  26 +-
>  autoconf-archive/ax_check_python_modules.m4 |  20 +-
>  autoconf-archive/ax_compare_version.m4      |   1 +
>  autoconf-archive/ax_prog_python_version.m4  |   1 +
>  autoconf-archive/ax_valgrind_check.m4       |   1 +
>  bash-completion/Makefile.am                 |   1 +
>  bash-completion/abicompat                   |   1 +
>  bash-completion/abidiff                     |   1 +
>  bash-completion/abidw                       |   1 +
>  bash-completion/abilint                     |   1 +
>  bash-completion/abinilint                   |   1 +
>  bash-completion/abipkgdiff                  |   1 +
>  bash-completion/abisym                      |   1 +
>  bash-completion/fedabipkgdiff               |   1 +
>  configure.ac                                |   1 +
>  default.abignore                            |   4 +-
>  doc/Makefile.am                             |   1 +
>  doc/api/libabigail.doxy                     |   2 +
>  doc/manuals/Makefile.am                     |   2 +
>  doc/website/libabigail-website.doxy         |   1 +
>  gen-changelog.py                            |  15 +-
>  include/Makefile.am                         |   1 +
>  include/abg-comp-filter.h                   |  17 +-
>  include/abg-comparison.h                    |  17 +-
>  include/abg-config.h                        |  17 +-
>  include/abg-corpus.h                        |  17 +-
>  include/abg-cxx-compat.h                    |  17 +-
>  include/abg-diff-utils.h                    |  17 +-
>  include/abg-dwarf-reader.h                  |  17 +-
>  include/abg-fwd.h                           |  17 +-
>  include/abg-hash.h                          |  17 +-
>  include/abg-ini.h                           |  17 +-
>  include/abg-interned-str.h                  |  17 +-
>  include/abg-ir.h                            |  17 +-
>  include/abg-libxml-utils.h                  |  17 +-
>  include/abg-libzip-utils.h                  |  17 +-
>  include/abg-reader.h                        |  17 +-
>  include/abg-regex.h                         |  19 +-
>  include/abg-reporter.h                      |  17 +-
>  include/abg-sptr-utils.h                    |  17 +-
>  include/abg-suppression.h                   |  17 +-
>  include/abg-tools-utils.h                   |  17 +-
>  include/abg-traverse.h                      |  17 +-
>  include/abg-version.h.in                    |   1 +
>  include/abg-viz-common.h                    |  17 +-
>  include/abg-viz-dot.h                       |  17 +-
>  include/abg-viz-svg.h                       |  17 +-
>  include/abg-workers.h                       |  17 +-
>  include/abg-writer.h                        |  17 +-
>  install-sh                                  |  18 +-
>  license-change-2020.txt                     |  37 ++
>  ltmain.sh                                   |  22 +-
>  relicensing-scripts/do-relicensing.sh       |   6 +
>  relicensing-scripts/file-licenses.orig.txt  | 138 ++++++
>  relicensing-scripts/files-with-lgplv3.txt   | 137 ++++++
>  relicensing-scripts/has-spdx-header.sh      | 102 +++++
>  relicensing-scripts/replace-spdx-license.sh |  75 ++++
>  scripts/dot_to_png.sh                       |   1 +
>  scripts/dot_to_svg.sh                       |   1 +
>  scripts/make-verbose.sh                     |   1 +
>  scripts/svg_to_plain_svg.sh                 |   1 +
>  scripts/svg_to_png_and_pdf.sh               |   1 +
>  src/Makefile.am                             |   1 +
>  src/abg-comp-filter.cc                      |  17 +-
>  src/abg-comparison-priv.h                   |  18 +-
>  src/abg-comparison.cc                       |  17 +-
>  src/abg-config.cc                           |  17 +-
>  src/abg-corpus-priv.h                       |  17 +-
>  src/abg-corpus.cc                           |  17 +-
>  src/abg-default-reporter.cc                 |  17 +-
>  src/abg-diff-utils.cc                       |  17 +-
>  src/abg-dwarf-reader.cc                     |  17 +-
>  src/abg-elf-helpers.cc                      |  17 +-
>  src/abg-elf-helpers.h                       |  17 +-
>  src/abg-hash.cc                             |  17 +-
>  src/abg-ini.cc                              |  17 +-
>  src/abg-internal.h                          |  17 +-
>  src/abg-ir-priv.h                           |  17 +-
>  src/abg-ir.cc                               |  17 +-
>  src/abg-leaf-reporter.cc                    |  17 +-
>  src/abg-libxml-utils.cc                     |  17 +-
>  src/abg-libzip-utils.cc                     |  17 +-
>  src/abg-reader.cc                           |  17 +-
>  src/abg-regex.cc                            |  17 +-
>  src/abg-reporter-priv.cc                    |  17 +-
>  src/abg-reporter-priv.h                     |  17 +-
>  src/abg-suppression-priv.h                  |  17 +-
>  src/abg-suppression.cc                      |  17 +-
>  src/abg-tools-utils.cc                      |  17 +-
>  src/abg-traverse.cc                         |  17 +-
>  src/abg-viz-common.cc                       |  17 +-
>  src/abg-viz-dot.cc                          |  18 +-
>  src/abg-viz-svg.cc                          |  17 +-
>  src/abg-workers.cc                          |  17 +-
>  src/abg-writer.cc                           |  17 +-
>  tests/Makefile.am                           |   1 +
>  tests/data/Makefile.am                      |   2 +-
>  tests/lib/catch.cc                          |  17 +-
>  tests/lib/catch.hpp                         |   4 +-
>  tests/mockfedabipkgdiff.in                  |  17 +-
>  tests/print-diff-tree.cc                    |  20 +-
>  tests/runtestcanonicalizetypes.sh.in        |   1 +
>  tests/runtestdefaultsupprs.py.in            |   1 +
>  tests/runtestdefaultsupprspy3.sh.in         |   1 +
>  tests/runtestfedabipkgdiff.py.in            |  17 +-
>  tests/runtestfedabipkgdiffpy3.sh.in         |   1 +
>  tests/test-abicompat.cc                     |  17 +-
>  tests/test-abidiff-exit.cc                  |  17 +-
>  tests/test-abidiff.cc                       |  17 +-
>  tests/test-alt-dwarf-file.cc                |  17 +-
>  tests/test-annotate.cc                      |  17 +-
>  tests/test-core-diff.cc                     |  19 +-
>  tests/test-cxx-compat.cc                    |  18 +-
>  tests/test-diff-dwarf-abixml.cc             |  17 +-
>  tests/test-diff-dwarf.cc                    |  17 +-
>  tests/test-diff-filter.cc                   |  17 +-
>  tests/test-diff-pkg.cc                      |  17 +-
>  tests/test-diff-suppr.cc                    |  17 +-
>  tests/test-diff2.cc                         |  20 +-
>  tests/test-dot.cc                           |  26 +-
>  tests/test-elf-helpers.cc                   |  17 +-
>  tests/test-ini.cc                           |  17 +-
>  tests/test-ir-walker.cc                     |  17 +-
>  tests/test-kmi-whitelist.cc                 |  17 +-
>  tests/test-lookup-syms.cc                   |  17 +-
>  tests/test-read-dwarf.cc                    |  17 +-
>  tests/test-read-write.cc                    |  17 +-
>  tests/test-svg.cc                           |  26 +-
>  tests/test-symtab.cc                        |  17 +-
>  tests/test-tools-utils.cc                   |  17 +-
>  tests/test-types-stability.cc               |  17 +-
>  tests/test-utils.cc                         |  18 +-
>  tests/test-utils.h                          |  17 +-
>  tests/test-write-read-archive.cc            |  17 +-
>  tests/update-test-output.py                 |   1 +
>  tools/Makefile.am                           |   1 +
>  tools/abiar.cc                              |  17 +-
>  tools/abicompat.cc                          |  17 +-
>  tools/abidiff.cc                            |  17 +-
>  tools/abidw.cc                              |  17 +-
>  tools/abilint.cc                            |  17 +-
>  tools/abipkgdiff.cc                         |  17 +-
>  tools/abisym.cc                             |  17 +-
>  tools/binilint.cc                           |  17 +-
>  tools/fedabipkgdiff                         |  17 +-
>  tools/kmidiff.cc                            |  17 +-
>  update-copyright.sh                         |   1 +
>  154 files changed, 874 insertions(+), 3068 deletions(-)
>  delete mode 100644 COPYING
>  delete mode 100644 COPYING-GPLV3
>  delete mode 100644 COPYING-LGPLV2
>  delete mode 100644 COPYING-LGPLV3
>  create mode 100644 LICENSE.txt
>  create mode 100644 license-change-2020.txt
>  create mode 100644 relicensing-scripts/do-relicensing.sh
>  create mode 100644 relicensing-scripts/file-licenses.orig.txt
>  create mode 100644 relicensing-scripts/files-with-lgplv3.txt
>  create mode 100755 relicensing-scripts/has-spdx-header.sh
>  create mode 100755 relicensing-scripts/replace-spdx-license.sh
>
> -- 
> 1.8.3.1
>
>
> -- 
> 		Dodji
>
> ----------

       reply	other threads:[~2020-09-03  8:18 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200903075248eucas1p2dcc11b3b1b24390a5da8bdc676bfd6b3@eucas1p2.samsung.com>
     [not found] ` <878sdruwk7.fsf@redhat.com>
2020-09-03  8:18   ` Vyacheslav Barinov [this message]
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
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 ` [PATCH 9/9 v2] Add a license-change-2020.txt file Dodji Seketeli
2020-07-16 10:35   ` 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

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=87lfhrw9wm.fsf@samsung.com \
    --to=v.barinov@samsung.com \
    --cc=dodji@redhat.com \
    --cc=libabigail@sourceware.org \
    /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).