Exceptions 627 B

123456789101112131415
  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 header files "include/image.h" and "arch/*/include/asm/u-boot.h"
  8. define interfaces to U-Boot. Including these (unmodified) header
  9. files in another file is considered normal use of U-Boot, and does
  10. *not* fall under the heading of "derived work".
  11. -- Wolfgang Denk