All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Faye-Lund <kusmabite@gmail.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: Rafael Gieschke <rafael@gieschke.de>,
	git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH] compat: add a getpass() compatibility function
Date: Thu, 19 May 2011 17:29:30 +0200	[thread overview]
Message-ID: <BANLkTimDLJRSA=o6FNH=kpbKMCKEEF48OA@mail.gmail.com> (raw)
In-Reply-To: <20110519151425.GA7570@elie>

On Thu, May 19, 2011 at 5:14 PM, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Erik Faye-Lund wrote:
>> On Thu, May 19, 2011 at 1:37 PM, Rafael Gieschke <rafael@gieschke.de> wrote:
>
>>> + * 2. Redistributions in binary form must reproduce the above copyright
>>> + *    notice, this list of conditions and the following disclaimer in the
>>> + *    documentation and/or other materials provided with the distribution.
>>
>> How do we plan to adhere to this clause? I guess all
>> package-maintainers could explicitly add this to their release notes /
>> documentation, but they will have to know that they should. I don't
>> think every package maintainer read every patch in-depth enough to
>> notice this.
>
> The vcs-svn/ directory is also under a two-clause BSD-style license
> for what it's worth.  To give a vague summary of requirements from
> different parts of the code base[1]:
>
>  . COPYING requires a copy of the GPLv2 to be distributed along with
>   the binaries and for the corresponding source code to be accessible
>   from the same place (or a written offer under some circumstances,
>   etc)
>
>  . xdiff's license requires a copy of the LGPL (version 2.1 or later)
>   to be distributed along with the binaries, unless your copy of the
>   license notice is altered to refer to the GPL.  Likewise for
>   compat/fnmatch, compat/regex, and compat/strtok_r.c.
>
>  . vcs-svn/LICENSE the license to be distributed along with any
>   binaries.  Likewise for compat/inet_ntop.c, compat/inet_pton.c,
>   compat/nedmalloc/*, and contrib/fast-import/git-p4.
>
> Maybe we should provide a file NOTICES with all the required notices?
> I admit I'm happier sticking to the line "Please grep for
> '[Cc]opyright' for detailed distribution terms.  If you ship the
> corresponding source code with your binaries, you're probably in the
> clear."

Having a file like NOTICES that contains all explicit copyright
notices required sounds like it will help package maintainers. But it
can also make them lazy and blindly copy the file, which can lead them
in (probably very minor) legal problems if we forget to update it.

This was the first instance I noticed that explicitly require a
copyright notice other than GPL (except for LGPL, which I for some
reason just assumed was covered by the GPL text), which is the reason
why I mentioned it. Examining every single source code before every
single release seems a bit kludgey, but perhaps it's the best thing to
do.

> I suppose based on a strict reading we ought to have a copy
> of the LPGL 2.1 in the source tree, though...  Maybe something like
> this can help.
>
> -- >8 --
> Subject: provide a copy of the LGPLv2.1
>

I'm a bit baffled that this is required for a GPL-program. But since
it apparently is, I think this makes sense.

  reply	other threads:[~2011-05-19 15:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 11:37 [PATCH] compat: add a getpass() compatibility function Rafael Gieschke
2011-05-19 12:17 ` Erik Faye-Lund
2011-05-19 16:30   ` Junio C Hamano
2011-05-19 17:01   ` Rafael Gieschke
2011-05-19 17:27     ` Junio C Hamano
2011-05-19 18:07       ` Erik Faye-Lund
2011-05-19 19:16         ` Rafael Gieschke
2011-05-19 19:19           ` Erik Faye-Lund
2011-05-19 19:42             ` Rafael Gieschke
2011-05-19 20:12               ` Erik Faye-Lund
2011-05-19 21:16                 ` Erik Faye-Lund
2011-05-20 10:06                   ` Rafael Gieschke
2011-05-20 10:48                     ` Erik Faye-Lund
2011-05-20 17:18                       ` Junio C Hamano
2011-05-20 17:26                         ` Erik Faye-Lund
2011-05-19 12:21 ` Erik Faye-Lund
2011-05-19 15:14   ` Jonathan Nieder
2011-05-19 15:29     ` Erik Faye-Lund [this message]
2011-05-19 17:17     ` Junio C Hamano

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='BANLkTimDLJRSA=o6FNH=kpbKMCKEEF48OA@mail.gmail.com' \
    --to=kusmabite@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jrnieder@gmail.com \
    --cc=rafael@gieschke.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.