public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC] API Licence
@ 2009-05-18 20:31 Jean-Christophe PLAGNIOL-VILLARD
  2009-05-18 21:16 ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-18 20:31 UTC (permalink / raw)
  To: u-boot

Hi,

	I'd like to known if it's possible to update the COPYING

	  NOTE! This copyright does *not* cover the so-called "standalone"
	  applications that use U-Boot services by means of the jump table
	  provided by U-Boot exactly for this purpose - this is merely
	  considered normal use of U-Boot, and does *not* fall under the
	  heading of "derived work".

	to also include the API as a non derived work as the standalone?

Best Regards,
J.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [RFC] API Licence
  2009-05-18 20:31 [U-Boot] [RFC] API Licence Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-18 21:16 ` Mike Frysinger
  2009-05-18 21:20   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2009-05-18 21:16 UTC (permalink / raw)
  To: u-boot

On Monday 18 May 2009 16:31:39 Jean-Christophe PLAGNIOL-VILLARD wrote:
> 	I'd like to known if it's possible to update the COPYING
>
> 	  NOTE! This copyright does *not* cover the so-called "standalone"
> 	  applications that use U-Boot services by means of the jump table
> 	  provided by U-Boot exactly for this purpose - this is merely
> 	  considered normal use of U-Boot, and does *not* fall under the
> 	  heading of "derived work".
>
> 	to also include the API as a non derived work as the standalone?

that sounds like a bad idea.  then people could add all the API hooks they 
wanted rather than just the ones we deemed they could use.  basically you're 
opening up all of u-boot for direct access.

what exactly are you trying to accomplish ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090518/13094832/attachment.pgp 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [RFC] API Licence
  2009-05-18 21:16 ` Mike Frysinger
@ 2009-05-18 21:20   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-05-18 22:07     ` Mike Frysinger
  2009-05-18 22:13     ` Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-18 21:20 UTC (permalink / raw)
  To: u-boot

On 17:16 Mon 18 May     , Mike Frysinger wrote:
> On Monday 18 May 2009 16:31:39 Jean-Christophe PLAGNIOL-VILLARD wrote:
> > 	I'd like to known if it's possible to update the COPYING
> >
> > 	  NOTE! This copyright does *not* cover the so-called "standalone"
> > 	  applications that use U-Boot services by means of the jump table
> > 	  provided by U-Boot exactly for this purpose - this is merely
> > 	  considered normal use of U-Boot, and does *not* fall under the
> > 	  heading of "derived work".
> >
> > 	to also include the API as a non derived work as the standalone?
> 
> that sounds like a bad idea.  then people could add all the API hooks they 
> wanted rather than just the ones we deemed they could use.  basically you're 
> opening up all of u-boot for direct access.
The idea is not to open every think but allow as in the kernel allow just a part of it

> what exactly are you trying to accomplish ?
I've to write an application that need to use the mmc and net but can not
be under GPL

Best Regards,
J.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [RFC] API Licence
  2009-05-18 21:20   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-18 22:07     ` Mike Frysinger
  2009-05-18 22:13     ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2009-05-18 22:07 UTC (permalink / raw)
  To: u-boot

On Monday 18 May 2009 17:20:49 Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 17:16 Mon 18 May     , Mike Frysinger wrote:
> > On Monday 18 May 2009 16:31:39 Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > 	I'd like to known if it's possible to update the COPYING
> > >
> > > 	  NOTE! This copyright does *not* cover the so-called "standalone"
> > > 	  applications that use U-Boot services by means of the jump table
> > > 	  provided by U-Boot exactly for this purpose - this is merely
> > > 	  considered normal use of U-Boot, and does *not* fall under the
> > > 	  heading of "derived work".
> > >
> > > 	to also include the API as a non derived work as the standalone?
> >
> > that sounds like a bad idea.  then people could add all the API hooks
> > they wanted rather than just the ones we deemed they could use. 
> > basically you're opening up all of u-boot for direct access.
>
> The idea is not to open every think but allow as in the kernel allow just a
> part of it

which is a loop hole that i dont think we should follow

> > what exactly are you trying to accomplish ?
>
> I've to write an application that need to use the mmc and net but can not
> be under GPL

so ask for the API to be extended.  we dont have any functions for working 
with file systems and i think that's reasonable.
-mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [RFC] API Licence
  2009-05-18 21:20   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-05-18 22:07     ` Mike Frysinger
@ 2009-05-18 22:13     ` Wolfgang Denk
  2009-05-19  9:00       ` Rafal Jaworowski
  1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2009-05-18 22:13 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090518212049.GJ17539@game.jcrosoft.org> you wrote:
>
> I've to write an application that need to use the mmc and net but can not
> be under GPL

MMC is not exported to API, is it?

And why cannot your application be under GPL?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If you think the problem is bad now, just wait until we've solved it.
                                                        Epstein's Law

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [RFC] API Licence
  2009-05-18 22:13     ` Wolfgang Denk
@ 2009-05-19  9:00       ` Rafal Jaworowski
  0 siblings, 0 replies; 6+ messages in thread
From: Rafal Jaworowski @ 2009-05-19  9:00 UTC (permalink / raw)
  To: u-boot


On 2009-05-19, at 00:13, Wolfgang Denk wrote:

> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090518212049.GJ17539@game.jcrosoft.org> you wrote:
>>
>> I've to write an application that need to use the mmc and net but  
>> can not
>> be under GPL
>
> MMC is not exported to API, is it?

It is, in the same way as all other storage means: the API lets to  
read raw blocks from it.

kind regards,
Rafal

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-19  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 20:31 [U-Boot] [RFC] API Licence Jean-Christophe PLAGNIOL-VILLARD
2009-05-18 21:16 ` Mike Frysinger
2009-05-18 21:20   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-18 22:07     ` Mike Frysinger
2009-05-18 22:13     ` Wolfgang Denk
2009-05-19  9:00       ` Rafal Jaworowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox