public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] exports.h and the GPL
@ 2012-02-24 18:10 Michael Walle
  2012-02-24 19:17 ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Walle @ 2012-02-24 18:10 UTC (permalink / raw)
  To: u-boot


Hi,

As far as i know applications can use functions defined in exports.h without 
being licensed under the GPL.

Who is responsible to define which functions are exported? Are the currently 
exported functions the only ones available to closed source applications or is 
it possible to add further ones which are needed.

Functions may need arguments which are pointers to some structures. These 
structures are likely be defined in some GPL'ed header file and must not be 
used, i guess? So the exported functions must only use integral data types, 
opaque pointers and structures which are not defined in a GPL'ed header file.

I'm aware of the fact that I won't get any legal advice, I'm just asking for 
your opinions.

-- 
Michael

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

end of thread, other threads:[~2012-02-24 23:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 18:10 [U-Boot] exports.h and the GPL Michael Walle
2012-02-24 19:17 ` Mike Frysinger
2012-02-24 19:48   ` Michael Walle
2012-02-24 22:37     ` Mike Frysinger
2012-02-24 23:37     ` Wolfgang Denk

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