bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relicensing of modules for libposix branch


From: Bruno Haible
Subject: Re: Relicensing of modules for libposix branch
Date: Thu, 5 May 2011 19:37:41 +0200
User-agent: KMail/1.9.9

Here's the list of modules, list of files in lib/, relevant authors,
agreements so far:

Modules:

  acosl
  asinl
  atanl
  cosl
  expl
  logl
  sinl
  sqrtl
  tanl
  isfinite
  tmpfile
  fflush
  futimens
  nanosleep
  getgroups
  tzset         - no agreement needed, since no file in lib/
  strtoimax
  strtoumax

Files, authors, agreements:

lib/acosl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/asinl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/atanl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/cosl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/expl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/logl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/sinl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/sqrtl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/tanl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/trigl.h
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/sincosl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/trigl.c
                   Authors before Paolo  glibc [12]
                   Paolo Bonzini         [9]
                   Bruno Haible          [5]
lib/isfinite.c
                   Ben Pfaff             [1]
                   Bruno Haible          [6]
lib/tmpfile.c
                   Ben Pfaff             [1]
lib/fflush.c
                   Eric Blake            [10]
                   Bruno Haible          [7]
                   Jim Meyering          [8]
lib/futimens.c
                   Eric Blake            [10]
lib/nanosleep.c
                   Jim Meyering          [4]
                   Paul Eggert           [11]
                   Eric Blake            [10]
                   Bruno Haible          [7]
lib/getgroups.c
                   Jim Meyering          [4]
                   Paul Eggert           [11]
                   Eric Blake            [10]
lib/strtoimax.c
                   Jim Meyering          [3]
                   Paul Eggert           [2]
lib/strtoumax.c
                   Jim Meyering          [3]
                   Paul Eggert           [2]

Agreements:

[1] http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html
[2] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00109.html
[3] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00124.html
[4] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00111.html
[5] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00128.html
[6] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00130.html
[7] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00131.html
[8] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00133.html
[9] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00137.html
[10] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html
[11] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00148.html
[12] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00163.html

So we're complete with the agreements. I am pushing the license change:


2011-05-05  Bruno Haible  <address@hidden>

        tzset: Relicense under LGPL.
        * modules/tzset (License): Change to LGPL.
        No agreement needed; it's a no-op.

        strtoimax, strtoumax: Relicense under LGPL.
        * modules/strtoimax (License): Change to LGPL.
        * modules/strtoumax (License): Likewise.
        With permission from Jim Meyering, Paul Eggert:
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00124.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00109.html>

        getgroups: Relicense under LGPL.
        * modules/getgroups (License): Change to LGPL.
        With permission from Jim Meyering, Paul Eggert, Eric Blake:
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00111.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00148.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>

        nanosleep: Relicense under LGPL.
        * modules/nanosleep (License): Change to LGPL.
        With permission from Jim Meyering, Paul Eggert, Eric Blake, Bruno
        Haible:
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00111.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00148.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00131.html>

        futimens: Relicense under LGPL.
        * modules/futimens (License): Change to LGPL.
        With permission from Eric Blake:
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>

        fflush: Relicense under LGPL.
        * modules/fflush (License): Change to LGPL.
        With permission from Eric Blake, Bruno Haible, Jim Meyering:
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00131.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00133.html>

        tmpfile: Relicense under LGPL.
        * modules/tmpfile (License): Change to LGPL.
        With permission from Ben Pfaff:
        <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html>

        isfinite: Relicense under LGPL.
        * modules/isfinite (License): Change to LGPL.
        With permission from Ben Pfaff, Bruno Haible:
        <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00130.html>

        acosl..tanl: Relicense under LGPL.
        * modules/acosl (License): Change to LGPL.
        * modules/asinl (License): Likewise.
        * modules/atanl (License): Likewise.
        * modules/cosl (License): Likewise.
        * modules/expl (License): Likewise.
        * modules/logl (License): Likewise.
        * modules/sinl (License): Likewise.
        * modules/sqrtl (License): Likewise.
        * modules/tanl (License): Likewise.
        Source code originally from glibc and Paolo Bonzini. Agreements:
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00137.html>
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00128.html>


-- 
In memoriam Peter van Pels <http://en.wikipedia.org/wiki/Peter_van_Pels>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]