Exceptions 674 B

12345678910111213141516171819
  1. GPL License Exception:
  2. Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+,
  3. this does *not* cover the so-called "standalone" applications that
  4. use U-Boot services by means of the jump table provided by U-Boot
  5. exactly for this purpose - this is merely considered normal use of
  6. U-Boot, and does *not* fall under the heading of "derived work".
  7. The following files define interfaces to U-Boot:
  8. * include/image.h
  9. * include/export.h
  10. * arch/*/include/asm/u-boot.h
  11. * examples/standalone/stubs.c
  12. Including these (unmodified) files in another file is considered normal
  13. use of U-Boot, and does *not* fall under the heading of "derived work".
  14. -- Wolfgang Denk