All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Clemens Lang <clemens.lang@bmw-carit.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: Replace include/list.h with non-GPL implementation
Date: Thu, 23 Jul 2015 21:03:31 +0200	[thread overview]
Message-ID: <s5hpp3iwvb0.wl-tiwai@suse.de> (raw)
In-Reply-To: <1437667361-23152-1-git-send-email-clemens.lang@bmw-carit.de>

On Thu, 23 Jul 2015 18:02:39 +0200,
Clemens Lang wrote:
> 
> Hi,
> 
> the current implementation of include/list.h is taken from Linux 2.4.0
> and possibly licensed under GPL-2.0. If the implementation isn't
> trivial, this might make libasound a derivative work and extend the
> viral effect to clients of the library. See
>   http://mailman.alsa-project.org/pipermail/alsa-devel/2014-December/085261.html
>   http://mailman.alsa-project.org/pipermail/alsa-devel/2014-December/085262.html
>   http://mailman.alsa-project.org/pipermail/alsa-devel/2014-December/085325.html
>   http://mailman.alsa-project.org/pipermail/alsa-devel/2015-January/086754.html
> for previous discussion.
> 
> This patch series avoids this ambiguity by replacing the list
> implementation with a version I modified from Rusty Russell's
> MIT-licensed list at http://ccodearchive.net/info/list.html
> 
> The two patches replace the list implementation and adapt the alsa-lib
> code accordingly. They are intended to be squashed together when
> merging.
> 
> [PATCH 1/2] Replace list.h with MIT-licensed implementation
> [PATCH 2/2] Adapt to changes in the linked list API

Well, the linked-list macro is a trivial thing each beginner
programmer starts writing at school.  And, the API itself can't be an
issue.  That is, it'd be enough just rewriting the existing list.h
(e.g. renaming variables, shuffles the call order, rephrase the
comments) by ourselves without introducing a big piece of codes of
even a different license, IMO.

Thoughts?


thanks,

Takashi

  parent reply	other threads:[~2015-07-23 19:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09 17:49 Possible GPL-licensed header included in alsa-lib Clemens Lang
2014-12-09 18:40 ` Jaroslav Kysela
2014-12-11  8:55   ` Clemens Lang
2015-01-19 14:31     ` Clemens Lang
2015-07-23 16:02       ` Replace include/list.h with non-GPL implementation Clemens Lang
2015-07-23 16:02         ` [PATCH 1/2] Replace list.h with MIT-licensed implementation Clemens Lang
2015-07-23 16:02         ` [PATCH 2/2] Adapt to changes in the linked list API Clemens Lang
2015-07-23 19:03         ` Takashi Iwai [this message]
2015-07-24  7:34           ` Replace include/list.h with non-GPL implementation Clemens Lang
2015-07-24  8:13             ` Takashi Iwai
2015-07-24 16:32               ` Takashi Iwai
2015-07-27  9:45                 ` Clemens Lang
2015-07-27  9:52                   ` Takashi Iwai

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=s5hpp3iwvb0.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens.lang@bmw-carit.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.