Commit b9347188729992ef8282a2854889d8dcc25175aa
1 parent
560d424b6d
Exists in
master
and in
57 other branches
Clarify applicable licensing terms in COPYING file.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Showing 1 changed file with 9 additions and 1 deletions Side-by-side Diff
COPYING
| 1 | - NOTE! This copyright does *not* cover the so-called "standalone" | |
| 1 | + U-Boot is Free Software. It is copyrighted by Wolfgang Denk and | |
| 2 | +many others who contributed code (see the actual source code for | |
| 3 | +details). You can redistribute U-Boot and/or modify it under the | |
| 4 | +terms of version 2 of the GNU General Public License as published by | |
| 5 | +the Free Software Foundation. Most of it can also be distributed, | |
| 6 | +at your option, under any later version of the GNU General Public | |
| 7 | +License -- see individual files for exceptions. | |
| 8 | + | |
| 9 | + NOTE! This license does *not* cover the so-called "standalone" | |
| 2 | 10 | applications that use U-Boot services by means of the jump table |
| 3 | 11 | provided by U-Boot exactly for this purpose - this is merely |
| 4 | 12 | considered normal use of U-Boot, and does *not* fall under the |