Wolfgang Denk | eca3aeb | 2013-06-21 10:22:36 +0200 | [diff] [blame] | 1 | |
| 2 | GPL License Exception: |
| 3 | |
| 4 | Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+, |
| 5 | this does *not* cover the so-called "standalone" applications that |
| 6 | use U-Boot services by means of the jump table provided by U-Boot |
| 7 | exactly for this purpose - this is merely considered normal use of |
| 8 | U-Boot, and does *not* fall under the heading of "derived work". |
| 9 | |
Paul Barker | 47ef860 | 2022-05-05 15:32:40 +0000 | [diff] [blame] | 10 | The following files define interfaces to U-Boot: |
| 11 | * include/image.h |
| 12 | * include/export.h |
| 13 | * arch/*/include/asm/u-boot.h |
| 14 | * examples/standalone/stubs.c |
| 15 | |
| 16 | Including these (unmodified) files in another file is considered normal |
| 17 | use of U-Boot, and does *not* fall under the heading of "derived work". |
Wolfgang Denk | eca3aeb | 2013-06-21 10:22:36 +0200 | [diff] [blame] | 18 | -- Wolfgang Denk |
| 19 | |