Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 50/53] udpcast: add license information
Date: Wed, 02 Jul 2014 09:50:23 +0200	[thread overview]
Message-ID: <87r424ci80.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <53B339ED.6030905@zacarias.com.ar> (Gustavo Zacarias's message of "Tue, 01 Jul 2014 19:45:01 -0300")

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > On 07/01/2014 07:43 PM, Peter Korsgaard wrote:
 >> fec.c::fec_license() lists it as GPLv2+, so I've fixed that and
 >> committed, thanks.

 > Careful there, look at COPYING.

Yes, it's not really clear. From COPYING:

The bulk of the code (everything except fec.c) is covered by the GPL 2.0
licence (See http://www.gnu.org/licenses/gpl.txt)

Fec.c is covered by a BSD-like licence

From fec_licence() (which gets printed to the user when they request the
license details of the udpcast utilities):

          "   udpcast and its FEC code are free software\n"
          "\n"
          "   you can redistribute udpcast core functionality and/or\n"
          "   it them under the terms of the GNU General Public License as\n"
          "   published by the Free Software Foundation; either version 2 of\n"
          "   the License, or (at your option) any later version.\n"
...

          "the FEC code is covered by the following license:\n"
          "fec.c -- forward error correction based on Vandermonde matrices\n"


So the question is if the license should be

BSD-2c (fec.c), GPLv2+ (rest)

or

BSD-2c (fec.c), GPLv2 (rest)


Sticking to GPLv2 is safest, but I say the license info that gets
printed to the user is more "important" than what a source file says.

Comments?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-07-02  7:50 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 02/53] bonnie: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 03/53] bsdiff: " Gustavo Zacarias
2014-07-01 15:23   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 04/53] dbus-python: " Gustavo Zacarias
2014-07-01 15:23   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 05/53] devmem2: " Gustavo Zacarias
2014-07-01 15:23   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 06/53] dfu-util: " Gustavo Zacarias
2014-07-01 15:25   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 07/53] eeprog: " Gustavo Zacarias
2014-07-01 15:30   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 08/53] elftosb: " Gustavo Zacarias
2014-07-01 15:31   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 09/53] explorercanvas: " Gustavo Zacarias
2014-07-01 15:32   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 10/53] ezxml: " Gustavo Zacarias
2014-07-01 15:33   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 11/53] fconfig: " Gustavo Zacarias
2014-07-01 22:47   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 12/53] feh: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 13/53] fis: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 14/53] genromfs: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 15/53] giblib: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 16/53] glib-networking: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 17/53] grantlee: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 18/53] gtk2-engines: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 19/53] gtk2-theme-hicolor: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 20/53] input-tools: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 21/53] ipkg: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 22/53] jsmin: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 23/53] latencytop: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 24/53] libaio: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 25/53] libargtable2: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 26/53] libconfuse: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 27/53] libedit: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 28/53] liberation: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 29/53] libev: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 30/53] libiconv: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 31/53] liblog4c-localtime: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 32/53] libmbus: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 33/53] libmms: " Gustavo Zacarias
2014-07-01 21:55   ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 34/53] libyaml: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 35/53] lite: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 36/53] lpc3250loader: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 37/53] lshw: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 38/53] nss-mdns: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 39/53] pcmanfm: " Gustavo Zacarias
2014-07-01 22:30   ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 40/53] prboom: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 41/53] python-nfc: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 42/53] read-edid: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 43/53] rpm: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 44/53] rsh-redone: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 45/53] rt-test: " Gustavo Zacarias
2014-07-01 22:37   ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 46/53] sawman: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 47/53] sysklogd: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 48/53] thttpd: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 49/53] tinyhttpd: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 50/53] udpcast: " Gustavo Zacarias
2014-07-01 22:43   ` Peter Korsgaard
2014-07-01 22:45     ` Gustavo Zacarias
2014-07-02  7:50       ` Peter Korsgaard [this message]
2014-06-26 19:21 ` [Buildroot] [PATCH 51/53] webrtc-audio-processing: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 52/53] xterm: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 53/53] xvkvd: " Gustavo Zacarias
2014-07-01 22:47   ` Peter Korsgaard

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=87r424ci80.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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