diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 10:38:43 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 10:38:43 +0100 |
commit | aa7cfc463ae760be321fbe78eeb9b936e3dde5d8 (patch) | |
tree | 0235fbed3a0f3d8ccb27d4ceed59c27b8e899cb2 /COPYING | |
parent | 5568e613ee38d4bb5dd601cdb2f74ed0d7de9902 (diff) |
Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
The COPYING file was extended to make clear that these files can be
used in non-GPL code, too.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -2,10 +2,17 @@ applications that use U-Boot services by means of the jump table provided by U-Boot exactly for this purpose - this is merely considered normal use of U-Boot, and does *not* fall under the -heading of "derived work". Also note that the GPL below is -copyrighted by the Free Software Foundation, but the instance of code -that it refers to (the U-Boot source code) is copyrighted by me and -others who actually wrote it. -- Wolfgang Denk +heading of "derived work". + + The header files "include/image.h" and "include/asm-*/u-boot.h" +define interfaces to U-Boot. Including these (unmodified) header +files in another file is considered normal use of U-Boot, and does +*not* fall under the heading of "derived work". + + Also note that the GPL below is copyrighted by the Free Software +Foundation, but the instance of code that it refers to (the U-Boot +source code) is copyrighted by me and others who actually wrote it. +-- Wolfgang Denk ======================================================================= |