All of lore.kernel.org
 help / color / mirror / Atom feed
From: Macpaul Lin <macpaul@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] usb/gadget: add the fastboot gadget
Date: Mon, 28 May 2012 21:50:39 +0800	[thread overview]
Message-ID: <CACCg+XOpSDuK9xOysKxAiQu4teYijCm6Av+Q0HbqdJHFTaxn=g@mail.gmail.com> (raw)
In-Reply-To: <201201072356.02963.vapier@gentoo.org>

Hi Wolfgang and Mike,

> > missing comment block with license/copyright/etc...
> > -mike
> >
[strip]
> Are you 100% sure this is a GPLv2+ compatible license??? I don't think
> so...
[strip]
>
> For U-Boot, we need GPLv2+.  Please see bullet # 3 at
> http://www.denx.de/wiki/view/U Boot/Patches#Attributing_Code_Copyrights_Sign
> and note # 1 at http://www.denx.de/wiki/view/U-Boot/Patches#Notes
>
> Best regards,
>
> Wolfgang Denk

I have encountered some requests of porting Google's Fastboot protocol
to u-boot from customers.
As your comment about supporting fastboot in uboot in
http://lists.linaro.org/pipermail/linaro-dev/2011-April/004136.html
I think the problem of supporting fastboot in uboot might not only be
the license problem.

For clarifying the license issue, I think we may present some history
as follows.

The original BSD license (4-clause license) was indeed incompatible with GPLv2.
However, this conflict has finally be resolved in "The new BSD
license" (2-clause license). After revising, the 2-clause BSD license
is almost exactly the same as MIT X license, which is also compatible
with GPLv2.
In detail, please check about the the page about the 3rd advertisement clause.
http://www.gnu.org/philosophy/bsd.html
And the content of the 4th clause which has been removed was "Neither
the name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission."

The license of Google's fastboot is exactly 2-clause BSD license.
http://www.opensource.org/licenses/bsd-license.php

I think the well-known event of merging
BSD/GPL code in QEMU could be a reference.
The well-known Open Source Licensing and Patent consultant of Redhat
-- Richard Fontana has also helped on this problem.
In order to merge SLiRP into QEMU, Richard has written e-mail to the
author of SLiRP, which is "Danny Gasparovski" and the maintainer
"Kelly Price" to get the agreement of removing the incompatible
clauses.
And after the revising of license, they've successfully merged SLiRP.
http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg01765.html

Since the license of fastboot.c doesn't have the problem above, I
think there is no compatible problem for merging "Google's fastboot".


-- 
Best regards,
Macpaul Lin

  reply	other threads:[~2012-05-28 13:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-21 14:09 [U-Boot] Fastboot gadget, v2. repost Sebastian Andrzej Siewior
2011-11-21 14:09 ` [U-Boot] [PATCH 1/2] image: add support for Android's boot image format Sebastian Andrzej Siewior
2011-11-21 20:19   ` Wolfgang Denk
2011-11-22 12:30     ` Sebastian Andrzej Siewior
2011-11-22 19:04       ` Wolfgang Denk
2011-11-23 10:03         ` Sebastian Andrzej Siewior
2012-01-17  9:16           ` Aneesh V
2012-02-02  9:28             ` Aneesh V
2012-02-08 17:36               ` Tom Rini
2012-03-17 22:05             ` Wolfgang Denk
2012-04-12 14:54               ` Aneesh V
2012-03-17 22:04           ` Wolfgang Denk
2011-11-21 14:09 ` [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget Sebastian Andrzej Siewior
2011-11-21 14:48   ` Stefan Schmidt
2011-11-23 10:27     ` Sebastian Andrzej Siewior
2012-01-08  4:56   ` Mike Frysinger
2012-05-28 13:50     ` Macpaul Lin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-16 16:51 [U-Boot] Fastboot gadget Sebastian Andrzej Siewior
2011-09-16 16:51 ` [U-Boot] [PATCH 2/3] usb/gadget: add the fastboot gadget Sebastian Andrzej Siewior
2011-09-16 21:09   ` Wolfgang Denk

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='CACCg+XOpSDuK9xOysKxAiQu4teYijCm6Av+Q0HbqdJHFTaxn=g@mail.gmail.com' \
    --to=macpaul@gmail.com \
    --cc=u-boot@lists.denx.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.